summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_zipfile64.py
Commit message (Collapse)AuthorAgeFilesLines
* 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