summaryrefslogtreecommitdiff
path: root/fs/tests/test_remote.py
Commit message (Expand)AuthorAgeFilesLines
* createfile fixeswillmcgugan@gmail.com2013-09-101-0/+3
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-311-38/+42
* No need to save original_setcontents in fakeOn - it's already done in setUp.gcode@loowis.durge.org2012-08-141-1/+0
* First stab at a Python3 portwillmcgugan2011-12-261-19/+20
* fix gc-related errors in RemoteFileBuffer testsrfkelly02011-05-051-0/+8
* Refactor CacheFS for efficiency and usability.rfkelly02011-01-111-1/+34
* Got tests working againwillmcgugan2010-12-101-1/+3
* Added FS command line scriptswillmcgugan2010-12-051-9/+9
* add module "fs.filelike" with utils for building file-like objects.rfkelly02010-11-071-3/+3
* RemoteFileBuffer: ensure rfile is closed as soon as we're done with itrfkelly02010-10-101-2/+26
* RemoteFileBuffer: implement on-demand loading of remote data.rfkelly02010-10-101-1/+174
* MountFS: support mounting at root dir, and mounting over mounted dirs.rfkelly02010-09-281-0/+4
* DisconnectingFS: don't leave background thread running if constructor failsrfkelly02010-09-221-3/+5
* rename "functools" to "local_functools".rfkelly02010-09-071-1/+1
* Added better zip exceptions, and added __all__ to core classeswillmcgugan2010-07-101-0/+2
* Some fixes for Python2.5 compatibilitywillmcgugan2010-02-181-0/+6
* some performance tweaks for ConnectionManagerFSrfkelly02009-11-161-4/+1
* more adjustments for new "close" methodrfkelly02009-09-281-8/+12
* make DisconnectingFS a proper wrapperrfkelly02009-09-181-2/+4
* test_remote.DisconnectingFS: only raise RemoteConnectionError from actual FS...rfkelly02009-08-051-2/+7
* added fs.remote.ConnectionManagerFS class, which provides some simple facilit...rfkelly02009-07-101-2/+88
* S3FS re-shuffle and performance improvements:rfkelly02009-06-271-0/+24