aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/importlib/test/test_api.py
Commit message (Expand)AuthorAge
* Update importlib.invalidate_caches() to be more general.Brett Cannon2012-02-27
* Issue #13591: import_module potentially imports a module twice.Meador Inge2011-12-14
* Fix a spelling mistake in a comment.Brett Cannon2010-07-03
* Move over to using assertRaises as a context manager for importlib tests.Brett Cannon2009-08-27
* Add a test for importlib.import_module.Brett Cannon2009-03-04
* Rewrite the code implementing __import__ for importlib. Now it is much simplerBrett Cannon2009-02-07
* Rename importlib.test.support to importlib.test.util.Brett Cannon2009-02-01
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-18