summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_zipimport.py
Commit message (Expand)AuthorAgeFilesLines
* Fix for [ 765456 ]: testAFakeZlib failed on platforms that use aJust van Rossum2003-11-181-0/+7
* Change the zipimport implementation to accept files containingThomas Heller2003-07-221-1/+20
* Patch #734231: Update RiscOS support. In particular, correctMartin v. Löwis2003-05-101-1/+1
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-2/+4
* Whitespace normalization.Tim Peters2003-02-191-5/+5
* Use correct function name to PyArg_ParseTuple("is_package").Neal Norwitz2003-02-171-1/+4
* cleaned up Jack's Mac OS9 changesJust van Rossum2003-01-091-5/+1
* Various tweaks to make the test work on the Mac.Jack Jansen2003-01-081-3/+12
* Fix for bug #661136Just van Rossum2003-01-031-3/+8
* Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident inJust van Rossum2003-01-021-4/+5
* PEP 302 + zipimport:Just van Rossum2002-12-301-0/+180