summaryrefslogtreecommitdiff
path: root/fs/mountfs.py
Commit message (Expand)AuthorAgeFilesLines
* fixeswillmcgugan@gmail.com2014-02-191-1/+1
* Fix for mountfs with no mounts #162willmcgugan@gmail.com2013-09-091-0/+6
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-311-7/+12
* Some minor fixes and doc changeswillmcgugan@gmail.com2013-03-171-16/+32
* Partially fixes Issue 148gcode@loowis.durge.org2013-03-171-1/+1
* Fix for xmlrpcwillmcgugan@gmail.com2013-02-101-19/+19
* Changed DeleteRootError to RemoveRootError for consistencywillmcgugan2012-01-111-1/+1
* Fixed copydir/movedir, added DeleteRootErrorwillmcgugan2012-01-111-0/+2
* fixeswillmcgugan2012-01-051-4/+7
* First stab at a Python3 portwillmcgugan2011-12-261-1/+1
* Fixed a circular reference issuewillmcgugan2011-09-101-1/+1
* implemented auto closing for multi/mount fswillmcgugan2011-04-301-6/+15
* Doc fixeswillmcgugan2011-03-081-1/+1
* Fixes of some errors/warnings reported by PyDev and inline documentationwillmcgugan2011-03-071-39/+39
* allow uniform use of logging throughout the modulerfkelly02011-01-311-2/+5
* fix some broken/missing ilistdir implementationsrfkelly02011-01-051-1/+1
* removed obsolute "objectree" module; use fs.path.PathMap insteadrfkelly02010-12-271-0/+43
* Added detection of Windows console sizewillmcgugan2010-12-221-1/+1
* Added FS command line scriptswillmcgugan2010-12-051-3/+13
* Fixed getmeta/hasmeta, added documentation and testswillmcgugan2010-11-201-1/+1
* Added getmeta and hasmeta methodswillmcgugan2010-11-071-0/+7
* Fixed an error were mountfs.makedir attempted to remake a mounted pathwillmcgugan2010-10-311-0/+5
* MountFS: add getpathurl() methodrfkelly02010-10-221-0/+9
* MountFS: fix listdir when mounts are stackedrfkelly02010-09-281-0/+10
* MountFS: support mounting at root dir, and mounting over mounted dirs.rfkelly02010-09-281-58/+52
* Added better zip exceptions, and added __all__ to core classeswillmcgugan2010-07-101-0/+2
* 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-1/+10
* Mostly doc changes, and some pedantic pep-8 tweakswillmcgugan2010-06-181-3/+45
* fix MountFS.getsyspath for cases for nothing is mounted at that pathrfkelly02010-05-181-1/+1
* MountFS: fast-path copy/move/copydir/movedir if src and dst are in same FSrfkelly02010-01-191-0/+36
* A few tweaks and fixeswillmcgugan2010-01-071-3/+3
* fix typo "syncronise" => "synchronize"rfkelly02010-01-071-2/+2
* Documentation, fixes, A ReadOnlyFS wrapper and a plain old FTP FS classwillmcgugan2010-01-011-6/+19
* FS.rename: remove requirment that src and dst be in the same dirrfkelly02009-12-171-2/+0
* Some fixeswillmcgugan2009-11-291-2/+9
* Fixed issue with using copydir to copy to the root of a memoryfswillmcgugan2009-11-261-0/+2
* make MountFS directly delegate setcontents() where possiblerfkelly02009-11-161-0/+10
* MountFS: add ability to unmount a file/dirrfkelly02009-07-201-0/+5
* dont raise ResourceNotFoundError in isdir()/isfile(), they should return Falserfkelly02009-07-171-4/+2
* delegate xattr methods in MountFSrfkelly02009-07-171-0/+41
* fix a locking bug in MountFS.getsizerfkelly02009-06-161-205/+145
* some error-handling simplificationsrfkelly02009-06-151-7/+7
* fs.expose.fuse: expose an FS object via FUSErfkelly02009-06-051-1/+1
* Rename 'helpers' to 'path'.rfkelly02009-06-041-2/+2
* remove "if __main__" stuff from most modulesrfkelly02009-06-031-40/+0
* MountFS compatability with latest test suiterfkelly02009-05-051-36/+39
* Uniform "overwrite" behaviour for copy/move/copydir/movedir.rfkelly02009-03-081-4/+4
* Renamed fs.py to base.py after all. Added copydir and movedir functions to utilswillmcgugan2008-09-191-1/+2
* Some documentationwillmcgugan2008-09-191-0/+2