summaryrefslogtreecommitdiff
path: root/Lib/test/test_zipfile64.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #25801: Fixed resource warnings in test_zipfile64.Serhiy Storchaka2016-02-251-7/+11
* Issue #21866: ZipFile.close() no longer writes ZIP64 central directorySerhiy Storchaka2014-09-231-1/+36
* Patch #1622: Correct interpretation of various ZIP header fields.Martin v. Löwis2008-07-031-1/+25
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Disable this test until we can determine what to do about itNeal Norwitz2006-06-161-1/+4
* Oops -- I introduced an off-by-6436159488 error.Tim Peters2006-06-151-1/+1
* Try to reduce the extreme peak memory and disk-space useTim Peters2006-06-151-11/+22
* Print some more info to get an idea of how much longer the test will lastNeal Norwitz2006-06-151-4/+6
* Steal the trick from test_compiler to print out a slow msg.Neal Norwitz2006-06-151-0/+18
* Patch #1446489 (zipfile: support for ZIP64)Ronald Oussoren2006-06-151-0/+67