summaryrefslogtreecommitdiff
path: root/fs/wrapfs/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Changed signature for 'createfile' everywhere, fixes #133willmcgugan@gmail.com2013-09-091-2/+2
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-311-4/+4
* Implemented generic validatepath method and optimized normpathwillmcgugan@gmail.com2012-12-011-20/+24
* If the wrapped_fs reference is not removed, the SubFS will create a cycle wit...btimby2012-11-151-0/+1
* Fixed copydir/movedir, added DeleteRootErrorwillmcgugan2012-01-111-3/+4
* Some optimizationswillmcgugan2012-01-081-13/+13
* First stab at a Python3 portwillmcgugan2011-12-261-4/+5
* allow uniform use of logging throughout the modulerfkelly02011-01-311-1/+2
* Make WrapFS.__str__ include details of the wrapped fsrfkelly02011-01-281-0/+7
* Implement walk/walkfiles/walkdirs in WrapFS.rfkelly02011-01-261-0/+58
* allow listdir/ilistdir to take non-keyword argsrfkelly02011-01-051-2/+12
* fix interaction between WrapFS._file_wrap and WrapFS.setcontentsrfkelly02010-12-281-1/+7
* removed obsolute "objectree" module; use fs.path.PathMap insteadrfkelly02010-12-271-0/+47
* Command fixeswillmcgugan2010-12-121-1/+6
* Added FS command line scriptswillmcgugan2010-12-051-2/+10
* Fixed getmeta/hasmeta, added documentation and testswillmcgugan2010-11-201-2/+2
* Added getmeta and hasmeta methodswillmcgugan2010-11-071-0/+8
* WrapFS: add getpathurl() methodrfkelly02010-10-221-0/+4
* WrapFS.listdir: default 'wildcard' to None, not "*"rfkelly02010-10-041-2/+2
* custom listdirinfo() method for WrapFSrfkelly02010-10-041-0/+23
* WrapFS: when encoding paths, normalise out "." and ".." componentsrfkelly02010-09-301-4/+2
* WrapFS: remove support for listdir(info=True)rfkelly02010-09-281-15/+7
* WrapFS: don't pass through private attributes of the wrapped FSrfkelly02010-09-261-0/+2
* Make SubFS a subclass of WrapFS, move it into its own modulerfkelly02010-09-221-3/+12
* wrap_fs_methods: allow the list of wrapped method names to be modifiedrfkelly02010-09-121-6/+7
* rename "functools" to "local_functools".rfkelly02010-09-071-1/+1
* Modified listdir and walk to take callables in addition to wildcardswillmcgugan2010-07-111-3/+9
* Added better zip exceptions, and added __all__ to core classeswillmcgugan2010-07-101-0/+2
* Added settimes to a few FS impementations, and added a settimes test casewillmcgugan2010-06-201-1/+1
* add the settimes() method to WrapFSrfkelly02010-06-201-0/+4
* Mostly doc changes, and some pedantic pep-8 tweakswillmcgugan2010-06-181-34/+34
* add some comments about __getattr__rfkelly02010-04-061-0/+2
* split FS wrapper implementations into independent submodulesrfkelly02010-01-071-0/+279