| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,... | Georg Brandl | 2010-08-02 | 1 | -5/+2 |
* | Issue 6003: ZipFile.writestr "compression_type" argument | Ronald Oussoren | 2010-02-07 | 1 | -1/+8 |
* | #5511: Added the ability to use ZipFile as a context manager. Patch by Brian ... | Ezio Melotti | 2009-12-30 | 1 | -20/+27 |
* | upcase Python | Georg Brandl | 2009-11-18 | 1 | -1/+1 |
* | Mention issue6972 in extractall docs about overwriting things outside of | Gregory P. Smith | 2009-09-29 | 1 | -0/+7 |
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -10/+10 |
* | fix markup | Benjamin Peterson | 2008-12-27 | 1 | -1/+1 |
* | Issue #4756: zipfile.is_zipfile() now supports file-like objects. | Antoine Pitrou | 2008-12-27 | 1 | -2/+4 |
* | Patch #1622: Correct interpretation of various ZIP header fields. | Martin v. Löwis | 2008-07-03 | 1 | -1/+7 |
* | Patch #1775025: allow opening zipfile members via ZipInfo instances. | Georg Brandl | 2008-05-20 | 1 | -14/+21 |
* | Deprecate test.testall for removal in 3.0. | Brett Cannon | 2008-05-09 | 1 | -1/+1 |
* | Fix lots of broken links in the docs, found by Sphinx' external link checker. | Georg Brandl | 2008-03-15 | 1 | -3/+3 |
* | Document that zipfile decryption is insanely slow and fix a typo and | Gregory P. Smith | 2008-01-20 | 1 | -1/+2 |
* | #467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall. | Georg Brandl | 2008-01-07 | 1 | -0/+28 |
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 1 | -3/+0 |
* | Clarified the fact that you can have comments for individual archive | Mark Summerfield | 2007-11-05 | 1 | -5/+7 |
* | Added cross-references between the various archive file formats. | Mark Summerfield | 2007-11-05 | 1 | -2/+4 |
* | Stronger urge to convert filenames to str before using them as argument to Zi... | Georg Brandl | 2007-08-30 | 1 | -1/+1 |
* | Mark deprecated modules as such. | Georg Brandl | 2007-08-15 | 1 | -3/+3 |
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+408 |