Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move importlib completely over to using rpartition and accepting the empty | Brett Cannon | 2009-02-07 | 1 | -1/+1 |
* | Rename importlib.test.support to importlib.test.util. | Brett Cannon | 2009-02-01 | 6 | -9/+6 |
* | Split out support code that is specific to source tests out of | Brett Cannon | 2009-02-01 | 6 | -30/+123 |
* | Move source loader tests (including reload tests) over to | Brett Cannon | 2009-02-01 | 2 | -73/+72 |
* | Merge testing ABCs for importlib into importlib.test.abc. | Brett Cannon | 2009-01-30 | 1 | -2/+2 |
* | Tests of case-sensitivity were being executed on OSs which did not have a | Brett Cannon | 2009-01-18 | 1 | -2/+1 |
* | Add initial implementation of importlib. See the NOTES files for what is | Brett Cannon | 2009-01-18 | 7 | -0/+617 |