COMMITS
/ Lib/zipfile.py 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
S
Issue #26293: Fixed writing ZIP files that starts not from the start of the
Serhiy Storchaka committed
September 13, 2016
S
Issue #28102: The zipfile module CLI now prints usage to stderr.
Serhiy Storchaka committed
September 10, 2016
S
Issue #24693: Changed some RuntimeError's in the zipfile module to more
Serhiy Storchaka committed
June 11, 2016
S
Issue #27029: Removed deprecated support of universal newlines mode from ZipFile.open().
Serhiy Storchaka committed
May 15, 2016
S
Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only.
Serhiy Storchaka committed
May 13, 2016
S
Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP
Serhiy Storchaka committed
February 7, 2016
S
Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir().
Serhiy Storchaka committed
December 11, 2015
M
Issue #22341: Drop Python 2 workaround and document CRC initial value
Martin Panter committed
November 22, 2015
S
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
Serhiy Storchaka committed
S
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
Serhiy Storchaka committed
October 10, 2015
S
Issue #25364: zipfile now works in threads disabled builds.
Serhiy Storchaka committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
March 25, 2015
S
Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive
Serhiy Storchaka committed
March 22, 2015
S
Issue #23252: Added support for writing ZIP files to unseekable streams.
Serhiy Storchaka committed
February 1, 2015
S
Don't seek to the start of the file when open ZipFile with the 'w' mode
Serhiy Storchaka committed
January 26, 2015
S
Issue #14099: Restored support of writing ZIP files to tellable but
Serhiy Storchaka committed
S
Issue #14099: Writing to ZipFile and reading multiple ZipExtFiles is
Serhiy Storchaka committed
S
Issue #14099: Backout changeset e5bb3044402b (except adapted tests).
Serhiy Storchaka committed
December 3, 2014
S
Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects
Serhiy Storchaka committed
S
Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects
Serhiy Storchaka committed
October 29, 2014
S
Issue #22217: Implemented reprs of classes in the zipfile module.
Serhiy Storchaka committed
October 4, 2014
S
Issue #22219: The zipfile module CLI now adds entries for directories
Serhiy Storchaka committed
September 23, 2014
S
Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS
Serhiy Storchaka committed
S
Issue #21866: ZipFile.close() no longer writes ZIP64 central directory
Serhiy Storchaka committed
August 17, 2014
S
Issue #22201: Command-line interface of the zipfile module now correctly
Serhiy Storchaka committed
May 30, 2014
G
Fix issue #14315: The zipfile module now ignores extra fields in the central
Gregory P. Smith committed
January 20, 2014
S
Issue #20262: Warnings are raised now when duplicate names are added in the
Serhiy Storchaka committed
S
Issue #20262: Warnings are raised now when duplicate names are added in the
Serhiy Storchaka committed
January 9, 2014
S
Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU
Serhiy Storchaka committed
S
Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU
Serhiy Storchaka committed
January 3, 2014
D
Issue #18585: speed zipfile import by only generating zipfile._ZipDecryptor on demand
Daniel Holth committed
November 23, 2013
S
Issue #15204: Deprecated the 'U' mode in file-like objects.
Serhiy Storchaka committed
S
Issue #17201: ZIP64 extensions now are enabled by default.
Serhiy Storchaka committed
October 22, 2013
C
add filtering of individual files to PyZipFile
Christian Tismer committed
October 21, 2013
C
add a filterfunc to zip file.PyZipFile.writepy, issue 19274
Christian Tismer committed
September 27, 2013
S
Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty
Serhiy Storchaka committed
S
Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty
Serhiy Storchaka committed