summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pkgutil.py
Commit message (Collapse)AuthorAgeFilesLines
* Correct an apparent refleak in test_pkgutil: zipimport._zip_directory_cache ↵Amaury Forgeot d'Arc2008-04-201-0/+3
| | | | | | contains info for all processed zip files, even when they are no longer used.
* Some tests did not pass on repeated calls (regrtest -R::)Amaury Forgeot d'Arc2008-04-181-0/+4
| | | | Perform additional cleanup, mostly deleting from sys.modules, or clearing the warnings registry.
* Add test file missing from rev 62350Nick Coghlan2008-04-151-0/+123