summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_zipfile64.py
Commit message (Collapse)AuthorAgeFilesLines
* Patch #1622: Correct interpretation of various ZIP header fields.Martin v. Löwis2008-07-031-1/+25
| | | | | | | | | Also fixes - Issue #1526: Allow more than 64k files to be added to Zip64 file. - Issue #1746: Correct handling of zipfile archive comments (previously archives with comments over 4k were flagged as invalid). Allow writing Zip files with archives by setting the 'comment' attribute of a ZipFile.
* 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
| | | | | | | of this test. It probably still requires more disk space than most buildbots have, and in any case is still so intrusive that if we don't find another way to test this I'm taking my buildbot offline permanently ;-)
* 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
| | | | | | This will hopefully get the buildbots to pass. Not sure this test will be feasible or even work. But everything is red now, so it can't get much worse.
* Patch #1446489 (zipfile: support for ZIP64)Ronald Oussoren2006-06-151-0/+67