Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the missing importlib.test.extension.util. | Brett Cannon | 2009-02-07 | 1 | -0/+21 |
* | Factor out helper code from importlib.test.extension.test_path_hook. | Brett Cannon | 2009-02-07 | 4 | -39/+19 |
* | Move importlib completely over to using rpartition and accepting the empty | Brett Cannon | 2009-02-07 | 1 | -1/+2 |
* | 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 |