summaryrefslogtreecommitdiff
path: root/Lib/importlib/machinery.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23911: Move path-based bootstrap code to a separate frozen module.Eric Snow2015-05-021-9/+9
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-0/+1
* Issue #15576: Allow extension modules to be a package's __init__Brett Cannon2012-08-101-2/+2
* Close #15519: Properly expose WindowsRegistryFinder in importlib and bring th...Nick Coghlan2012-08-021-0/+1
* Close #15387: inspect.getmodulename() now uses a new importlib.machinery.all_...Nick Coghlan2012-07-181-0/+4
* Issue #13959: Deprecate imp.get_suffixes() for new attributes onBrett Cannon2012-05-111-0/+6
* Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.Marc-Andre Lemburg2012-04-251-1/+1
* Issue #14605: Revert renaming of _SourcelessFileLoader, since it causedMarc-Andre Lemburg2012-04-251-1/+1
* Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoaderMarc-Andre Lemburg2012-04-251-1/+1
* Issue #14605: Expose importlib.abc.FileLoader andBrett Cannon2012-04-221-0/+4
* Check in the fact that importlib.machinery.PathFinder now exists.Brett Cannon2009-02-051-0/+1
* Add importlib.machinery with its first tenants, BuitinImporter andBrett Cannon2009-01-221-0/+4