summaryrefslogtreecommitdiff
path: root/fs/memoryfs.py
Commit message (Expand)AuthorAgeFilesLines
* adde utils.copydir_progress method willmcgugan@gmail.com2015-02-031-1/+1
* Test fixes and preparations for 0.5.0 releasewillmcgugan@gmail.com2014-03-131-15/+14
* Fixed issue in memoryfs.makedir where a path containing a forward slash at th...willmcgugan@gmail.com2013-07-061-1/+1
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-311-88/+107
* Prevent MemoryFS.removedir(..., recursive=True) removing non-empty parent dir...gcode@loowis.durge.org2012-10-261-0/+3
* Found and fixed some more sneaky Python3 str->bytes problemsgcode@loowis.durge.org2012-08-151-2/+3
* memoryfs.MemoryFile read() and write() methods now respect the file's opengcode@loowis.durge.org2012-04-101-0/+12
* Changed DeleteRootError to RemoveRootError for consistencywillmcgugan2012-01-111-3/+3
* Fixed copydir/movedir, added DeleteRootErrorwillmcgugan2012-01-111-2/+8
* Python3 compatibilitywillmcgugan2011-12-271-5/+7
* First stab at a Python3 portwillmcgugan2011-12-261-6/+10
* Added "thread_safe" meta valuewillmcgugan2011-03-071-10/+11
* fs.path optimizations since these functions are called so frequentlywillmcgugan2010-12-201-16/+25
* Added fsmount command, made memroyfs work with threadswillmcgugan2010-12-121-121/+147
* Changed syntax for commands to be more url like, optimized sftps to use fewer...willmcgugan2010-12-091-6/+27
* Added FS command line scriptswillmcgugan2010-12-051-0/+2
* Fixed getmeta/hasmeta, added documentation and testswillmcgugan2010-11-201-2/+6
* Added getmeta and hasmeta methodswillmcgugan2010-11-071-0/+6
* add module "fs.filelike" with utils for building file-like objects.rfkelly02010-11-071-5/+1
* Added a check to the MemoryFS constructor that throws a ValueError if file_fa...willmcgugan2010-10-311-0/+2
* MemoryFS: makedir("",allow_recreate=True) should succeedrfkelly02010-10-201-1/+1
* MemoryFS: include S_IFDIR or S_IFREG in st_moderfkelly02010-10-201-2/+3
* add test case for copying files from outside the FSrfkelly02010-10-041-0/+8
* raise ResourceInvalidError when open() is called on a directoryrfkelly02010-09-271-1/+3
* Potential fix for issue opening memory fileswillmcgugan2010-08-151-2/+3
* Modified listdir and walk to take callables in addition to wildcardswillmcgugan2010-07-111-6/+4
* Added better zip exceptions, and added __all__ to core classeswillmcgugan2010-07-101-4/+3
* Stupid last minute bugwillmcgugan2010-06-201-1/+1
* Fixed a few issues that had accumulated in Google Code, bumped the version up...willmcgugan2010-06-201-5/+2
* Mostly doc changes, and some pedantic pep-8 tweakswillmcgugan2010-06-181-5/+4
* Added support for xattr to MemoryFilewillmcgugan2010-06-171-8/+90
* Some fixes to improve fuse supportwillmcgugan2010-06-171-8/+28
* add modified_time and accessed_time to MemoryFS file/dir inforfkelly02010-04-061-2/+11
* Some fixes for Python2.5 compatibilitywillmcgugan2010-02-181-1/+1
* ensure that rename() raises ParentDirectoryMissingError when appropriaterfkelly02010-02-161-0/+2
* cross-directory rename() support for MemoryFSrfkelly02010-01-151-15/+12
* A few tweaks and fixeswillmcgugan2010-01-071-6/+5
* fix typo "syncronise" => "synchronize"rfkelly02010-01-071-2/+2
* Fixed dumb errorwillmcgugan2010-01-041-1/+1
* More doc tweakswillmcgugan2010-01-021-1/+1
* Documentation, fixes, A ReadOnlyFS wrapper and a plain old FTP FS classwillmcgugan2010-01-011-3/+12
* FS.rename: remove requirment that src and dst be in the same dirrfkelly02009-12-171-3/+0
* Fixed issue with using copydir to copy to the root of a memoryfswillmcgugan2009-11-261-2/+2
* support for ResourceLockedError on Windowsrfkelly02009-11-231-2/+2
* insist on unicode paths throughoutrfkelly02009-11-201-0/+3
* some error-handling simplificationsrfkelly02009-06-151-248/+196
* Rename 'helpers' to 'path'.rfkelly02009-06-041-2/+2
* remove "if __main__" stuff from most modulesrfkelly02009-06-031-31/+0
* memortyfs compatability with latest test suiterfkelly02009-05-051-76/+82
* Work in progress with an FS->Fuse adapter. Added a default implementation of ...willmcgugan2009-03-081-11/+43