summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/import_/test_packages.py
Commit message (Expand)AuthorAgeFilesLines
* Trying to import a submodule from another module and not a package was raisingBrett Cannon2009-08-301-0/+6
* Move over to using assertRaises as a context manager for importlib tests.Brett Cannon2009-08-271-2/+2
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-1/+1
* Move import semantic util code to importlib.test.import_.util.Brett Cannon2009-02-011-2/+4
* Rename importlib.test.support to importlib.test.util.Brett Cannon2009-02-011-7/+7
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-181-0/+29