Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #13890: Fix importlib case-sensitivity tests to not run on Windows. | Brett Cannon | 2012-01-30 | 1 | -0/+6 |
* | Make importlib.abc.SourceLoader the primary mechanism for importlib. | Brett Cannon | 2010-07-03 | 1 | -5/+7 |
* | Tests for case-senstivity were not being skipped for darwin when installed on a | Brett Cannon | 2009-05-11 | 1 | -7/+7 |
* | Finish properly hiding importlib implementation code. | Brett Cannon | 2009-03-12 | 1 | -2/+2 |
* | Separate out finder for source and source/bytecode. | Brett Cannon | 2009-02-21 | 1 | -1/+1 |
* | Do some cleanup in importlib: | Brett Cannon | 2009-02-21 | 1 | -1/+1 |
* | Rename importlib.test.support to importlib.test.util. | Brett Cannon | 2009-02-01 | 1 | -2/+2 |
* | Split out support code that is specific to source tests out of | Brett Cannon | 2009-02-01 | 1 | -1/+3 |
* | 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 | 1 | -0/+57 |