| Commit message (Expand) | Author | Age | Files | Lines |
* | Make these modules work when Python is compiled without Unicode support. | Guido van Rossum | 2001-09-21 | 1 | -1/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-09-18 | 1 | -1/+1 |
|
|
* | [ #458701 ] Patch to zipfile.py for Java | Finn Bock | 2001-09-05 | 1 | -5/+9 |
|
|
* | Make sure path names inserted into ZIP files are normalized to use "/" as | Fred Drake | 2001-07-19 | 1 | -1/+12 |
|
|
* | Fix one bare except: clause. | Fred Drake | 2001-05-11 | 1 | -1/+1 |
|
|
* | Mark Favas points out that there's an 'self.fp.flush()' call in the | Guido van Rossum | 2001-04-14 | 1 | -1/+1 |
|
|
* | Try an except: after an import into "except ImportError". | Guido van Rossum | 2001-04-10 | 1 | -1/+1 |
|
|
* | Sf bug [ #412214 ] ZipFile constructor leaves files open. | Tim Peters | 2001-04-04 | 1 | -0/+14 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-03-29 | 1 | -5/+5 |
|
|
* | Itamar Shtull-Trauring <itamar@maxnm.com>: | Fred Drake | 2001-03-26 | 1 | -8/+31 |
|
|
* | final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be | Skip Montanaro | 2001-03-01 | 1 | -0/+3 |
|
|
* | Define lots of constants for indexes into the structures for the file | Fred Drake | 2001-02-28 | 1 | -7/+51 |
|
|
* | Fix SF tracker bug #403871: AttributeError in ZipFile.__del__() when | Fred Drake | 2001-02-28 | 1 | -0/+2 |
|
|
* | 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 |
|
|
* | Always use the same name for the exception defined in this module! | Fred Drake | 2000-09-29 | 1 | -12/+12 |
|
|
* | James C. Ahlstron <jim@interet.com>: | Fred Drake | 2000-06-13 | 1 | -1/+1 |
|
|
* | Zip file handling module, by Jim Ahlstrom. | Guido van Rossum | 2000-03-31 | 1 | -0/+470 |
|
|