summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-17/+0
* Have importlib.test.regrtest clear sys.path_importer_cache to makeBrett Cannon2012-04-201-0/+1
* Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-141-12/+0
* Remove a stale comment.Brett Cannon2011-03-241-7/+0
* Make importlib.abc.SourceLoader the primary mechanism for importlib.Brett Cannon2010-07-031-2/+4
* Clarify why test_import is failing under importlib.Brett Cannon2009-08-301-2/+3
* Trying to import a submodule from another module and not a package was raisingBrett Cannon2009-08-301-3/+0
* test_pep3120 is no longer a problem for importlib as the test was tweaked.Brett Cannon2009-08-301-1/+0
* Turn on verbose2 for importlib.test.regrtest so as to see failures when they ...Brett Cannon2009-08-301-2/+1
* Raise TypeError if the name given to importlib.__import__() lacks an rpartitionBrett Cannon2009-08-301-1/+0
* Provide module docstrings for the two main test drivers in importlib thatBrett Cannon2009-08-301-2/+5
* Tweak importlib.test.regrtest to only specify the implicit tests to excludeBrett Cannon2009-08-301-4/+6
* Add a test file to importlib that runs regrtest using importlib.__import__.Brett Cannon2009-08-271-0/+33