summaryrefslogtreecommitdiff
path: root/fs/base.py
Commit message (Expand)AuthorAgeFilesLines
* py2.6 fixeswillmcgugan@gmail.com2014-02-261-1/+1
* getinfokeys methodwillmcgugan@gmail.com2013-10-181-0/+21
* createfile fixeswillmcgugan@gmail.com2013-09-101-9/+9
* Fix for setcontents with empty stringwillmcgugan@gmail.com2013-09-091-1/+1
* Use errno constantwillmcgugan@gmail.com2013-09-091-3/+4
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-311-68/+136
* Implemented generic validatepath method and optimized normpathwillmcgugan@gmail.com2012-12-011-0/+33
* Fix for missing ResourceNotFound error in fs.walkwillmcgugan@gmail.com2012-10-091-76/+80
* Refactored/simplified the compatibility.copy_file_to_fs function.gcode@loowis.durge.org2012-08-151-83/+8
* Found and fixed some more sneaky Python3 str->bytes problemsgcode@loowis.durge.org2012-08-151-3/+3
* Fix Issue 122gcode@loowis.durge.org2012-08-131-0/+2
* Fixes for hide fswillmcgugan2012-06-151-3/+0
* HideFSwillmcgugan2012-05-291-1/+1
* Made opendir throw a ResourceInvalidError if the path is not a dirwillmcgugan2012-04-251-0/+2
* Fix for annoying shutdown warningwillmcgugan2012-02-251-3/+6
* watcher tweakwillmcgugan2012-01-271-0/+3
* Fixed copydir/movedir, added DeleteRootErrorwillmcgugan2012-01-111-151/+156
* Some optimizationswillmcgugan2012-01-081-11/+20
* First stab at a Python3 portwillmcgugan2011-12-261-52/+85
* Fixes and documentationwillmcgugan2011-08-071-128/+215
* hide dotfiles fix from Andrewwillmcgugan2011-05-261-3/+7
* Release Candidate!willmcgugan2011-04-241-1/+1
* make LimitSizeFS more robustrfkelly02011-03-301-0/+3
* Fixed missing import of oswillmcgugan2011-03-241-0/+1
* Added context manager methods to NullFilewillmcgugan2011-03-201-3/+9
* spelling fixesrfkelly02011-03-081-13/+13
* fix handling of callable wildcards in RPCFSrfkelly02011-03-081-13/+13
* Fix to workaround issue sending callables over xmlrpcwillmcgugan2011-03-081-15/+17
* Doc fixeswillmcgugan2011-03-081-2/+3
* Fixes of some errors/warnings reported by PyDev and inline documentationwillmcgugan2011-03-071-25/+22
* Added "thread_safe" meta valuewillmcgugan2011-03-071-1/+2
* Made base FS a context manager that closes itselfwillmcgugan2011-03-071-3/+11
* Doc fixeswillmcgugan2011-03-051-13/+13
* Some doc changeswillmcgugan2011-03-051-4/+4
* Lots of docs, some cosmetic changeswillmcgugan2011-03-051-62/+90
* some doc spelling fixesrfkelly02011-01-271-1/+1
* Implement walk/walkfiles/walkdirs in WrapFS.rfkelly02011-01-261-1/+2
* fix varname typorfkelly02011-01-251-1/+1
* allow listdir/ilistdir to take non-keyword argsrfkelly02011-01-051-1/+6
* fix some broken/missing ilistdir implementationsrfkelly02011-01-051-1/+1
* Fixed issue with spaces in tag paramswillmcgugan2011-01-041-2/+2
* Added a setcontents_async methodwillmcgugan2010-12-291-0/+70
* some doc additions and cleanupsrfkelly02010-12-271-3/+2
* removed obsolute "objectree" module; use fs.path.PathMap insteadrfkelly02010-12-271-0/+1
* added ilistdir() and ilistdirinfo() methodsrfkelly02010-12-271-7/+41
* Added an simple httpfs, and sorted out command installationwillmcgugan2010-12-211-6/+6
* Added graceful handling of the directory structure changing during a 'walk'.willmcgugan2010-12-201-12/+20
* fs.path optimizations since these functions are called so frequentlywillmcgugan2010-12-201-4/+4
* Added openers for Tahoe and Davwillmcgugan2010-12-181-0/+2
* Fixed some broken testswillmcgugan2010-12-171-7/+13