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