summaryrefslogtreecommitdiff
path: root/fs/base.py
Commit message (Expand)AuthorAgeFilesLines
* dont allow removedir(recursive=True) to escape a SubFSrfkelly02009-06-151-7/+20
* allow createfile/setcontents to take a file-like object as well as a stringrfkelly02009-06-121-1/+7
* fs.expose.fuse: expose an FS object via FUSErfkelly02009-06-051-0/+23
* Rename 'helpers' to 'path'.rfkelly02009-06-041-6/+6
* remove "if __main__" stuff from most modulesrfkelly02009-06-031-105/+25
* fix base move() implementationrfkelly02009-05-311-1/+1
* got unittests passing on windowsrfkelly02009-05-071-9/+15
* added "wrappers" sub-package, and a SimulateXAttrs wrapperrfkelly02009-05-061-49/+6
* remove "mode" and "hidden" from SubFS methodsrfkelly02009-05-051-14/+3
* More explicit documentation on base FS class, plus using new exception classesrfkelly02009-05-051-272/+253
* More work on xattr supportwillmcgugan2009-03-151-11/+23
* Work in progress with an FS->Fuse adapter. Added a default implementation of ...willmcgugan2009-03-081-0/+42
* Uniform "overwrite" behaviour for copy/move/copydir/movedir.rfkelly02009-03-081-19/+29
* whoops, remove debugging printrfkelly02009-03-021-1/+0
* basic support for pickling FS instancesrfkelly02009-03-021-0/+21
* copydir: don't require destination to existrfkelly02009-03-021-2/+0
* Make listdirs(hidden=True) the default uniformly.rfkelly02009-02-101-1/+1
* Changed chunk_size to something sensiblewillmcgugan2008-09-211-2/+2
* Tests now pass on Windowswillmcgugan2008-09-201-21/+25
* Doc tweakswillmcgugan2008-09-191-8/+2
* Fixes for zipfs and copydirwillmcgugan2008-09-191-6/+6
* This was originally called fs.pywillmcgugan2008-09-191-0/+807
* Renamed base.py back to fs.pywillmcgugan2008-09-191-821/+0
* Renamed base.py to fs.py but regret it!willmcgugan2008-09-191-0/+821