summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fixwillmcgugan@gmail.com2012-11-281-1/+1
* Fix for invalid chars in path on win32willmcgugan@gmail.com2012-11-281-3/+3
* fixwillmcgugan@gmail.com2012-11-261-1/+1
* InvalidCharsInPathErrorwillmcgugan@gmail.com2012-11-244-14/+27
* Fixes for backslashes on Linux issue, see Issue #139willmcgugan@gmail.com2012-11-245-211/+234
* Allow wrapped_fs to be set to None when closed by superclass.btimby2012-11-201-0/+2
* If the wrapped_fs reference is not removed, the SubFS will create a cycle wit...btimby2012-11-151-0/+1
* Whitespace cleanup.btimby2012-11-151-1/+1
* Prevent MemoryFS.removedir(..., recursive=True) removing non-empty parent dir...gcode@loowis.durge.org2012-10-262-0/+4
* Be less heavy-handed, setting the reference to None will do.btimby2012-10-183-3/+54
* __del__() is inherited from FS and redundant.btimby2012-10-181-7/+7
* Fix for missing ResourceNotFound error in fs.walkwillmcgugan@gmail.com2012-10-091-76/+80
* Implemented walk() which allows caller to decide how to treat archives.btimby2012-09-211-0/+106
* Had replaced **kwargs with named arguments. Needed to update this call accord...btimby2012-09-171-1/+1
* Under some conditions, these methods are required. However, there was a bug inbtimby2012-09-171-0/+22
* No need to override isfile() and isdir() anymore, getinfo() is correct.btimby2012-09-171-22/+0
* Overhauled most of the ArchiveMountFS file system method implementations so thatbtimby2012-09-171-64/+104
* Oops, forgot the auto_mount parameter.btimby2012-09-131-1/+1
* Not yet fully-tested, but move(), copy(), remove() work properly. These chan...btimby2012-09-131-50/+106
* Prevent files being opened with '+' in the mode string. Fixes Issue 129gcode@loowis.durge.org2012-09-011-1/+1
* Use stat() to determine mtime instead of relying on fs directly.btimby2012-08-291-2/+2
* Forgot to add BackReferenceError to __all__ list. This caused problems in exp...btimby2012-08-231-0/+1
* Removed ZipFS reference (copy/paste error).btimby2012-08-211-1/+1
* Doh! ReadOnlyFS was blocking delattr and not delxattrgcode@loowis.durge.org2012-08-191-1/+1
* Refactored/simplified the compatibility.copy_file_to_fs function.gcode@loowis.durge.org2012-08-152-132/+42
* Found and fixed some more sneaky Python3 str->bytes problemsgcode@loowis.durge.org2012-08-155-10/+16
* No need to save original_setcontents in fakeOn - it's already done in setUp.gcode@loowis.durge.org2012-08-141-1/+0
* Re-enable the SFTP nosetests. Seems like the latest version of paramiko nogcode@loowis.durge.org2012-08-132-2/+2
* Looks like closing() was being used incorrectly. Fixes Issue 124gcode@loowis.durge.org2012-08-131-2/+1
* Whole bunch of Python3 str->bytes fixesgcode@loowis.durge.org2012-08-138-39/+51
* Another removal of removedir("/")gcode@loowis.durge.org2012-08-131-1/+2
* Added python-libarchive to tox dependencies. Fixes Issue 123gcode@loowis.durge.org2012-08-131-0/+2
* Fix Issue 122gcode@loowis.durge.org2012-08-131-0/+2
* Rename test classes from *ZipFS to *ArchiveFSgcode@loowis.durge.org2012-08-111-5/+5
* Stop WrapFS unit tests throwing a RemoveRootError. Fixes Issue 121gcode@loowis.durge.org2012-08-111-1/+2
* Typo fixgcode@loowis.durge.org2012-08-091-1/+1
* Fixed backref exceptionwillmcgugan@gmail.com2012-08-071-1/+1
* Added closing context manager to files returned by openwillmcgugan@gmail.com2012-07-101-24/+26
* S3FS: correct verifying of buckets when IAM policy is applied.rfkelly02012-07-091-1/+8
* Typo fixwillmcgugan@gmail.com2012-07-041-1/+1
* Applied patch to sftp that searches for ssh keys in default locationswillmcgugan@gmail.com2012-07-033-181/+229
* Fixes for hide fswillmcgugan2012-06-153-8/+14
* Wrong class name, caught by unit test.btimby2012-06-141-1/+1
* Some optimized paths to avoid mounting an archive if we don't need to.btimby2012-06-141-0/+13
* A bit of cleanup, and default to using the underlying file mode.btimby2012-06-141-16/+22
* HideFSwillmcgugan2012-05-293-2/+48
* Made opendir throw a ResourceInvalidError if the path is not a dirwillmcgugan2012-04-251-0/+2
* Fixed problem with Chrome using file as a directorybtimby2012-04-231-1/+14
* Ensure files are not treated as directories (even when they are :-)btimby2012-04-231-4/+9
* Take advantage of MountFS.close(), allow turning auto_mount off.btimby2012-04-231-19/+20