Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -11/+11 |
* | Backport of r74103. | Brett Cannon | 2009-07-20 | 1 | -8/+8 |
* | Tests for case-senstivity were not being skipped for darwin when installed on a | Brett Cannon | 2009-05-11 | 1 | -8/+8 |
* | importlib.test.source.test_abc_loader was making a bad assumption that all file | Brett Cannon | 2009-04-02 | 1 | -16/+21 |
* | Make a test in importlib have a more robust test value. | Brett Cannon | 2009-04-02 | 1 | -1/+1 |
* | Give a more informative message on an importlib test upon failure. | Brett Cannon | 2009-04-02 | 1 | -1/+3 |
* | Implement get_source for importlib.abc.PyLoader using source_path and get_data. | Brett Cannon | 2009-03-10 | 1 | -9/+32 |
* | Introduce importlib.abc. The module contains various ABCs related to imports | Brett Cannon | 2009-03-09 | 1 | -0/+390 |