Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Importlib was using custom code to discover all test modules in importlib.test. | Brett Cannon | 2009-07-15 | 1 | -6/+1 |
| | | | | | This has now been removed in favor of using unittest's test discovery code in TestLoader.discover(). | ||||
* | Add initial implementation of importlib. See the NOTES files for what is | Brett Cannon | 2009-01-18 | 1 | -0/+10 |
planned for the package. There are no docs yet, but they are coming once the API for the first new function, importlib.import_module() is finalized. |