summaryrefslogtreecommitdiffstats
path: root/Doc/library/zipfile.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace.Georg Brandl2009-01-031-10/+10
|
* fix markupBenjamin Peterson2008-12-271-1/+1
|
* Issue #4756: zipfile.is_zipfile() now supports file-like objects.Antoine Pitrou2008-12-271-2/+4
| | | | Patch by Gabriel Genellina.
* Patch #1622: Correct interpretation of various ZIP header fields.Martin v. Löwis2008-07-031-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 Brandl2008-05-201-14/+21
| | | | Patch by Graham Horler.
* Deprecate test.testall for removal in 3.0.Brett Cannon2008-05-091-1/+1
|
* Fix lots of broken links in the docs, found by Sphinx' external link checker.Georg Brandl2008-03-151-3/+3
|
* Document that zipfile decryption is insanely slow and fix a typo andGregory P. Smith2008-01-201-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 Brandl2008-01-071-0/+28
|
* Some cleanup in the docs.Georg Brandl2007-12-291-3/+0
|
* Clarified the fact that you can have comments for individual archiveMark Summerfield2007-11-051-5/+7
| | | | | members even though comments to the archive itself aren't currently supported.
* Added cross-references between the various archive file formats.Mark Summerfield2007-11-051-2/+4
|
* Stronger urge to convert filenames to str before using them as argument to ↵Georg Brandl2007-08-301-1/+1
| | | | ZipFile.write().
* Mark deprecated modules as such.Georg Brandl2007-08-151-3/+3
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+408