summaryrefslogtreecommitdiff
path: root/Lib/test/test_zipfile64.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-22831: Use "with" to avoid possible fd leaks in tests (part 1). (GH-10928)Serhiy Storchaka2019-03-051-79/+70
* bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182)Victor Stinner2018-12-171-6/+6
* Replace KB unit with KiB (#4293)Victor Stinner2017-11-081-1/+1
* bpo-29919: Remove unused imports found by pyflakes (#137)Victor Stinner2017-03-271-1/+0
* Issue #25801: Fixed resource warnings in test_zipfile64.Serhiy Storchaka2016-02-251-2/+6
* Fix a couple of typos in code commentsMartin Panter2015-12-171-1/+1
* Issue #21866: ZipFile.close() no longer writes ZIP64 central directorySerhiy Storchaka2014-09-231-6/+39
* Issue #17201: ZIP64 extensions now are enabled by default.Serhiy Storchaka2013-11-231-2/+2
* Refactor a few tests to use the new requires_zlib decorator.Ezio Melotti2011-05-191-13/+7
* #2971: test_zipfile64 fails.Amaury Forgeot d'Arc2008-11-121-7/+8
* Merged revisions 64688 via svnmerge fromMartin v. Löwis2008-07-031-1/+25
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-1/+1
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-3/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-4/+4
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+101