summaryrefslogtreecommitdiffstats
path: root/Doc/library/zipfile.rst
Commit message (Expand)AuthorAgeFilesLines
* Backport source links from 3.x.Éric Araujo2011-08-191-1/+4
* Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,...Georg Brandl2011-02-251-2/+2
* Merged revisions 87493 via svnmerge fromÉric Araujo2010-12-261-1/+1
* #10748: add versionchanged for non-trivial bugfix.Georg Brandl2010-12-211-3/+4
* Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,...Georg Brandl2010-11-261-0/+1
* Merged revisions 85455 via svnmerge fromGeorg Brandl2010-11-261-0/+4
* Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,...Georg Brandl2010-08-021-5/+2
* Issue 6003: ZipFile.writestr "compression_type" argumentRonald Oussoren2010-02-071-1/+8
* #5511: Added the ability to use ZipFile as a context manager. Patch by Brian ...Ezio Melotti2009-12-301-20/+27
* upcase PythonGeorg Brandl2009-11-181-1/+1
* Mention issue6972 in extractall docs about overwriting things outside ofGregory P. Smith2009-09-291-0/+7
* 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 #1622: Correct interpretation of various ZIP header fields.Martin v. Löwis2008-07-031-1/+7
* Patch #1775025: allow opening zipfile members via ZipInfo instances.Georg Brandl2008-05-201-14/+21
* 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
* #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
* 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 Zi...Georg Brandl2007-08-301-1/+1
* 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