Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Issue #27381: Remove superfluous paren in zipfile documentation | Berker Peksag | 2016-06-24 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #27311: Merge zipfile doc from 3.5 | Martin Panter | 2016-06-15 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Issue #27311: Fix ZipFile.writestr data argument name. | Martin Panter | 2016-06-15 | 1 | -2/+2 | |
| | | | | | | | | Patch by John Hagen. | |||||
* | | Merge Issue #22558. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+1 | |
|\ \ | |/ | ||||||
| * | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+1 | |
| | | | | | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | |||||
* | | Issue #27029: Removed deprecated support of universal newlines mode from ↵ | Serhiy Storchaka | 2016-06-11 | 1 | -13/+8 | |
| | | | | | | | | ZipFile.open(). | |||||
* | | Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only. | Serhiy Storchaka | 2016-05-15 | 1 | -2/+10 | |
| | | | | | | | | Patch by Thomas Kluyver. | |||||
* | | Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP | Serhiy Storchaka | 2016-05-13 | 1 | -16/+26 | |
| | | | | | | | | file, as well as for extracting data. Patch by Thomas Kluyver. | |||||
* | | merge with 3.5 | Georg Brandl | 2016-02-26 | 1 | -11/+4 | |
|\ \ | |/ | ||||||
| * | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵ | Georg Brandl | 2016-02-26 | 1 | -5/+5 | |
| | | | | | | | | to SilentGhost for the patch. | |||||
* | | Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir(). | Serhiy Storchaka | 2016-02-07 | 1 | -0/+24 | |
|/ | | | | Patch by Thomas Kluyver. | |||||
* | minor clarification on Zipfile 'x' mode - exclusive creation of a file. | Senthil Kumaran | 2016-01-22 | 1 | -2/+2 | |
| | ||||||
* | remove trailing space | Gregory P. Smith | 2015-04-14 | 1 | -1/+1 | |
|\ | ||||||
| * | remove trailing space :) | Gregory P. Smith | 2015-04-14 | 1 | -1/+1 | |
| | | ||||||
* | | issue22046: mention that zipfile can raise NotImplementedError on unsupported | Gregory P. Smith | 2015-04-14 | 1 | -1/+5 | |
|\ \ | |/ | | | | | compression algorithms. | |||||
| * | issue22046: mention that zipfile can raise NotImplementedError on unsupported | Gregory P. Smith | 2015-04-14 | 1 | -1/+5 | |
| | | | | | | | | compression algorithms. | |||||
* | | Closes #23730: merge with 3.4 | Zachary Ware | 2015-04-13 | 1 | -0/+2 | |
|\ \ | |/ | ||||||
| * | Issue #23730: Document the return value of ZipFile.extract | Zachary Ware | 2015-04-13 | 1 | -0/+2 | |
| | | | | | | | | Patch by Stéphane Wirtel. | |||||
* | | Issue #23731: Implement PEP 488. | Brett Cannon | 2015-04-13 | 1 | -3/+1 | |
| | | | | | | | | | | | | The concept of .pyo files no longer exists. Now .pyc files have an optional `opt-` tag which specifies if any extra optimizations beyond the peepholer were applied. | |||||
* | | Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive | Serhiy Storchaka | 2015-03-25 | 1 | -9/+16 | |
| | | | | | | | | creation) mode. | |||||
* | | Issue #23252: Added support for writing ZIP files to unseekable streams. | Serhiy Storchaka | 2015-03-22 | 1 | -1/+4 | |
| | | ||||||
* | | merge 3.4 | Benjamin Peterson | 2015-03-13 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | use the meth role for ZipFile.open | Benjamin Peterson | 2015-03-13 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #22154: Add an example to show context management protocol support of ↵ | Berker Peksag | 2015-03-13 | 1 | -0/+7 | |
|\ \ | |/ | | | | | | | | | ZipFile.open(). Patch by Mike Short. | |||||
| * | Issue #22154: Add an example to show context management protocol support of ↵ | Berker Peksag | 2015-03-13 | 1 | -0/+7 | |
| | | | | | | | | | | | | ZipFile.open(). Patch by Mike Short. | |||||
| * | Issue #14099: Backout changeset e5bb3044402b (except adapted tests). | Serhiy Storchaka | 2015-01-26 | 1 | -2/+8 | |
|/ | ||||||
* | Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects | Serhiy Storchaka | 2014-12-03 | 1 | -8/+2 | |
| | | | | | | returned by ZipFile.open() can now operate independently of the ZipFile even if the ZipFile was created by passing in a file-like object as the first argument to the constructor. | |||||
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -6/+20 | |
| | ||||||
* | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -1/+1 | |
|\ | ||||||
* | | Issue #15204: Deprecated the 'U' mode in file-like objects. | Serhiy Storchaka | 2013-11-23 | 1 | -0/+3 | |
| | | ||||||
* | | Issue #17201: ZIP64 extensions now are enabled by default. | Serhiy Storchaka | 2013-11-23 | 1 | -7/+10 | |
| | | | | | | | | Patch by William Mallard. | |||||
* | | #19274: use captured_stdout() in the test suite; add NEWS entry. | Georg Brandl | 2013-10-21 | 1 | -3/+3 | |
| | | ||||||
* | | add a filterfunc to zip file.PyZipFile.writepy, issue 19274 | Christian Tismer | 2013-10-21 | 1 | -2/+8 | |
| | | ||||||
* | | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -2/+3 | |
|\ \ | |/ | ||||||
| * | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -2/+3 | |
| | | ||||||
* | | Grammar tweak | Brett Cannon | 2013-06-17 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. | Serhiy Storchaka | 2013-02-16 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. | Serhiy Storchaka | 2013-02-16 | 1 | -2/+2 | |
| | | ||||||
* | | Issue #6972: keep the warning about untrusted extraction and mention | Gregory P. Smith | 2013-02-08 | 1 | -1/+5 | |
|\ \ | |/ | | | | | the version it was improved in. | |||||
| * | Issue #6972: keep the warning about untrusted extraction and mention | Gregory P. Smith | 2013-02-08 | 1 | -2/+8 | |
| |\ |/ / | | | | | the version it was improved in. | |||||
| * | Issue #6972: keep the warning about untrusted extraction and mention | Gregory P. Smith | 2013-02-08 | 1 | -2/+8 | |
| | | | | | | | | the version it was improved in. | |||||
* | | Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972. | Serhiy Storchaka | 2013-02-02 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972. | Serhiy Storchaka | 2013-02-02 | 1 | -1/+1 | |
| | | ||||||
* | | Fixes Issue #6972: The zipfile module no longer overwrites files outside of | Gregory P. Smith | 2013-02-01 | 1 | -5/+12 | |
|\ \ | |/ | | | | | its destination path when extracting malicious zip files. | |||||
| * | Fixes Issue #6972: The zipfile module no longer overwrites files outside of | Gregory P. Smith | 2013-02-01 | 1 | -5/+12 | |
| | | | | | | | | its destination path when extracting malicious zip files. | |||||
* | | Issue #16025: Minor corrections to the zipfile documentation. | Andrew Svetlov | 2012-10-06 | 1 | -12/+12 | |
|\ \ | |/ | | | | | Patch by Serhiy Storchaka. | |||||
| * | Issue #16025: Minor corrections to the zipfile documentation. | Andrew Svetlov | 2012-10-06 | 1 | -9/+9 | |
| | | | | | | | | Patch by Serhiy Storchaka. | |||||
* | | Merge #15543: glossary entry for and 'universal newlines', and links to it. | R David Murray | 2012-08-15 | 1 | -6/+10 | |
|\ \ | |/ | | | | | Patch by Chris Jerdonek. | |||||
| * | #15543: reflow paragraphs. | R David Murray | 2012-08-15 | 1 | -7/+7 | |
| | | ||||||
| * | #15543: glossary entry for and 'universal newlines', and links to it. | R David Murray | 2012-08-15 | 1 | -2/+6 | |
| | | | | | | | | Patch by Chris Jerdonek. |