summaryrefslogtreecommitdiff
path: root/fs/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* version bumpWill McGugan2015-11-141-1/+1
* version bumpWill McGugan2015-09-071-1/+1
* next versionWill McGugan2015-05-011-1/+1
* version bumpWill McGugan2015-05-011-1/+1
* version bump, made commands use entry_pointswillmcgugan@gmail.com2015-02-151-1/+1
* tweaks for 0.5.0willmcgugan@gmail.com2014-03-141-1/+1
* Test fixeswillmcgugan@gmail.com2014-02-261-1/+1
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-311-5/+5
* Fixed copydir/movedir, added DeleteRootErrorwillmcgugan2012-01-111-3/+0
* Fixed a circular reference issuewillmcgugan2011-09-101-1/+1
* Release Candidate!willmcgugan2011-04-241-4/+3
* LimitSizeFS: remove exceptions I was using for debuggingrfkelly02011-04-161-1/+1
* S3FS: more robust detection of keys that represent subdirsrfkelly02011-04-101-1/+1
* Update for version and changelogwillmcgugan2011-03-081-1/+1
* fuse: replace debugging prints with loggerrfkelly02011-02-241-1/+1
* allow uniform use of logging throughout the modulerfkelly02011-01-311-0/+13
* remove debugging print from DAVFSrfkelly02011-01-311-1/+1
* re-disable S3FS testsrfkelly02011-01-291-1/+1
* Implement walk/walkfiles/walkdirs in WrapFS.rfkelly02011-01-261-1/+1
* allow listdir/ilistdir to take non-keyword argsrfkelly02011-01-051-1/+1
* DAVFS: rearrange logging call stubsrfkelly02010-12-281-1/+1
* change license in setup.py to "BSD"rfkelly02010-12-161-1/+1
* MountFS: add getpathurl() methodrfkelly02010-10-221-1/+1
* CacheFS: add cache handling for listdirinfo methodrfkelly02010-10-091-1/+1
* fix some corner cases in osfs/watch_win32.pyrfkelly02010-09-061-1/+1
* Fixed a few issues that had accumulated in Google Code, bumped the version up...willmcgugan2010-06-201-1/+1
* Mostly doc changes, and some pedantic pep-8 tweakswillmcgugan2010-06-181-2/+2
* include "fs.osfs" in setup.py packages listrfkelly02010-04-121-1/+1
* set max size for SpooledTemporaryFilerfkelly02010-03-091-1/+1
* split FS wrapper implementations into independent submodulesrfkelly02010-01-071-2/+2
* fix typo "syncronise" => "synchronize"rfkelly02010-01-071-5/+5
* Documentation, fixes, A ReadOnlyFS wrapper and a plain old FTP FS classwillmcgugan2010-01-011-1/+19
* some performance tweaks for ConnectionManagerFSrfkelly02009-11-161-1/+1
* remove extraneous file.seek(0) callrfkelly02009-10-121-1/+1
* more adjustments for new "close" methodrfkelly02009-09-281-1/+1
* adjust other classes now that FS has a base "close" methodrfkelly02009-09-281-1/+1
* Use custom DummyLock class rather than dummy_threading.RLockrfkelly02009-09-211-1/+1
* extra tests for xattrsrfkelly02009-09-151-1/+1
* fix readwriteappendseek unittest for windows compatabilityrfkelly02009-08-311-1/+1
* thread-safe RemoteFileBufferrfkelly02009-07-241-3/+4
* merge branch "rfk-ideas" into trunkrfkelly02009-06-151-12/+21
* Changed text in exceptionwillmcgugan2008-09-211-1/+1
* Renamed fs.py to base.py after all. Added copydir and movedir functions to utilswillmcgugan2008-09-191-1/+1
* Stupid errorwillmcgugan2008-09-191-1/+1
* Decided to make this the first official release, changed version to 0.1.0willmcgugan2008-09-191-1/+1
* Renamed base.py to fs.py but regret it!willmcgugan2008-09-191-1/+1
* Changes for packaging...willmcgugan2008-09-191-0/+9
* Tidy upwillmcgugan2008-09-191-2/+1
* Various changes..willmcgugan2008-09-161-1/+9
* small changeswillmcgugan2008-09-061-0/+3