summaryrefslogtreecommitdiff
path: root/Doc/library/zipfile.rst
Commit message (Collapse)AuthorAgeFilesLines
* [3.7] bpo-35506: Remove redundant and incorrect links from keywords. ↵Serhiy Storchaka2018-12-191-1/+1
| | | | | | (GH-11174). (GH-11232) (cherry picked from commit 2b57c43f21f891df4c6f2294a3b9e1b9029a16b6)
* bpo-32035: Fix words about strings and bytes in zipfile documentation. ↵Miss Islington (bot)2018-11-251-14/+10
| | | | | | | (GH-10592) (cherry picked from commit 4bb186d7e253ad4def875305e06690181e923dfd) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* Fix typo in zipfile documentation. (GH-10151) (GH-10153)Miss Islington (bot)2018-10-271-1/+1
| | | | | (cherry picked from commit 40bf6cff22185b8ebaab14789e81cff22fbf2275) Co-authored-by: nsrip <nick.ripley@me.com>
* bpo-30693: zip+tarfile: sort directory listing (#2263)Bernhard M. Wiedemann2018-01-311-1/+4
| | | | | | tarfile and zipfile now sort directory listing to generate tar and zip archives in a more reproducible way. See also https://reproducible-builds.org/docs/stable-inputs/ on that topic.
* bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966)John Jolly2018-01-301-3/+3
| | | | | This allows for nested zip files, tar files within zip files, zip files within tar files, etc. Contributed by: John Jolly
* bpo-21417: Add compresslevel= to the zipfile module (GH-5385)Bo Bayles2018-01-291-12/+32
| | | | | | This allows the compression level to be specified when writing zipfiles (for the entire file *and* overridden on a per-file basis). Contributed by Bo Bayles
* bpo-29770: remove outdated PYO related info (GH-590)Xiang Zhang2017-03-111-3/+3
|
* bpo-28231: The zipfile module now accepts path-like objects for external ↵Serhiy Storchaka2017-03-081-2/+22
| | | | paths. (#511)
* Issue #29013: Merge from 3.6Berker Peksag2017-01-021-1/+1
|\
| * Issue #29013: Merge from 3.5Berker Peksag2017-01-021-1/+1
| |\
| | * Issue #29013: Fix allowZip64 documentationBerker Peksag2017-01-021-1/+1
| | | | | | | | | | | | | | | Zip files can be larger than 4 GiB if allowZip64 is true (default since Python 3.4)
* | | Issue #28513: Documented command-line interface of zipfile.Serhiy Storchaka2016-11-021-0/+60
|\ \ \ | |/ /
| * | Issue #28513: Documented command-line interface of zipfile.Serhiy Storchaka2016-11-021-0/+56
| |\ \ |/ / / | | _
| * Issue #28513: Documented command-line interface of zipfile.Serhiy Storchaka2016-11-021-0/+57
| |
* | Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-191-1/+1
|\ \ | |/
* | Issue #28103: Merge from 3.5Berker Peksag2016-09-131-2/+2
|\ \ | |/
| * Issue #28103: Use ``'...'`` style in zipfile documentationBerker Peksag2016-09-131-2/+2
| | | | | | | | Patch by Stephen J. Turnbull.
* | Issue #24693: Changed some RuntimeError's in the zipfile module to moreSerhiy Storchaka2016-09-101-15/+43
| | | | | | | | appropriate types. Improved some error messages and debugging output.
* | Issue #27381: Merge from 3.5Berker Peksag2016-06-241-1/+1
|\ \ | |/
| * Issue #27381: Remove superfluous paren in zipfile documentationBerker Peksag2016-06-241-1/+1
| |
* | Issue #27311: Merge zipfile doc from 3.5Martin Panter2016-06-151-2/+2
|\ \ | |/
| * Issue #27311: Fix ZipFile.writestr data argument name.Martin Panter2016-06-151-2/+2
| | | | | | | | Patch by John Hagen.
* | Merge Issue #22558.Terry Jan Reedy2016-06-111-0/+1
|\ \ | |/
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-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 Storchaka2016-06-111-13/+8
| | | | | | | | ZipFile.open().
* | Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only.Serhiy Storchaka2016-05-151-2/+10
| | | | | | | | Patch by Thomas Kluyver.
* | Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIPSerhiy Storchaka2016-05-131-16/+26
| | | | | | | | file, as well as for extracting data. Patch by Thomas Kluyver.
* | merge with 3.5Georg Brandl2016-02-261-11/+4
|\ \ | |/
| * Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵Georg Brandl2016-02-261-5/+5
| | | | | | | | to SilentGhost for the patch.
* | Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir().Serhiy Storchaka2016-02-081-0/+24
|/ | | | Patch by Thomas Kluyver.
* 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
|\ \ | |/ | | | | compression algorithms.
| * issue22046: mention that zipfile can raise NotImplementedError on unsupportedGregory P. Smith2015-04-141-1/+5
| | | | | | | | compression algorithms.
* | Closes #23730: merge with 3.4Zachary Ware2015-04-131-0/+2
|\ \ | |/
| * Issue #23730: Document the return value of ZipFile.extractZachary Ware2015-04-131-0/+2
| | | | | | | | Patch by Stéphane Wirtel.
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-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' (exclusiveSerhiy Storchaka2015-03-251-9/+16
| | | | | | | | creation) mode.
* | 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
|\ \ | |/
| * use the meth role for ZipFile.openBenjamin Peterson2015-03-121-1/+1
| |
* | Issue #22154: Add an example to show context management protocol support of ↵Berker Peksag2015-03-131-0/+7
|\ \ | |/ | | | | | | | | ZipFile.open(). Patch by Mike Short.
| * Issue #22154: Add an example to show context management protocol support of ↵Berker Peksag2015-03-131-0/+7
| | | | | | | | | | | | ZipFile.open(). Patch by Mike Short.
| * 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
| | | | | | 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 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
| | | | | | | | Patch by William Mallard.