summaryrefslogtreecommitdiff
path: root/Lib/test/test_zipfile.py
Commit message (Expand)AuthorAgeFilesLines
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-4/+4
* When zlib can't be imported, zipfile raises RuntimeError, which causesGuido van Rossum2001-04-101-0/+1
* Sf bug [ #412214 ] ZipFile constructor leaves files open.Tim Peters2001-04-041-0/+16
* Whitespace normalization.Tim Peters2001-03-291-4/+4
* Itamar Shtull-Trauring <itamar@maxnm.com>:Fred Drake2001-03-261-10/+27
* Added regression test for SF tracker bug #403871: AttributeError inFred Drake2001-02-281-0/+19
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-17/+16
* Test for zipfile.py, by Jim Ahlstrom.Guido van Rossum2000-04-101-0/+26