Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 2 | -8/+8 |
* | Implement InspectLoader for FrozenImporter. | Brett Cannon | 2009-03-15 | 1 | -1/+35 |
* | Implement importlib.util.set_loader: a decorator to automatically set | Brett Cannon | 2009-03-10 | 1 | -3/+5 |
* | Move importlib's frozen importer over to rpartition for setting __package__. | Brett Cannon | 2009-02-07 | 1 | -1/+1 |
* | Rename importlib.test.support to importlib.test.util. | Brett Cannon | 2009-02-01 | 2 | -29/+5 |
* | Fix importlib.machinery.FrozenImporter.load_module() to set __package__ | Brett Cannon | 2009-02-01 | 1 | -18/+51 |
* | Merge testing ABCs for importlib into importlib.test.abc. | Brett Cannon | 2009-01-30 | 1 | -2/+2 |
* | Move importlib.test.frozen.test_finder over to importlib.test.finder_tests. | Brett Cannon | 2009-01-27 | 1 | -5/+8 |
* | Add importlib.machinery with its first tenants, BuitinImporter and | Brett Cannon | 2009-01-22 | 2 | -4/+4 |
* | Add initial implementation of importlib. See the NOTES files for what is | Brett Cannon | 2009-01-18 | 4 | -0/+108 |