summaryrefslogtreecommitdiff
path: root/Lib/zipfile.py
Commit message (Expand)AuthorAgeFilesLines
* SF patch #756996: Bare except in ZipFile.testzip()Raymond Hettinger2003-06-271-1/+1
* Remove debug print on filename with NUL byte.Greg Ward2003-06-181-1/+0
* SF patch #755987 (Jim Ahlstrom):Greg Ward2003-06-181-16/+15
* Patch #661719: Expose compilation errors as exceptions on request.Martin v. Löwis2003-01-151-1/+4
* Patch #651621, approved by MvL.Just van Rossum2002-12-121-2/+9
* Patch #611760: read archives with comments.Martin v. Löwis2002-10-131-23/+48
* Avoid warnings about <<. external_attr is now an unsigned long.Guido van Rossum2002-08-121-2/+2
* Remove uses of the string and types modules:Walter Dörwald2002-06-031-8/+1
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-011-3/+3
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-1/+1
* Partial introduction of bools where appropriate.Guido van Rossum2002-04-071-1/+2
* SF bug #488514: -Qnew needs workTim Peters2001-12-061-2/+2
* SF bug 486480: zipfile __del__ is brokenTim Peters2001-11-281-3/+3
* Make these modules work when Python is compiled without Unicode support.Guido van Rossum2001-09-211-1/+4
* Whitespace normalization.Tim Peters2001-09-181-1/+1
* [ #458701 ] Patch to zipfile.py for JavaFinn Bock2001-09-051-5/+9
* Make sure path names inserted into ZIP files are normalized to use "/" asFred Drake2001-07-191-1/+12
* Fix one bare except: clause.Fred Drake2001-05-111-1/+1
* Mark Favas points out that there's an 'self.fp.flush()' call in theGuido van Rossum2001-04-141-1/+1
* Try an except: after an import into "except ImportError".Guido van Rossum2001-04-101-1/+1
* Sf bug [ #412214 ] ZipFile constructor leaves files open.Tim Peters2001-04-041-0/+14
* Whitespace normalization.Tim Peters2001-03-291-5/+5
* Itamar Shtull-Trauring <itamar@maxnm.com>:Fred Drake2001-03-261-8/+31
* final round of __all__ lists (I hope) - skipped urllib2 because Moshe may beSkip Montanaro2001-03-011-0/+3
* Define lots of constants for indexes into the structures for the fileFred Drake2001-02-281-7/+51
* Fix SF tracker bug #403871: AttributeError in ZipFile.__del__() whenFred Drake2001-02-281-0/+2
* Whitespace normalization. Top level of Lib now fixed-point for reindent.py!Tim Peters2001-01-151-59/+59
* Delay import of py_compile until needed, since is is only used by theFred Drake2000-10-021-31/+45
* Always use the same name for the exception defined in this module!Fred Drake2000-09-291-12/+12
* James C. Ahlstron <jim@interet.com>:Fred Drake2000-06-131-1/+1
* Zip file handling module, by Jim Ahlstrom.Guido van Rossum2000-03-311-0/+470