summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/import_/test_packages.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #14583: Fix importlib bug when a package's __init__.py would first impo...Antoine Pitrou2012-05-071-0/+56
* Have importlib take advantage of ImportError's new 'name' and 'path'Brett Cannon2012-04-131-2/+4
* Issue #14500: Fix importlib.test.import_.test_packages to clean upBrett Cannon2012-04-061-1/+5
* If a module injects something into sys.modules as a side-effect ofBrett Cannon2012-04-031-0/+13
* 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