| Commit message (Expand) | Author | Age | Files | Lines |
* | [2.7] bpo-34472: Add data descriptor signature to zipfile (GH-8871) (ПР-9407) | Serhiy Storchaka | 2018-09-22 | 1 | -3/+5 |
|
|
* | [2.7] bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-... | Serhiy Storchaka | 2018-09-18 | 1 | -0/+22 |
|
|
* | Revert "Issue #29094: Offsets in a ZIP file created with extern file object a... | Benjamin Peterson | 2017-05-05 | 1 | -15/+13 |
|
|
* | Issue #29094: Offsets in a ZIP file created with extern file object and modes | Serhiy Storchaka | 2017-01-01 | 1 | -1/+1 |
|
|
* | Issue #26293: Fixed writing ZIP files that starts not from the start of the | Serhiy Storchaka | 2016-10-07 | 1 | -13/+15 |
|
|
* | Issue #25624: ZipFile now always writes a ZIP_STORED header for directory | Serhiy Storchaka | 2015-11-22 | 1 | -1/+3 |
|
|
* | Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests). | Serhiy Storchaka | 2015-01-26 | 1 | -64/+42 |
|
|
* | Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects | Serhiy Storchaka | 2014-12-03 | 1 | -42/+64 |
|
|
* | 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 | -13/+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 #20048: Fixed ZipExtFile.peek() when it is called on the boundary of | Serhiy Storchaka | 2013-12-21 | 1 | -1/+5 |
|
|
* | Issue #17656: Fix extraction of zip files with unicode member paths. | Serhiy Storchaka | 2013-04-13 | 1 | -1/+4 |
|
|
* | Fix the test and remove trailing dots on Windows for issue #6972. | Serhiy Storchaka | 2013-02-02 | 1 | -1/+4 |
|
|
* | Fix translating of illegal characters on Windows (issue #6972). | Serhiy Storchaka | 2013-02-02 | 1 | -1/+2 |
|
|
* | Fixes Issue #6972: The zipfile module no longer overwrites files outside of | Gregory P. Smith | 2013-02-01 | 1 | -11/+16 |
|
|
* | Issue #4844: ZipFile now raises BadZipfile when opens a ZIP file with an | Serhiy Storchaka | 2013-01-31 | 1 | -7/+20 |
|
|
* | Issue #9720: zipfile now writes correct local headers for files larger than 4... | Serhiy Storchaka | 2013-01-14 | 1 | -15/+32 |
|
|
* | #14313: zipfile now raises NotImplementedError when the compression type is u... | Ezio Melotti | 2012-11-18 | 1 | -0/+28 |
|
|
* | Issue #16408: Fix file descriptors not being closed in error conditions in th... | Antoine Pitrou | 2012-11-17 | 1 | -210/+204 |
|
|
* | Closes #16183: ZipExtFile object close without file handle closed (backportin... | Jesus Cea | 2012-11-04 | 1 | -2/+13 |
|
|
* | #14399: zipfile now correctly handles comments added to empty zipfiles. | R David Murray | 2012-04-12 | 1 | -12/+21 |
|
|
* | Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated | Senthil Kumaran | 2011-10-19 | 1 | -0/+4 |
|
|
* | #10694: zipfile now ignores garbage at the end of a zipfile. | R David Murray | 2011-06-09 | 1 | -10/+8 |
|
|
* | Merged revisions 85455 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -5/+22 |
|
|
* | Merged revisions 84737 via svnmerge from | Antoine Pitrou | 2010-09-12 | 1 | -6/+9 |
|
|
* | Merged revisions 83959-83960 via svnmerge from | Antoine Pitrou | 2010-08-12 | 1 | -2/+23 |
|
|
* | Issue 6003: ZipFile.writestr "compression_type" argument | Ronald Oussoren | 2010-02-07 | 1 | -1/+5 |
|
|
* | avoid to use zlib when the compress type is not ZIP_DEFLATED | Ezio Melotti | 2010-01-28 | 1 | -6/+8 |
|
|
* | Issue #7610: Reworked implementation of the internal | Antoine Pitrou | 2010-01-27 | 1 | -187/+152 |
|
|
* | #5511: Added the ability to use ZipFile as a context manager. Patch by Brian ... | Ezio Melotti | 2009-12-30 | 1 | -0/+6 |
|
|
* | #6511: ZipFile will now raise BadZipfile when opening an empty or tiny file, | Amaury Forgeot d'Arc | 2009-07-28 | 1 | -1/+4 |
|
|
* | Fixes the last problem mentioned in issue1202. | Gregory P. Smith | 2009-06-26 | 1 | -1/+1 |
|
|
* | Issue #6050: Don't fail extracting a directory from a zipfile if | Martin v. Löwis | 2009-05-24 | 1 | -1/+2 |
|
|
* | make sure files are closed using the with statement | Benjamin Peterson | 2009-05-10 | 1 | -25/+23 |
|
|
* | Issue #5692: In :class:`zipfile.Zipfile`, fix wrong path calculation when ext... | Antoine Pitrou | 2009-05-04 | 1 | -1/+3 |
|
|
* | revert unrelated change | Benjamin Peterson | 2009-05-02 | 1 | -3/+1 |
|
|
* | remove py3k compat code | Benjamin Peterson | 2009-05-02 | 1 | -1/+3 |
|
|
* | Issue #4710: Extract directories properly in the zipfile module; | Martin v. Löwis | 2009-01-24 | 1 | -3/+20 |
|
|
* | follow-up of #3997: since 0xFFFF numbers are not enough to indicate a zip64 f... | Amaury Forgeot d'Arc | 2009-01-17 | 1 | -11/+6 |
|
|
* | #3997: zipfiles generated with more than 65536 files could not be opened | Amaury Forgeot d'Arc | 2009-01-17 | 1 | -7/+13 |
|
|
* | Issue #4756: zipfile.is_zipfile() now supports file-like objects. | Antoine Pitrou | 2008-12-27 | 1 | -7/+19 |
|
|
* | Issue #3535: zipfile couldn't read some zip files larger than 2GB. | Antoine Pitrou | 2008-09-05 | 1 | -3/+3 |
|
|
* | fix ZipFile.testzip() to work with very large embedded files | Antoine Pitrou | 2008-08-17 | 1 | -1/+6 |
|
|
* | #3394: zipfile.writestr doesn't set external attributes, so files are extract... | Antoine Pitrou | 2008-07-25 | 1 | -0/+1 |
|
|
* | #3317 in zipfile module, restore the previous names of global variables: | Amaury Forgeot d'Arc | 2008-07-11 | 1 | -55/+27 |
|
|
* | Patch #1622: Correct interpretation of various ZIP header fields. | Martin v. Löwis | 2008-07-03 | 1 | -99/+204 |
|
|