summaryrefslogtreecommitdiffstats
path: root/Lib/zipfile.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor recently added bugfix into more testable code by using aGregory P. Smith2013-02-031-7/+19
* Fix the test for issue #6972.Serhiy Storchaka2013-02-021-1/+4
|\
| * Fix the test for issue #6972.Serhiy Storchaka2013-02-021-1/+4
* | Fixes Issue #6972: The zipfile module no longer overwrites files outside ofGregory P. Smith2013-02-011-11/+16
|\ \ | |/
| * Fixes Issue #6972: The zipfile module no longer overwrites files outside ofGregory P. Smith2013-02-011-11/+16
* | Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with anSerhiy Storchaka2013-01-311-6/+19
|\ \ | |/
| * Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with anSerhiy Storchaka2013-01-311-6/+19
* | Issue #12004: Fix an internal error in PyZipFile when writing an invalidSerhiy Storchaka2013-01-291-1/+1
|\ \ | |/
| * Issue #12004: Fix an internal error in PyZipFile when writing an invalidSerhiy Storchaka2013-01-291-1/+1
* | Issue #9720: zipfile now writes correct local headers for files larger than 4...Serhiy Storchaka2013-01-141-15/+32
|\ \ | |/
| * Issue #9720: zipfile now writes correct local headers for files larger than 4...Serhiy Storchaka2013-01-141-15/+32
| * #14313: zipfile now raises NotImplementedError when the compression type is u...Ezio Melotti2012-11-181-0/+28
* | Issue #16408: Fix file descriptors not being closed in error conditions in th...Antoine Pitrou2012-11-171-234/+217
|\ \ | |/
| * Issue #16408: Fix file descriptors not being closed in error conditions in th...Antoine Pitrou2012-11-171-222/+205
| * #14399: zipfile now correctly handles comments added to empty zipfiles.R David Murray2012-04-121-11/+22
* | On behalf of Nadeem Vawda: issue #10376: micro-optimize reading from a Zipfile.Antoine Pitrou2012-06-231-8/+10
* | Make lzma.{encode,decode}_filter_properties private.Nadeem Vawda2012-06-211-3/+3
* | Issue #14366: Support lzma compression in zip files.Martin v. Löwis2012-05-131-16/+105
* | Check extract_version when opening a zipfile.Martin v. Löwis2012-05-011-0/+5
* | Add missing comma in __all__ list.Georg Brandl2012-05-011-1/+1
* | Recognize unsupported feature "compressed patch data set" from zip 2.7.Martin v. Löwis2012-05-011-0/+4
* | Detect unsupported compression types.Martin v. Löwis2012-05-011-2/+19
* | Issue #14371: Support bzip2 in zipfile module.Martin v. Löwis2012-05-011-91/+173
* | #14603: use a listcomp in ZipFile.namelist.Ezio Melotti2012-04-171-4/+1
* | Merge #14399: zipfile now correctly handles comments added to empty zipfiles.R David Murray2012-04-121-11/+22
|/
* 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unre...Senthil Kumaran2011-10-191-0/+4
* #10694: zipfile now ignores garbage at the end of a zipfile.R David Murray2011-06-091-10/+8
* #10801: In zipfile, support different encodings for the header and the filena...Georg Brandl2011-01-011-1/+7
* #4871: check that zipfile password is bytes, and give useful error message.R. David Murray2010-12-211-4/+10
* Add an "optimize" parameter to compile() to control the optimization level, a...Georg Brandl2010-12-041-31/+56
* zipfile: remove remaining ResourceWarningsŁukasz Langa2010-11-231-5/+14
* Issue #9846: ZipExtFile provides no mechanism for closing the underlying file...Łukasz Langa2010-11-221-2/+12
* start banging on zipfile's file leakinessBenjamin Peterson2010-10-311-1/+2
* Fix typo from r85874Éric Araujo2010-10-281-1/+1
* #7351: add more consistent exception name alias.Georg Brandl2010-10-281-14/+15
* #1710703: write zipfile structures also in the case of closing a new, but emp...Georg Brandl2010-10-141-5/+22
* Issue #9837: The read() method of ZipExtFile objects (as returned byAntoine Pitrou2010-09-121-6/+9
* Issue #7467: when a file from a ZIP archive, its CRC is checked and aAntoine Pitrou2010-08-121-2/+23
* PEP 3147Barry Warsaw2010-04-171-13/+40
* Merged revisions 78097 via svnmerge fromRonald Oussoren2010-02-071-1/+4
* Merged revisions 77809 via svnmerge fromEzio Melotti2010-01-281-6/+8
* Merged revisions 77798 via svnmerge fromAntoine Pitrou2010-01-271-191/+151
* Merged revisions 77136 via svnmerge fromEzio Melotti2009-12-301-0/+6
* fix print statementEzio Melotti2009-09-251-15/+14
* Use true booleans and PEP8 for argdefaults.Georg Brandl2009-09-161-1/+1
* Merged revisions 74245 via svnmerge fromAmaury Forgeot d'Arc2009-07-281-1/+4
* Merged revisions 73565 via svnmerge fromGregory P. Smith2009-06-261-1/+1
* Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,...Benjamin Peterson2009-06-011-25/+23
* Merged revisions 72893 via svnmerge fromMartin v. Löwis2009-05-241-1/+2
* Merged revisions 72295 via svnmerge fromAntoine Pitrou2009-05-041-1/+3