Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite the code implementing __import__ for importlib. Now it is much simpler | Brett Cannon | 2009-02-07 | 4 | -148/+9 |
* | Finish implementing tests for importlib.machinery.PathFinder by testing that | Brett Cannon | 2009-02-06 | 1 | -4/+19 |
* | Add tests for using sys.path_hooks by importlib.machinery.PathFinder. | Brett Cannon | 2009-02-05 | 1 | -2/+10 |
* | Implement test for sys.path_importer_cache having None for | Brett Cannon | 2009-02-05 | 1 | -2/+14 |
* | Begin writing tests for importlib.machinery.PathFinder. | Brett Cannon | 2009-02-05 | 1 | -1/+57 |
* | Move import semantic util code to importlib.test.import_.util. | Brett Cannon | 2009-02-01 | 8 | -56/+99 |
* | Rename importlib.test.support to importlib.test.util. | Brett Cannon | 2009-02-01 | 7 | -129/+124 |
* | Add initial implementation of importlib. See the NOTES files for what is | Brett Cannon | 2009-01-18 | 8 | -0/+799 |