Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move over to using assertRaises as a context manager for importlib tests. | Brett Cannon | 2009-08-27 | 1 | -3/+6 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -6/+6 |
* | Implement InspectLoader for BuiltinImporter. | Brett Cannon | 2009-03-15 | 1 | -9/+34 |
* | Implement importlib.util.set_loader: a decorator to automatically set | Brett Cannon | 2009-03-10 | 1 | -1/+2 |
* | Move importlib's built-in importer to use rpartition for __package__. | Brett Cannon | 2009-02-07 | 1 | -1/+1 |
* | Rename importlib.test.support to importlib.test.util. | Brett Cannon | 2009-02-01 | 1 | -3/+3 |
* | Move built-in loader tests to importlib.test.abc.LoaderTests. | Brett Cannon | 2009-02-01 | 1 | -3/+23 |
* | Add importlib.machinery with its first tenants, BuitinImporter and | Brett Cannon | 2009-01-22 | 1 | -1/+2 |
* | Add initial implementation of importlib. See the NOTES files for what is | Brett Cannon | 2009-01-18 | 1 | -0/+52 |