Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 by Gabriel Genellina. | ||||
* | Patch #1622: Correct interpretation of various ZIP header fields. | Martin v. Löwis | 2008-07-03 | 1 | -1/+7 |
| | | | | | | | | | Also fixes - Issue #1526: Allow more than 64k files to be added to Zip64 file. - Issue #1746: Correct handling of zipfile archive comments (previously archives with comments over 4k were flagged as invalid). Allow writing Zip files with archives by setting the 'comment' attribute of a ZipFile. | ||||
* | Patch #1775025: allow opening zipfile members via ZipInfo instances. | Georg Brandl | 2008-05-20 | 1 | -14/+21 |
| | | | | Patch by Graham Horler. | ||||
* | 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 |
| | | | | | blatant lie in a docstring (it is not useful for security regardless of how you spell it). | ||||
* | #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 |
| | | | | | members even though comments to the archive itself aren't currently supported. | ||||
* | 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 ↵ | Georg Brandl | 2007-08-30 | 1 | -1/+1 |
| | | | | ZipFile.write(). | ||||
* | 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 |