summaryrefslogtreecommitdiff
path: root/Doc/library/zipfile.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #28513: Documented command-line interface of zipfile.Serhiy Storchaka2016-11-021-0/+57
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-5/+4
* Issue #23730: Document the return value of ZipFile.extractZachary Ware2015-04-131-0/+2
* Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests).Serhiy Storchaka2015-01-261-2/+8
* Issue #14099: ZipFile.open() no longer reopen the underlying file. ObjectsSerhiy Storchaka2014-12-031-8/+2
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-2/+3
* whitespace fixGregory P. Smith2013-02-071-1/+1
* Issue #6972: fix the documentation mis applied patch.Gregory P. Smith2013-02-071-10/+13
* Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972.Serhiy Storchaka2013-02-021-1/+1
* Fixes Issue #6972: The zipfile module no longer overwrites files outside ofGregory P. Smith2013-02-011-0/+10
* Issue #16025: Minor corrections to the zipfile documentation.Andrew Svetlov2012-10-061-9/+9
* #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-151-2/+6
* Improve interlinking of archiving/compression modules docs.Éric Araujo2012-02-261-3/+0
* Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelatedSenthil Kumaran2011-10-201-1/+5
* 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