summaryrefslogtreecommitdiffstats
path: root/Lib/zipfile.py
Commit message (Expand)AuthorAgeFilesLines
* 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