summaryrefslogtreecommitdiff
path: root/fs/zipfs.py
Commit message (Expand)AuthorAgeFilesLines
* Applied patch to zipfswillmcgugan@gmail.com2014-03-131-1/+2
* Quick fix for Vladwillmcgugan@gmail.com2013-09-101-0/+3
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-311-11/+16
* Looks like closing() was being used incorrectly. Fixes Issue 124gcode@loowis.durge.org2012-08-131-2/+1
* Added closing context manager to files returned by openwillmcgugan@gmail.com2012-07-101-24/+26
* Python3 compatibilitywillmcgugan2011-12-271-7/+19
* First stab at a Python3 portwillmcgugan2011-12-261-2/+2
* fixed issue writing text fileswillmcgugan2011-07-281-1/+1
* Fix from Andrew for large zip fileswillmcgugan2011-05-261-1/+7
* Fixes of some errors/warnings reported by PyDev and inline documentationwillmcgugan2011-03-071-2/+2
* Added "thread_safe" meta valuewillmcgugan2011-03-071-1/+2
* Doc fixeswillmcgugan2011-03-051-3/+3
* Some doc changeswillmcgugan2011-03-051-8/+8
* Fixes for zip openerwillmcgugan2010-12-071-10/+9
* Opener fixeswillmcgugan2010-12-061-1/+2
* Added FS command line scriptswillmcgugan2010-12-051-8/+12
* Fixed getmeta/hasmeta, added documentation and testswillmcgugan2010-11-201-2/+4
* Added a flush method to _TempWriteFilewillmcgugan2010-11-131-0/+3
* Fixed meta form zip files, and added some more error handlingwillmcgugan2010-11-131-7/+18
* Added getmeta and hasmeta methodswillmcgugan2010-11-071-1/+9
* add module "fs.filelike" with utils for building file-like objects.rfkelly02010-11-071-5/+1
* add missing datetime importrfkelly02010-09-261-0/+2
* Fixed stupid errorwillmcgugan2010-07-131-1/+1
* Modified listdir and walk to take callables in addition to wildcardswillmcgugan2010-07-111-3/+3
* Added better zip exceptions, and added __all__ to core classeswillmcgugan2010-07-101-3/+28
* Fix for absolute paths in getcontents function Issue #15willmcgugan2010-07-101-1/+1
* Fixed a few issues that had accumulated in Google Code, bumped the version up...willmcgugan2010-06-201-2/+1
* Mostly doc changes, and some pedantic pep-8 tweakswillmcgugan2010-06-181-1/+4
* Fixed issue in getinfowillmcgugan2010-06-171-3/+1
* Fix for opening absolute paths in a zip filewillmcgugan2010-05-221-1/+1
* A few tweaks and fixeswillmcgugan2010-01-071-6/+4
* Documentation, fixes, A ReadOnlyFS wrapper and a plain old FTP FS classwillmcgugan2010-01-011-7/+13
* insist on unicode paths throughoutrfkelly02009-11-201-6/+8
* adjust other classes now that FS has a base "close" methodrfkelly02009-09-281-3/+0
* consistently use @synchronize decorator throughoutrfkelly02009-06-161-70/+54
* some error-handling simplificationsrfkelly02009-06-151-4/+4
* Rename 'helpers' to 'path'.rfkelly02009-06-041-2/+1
* remove "if __main__" stuff from most modulesrfkelly02009-06-031-43/+1
* updated test suite now passingrfkelly02009-05-061-13/+13
* Make listdirs(hidden=True) the default uniformly.rfkelly02009-02-101-1/+1
* Stupid bug, replaces an except clause with a finally clause...willmcgugan2008-09-291-1/+1
* Changed text in exceptionwillmcgugan2008-09-211-2/+2
* Fixes for zipfs and copydirwillmcgugan2008-09-191-2/+6
* Renamed fs.py to base.py after all. Added copydir and movedir functions to utilswillmcgugan2008-09-191-1/+2
* Added more zipfs tests, and fixed a few issueswillmcgugan2008-09-181-1/+1
* A few docswillmcgugan2008-09-161-0/+15
* Added some tests for ZipFSwillmcgugan2008-09-161-8/+9
* Removed redundant importwillmcgugan2008-09-161-1/+0
* Added a thread lock to makedirwillmcgugan2008-09-161-6/+10
* Added optimized getcontents methodwillmcgugan2008-09-161-2/+16