summaryrefslogtreecommitdiff
path: root/Lib/importlib/test/import_/test_meta_path.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-115/+0
* Use assertIsNone. Thanks Terry Reedy.Eric V. Smith2012-06-281-1/+1
* Changed importlib tests to use assertIs, assertIsInstance, etc., instead of j...Eric V. Smith2012-06-271-2/+2
* Issue #14605: Stop having implicit entries for sys.meta_path.Brett Cannon2012-04-271-0/+18
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-6/+6
* Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-3/+3
* Fixup/simplify another nested context manager.Raymond Hettinger2009-06-121-6/+3
* Move import semantic util code to importlib.test.import_.util.Brett Cannon2009-02-011-4/+5
* Rename importlib.test.support to importlib.test.util.Brett Cannon2009-02-011-17/+17
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-181-0/+99