summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_zipfile.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #20262: Warnings are raised now when duplicate names are added in theSerhiy Storchaka2014-01-201-3/+6
|\
| * Issue #20262: Warnings are raised now when duplicate names are added in theSerhiy Storchaka2014-01-201-2/+5
* | Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPUSerhiy Storchaka2014-01-091-0/+31
|\ \ | |/
| * Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPUSerhiy Storchaka2014-01-091-0/+31
* | Issue #15204: Silence and check the 'U' mode deprecation warnings in tests.Serhiy Storchaka2013-11-241-7/+22
* | Issue #17201: ZIP64 extensions now are enabled by default.Serhiy Storchaka2013-11-231-2/+2
* | add filtering of individual files to PyZipFileChristian Tismer2013-10-221-1/+30
* | #19274: use captured_stdout() in the test suite; add NEWS entry.Georg Brandl2013-10-211-8/+5
* | add a filterfunc to zip file.PyZipFile.writepy, issue 19274Christian Tismer2013-10-211-80/+102
* | Issue #19053: ZipExtFile.read1() with non-zero argument no more returns emptySerhiy Storchaka2013-09-271-0/+39
|\ \ | |/
| * Issue #19053: ZipExtFile.read1() with non-zero argument no more returns emptySerhiy Storchaka2013-09-271-0/+39
* | Issue #17944: test_zipfile now discoverable and uses subclassing toSerhiy Storchaka2013-07-221-843/+561
|\ \ | |/
| * Issue #17944: test_zipfile now discoverable and uses subclassing toSerhiy Storchaka2013-07-221-849/+562
* | Issue #17177: Stop using imp in zipfileBrett Cannon2013-06-151-2/+2
* | Move test_zipfile to unittest.main()Brett Cannon2013-06-121-7/+1
* | Refactor recently added bugfix into more testable code by using aGregory P. Smith2013-02-031-12/+29
|\ \ | |/
| * Refactor recently added bugfix into more testable code by using aGregory P. Smith2013-02-031-12/+29
* | Fix the test for issue #6972.Serhiy Storchaka2013-02-021-5/+17
|\ \ | |/
| * Fix the test for issue #6972.Serhiy Storchaka2013-02-021-5/+17
| |\
| | * 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
|\ \ \ | |/ /
| * | Fixes Issue #6972: The zipfile module no longer overwrites files outside ofGregory P. Smith2013-02-011-9/+77
| |\ \ | | |/
| | * 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 #4844: ZipFile now raises BadZipFile when opens a ZIP file with anSerhiy Storchaka2013-01-311-0/+14
| |\ \ | | |/
| | * 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/+25
|\ \ \ | |/ /
| * | Issue #12004: Fix an internal error in PyZipFile when writing an invalidSerhiy Storchaka2013-01-291-1/+25
| |\ \ | | |/
| | * Issue #12004: Fix an internal error in PyZipFile when writing an invalidSerhiy Storchaka2013-01-291-1/+24
* | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-4/+4
|/ /
* | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
|\ \ | |/
| * 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
|\ \ | |/
| * 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
* | Issue #14366: Support lzma compression in zip files.Martin v. Löwis2012-05-131-1/+124
* | Check extract_version when opening a zipfile.Martin v. Löwis2012-05-011-0/+10
* | Detect unsupported compression types.Martin v. Löwis2012-05-011-0/+11
* | Issue #14371: Support bzip2 in zipfile module.Martin v. Löwis2012-05-011-1/+125
* | Merge #14399: zipfile now correctly handles comments added to empty zipfiles.R David Murray2012-04-121-0/+22
* | default - Fix closes Issue6090 - Raise a ValueError, instead of failing with ...Senthil Kumaran2011-10-191-0/+16
|\ \ | |/
| * 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unre...Senthil Kumaran2011-10-191-0/+11
* | Merge #10694: zipfile now ignores garbage at the end of a zipfile.R David Murray2011-06-091-0/+18
|\ \ | |/
| * #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
* | Refactor a few tests to use the new requires_zlib decorator.Ezio Melotti2011-05-191-39/+32
* | Skip test if zlib not present. Closes #11498. Patch by Natalia B. Bidart.Eric V. Smith2011-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