aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/importlib/machinery.py
Commit message (Expand)AuthorAge
* gh-121604: Make sure all deprecated items in importlib raise DeprecationWarni...Tomas R.2025-01-14
* gh-120417: Fix "imported but unused" linter warnings (#120461)Victor Stinner2024-06-14
* gh-114099 - Add iOS framework loading machinery. (GH-116454)Russell Keith-Magee2024-03-19
* bpo-35673: Add a public alias for namespace package __loader__ attribute (#29...Barry Warsaw2021-10-20
* bpo-42403: Fix pyflakes warnings in importlib (GH-23396)Victor Stinner2020-11-19
* Issue #23911: Move path-based bootstrap code to a separate frozen module.Eric Snow2015-05-02
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-22
* Issue #15576: Allow extension modules to be a package's __init__Brett Cannon2012-08-10
* Close #15519: Properly expose WindowsRegistryFinder in importlib and bring th...Nick Coghlan2012-08-02
* Close #15387: inspect.getmodulename() now uses a new importlib.machinery.all_...Nick Coghlan2012-07-18
* Issue #13959: Deprecate imp.get_suffixes() for new attributes onBrett Cannon2012-05-11
* Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.Marc-Andre Lemburg2012-04-25
* Issue #14605: Revert renaming of _SourcelessFileLoader, since it causedMarc-Andre Lemburg2012-04-25
* Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoaderMarc-Andre Lemburg2012-04-25
* Issue #14605: Expose importlib.abc.FileLoader andBrett Cannon2012-04-22
* Check in the fact that importlib.machinery.PathFinder now exists.Brett Cannon2009-02-05
* Add importlib.machinery with its first tenants, BuitinImporter andBrett Cannon2009-01-22