| Commit message (Expand) | Author | Age | Files | Lines |
* | adde utils.copydir_progress method | willmcgugan@gmail.com | 2015-02-03 | 1 | -1/+1 |
* | Test fixes and preparations for 0.5.0 release | willmcgugan@gmail.com | 2014-03-13 | 1 | -15/+14 |
* | Fixed issue in memoryfs.makedir where a path containing a forward slash at th... | willmcgugan@gmail.com | 2013-07-06 | 1 | -1/+1 |
* | Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i... | willmcgugan@gmail.com | 2013-03-31 | 1 | -88/+107 |
* | Prevent MemoryFS.removedir(..., recursive=True) removing non-empty parent dir... | gcode@loowis.durge.org | 2012-10-26 | 1 | -0/+3 |
* | Found and fixed some more sneaky Python3 str->bytes problems | gcode@loowis.durge.org | 2012-08-15 | 1 | -2/+3 |
* | memoryfs.MemoryFile read() and write() methods now respect the file's open | gcode@loowis.durge.org | 2012-04-10 | 1 | -0/+12 |
* | Changed DeleteRootError to RemoveRootError for consistency | willmcgugan | 2012-01-11 | 1 | -3/+3 |
* | Fixed copydir/movedir, added DeleteRootError | willmcgugan | 2012-01-11 | 1 | -2/+8 |
* | Python3 compatibility | willmcgugan | 2011-12-27 | 1 | -5/+7 |
* | First stab at a Python3 port | willmcgugan | 2011-12-26 | 1 | -6/+10 |
* | Added "thread_safe" meta value | willmcgugan | 2011-03-07 | 1 | -10/+11 |
* | fs.path optimizations since these functions are called so frequently | willmcgugan | 2010-12-20 | 1 | -16/+25 |
* | Added fsmount command, made memroyfs work with threads | willmcgugan | 2010-12-12 | 1 | -121/+147 |
* | Changed syntax for commands to be more url like, optimized sftps to use fewer... | willmcgugan | 2010-12-09 | 1 | -6/+27 |
* | Added FS command line scripts | willmcgugan | 2010-12-05 | 1 | -0/+2 |
* | Fixed getmeta/hasmeta, added documentation and tests | willmcgugan | 2010-11-20 | 1 | -2/+6 |
* | Added getmeta and hasmeta methods | willmcgugan | 2010-11-07 | 1 | -0/+6 |
* | add module "fs.filelike" with utils for building file-like objects. | rfkelly0 | 2010-11-07 | 1 | -5/+1 |
* | Added a check to the MemoryFS constructor that throws a ValueError if file_fa... | willmcgugan | 2010-10-31 | 1 | -0/+2 |
* | MemoryFS: makedir("",allow_recreate=True) should succeed | rfkelly0 | 2010-10-20 | 1 | -1/+1 |
* | MemoryFS: include S_IFDIR or S_IFREG in st_mode | rfkelly0 | 2010-10-20 | 1 | -2/+3 |
* | add test case for copying files from outside the FS | rfkelly0 | 2010-10-04 | 1 | -0/+8 |
* | raise ResourceInvalidError when open() is called on a directory | rfkelly0 | 2010-09-27 | 1 | -1/+3 |
* | Potential fix for issue opening memory files | willmcgugan | 2010-08-15 | 1 | -2/+3 |
* | Modified listdir and walk to take callables in addition to wildcards | willmcgugan | 2010-07-11 | 1 | -6/+4 |
* | Added better zip exceptions, and added __all__ to core classes | willmcgugan | 2010-07-10 | 1 | -4/+3 |
* | Stupid last minute bug | willmcgugan | 2010-06-20 | 1 | -1/+1 |
* | Fixed a few issues that had accumulated in Google Code, bumped the version up... | willmcgugan | 2010-06-20 | 1 | -5/+2 |
* | Mostly doc changes, and some pedantic pep-8 tweaks | willmcgugan | 2010-06-18 | 1 | -5/+4 |
* | Added support for xattr to MemoryFile | willmcgugan | 2010-06-17 | 1 | -8/+90 |
* | Some fixes to improve fuse support | willmcgugan | 2010-06-17 | 1 | -8/+28 |
* | add modified_time and accessed_time to MemoryFS file/dir info | rfkelly0 | 2010-04-06 | 1 | -2/+11 |
* | Some fixes for Python2.5 compatibility | willmcgugan | 2010-02-18 | 1 | -1/+1 |
* | ensure that rename() raises ParentDirectoryMissingError when appropriate | rfkelly0 | 2010-02-16 | 1 | -0/+2 |
* | cross-directory rename() support for MemoryFS | rfkelly0 | 2010-01-15 | 1 | -15/+12 |
* | A few tweaks and fixes | willmcgugan | 2010-01-07 | 1 | -6/+5 |
* | fix typo "syncronise" => "synchronize" | rfkelly0 | 2010-01-07 | 1 | -2/+2 |
* | Fixed dumb error | willmcgugan | 2010-01-04 | 1 | -1/+1 |
* | More doc tweaks | willmcgugan | 2010-01-02 | 1 | -1/+1 |
* | Documentation, fixes, A ReadOnlyFS wrapper and a plain old FTP FS class | willmcgugan | 2010-01-01 | 1 | -3/+12 |
* | FS.rename: remove requirment that src and dst be in the same dir | rfkelly0 | 2009-12-17 | 1 | -3/+0 |
* | Fixed issue with using copydir to copy to the root of a memoryfs | willmcgugan | 2009-11-26 | 1 | -2/+2 |
* | support for ResourceLockedError on Windows | rfkelly0 | 2009-11-23 | 1 | -2/+2 |
* | insist on unicode paths throughout | rfkelly0 | 2009-11-20 | 1 | -0/+3 |
* | merge branch "rfk-ideas" into trunk | rfkelly0 | 2009-06-15 | 1 | -327/+250 |
* | Work in progress with an FS->Fuse adapter. Added a default implementation of ... | willmcgugan | 2009-03-08 | 1 | -11/+43 |
* | Uniform "overwrite" behaviour for copy/move/copydir/movedir. | rfkelly0 | 2009-03-08 | 1 | -2/+2 |
* | Renamed fs.py to base.py after all. Added copydir and movedir functions to utils | willmcgugan | 2008-09-19 | 1 | -2/+2 |
* | Some documentation | willmcgugan | 2008-09-19 | 1 | -0/+5 |