Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Close #15519: Properly expose WindowsRegistryFinder in importlib and bring th... | Nick Coghlan | 2012-08-02 | 1 | -0/+1 |
* | Close #15387: inspect.getmodulename() now uses a new importlib.machinery.all_... | Nick Coghlan | 2012-07-18 | 1 | -0/+4 |
* | Issue #13959: Deprecate imp.get_suffixes() for new attributes on | Brett Cannon | 2012-05-11 | 1 | -0/+6 |
* | Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. | Marc-Andre Lemburg | 2012-04-25 | 1 | -1/+1 |
* | Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused | Marc-Andre Lemburg | 2012-04-25 | 1 | -1/+1 |
* | Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader | Marc-Andre Lemburg | 2012-04-24 | 1 | -1/+1 |
* | Issue #14605: Expose importlib.abc.FileLoader and | Brett Cannon | 2012-04-22 | 1 | -0/+4 |
* | Check in the fact that importlib.machinery.PathFinder now exists. | Brett Cannon | 2009-02-05 | 1 | -0/+1 |
* | Add importlib.machinery with its first tenants, BuitinImporter and | Brett Cannon | 2009-01-22 | 1 | -0/+4 |