Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Issue #15168: Move importlb.test to test.test_importlib. | Brett Cannon | 2012-07-20 |
* | Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. | Brett Cannon | 2012-05-04 |
* | Issue #14605: Expose importlib.abc.FileLoader and | Brett Cannon | 2012-04-22 |
* | Make importlib.abc.SourceLoader the primary mechanism for importlib. | Brett Cannon | 2010-07-03 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 |
* | Finish properly hiding importlib implementation code. | Brett Cannon | 2009-03-12 |
* | Do some cleanup in importlib: | Brett Cannon | 2009-02-21 |
* | Factor out helper code from importlib.test.extension.test_path_hook. | Brett Cannon | 2009-02-07 |
* | Add initial implementation of importlib. See the NOTES files for what is | Brett Cannon | 2009-01-18 |