COMMITS
/ Lib/zipfile.py July 3, 2021
D
bpo-44129: Add descriptive global variables for general purpose bit flags (GH-26118)
Daniel Hillier committed
May 14, 2021
M
bpo-44095: Add suffix, stem and suffixes to zipfile.Path (GH-26129)
Miguel Brito committed
April 27, 2021
I
bpo-43651: Fix EncodingWarning in zipfile (GH-25650)
Inada Naoki committed
December 16, 2020
J
bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976)
Jason R. Coombs committed
October 25, 2020
J
bpo-42043: Add support for zipfile.Path subclasses (#22716)
Jason R. Coombs committed
October 3, 2020
J
bpo-40564: Avoid copying state from extant ZipFile. (GH-22371)
Jason R. Coombs committed
September 28, 2020
J
bpo-40105: ZipFile truncate in append mode with shorter comment (GH-19337)
Jan Mazur committed
June 22, 2020
S
bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040)
Serhiy Storchaka committed
April 30, 2020
V
bpo-40443: Remove unused imports in the stdlib (GH-19803)
Victor Stinner committed
March 23, 2020
Z
bpo-39830: Add zipfile.Path to __all__ (GH-19115)
Zackery Spytz committed
February 29, 2020
J
bpo-39667: Sync zipp 3.0 (GH-18540)
Jason R. Coombs committed
February 12, 2020
J
bpo-39595: Improve zipfile.Path performance (#18406)
Jason R. Coombs committed
January 17, 2020
V
bpo-39356, zipfile: Remove code handling DeprecationWarning (GH-18027)
Victor Stinner committed
November 30, 2019
D
bpo-37523: Raise ValueError for I/O operations on a closed zipfile.ZipExtFile. (GH-14658)
Daniel Hillier committed
November 9, 2019
S
bpo-38635: Simplify decoding the ZIP64 extra field and make it tolerant to extra data. (GH-16988)
Serhiy Storchaka committed
October 29, 2019
D
bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (GH-14656)
Daniel Hillier committed
October 27, 2019
S
bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937)
Serhiy Storchaka committed
September 12, 2019
B
bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632)
Berker Peksag committed
September 9, 2019
M
bpo-26185: Fix repr() on empty ZipInfo object (#13441)
Mickaël Schoentgen committed
August 24, 2019
S
bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170)
shireenrao committed
July 7, 2019
J
bpo-37520: Correct behavior for zipfile.Path.parent (GH-14638)
Jason R. Coombs committed
June 2, 2019
X
Fix typos in docs and docstrings (GH-13745)
Xtreak committed
May 28, 2019
F
bpo-22102: Fixes zip files with disks set to 0 (GH-5985)
Francisco Facioni committed
May 9, 2019
J
Add support for .parent and .joinpath in zipfile.Path (#13213)
Jason R. Coombs committed
May 8, 2019
J
bpo-36832: add zipfile.Path (#13153)
Jason R. Coombs committed
March 30, 2019
S
bpo-36434: Properly handle writing errors in ZIP files. (GH-12559)
Serhiy Storchaka committed
March 14, 2019
N
Fix typo duplicate period in a docstring in the zipfile module. (GH-12326)
nick sung committed
November 25, 2018
S
bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10592)
Serhiy Storchaka committed
September 18, 2018
S
bpo-34472: Add data descriptor signature to zipfile (GH-8871)
Silas Sewell committed
September 17, 2018
S
bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683)
Serhiy Storchaka committed
August 31, 2018
M
bpo-34097: Polish API design (GH-8725)
Marcel Plch committed
August 2, 2018
M
bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270)
Marcel Plch committed
July 29, 2018
M
bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527)
Mickaël Schoentgen committed
January 31, 2018
B
bpo-30693: zip+tarfile: sort directory listing (#2263)
Bernhard M. Wiedemann committed
January 30, 2018
J
bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966)
John Jolly committed
B
bpo-21417: Add compresslevel= to the zipfile module (GH-5385)
Bo Bayles committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
May 6, 2017
S
Revert bpo-26293 for zipfile breakage. See also bpo-29094. (#1484)
Serhiy Storchaka committed
April 12, 2017
S
bpo-30017: Allowed calling the close() method of the zip entry writer object (#1041)
Serhiy Storchaka committed
April 7, 2017
S
bpo-29958: Minor improvements to zipfile and tarfile CLI. (#944)
Serhiy Storchaka committed
March 30, 2017
S
bpo-10030: Sped up reading encrypted ZIP files by 2 times. (#550)
Serhiy Storchaka committed
March 9, 2017
S
bpo-29774: Improve error reporting for corrupted extra field in ZIP file. (#583)
Serhiy Storchaka committed
March 8, 2017
S
bpo-28231: The zipfile module now accepts path-like objects for external paths. (#511)
Serhiy Storchaka committed
January 1, 2017
S
Issue #29094: Offsets in a ZIP file created with extern file object and modes
Serhiy Storchaka committed
S
Issue #29094: Offsets in a ZIP file created with extern file object and modes
Serhiy Storchaka committed
S
Issue #29094: Offsets in a ZIP file created with extern file object and modes
Serhiy Storchaka committed
December 16, 2016
S
Remove unused imports.
Serhiy Storchaka committed
October 23, 2016
S
Issue #28115: Command-line interface of the zipfile module now uses argparse.
Serhiy Storchaka committed
October 7, 2016
S
Issue #26293: Fixed writing ZIP files that starts not from the start of the
Serhiy Storchaka committed
S
Issue #26293: Fixed writing ZIP files that starts not from the start of the
Serhiy Storchaka committed