COMMITS
/ Lib/importlib/machinery.py November 1, 2025
F
GH-119668: expose importlib.machinery.NamespacePath (#119669)
Filipe Laíns committed
January 15, 2025
June 14, 2024
V
gh-120417: Fix "imported but unused" linter warnings (#120461)
Victor Stinner committed
March 19, 2024
R
gh-114099 - Add iOS framework loading machinery. (GH-116454)
Russell Keith-Magee committed
October 20, 2021
B
bpo-35673: Add a public alias for namespace package __loader__ attribute (#29049)
Barry Warsaw committed
November 19, 2020
V
bpo-42403: Fix pyflakes warnings in importlib (GH-23396)
Victor Stinner committed
May 3, 2015
E
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow committed
November 22, 2013
E
Implement PEP 451 (ModuleSpec).
Eric Snow committed
August 10, 2012
B
Issue #15576: Allow extension modules to be a package's __init__
Brett Cannon committed
August 2, 2012
July 18, 2012
May 11, 2012
B
Issue #13959: Deprecate imp.get_suffixes() for new attributes on
Brett Cannon committed
April 25, 2012
M
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.
Marc-Andre Lemburg committed
M
Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused
Marc-Andre Lemburg committed
April 24, 2012
M
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader
Marc-Andre Lemburg committed
April 22, 2012
B
Issue #14605: Expose importlib.abc.FileLoader and
Brett Cannon committed
February 5, 2009
B
Check in the fact that importlib.machinery.PathFinder now exists.
Brett Cannon committed
January 22, 2009
B
Add importlib.machinery with its first tenants, BuitinImporter and
Brett Cannon committed