Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #15168: Move importlb.test to test.test_importlib. | Brett Cannon | 2012-07-20 | 1 | -97/+0 |
* | PEP 3147 | Barry Warsaw | 2010-04-17 | 1 | -8/+11 |
* | Use tempfile.mkdtemp() instead of tempfile.tempdir for where importlib places | Brett Cannon | 2009-11-05 | 1 | -11/+4 |
* | importlib.test.source.util referenced variables in the 'finally' part of a | Brett Cannon | 2009-11-05 | 1 | -2/+6 |
* | Tests for case-senstivity were not being skipped for darwin when installed on a | Brett Cannon | 2009-05-11 | 1 | -18/+9 |
* | Introduce importlib.abc. The module contains various ABCs related to imports | Brett Cannon | 2009-03-09 | 1 | -0/+14 |
* | Make importlib.test.source.util.write_bytecode reset sys.dont_write_bytecode. | Brett Cannon | 2009-03-09 | 1 | -1/+5 |
* | 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 | -0/+88 |