| Commit message (Expand) | Author | Age | Files | Lines |
* | added modified_time to zipfs | Will McGugan | 2015-04-12 | 1 | -3/+3 |
* | Applied patch to zipfs | willmcgugan@gmail.com | 2014-03-13 | 1 | -1/+2 |
* | Quick fix for Vlad | willmcgugan@gmail.com | 2013-09-10 | 1 | -0/+3 |
* | Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i... | willmcgugan@gmail.com | 2013-03-31 | 1 | -11/+16 |
* | Looks like closing() was being used incorrectly. Fixes Issue 124 | gcode@loowis.durge.org | 2012-08-13 | 1 | -2/+1 |
* | Added closing context manager to files returned by open | willmcgugan@gmail.com | 2012-07-10 | 1 | -24/+26 |
* | Python3 compatibility | willmcgugan | 2011-12-27 | 1 | -7/+19 |
* | First stab at a Python3 port | willmcgugan | 2011-12-26 | 1 | -2/+2 |
* | fixed issue writing text files | willmcgugan | 2011-07-28 | 1 | -1/+1 |
* | Fix from Andrew for large zip files | willmcgugan | 2011-05-26 | 1 | -1/+7 |
* | Fixes of some errors/warnings reported by PyDev and inline documentation | willmcgugan | 2011-03-07 | 1 | -2/+2 |
* | Added "thread_safe" meta value | willmcgugan | 2011-03-07 | 1 | -1/+2 |
* | Doc fixes | willmcgugan | 2011-03-05 | 1 | -3/+3 |
* | Some doc changes | willmcgugan | 2011-03-05 | 1 | -8/+8 |
* | Fixes for zip opener | willmcgugan | 2010-12-07 | 1 | -10/+9 |
* | Opener fixes | willmcgugan | 2010-12-06 | 1 | -1/+2 |
* | Added FS command line scripts | willmcgugan | 2010-12-05 | 1 | -8/+12 |
* | Fixed getmeta/hasmeta, added documentation and tests | willmcgugan | 2010-11-20 | 1 | -2/+4 |
* | Added a flush method to _TempWriteFile | willmcgugan | 2010-11-13 | 1 | -0/+3 |
* | Fixed meta form zip files, and added some more error handling | willmcgugan | 2010-11-13 | 1 | -7/+18 |
* | Added getmeta and hasmeta methods | willmcgugan | 2010-11-07 | 1 | -1/+9 |
* | add module "fs.filelike" with utils for building file-like objects. | rfkelly0 | 2010-11-07 | 1 | -5/+1 |
* | add missing datetime import | rfkelly0 | 2010-09-26 | 1 | -0/+2 |
* | Fixed stupid error | willmcgugan | 2010-07-13 | 1 | -1/+1 |
* | Modified listdir and walk to take callables in addition to wildcards | willmcgugan | 2010-07-11 | 1 | -3/+3 |
* | Added better zip exceptions, and added __all__ to core classes | willmcgugan | 2010-07-10 | 1 | -3/+28 |
* | Fix for absolute paths in getcontents function Issue #15 | willmcgugan | 2010-07-10 | 1 | -1/+1 |
* | Fixed a few issues that had accumulated in Google Code, bumped the version up... | willmcgugan | 2010-06-20 | 1 | -2/+1 |
* | Mostly doc changes, and some pedantic pep-8 tweaks | willmcgugan | 2010-06-18 | 1 | -1/+4 |
* | Fixed issue in getinfo | willmcgugan | 2010-06-17 | 1 | -3/+1 |
* | Fix for opening absolute paths in a zip file | willmcgugan | 2010-05-22 | 1 | -1/+1 |
* | A few tweaks and fixes | willmcgugan | 2010-01-07 | 1 | -6/+4 |
* | Documentation, fixes, A ReadOnlyFS wrapper and a plain old FTP FS class | willmcgugan | 2010-01-01 | 1 | -7/+13 |
* | insist on unicode paths throughout | rfkelly0 | 2009-11-20 | 1 | -6/+8 |
* | adjust other classes now that FS has a base "close" method | rfkelly0 | 2009-09-28 | 1 | -3/+0 |
* | consistently use @synchronize decorator throughout | rfkelly0 | 2009-06-16 | 1 | -70/+54 |
* | merge branch "rfk-ideas" into trunk | rfkelly0 | 2009-06-15 | 1 | -58/+15 |
* | Make listdirs(hidden=True) the default uniformly. | rfkelly0 | 2009-02-10 | 1 | -1/+1 |
* | Stupid bug, replaces an except clause with a finally clause... | willmcgugan | 2008-09-29 | 1 | -1/+1 |
* | Changed text in exception | willmcgugan | 2008-09-21 | 1 | -2/+2 |
* | Fixes for zipfs and copydir | willmcgugan | 2008-09-19 | 1 | -2/+6 |
* | Renamed fs.py to base.py after all. Added copydir and movedir functions to utils | willmcgugan | 2008-09-19 | 1 | -1/+2 |
* | Added more zipfs tests, and fixed a few issues | willmcgugan | 2008-09-18 | 1 | -1/+1 |
* | A few docs | willmcgugan | 2008-09-16 | 1 | -0/+15 |
* | Added some tests for ZipFS | willmcgugan | 2008-09-16 | 1 | -8/+9 |
* | Removed redundant import | willmcgugan | 2008-09-16 | 1 | -1/+0 |
* | Added a thread lock to makedir | willmcgugan | 2008-09-16 | 1 | -6/+10 |
* | Added optimized getcontents method | willmcgugan | 2008-09-16 | 1 | -2/+16 |
* | Added created time to Zip file listings | willmcgugan | 2008-09-16 | 1 | -1/+3 |
* | Expanded on ZipFS and fixed a few bugs. | willmcgugan | 2008-09-16 | 1 | -41/+125 |