| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert bpo-26293 for zipfile breakage. See also bpo-29094. (#1484) | Serhiy Storchaka | 2017-05-06 | 1 | -14/+13 |
|
|
* | bpo-30017: Allowed calling the close() method of the zip entry writer object ... | Serhiy Storchaka | 2017-04-12 | 1 | -0/+4 |
|
|
* | bpo-29958: Minor improvements to zipfile and tarfile CLI. (#944) | Serhiy Storchaka | 2017-04-07 | 1 | -5/+2 |
|
|
* | bpo-10030: Sped up reading encrypted ZIP files by 2 times. (#550) | Serhiy Storchaka | 2017-03-30 | 1 | -57/+55 |
|
|
* | bpo-29774: Improve error reporting for corrupted extra field in ZIP file. (#583) | Serhiy Storchaka | 2017-03-09 | 1 | -1/+3 |
|
|
* | bpo-28231: The zipfile module now accepts path-like objects for external path... | Serhiy Storchaka | 2017-03-08 | 1 | -4/+16 |
|
|
* | Issue #29094: Offsets in a ZIP file created with extern file object and modes | Serhiy Storchaka | 2017-01-01 | 1 | -2/+3 |
|\ |
|
| * | Issue #29094: Offsets in a ZIP file created with extern file object and modes | Serhiy Storchaka | 2017-01-01 | 1 | -2/+3 |
| |\ |
|
| | * | Issue #29094: Offsets in a ZIP file created with extern file object and modes | Serhiy Storchaka | 2017-01-01 | 1 | -2/+3 |
|
|
* | | | Remove unused imports. | Serhiy Storchaka | 2016-12-16 | 1 | -1/+0 |
|
|
* | | | Issue #28115: Command-line interface of the zipfile module now uses argparse. | Serhiy Storchaka | 2016-10-23 | 1 | -40/+37 |
|
|
* | | | Issue #26293: Fixed writing ZIP files that starts not from the start of the | Serhiy Storchaka | 2016-10-07 | 1 | -15/+15 |
|\ \ \
| |/ / |
|
| * | | Issue #26293: Fixed writing ZIP files that starts not from the start of the | Serhiy Storchaka | 2016-10-07 | 1 | -15/+15 |
| |\ \
| | |/ |
|
| | * | Issue #26293: Fixed writing ZIP files that starts not from the start of the | Serhiy Storchaka | 2016-10-07 | 1 | -15/+15 |
|
|
* | | | Issue #28102: The zipfile module CLI now prints usage to stderr. | Serhiy Storchaka | 2016-09-13 | 1 | -5/+5 |
|/ / |
|
* | | Issue #24693: Changed some RuntimeError's in the zipfile module to more | Serhiy Storchaka | 2016-09-10 | 1 | -28/+28 |
|
|
* | | Issue #27029: Removed deprecated support of universal newlines mode from ZipF... | Serhiy Storchaka | 2016-06-11 | 1 | -46/+4 |
|
|
* | | Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only. | Serhiy Storchaka | 2016-05-15 | 1 | -1/+2 |
|
|
* | | Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP | Serhiy Storchaka | 2016-05-13 | 1 | -105/+185 |
|
|
* | | Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir(). | Serhiy Storchaka | 2016-02-07 | 1 | -28/+47 |
|/ |
|
* | Issue #22341: Drop Python 2 workaround and document CRC initial value | Martin Panter | 2015-12-11 | 1 | -4/+4 |
|
|
* | Issue #25624: ZipFile now always writes a ZIP_STORED header for directory | Serhiy Storchaka | 2015-11-22 | 1 | -1/+3 |
|\ |
|
| * | Issue #25624: ZipFile now always writes a ZIP_STORED header for directory | Serhiy Storchaka | 2015-11-22 | 1 | -1/+3 |
|
|
| * | Issue #14099: Backout changeset e5bb3044402b (except adapted tests). | Serhiy Storchaka | 2015-01-26 | 1 | -64/+39 |
|
|
* | | Issue #25364: zipfile now works in threads disabled builds. | Serhiy Storchaka | 2015-10-10 | 1 | -1/+4 |
|
|
* | | Issue #23731: Implement PEP 488. | Brett Cannon | 2015-04-13 | 1 | -22/+35 |
|
|
* | | Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive | Serhiy Storchaka | 2015-03-25 | 1 | -12/+14 |
|
|
* | | Issue #23252: Added support for writing ZIP files to unseekable streams. | Serhiy Storchaka | 2015-03-22 | 1 | -22/+58 |
|
|
* | | Don't seek to the start of the file when open ZipFile with the 'w' mode | Serhiy Storchaka | 2015-02-01 | 1 | -1/+1 |
|
|
* | | Issue #14099: Restored support of writing ZIP files to tellable but | Serhiy Storchaka | 2015-01-26 | 1 | -3/+13 |
|
|
* | | Issue #14099: Writing to ZipFile and reading multiple ZipExtFiles is | Serhiy Storchaka | 2015-01-26 | 1 | -198/+209 |
|
|
* | | Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects | Serhiy Storchaka | 2014-12-03 | 1 | -39/+64 |
|\ \
| |/ |
|
| * | Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects | Serhiy Storchaka | 2014-12-03 | 1 | -39/+64 |
|
|
* | | Issue #22217: Implemented reprs of classes in the zipfile module. | Serhiy Storchaka | 2014-10-29 | 1 | -0/+50 |
|/ |
|
* | Issue #22219: The zipfile module CLI now adds entries for directories | Serhiy Storchaka | 2014-10-04 | 1 | -2/+9 |
|
|
* | Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS | Serhiy Storchaka | 2014-09-23 | 1 | -1/+6 |
|
|
* | Issue #21866: ZipFile.close() no longer writes ZIP64 central directory | Serhiy Storchaka | 2014-09-23 | 1 | -14/+24 |
|
|
* | Issue #22201: Command-line interface of the zipfile module now correctly | Serhiy Storchaka | 2014-08-17 | 1 | -12/+1 |
|
|
* | Fix issue #14315: The zipfile module now ignores extra fields in the central | Gregory P. Smith | 2014-05-30 | 1 | -1/+1 |
|
|
* | Issue #20262: Warnings are raised now when duplicate names are added in the | Serhiy Storchaka | 2014-01-20 | 1 | -6/+6 |
|\ |
|
| * | Issue #20262: Warnings are raised now when duplicate names are added in the | Serhiy Storchaka | 2014-01-20 | 1 | -6/+6 |
|
|
* | | Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU | Serhiy Storchaka | 2014-01-09 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU | Serhiy Storchaka | 2014-01-09 | 1 | -0/+2 |
|
|
* | | Issue #18585: speed zipfile import by only generating zipfile._ZipDecryptor o... | Daniel Holth | 2014-01-03 | 1 | -1/+3 |
|
|
* | | Issue #15204: Deprecated the 'U' mode in file-like objects. | Serhiy Storchaka | 2013-11-23 | 1 | -0/+4 |
|
|
* | | Issue #17201: ZIP64 extensions now are enabled by default. | Serhiy Storchaka | 2013-11-23 | 1 | -4/+4 |
|
|
* | | add filtering of individual files to PyZipFile | Christian Tismer | 2013-10-22 | 1 | -1/+10 |
|
|
* | | add a filterfunc to zip file.PyZipFile.writepy, issue 19274 | Christian Tismer | 2013-10-21 | 1 | -77/+84 |
|
|
* | | Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty | Serhiy Storchaka | 2013-09-27 | 1 | -8/+15 |
|\ \
| |/ |
|
| * | Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty | Serhiy Storchaka | 2013-09-27 | 1 | -8/+15 |
|
|