History log of /external/python/cpython2/Lib/test/test_pkgutil.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5503579db68f22e0ddca030f2aa5cd48373e08c0 16-Feb-2014 Benjamin Peterson <benjamin@python.org> backout 369bf9fbaeff
/external/python/cpython2/Lib/test/test_pkgutil.py
27b029bd001caf66cfb8c732ccab2253f3b64a4e 09-Jan-2014 Benjamin Peterson <benjamin@python.org> clear zip stat cache after each ref leak run
/external/python/cpython2/Lib/test/test_pkgutil.py
c4a27451741419c34fc37454d2c6af2c149ea569 07-Oct-2011 Ned Deily <nad@acm.org> Issue #7367: Ensure test directory always gets removed.
/external/python/cpython2/Lib/test/test_pkgutil.py
ac6874c4bb3b7123e395d24d209658129aa63b40 06-Oct-2011 Ned Deily <nad@acm.org> Issue #7367: Add test case to test_pkgutil for walking path with
an unreadable directory.
/external/python/cpython2/Lib/test/test_pkgutil.py
eac43afdc9e06c5edc5ac2c19e40126a8e455bed 20-Apr-2008 Amaury Forgeot d'Arc <amauryfa@gmail.com> Correct an apparent refleak in test_pkgutil: zipimport._zip_directory_cache contains
info for all processed zip files, even when they are no longer used.
/external/python/cpython2/Lib/test/test_pkgutil.py
607bff1ebe81e869697e228322da4c308e8753a5 19-Apr-2008 Amaury Forgeot d'Arc <amauryfa@gmail.com> Some tests did not pass on repeated calls (regrtest -R::)
Perform additional cleanup, mostly deleting from sys.modules, or clearing the warnings registry.
/external/python/cpython2/Lib/test/test_pkgutil.py
1e88992224d15bf3dbc30f058923b9f4a9d7149a 15-Apr-2008 Nick Coghlan <ncoghlan@gmail.com> Add test file missing from rev 62350
/external/python/cpython2/Lib/test/test_pkgutil.py