summaryrefslogtreecommitdiff
path: root/Doc/library/zipfile.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #27381: Remove superfluous paren in zipfile documentationBerker Peksag2016-06-241-1/+1
* Issue #27311: Fix ZipFile.writestr data argument name.Martin Panter2016-06-151-2/+2
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-5/+5
* minor clarification on Zipfile 'x' mode - exclusive creation of a file.Senthil Kumaran2016-01-211-2/+2
* remove trailing spaceGregory P. Smith2015-04-141-1/+1
|\
| * remove trailing space :)Gregory P. Smith2015-04-141-1/+1
* | issue22046: mention that zipfile can raise NotImplementedError on unsupportedGregory P. Smith2015-04-141-1/+5
|\ \ | |/
| * issue22046: mention that zipfile can raise NotImplementedError on unsupportedGregory P. Smith2015-04-141-1/+5
* | Closes #23730: merge with 3.4Zachary Ware2015-04-131-21/+23
|\ \ | |/ |/|
| * Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-3/+1
| * Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusiveSerhiy Storchaka2015-03-251-9/+16
| * Issue #23252: Added support for writing ZIP files to unseekable streams.Serhiy Storchaka2015-03-231-1/+4
| * merge 3.4Benjamin Peterson2015-03-121-1/+1
| |\
| * \ Issue #22154: Add an example to show context management protocol support of Z...Berker Peksag2015-03-131-8/+2
| |\ \
* | | | Issue #23730: Document the return value of ZipFile.extractZachary Ware2015-04-131-0/+2
| |_|/ |/| |
* | | use the meth role for ZipFile.openBenjamin Peterson2015-03-121-1/+1
|/ /
* | Issue #22154: Add an example to show context management protocol support of Z...Berker Peksag2015-03-131-0/+7
* | Issue #14099: Backout changeset e5bb3044402b (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
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-6/+20
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
|\
* | Issue #15204: Deprecated the 'U' mode in file-like objects.Serhiy Storchaka2013-11-231-0/+3
* | Issue #17201: ZIP64 extensions now are enabled by default.Serhiy Storchaka2013-11-231-7/+10
* | #19274: use captured_stdout() in the test suite; add NEWS entry.Georg Brandl2013-10-211-3/+3
* | add a filterfunc to zip file.PyZipFile.writepy, issue 19274Christian Tismer2013-10-211-2/+8
* | Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-2/+3
|\ \ | |/
| * Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-2/+3
* | Grammar tweakBrett Cannon2013-06-171-1/+1
* | Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.Serhiy Storchaka2013-02-161-2/+2
|\ \ | |/
| * Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.Serhiy Storchaka2013-02-161-2/+2
* | Issue #6972: keep the warning about untrusted extraction and mentionGregory P. Smith2013-02-071-1/+5
|\ \ | |/
| * Issue #6972: keep the warning about untrusted extraction and mentionGregory P. Smith2013-02-071-2/+8
| |\ |/ /
| * Issue #6972: keep the warning about untrusted extraction and mentionGregory P. Smith2013-02-071-2/+8
* | Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972.Serhiy Storchaka2013-02-021-4/+32
|\ \ | |/ |/|
| * Fixes Issue #6972: The zipfile module no longer overwrites files outside ofGregory P. Smith2013-02-011-4/+32
| |\
| | * Issue #16025: Minor corrections to the zipfile documentation.Andrew Svetlov2012-10-061-4/+32
| | |\
| | | * Merge #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-151-4/+32
| | | |\
| | | | * Issue #14366: Support lzma compression in zip files.Martin v. L?wis2012-05-131-9/+17
| | | | * Issue #14371: Support bzip2 in zipfile module.Martin v. L?wis2012-05-011-4/+24
* | | | | 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-5/+12
|/ / /
* | | Issue #16025: Minor corrections to the zipfile documentation.Andrew Svetlov2012-10-061-9/+9
|/ /
* | #15543: reflow paragraphs.R David Murray2012-08-151-7/+7
* | #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-01-161-3/+0
* 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unre...Senthil Kumaran2011-10-201-1/+5
* Minor improvements to BadZipFile and BadZipfile docs.Éric Araujo2011-08-191-3/+4
* More source linksRaymond Hettinger2011-01-271-0/+4
* Fix typo (#10770)Éric Araujo2010-12-261-1/+1