summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/import_/test_caching.py
Commit message (Expand)AuthorAgeFilesLines
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-3/+3
* Have importlib raise ImportError if None is found in sys.modules. This matchesBrett Cannon2009-08-301-4/+14
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-3/+3
* Rewrite the code implementing __import__ for importlib. Now it is much simplerBrett Cannon2009-02-071-1/+2
* Move import semantic util code to importlib.test.import_.util.Brett Cannon2009-02-011-7/+8
* Rename importlib.test.support to importlib.test.util.Brett Cannon2009-02-011-13/+12
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-181-0/+75