Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace normalization. Top level of Lib now fixed-point for reindent.py! | Tim Peters | 2001-01-15 | 1 | -59/+59 |
| | |||||
* | Delay import of py_compile until needed, since is is only used by the | Fred Drake | 2000-10-02 | 1 | -31/+45 |
| | | | | | | | | PyZipFile class. End sentences in docstrings with periods. Reformat docstrings to be more similar to those of other modules. | ||||
* | Always use the same name for the exception defined in this module! | Fred Drake | 2000-09-29 | 1 | -12/+12 |
| | | | | | | Error reported via email by Pete Shinners <pete@visionart.com>. Fixed some indentation inconsistencies. | ||||
* | James C. Ahlstron <jim@interet.com>: | Fred Drake | 2000-06-13 | 1 | -1/+1 |
| | | | | Thanks to Hubert Hoegl <hubert.hoegl@dlr.de> for finding this bug. | ||||
* | Zip file handling module, by Jim Ahlstrom. | Guido van Rossum | 2000-03-31 | 1 | -0/+470 |