Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |