Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Issue #15168: Move importlb.test to test.test_importlib. | Brett Cannon | 2012-07-20 |
* | Issue #14605: Expose importlib.abc.FileLoader and | Brett Cannon | 2012-04-22 |
* | Issue #2377: Make importlib the implementation of __import__(). | Brett Cannon | 2012-04-14 |
* | Make importlib.abc.SourceLoader the primary mechanism for importlib. | Brett Cannon | 2010-07-03 |
* | PEP 3147 | Barry Warsaw | 2010-04-17 |
* | Move over to using assertRaises as a context manager for importlib tests. | Brett Cannon | 2009-08-27 |
* | Finish properly hiding importlib implementation code. | Brett Cannon | 2009-03-12 |
* | Refactor source and bytecode file loaders in importlib so that there | Brett Cannon | 2009-02-21 |
* | Rename importlib.test.support to importlib.test.util. | Brett Cannon | 2009-02-01 |
* | Split out support code that is specific to source tests out of | Brett Cannon | 2009-02-01 |
* | Add initial implementation of importlib. See the NOTES files for what is | Brett Cannon | 2009-01-18 |