- d1a0a96 bpo-42043: Add support for zipfile.Path subclasses (#22716) by Jason R. Coombs · 4 years ago
- ebbe803 bpo-40564: Avoid copying state from extant ZipFile. (GH-22371) by Jason R. Coombs · 4 years, 1 month ago
- ff9147d bpo-40105: ZipFile truncate in append mode with shorter comment (GH-19337) by Jan Mazur · 4 years, 1 month ago
- 36ff513 bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040) by Serhiy Storchaka · 4 years, 5 months ago
- 9054967 bpo-40443: Remove unused imports in the stdlib (GH-19803) by Victor Stinner · 4 years, 6 months ago
- 9a81ab1 bpo-39830: Add zipfile.Path to __all__ (GH-19115) by Zackery Spytz · 4 years, 8 months ago
- 0aeab5c bpo-39667: Sync zipp 3.0 (GH-18540) by Jason R. Coombs · 4 years, 8 months ago
- e5bd736 bpo-39595: Improve zipfile.Path performance (#18406) by Jason R. Coombs · 4 years, 9 months ago
- 1d3b0aa bpo-39356, zipfile: Remove code handling DeprecationWarning (GH-18027) by Victor Stinner · 4 years, 10 months ago
- 8d62df6 bpo-37523: Raise ValueError for I/O operations on a closed zipfile.ZipExtFile. (GH-14658) by Daniel Hillier · 5 years ago
- e27449d bpo-38635: Simplify decoding the ZIP64 extra field and make it tolerant to extra data. (GH-16988) by Serhiy Storchaka · 5 years ago
- da6ce58 bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (GH-14656) by Daniel Hillier · 5 years ago
- 5c32af7 bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937) by Serhiy Storchaka · 5 years ago
- 2f1b857 bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632) by Berker Peksag · 5 years ago
- 992347d bpo-26185: Fix repr() on empty ZipInfo object (#13441) by Mickaël Schoentgen · 5 years ago
- a4e2991 bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170) by shireenrao · 5 years ago
- 38f44b4 bpo-37520: Correct behavior for zipfile.Path.parent (GH-14638) by Jason R. Coombs · 5 years ago
- 0d70227 Fix typos in docs and docstrings (GH-13745) by Xtreak · 5 years ago
- ab0716e bpo-22102: Fixes zip files with disks set to 0 (GH-5985) by Francisco Facioni · 5 years ago
- 33e067d Add support for .parent and .joinpath in zipfile.Path (#13213) by Jason R. Coombs · 6 years ago
- b2758ff bpo-36832: add zipfile.Path (#13153) by Jason R. Coombs · 6 years ago
- 2524fde bpo-36434: Properly handle writing errors in ZIP files. (GH-12559) by Serhiy Storchaka · 6 years ago
- 53c2935 Fix typo duplicate period in a docstring in the zipfile module. (GH-12326) by nick sung · 6 years ago
- 4bb186d bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10592) by Serhiy Storchaka · 6 years ago
- 4ba3b50 bpo-34472: Add data descriptor signature to zipfile (GH-8871) by Silas Sewell · 6 years ago
- 9bdb7be bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683) by Serhiy Storchaka · 6 years ago
- 77b112c bpo-34097: Polish API design (GH-8725) by Marcel Plch · 6 years ago
- a2fe1e5 bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270) by Marcel Plch · 6 years ago
- 3f8c691 bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527) by Mickaël Schoentgen · 6 years ago
- 8452104 bpo-30693: zip+tarfile: sort directory listing (#2263) by Bernhard M. Wiedemann · 7 years ago
- 066df4f bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966) by John Jolly · 7 years ago
- ce237c7 bpo-21417: Add compresslevel= to the zipfile module (GH-5385) by Bo Bayles · 7 years ago
- a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
- 3763ea8 Revert bpo-26293 for zipfile breakage. See also bpo-29094. (#1484) by Serhiy Storchaka · 8 years ago
- 4c0d9ea bpo-30017: Allowed calling the close() method of the zip entry writer object (#1041) by Serhiy Storchaka · 8 years ago
- 150cd19 bpo-29958: Minor improvements to zipfile and tarfile CLI. (#944) by Serhiy Storchaka · 8 years ago
- 06e5225 bpo-10030: Sped up reading encrypted ZIP files by 2 times. (#550) by Serhiy Storchaka · 8 years ago
- feccdb2 bpo-29774: Improve error reporting for corrupted extra field in ZIP file. (#583) by Serhiy Storchaka · 8 years ago
- 8606e95 bpo-28231: The zipfile module now accepts path-like objects for external paths. (#511) by Serhiy Storchaka · 8 years ago
- 67e1aa0 Issue #29094: Offsets in a ZIP file created with extern file object and modes by Serhiy Storchaka · 8 years ago
- e465a9a Issue #29094: Offsets in a ZIP file created with extern file object and modes by Serhiy Storchaka · 8 years ago
- 34cba33 Issue #29094: Offsets in a ZIP file created with extern file object and modes by Serhiy Storchaka · 8 years ago
- 70d28a1 Remove unused imports. by Serhiy Storchaka · 8 years ago
- 8c93310 Issue #28115: Command-line interface of the zipfile module now uses argparse. by Serhiy Storchaka · 8 years ago
- f068415 Issue #26293: Fixed writing ZIP files that starts not from the start of the by Serhiy Storchaka · 8 years ago
- 242c170 Issue #26293: Fixed writing ZIP files that starts not from the start of the by Serhiy Storchaka · 8 years ago
- 8793b21 Issue #26293: Fixed writing ZIP files that starts not from the start of the by Serhiy Storchaka · 8 years ago
- 2f76b56 Issue #28102: The zipfile module CLI now prints usage to stderr. by Serhiy Storchaka · 8 years ago
- b0d497c Issue #24693: Changed some RuntimeError's in the zipfile module to more by Serhiy Storchaka · 8 years ago
- e670be2 Issue #27029: Removed deprecated support of universal newlines mode from ZipFile.open(). by Serhiy Storchaka · 8 years ago
- f47fc55 Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only. by Serhiy Storchaka · 8 years ago
- 18ee29d Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP by Serhiy Storchaka · 8 years ago
- 503f908 Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir(). by Serhiy Storchaka · 9 years ago
- b82032f Issue #22341: Drop Python 2 workaround and document CRC initial value by Martin Panter · 9 years ago
- 6e3d2ba Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 9 years ago
- 8bc792a Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 9 years ago
- 9e77773 Issue #25364: zipfile now works in threads disabled builds. by Serhiy Storchaka · 9 years ago
- f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 10 years ago
- 764fc9b Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive by Serhiy Storchaka · 10 years ago
- 77d8997 Issue #23252: Added support for writing ZIP files to unseekable streams. by Serhiy Storchaka · 10 years ago
- 5b90f5d Don't seek to the start of the file when open ZipFile with the 'w' mode by Serhiy Storchaka · 10 years ago
- a14f7d2 Issue #14099: Restored support of writing ZIP files to tellable but by Serhiy Storchaka · 10 years ago
- f15e524 Issue #14099: Writing to ZipFile and reading multiple ZipExtFiles is by Serhiy Storchaka · 10 years ago
- f4adbae Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects by Serhiy Storchaka · 10 years ago
- 1ad088f Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects by Serhiy Storchaka · 10 years ago
- 51a4370 Issue #22217: Implemented reprs of classes in the zipfile module. by Serhiy Storchaka · 10 years ago
- 518e71b Issue #22219: The zipfile module CLI now adds entries for directories by Serhiy Storchaka · 10 years ago
- 46a3492 Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS by Serhiy Storchaka · 10 years ago
- cfbb394 Issue #21866: ZipFile.close() no longer writes ZIP64 central directory by Serhiy Storchaka · 10 years ago
- 97f17ff Issue #22201: Command-line interface of the zipfile module now correctly by Serhiy Storchaka · 10 years ago
- b76bcc4 Issue #14099: Backout changeset e5bb3044402b (except adapted tests). by Serhiy Storchaka · 10 years ago
- 0af8a86 Fix issue #14315: The zipfile module now ignores extra fields in the central by Gregory P. Smith · 10 years ago
- c46d1fa Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 11 years ago
- 9b7a1a1 Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 11 years ago
- 69fdbf9 Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU by Serhiy Storchaka · 11 years ago
- 5ce3f10 Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU by Serhiy Storchaka · 11 years ago
- 9dee304 Issue #18585: speed zipfile import by only generating zipfile._ZipDecryptor on demand by Daniel Holth · 11 years ago
- 6787a38 Issue #15204: Deprecated the 'U' mode in file-like objects. by Serhiy Storchaka · 11 years ago
- 235c5e0 Issue #17201: ZIP64 extensions now are enabled by default. by Serhiy Storchaka · 11 years ago
- 410d931 add filtering of individual files to PyZipFile by Christian Tismer · 11 years ago
- 59202e5 add a filterfunc to zip file.PyZipFile.writepy, issue 19274 by Christian Tismer · 11 years ago
- ab25c7c Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty by Serhiy Storchaka · 11 years ago
- d2c07a5 Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty by Serhiy Storchaka · 11 years ago
- 260fbe8 Issue #15767: Excise the remaining instances of ModuleNotFoundError by Brett Cannon · 11 years ago
- b57a085 Issue #17177: Stop using imp in zipfile by Brett Cannon · 11 years ago
- c9a1bfe Move test___all__ over to unittest.main() and use ModuleNotFoundError by Brett Cannon · 11 years ago
- 7eca962 Refactor recently added bugfix into more testable code by using a by Gregory P. Smith · 12 years ago
- 09aa752 Refactor recently added bugfix into more testable code by using a by Gregory P. Smith · 12 years ago
- fc23ec6 Fix the test for issue #6972. Remove trailing dots on Windows. by Serhiy Storchaka · 12 years ago
- 672671d Fix the test for issue #6972. Remove trailing dots on Windows. by Serhiy Storchaka · 12 years ago
- e5e6444 Fix the test for issue #6972. Remove trailing dots on Windows. by Serhiy Storchaka · 12 years ago
- ae42ec8 Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 12 years ago
- 193e1be Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 12 years ago
- b47acbf Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 12 years ago
- db58e15 Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an by Serhiy Storchaka · 12 years ago
- d72bfe9 Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an by Serhiy Storchaka · 12 years ago
- d2b1527 Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an by Serhiy Storchaka · 12 years ago
- f720922 Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 12 years ago
- c5b75db Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 12 years ago
- 45c4375 Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 12 years ago