summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* multifs compatability with new errors modulerfkelly02009-05-051-20/+10
* tempfs compatability with updated testsrfkelly02009-05-051-2/+2
* remove doc strings from test methods, they cause nose not to print the name o...rfkelly02009-05-051-12/+0
* MountFS compatability with latest test suiterfkelly02009-05-051-36/+39
* remove "mode" and "hidden" from SubFS methodsrfkelly02009-05-051-14/+3
* memortyfs compatability with latest test suiterfkelly02009-05-051-76/+82
* Update OSFS touse new exceptionsrfkelly02009-05-051-174/+108
* More tests, especially assertRaises() variantsrfkelly02009-05-051-337/+395
* More explicit documentation on base FS class, plus using new exception classesrfkelly02009-05-051-272/+253
* first cut at a new Exception heirarchyrfkelly02009-05-051-0/+104
* Condense and cleanup helpers.py/utils.pyrfkelly02009-05-052-57/+96
* utility method for S3FS: get_total_sizerfkelly02009-04-202-3/+7
* More work on xattr supportwillmcgugan2009-03-153-49/+149
* S3FS: use get_bucket rather than create_bucket until we know the bucket doesn...rfkelly02009-03-092-3/+8
* Added some instructions under the commentswillmcgugan2009-03-081-0/+4
* Work in progress with an FS->Fuse adapter. Added a default implementation of ...willmcgugan2009-03-083-11/+419
* Uniform "overwrite" behaviour for copy/move/copydir/movedir.rfkelly02009-03-087-59/+145
* make S3FS pickleablerfkelly02009-03-031-2/+34
* OSFS: don't let removedirs() recurse beyond the FS rootrfkelly02009-03-031-9/+12
* support for the "with" statement in S3FSrfkelly02009-03-032-6/+49
* whoops, remove debugging printrfkelly02009-03-021-1/+0
* basic support for pickling FS instancesrfkelly02009-03-022-2/+23
* copydir: don't require destination to existrfkelly02009-03-021-2/+0
* Make listdirs(hidden=True) the default uniformly.rfkelly02009-02-104-4/+30
* make open(path,"w") immediately create an empty file in S3FS/RPCFSrfkelly02009-01-162-67/+101
* added RPCFS, which exposes a filesystem using XML-RPCrfkelly02009-01-152-1/+363
* whoops, add *latest* version of s3fsrfkelly02009-01-151-4/+33
* added S3FS class for accessing Amazon S3rfkelly02009-01-151-0/+338
* Stupid bug, replaces an except clause with a finally clause...willmcgugan2008-09-291-1/+1
* Changed text in exceptionwillmcgugan2008-09-212-3/+3
* Changed chunk_size to something sensiblewillmcgugan2008-09-211-2/+2
* Tests now pass on Windowswillmcgugan2008-09-204-36/+53
* Doc tweakswillmcgugan2008-09-191-8/+2
* Fixes for zipfs and copydirwillmcgugan2008-09-192-8/+12
* Fixwillmcgugan2008-09-191-1/+1
* Fixwillmcgugan2008-09-191-0/+1
* Tweakswillmcgugan2008-09-191-4/+2
* This was originally called fs.pywillmcgugan2008-09-191-0/+807
* Tweakswillmcgugan2008-09-191-7/+3
* Renamed fs.py to base.py after all. Added copydir and movedir functions to utilswillmcgugan2008-09-1912-837/+120
* Stupid errorwillmcgugan2008-09-191-1/+1
* Don't need thiswillmcgugan2008-09-191-5/+0
* Decided to make this the first official release, changed version to 0.1.0willmcgugan2008-09-191-1/+1
* Renamed base.py back to fs.pywillmcgugan2008-09-191-0/+0
* Renamed base.py to fs.py but regret it!willmcgugan2008-09-192-1/+1
* Changes for packaging...willmcgugan2008-09-192-9/+9
* Tweak to __str__willmcgugan2008-09-191-1/+1
* Some documentationwillmcgugan2008-09-196-0/+24
* Tidy upwillmcgugan2008-09-197-6/+32
* Tweaks for disutilswillmcgugan2008-09-191-0/+9