index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
importlib
/
machinery.py
Commit message (
Expand
)
Author
Age
*
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 Stinner
2024-06-14
*
gh-114099 - Add iOS framework loading machinery. (GH-116454)
Russell Keith-Magee
2024-03-19
*
bpo-35673: Add a public alias for namespace package __loader__ attribute (#29...
Barry Warsaw
2021-10-20
*
bpo-42403: Fix pyflakes warnings in importlib (GH-23396)
Victor Stinner
2020-11-19
*
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow
2015-05-02
*
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22
*
Issue #15576: Allow extension modules to be a package's __init__
Brett Cannon
2012-08-10
*
Close #15519: Properly expose WindowsRegistryFinder in importlib and bring th...
Nick Coghlan
2012-08-02
*
Close #15387: inspect.getmodulename() now uses a new importlib.machinery.all_...
Nick Coghlan
2012-07-18
*
Issue #13959: Deprecate imp.get_suffixes() for new attributes on
Brett Cannon
2012-05-11
*
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.
Marc-Andre Lemburg
2012-04-25
*
Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused
Marc-Andre Lemburg
2012-04-25
*
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader
Marc-Andre Lemburg
2012-04-25
*
Issue #14605: Expose importlib.abc.FileLoader and
Brett Cannon
2012-04-22
*
Check in the fact that importlib.machinery.PathFinder now exists.
Brett Cannon
2009-02-05
*
Add importlib.machinery with its first tenants, BuitinImporter and
Brett Cannon
2009-01-22