summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_zipfile.py
Commit message (Expand)AuthorAgeFilesLines
* Fix the test for issue #6972.Serhiy Storchaka2013-02-021-5/+17
* Fixes Issue #6972: The zipfile module no longer overwrites files outside ofGregory P. Smith2013-02-011-9/+77
* Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with anSerhiy Storchaka2013-01-311-0/+14
* Issue #12004: Fix an internal error in PyZipFile when writing an invalidSerhiy Storchaka2013-01-291-1/+24
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
* #14313: zipfile now raises NotImplementedError when the compression type is u...Ezio Melotti2012-11-181-0/+11
* Issue #9239: add tests for modifying zipfile comments in append mode.Antoine Pitrou2012-06-301-0/+18
* #14399: zipfile now correctly handles comments added to empty zipfiles.R David Murray2012-04-121-0/+22
* 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unre...Senthil Kumaran2011-10-191-0/+11
* #10694: zipfile now ignores garbage at the end of a zipfile.R David Murray2011-06-091-0/+18
* Skip test that requires zlib when zlib is not available.Ezio Melotti2011-03-141-0/+1
* #10801: do not actually extract, just open() the files in the test zipfile.Georg Brandl2011-01-011-9/+4
* #10801: In zipfile, support different encodings for the header and the filena...Georg Brandl2011-01-011-0/+14
* #4871: check that zipfile password is bytes, and give useful error message.R. David Murray2010-12-211-0/+6
* Add an "optimize" parameter to compile() to control the optimization level, a...Georg Brandl2010-12-041-0/+16
* zipfile: remove remaining ResourceWarningsŁukasz Langa2010-11-231-11/+10
* Fix #8886. Use context managers throughout the test.Brian Curtin2010-11-181-105/+107
* start banging on zipfile's file leakinessBenjamin Peterson2010-10-311-9/+48
* #7351: add more consistent exception name alias.Georg Brandl2010-10-281-11/+11
* #1710703: write zipfile structures also in the case of closing a new, but emp...Georg Brandl2010-10-141-0/+25
* Issue #9837: The read() method of ZipExtFile objects (as returned byAntoine Pitrou2010-09-121-0/+20
* Issue #7467: when a file from a ZIP archive, its CRC is checked and aAntoine Pitrou2010-08-121-0/+79
* PEP 3147Barry Warsaw2010-04-171-1/+8
* Merged revisions 78097 via svnmerge fromRonald Oussoren2010-02-071-0/+14
* Merged revisions 77798 via svnmerge fromAntoine Pitrou2010-01-271-0/+84
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-0/+1
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-21/+21
* Merged revisions 77178 via svnmerge fromEzio Melotti2009-12-311-102/+97
* Merged revisions 77136 via svnmerge fromEzio Melotti2009-12-301-483/+448
* Merged revisions 74754 via svnmerge fromEzio Melotti2009-09-121-0/+3
* Merged revisions 74245 via svnmerge fromAmaury Forgeot d'Arc2009-07-281-0/+10
* Merged revisions 74011 via svnmerge fromEzio Melotti2009-07-151-127/+127
* Merged revisions 73931 via svnmerge fromEzio Melotti2009-07-111-90/+93
* Merged revisions 73841 via svnmerge fromEzio Melotti2009-07-081-38/+54
* Add a unittest for r73566.Gregory P. Smith2009-07-071-0/+8
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-38/+38
* Merged revisions 72893 via svnmerge fromMartin v. Löwis2009-05-241-0/+5
* Merged revisions 68885 via svnmerge fromMartin v. Löwis2009-01-241-1/+25
* Merged revisions 67946 via svnmerge fromAntoine Pitrou2008-12-271-5/+34
* Merged revisions 65235 via svnmerge fromAntoine Pitrou2008-07-251-0/+13
* Merged revisions 64688 via svnmerge fromMartin v. Löwis2008-07-031-0/+49
* Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,...Georg Brandl2008-05-251-0/+19
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 62726 via svnmerge fromMartin v. Löwis2008-05-051-3/+5
* Merged revisions 62724 via svnmerge fromMartin v. Löwis2008-05-051-0/+8
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-271-0/+1
* Merged revisions 60094-60123 via svnmerge fromChristian Heimes2008-01-201-0/+21
* Merged revisions 59822-59841 via svnmerge fromChristian Heimes2008-01-071-0/+56
* Revert revisions 57472, 57474, and 57477 which disabled some testsNeal Norwitz2007-08-301-1/+0
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-4/+4