summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pkgutil.py
Commit message (Collapse)AuthorAgeFilesLines
* backout 369bf9fbaeffBenjamin Peterson2014-02-161-1/+3
|
* clear zip stat cache after each ref leak runBenjamin Peterson2014-01-091-3/+1
|
* Issue #7367: Ensure test directory always gets removed.Ned Deily2011-10-071-2/+2
|
* Issue #7367: Add test case to test_pkgutil for walking path withNed Deily2011-10-061-0/+11
| | | | an unreadable directory.
* 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