summaryrefslogtreecommitdiff
path: root/fs/multifs.py
Commit message (Expand)AuthorAgeFilesLines
* Fix MultiFS example in documentationgcode@loowis.durge.org2014-10-191-1/+2
* fixeswillmcgugan@gmail.com2014-02-191-1/+1
* Added 'relativefrom' method to path.pywillmcgugan@gmail.com2013-06-281-2/+2
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-311-42/+42
* Changed DeleteRootError to RemoveRootError for consistencywillmcgugan2012-01-111-1/+1
* Fixed copydir/movedir, added DeleteRootErrorwillmcgugan2012-01-111-1/+3
* Added a priority system for multifswillmcgugan2012-01-051-4/+24
* Support for Windows long paths in opener, and multifs fixwillmcgugan2011-11-231-4/+4
* Fixeswillmcgugan2011-11-141-0/+8
* Fix for multifs.removewillmcgugan2011-10-081-3/+1
* implemented auto closing for multi/mount fswillmcgugan2011-04-301-3/+22
* Opener fixeswillmcgugan2011-03-201-8/+5
* spelling fixesrfkelly02011-03-081-2/+2
* Added writeable fs to mountfswillmcgugan2010-12-291-21/+52
* Added getmeta and hasmeta methodswillmcgugan2010-11-071-0/+6
* add module "fs.filelike" with utils for building file-like objects.rfkelly02010-11-071-7/+8
* MultiFS: support "force" argument in removedirrfkelly02010-10-051-2/+2
* Added better zip exceptions, and added __all__ to core classeswillmcgugan2010-07-101-0/+1
* Fixed a few issues that had accumulated in Google Code, bumped the version up...willmcgugan2010-06-201-0/+1
* Added settimes to a few FS impementations, and added a settimes test casewillmcgugan2010-06-201-0/+8
* Mostly doc changes, and some pedantic pep-8 tweakswillmcgugan2010-06-181-5/+33
* A few tweaks and fixeswillmcgugan2010-01-071-2/+1
* fix typo "syncronise" => "synchronize"rfkelly02010-01-071-2/+2
* More documentationwillmcgugan2010-01-021-3/+24
* Documentation, fixes, A ReadOnlyFS wrapper and a plain old FTP FS classwillmcgugan2010-01-011-7/+11
* FS.rename: remove requirment that src and dst be in the same dirrfkelly02009-12-171-2/+0
* consistently use @synchronize decorator throughoutrfkelly02009-06-161-140/+86
* some error-handling simplificationsrfkelly02009-06-151-3/+3
* fs.expose.fuse: expose an FS object via FUSErfkelly02009-06-051-1/+1
* Rename 'helpers' to 'path'.rfkelly02009-06-041-2/+3
* remove "if __main__" stuff from most modulesrfkelly02009-06-031-24/+0
* multifs compatability with new errors modulerfkelly02009-05-051-20/+10
* Renamed fs.py to base.py after all. Added copydir and movedir functions to utilswillmcgugan2008-09-191-1/+2
* Tidy upwillmcgugan2008-09-191-0/+6
* Basic functionality for the Zip FSwillmcgugan2008-09-091-1/+1
* Work in progress. More tests. Move helper function in to new helpers.py file.willmcgugan2008-09-061-3/+5
* Added depth first search for the walk method, added a number of docstrings.willmcgugan2008-09-051-5/+4
* Work in progresswillmcgugan2008-09-041-1/+1
* Some docstrings and enhancementswillmcgugan2008-08-211-2/+32
* Added thread syncronisation to filesystem objectswillmcgugan2008-08-211-74/+141
* Fleshing out the test suite. Also changed fs.mkdir to fs.makedir, for sake of...willmcgugan2008-08-191-3/+3
* Tidied up the code, and added an ObjectTree classwillmcgugan2008-08-011-27/+11
* Moved OSFS to own file, added testswillmcgugan2008-07-311-12/+13
* Work in progresswillmcgugan2008-07-291-2/+2
* Added desc method to filesystems that display debugging information regarding...willmcgugan2008-07-291-0/+23
* Work in progress with the memoryfswillmcgugan2008-07-291-8/+32
* Work in progresswillmcgugan2008-07-281-22/+100
* work in progresswillmcgugan2008-07-281-2/+3
* git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@16 67cdc799-7952-041...willmcgugan2008-07-281-0/+46