Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename importlib.test.support to importlib.test.util. | Brett Cannon | 2009-02-01 | 2 | -9/+9 |
* | Move extension module loader tests over to importlib.test.abc.LoaderTests. | Brett Cannon | 2009-02-01 | 1 | -3/+22 |
* | Merge testing ABCs for importlib into importlib.test.abc. | Brett Cannon | 2009-01-30 | 1 | -2/+2 |
* | Move importlib.test.extension.test_finder over to importlib.test.finder_tests. | Brett Cannon | 2009-01-27 | 1 | -2/+19 |
* | Tests of case-sensitivity were being executed on OSs which did not have a | Brett Cannon | 2009-01-18 | 1 | -2/+2 |
* | Add initial implementation of importlib. See the NOTES files for what is | Brett Cannon | 2009-01-18 | 5 | -0/+168 |