Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make importlib.abc.SourceLoader the primary mechanism for importlib. | Brett Cannon | 2010-07-03 | 1 | -2/+4 |
* | Clarify why test_import is failing under importlib. | Brett Cannon | 2009-08-30 | 1 | -2/+3 |
* | Trying to import a submodule from another module and not a package was raising | Brett Cannon | 2009-08-30 | 1 | -3/+0 |
* | test_pep3120 is no longer a problem for importlib as the test was tweaked. | Brett Cannon | 2009-08-30 | 1 | -1/+0 |
* | Turn on verbose2 for importlib.test.regrtest so as to see failures when they ... | Brett Cannon | 2009-08-30 | 1 | -2/+1 |
* | Raise TypeError if the name given to importlib.__import__() lacks an rpartition | Brett Cannon | 2009-08-30 | 1 | -1/+0 |
* | Provide module docstrings for the two main test drivers in importlib that | Brett Cannon | 2009-08-30 | 1 | -2/+5 |
* | Tweak importlib.test.regrtest to only specify the implicit tests to exclude | Brett Cannon | 2009-08-30 | 1 | -4/+6 |
* | Add a test file to importlib that runs regrtest using importlib.__import__. | Brett Cannon | 2009-08-27 | 1 | -0/+33 |