COMMITS
/ Lib/importlib/abc.py February 19, 2026
F
gh-139899: Introduce MetaPathFinder.discover and PathEntryFinder.discover (#139900)
Filipe Laíns committed
December 10, 2025
B
GH-97850: Remove all uses and definitions of `load_module()` from importlib (#142205)
Brett Cannon committed
November 13, 2025
S
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka committed
August 11, 2025
B
GH-137426: Remove code deprecation of `importlib.abc.ResourceLoader` (GH-137567)
Brett Cannon committed
January 15, 2025
T
gh-121604: fix ResourceLoader deprecation warning message (GH-128859)
Thomas Grainger committed
June 12, 2024
V
gh-120417: Remove unused imports in the stdlib (#120420)
Victor Stinner committed
May 29, 2024
H
gh-93963: Remove deprecated names from importlib.abc (#119720)
Hugo van Kemenade committed
March 19, 2024
R
gh-114099 - Add iOS framework loading machinery. (GH-116454)
Russell Keith-Magee committed
May 3, 2023
B
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw committed
July 3, 2022
J
gh-93963: Officially deprecate abcs and warn about their usage. (GH-93965)
Jason R. Coombs committed
December 31, 2021
J
bpo-46118: Move importlib.resources to its own package. (#30176)
Jason R. Coombs committed
December 19, 2021
October 20, 2021
B
bpo-35673: Add a public alias for namespace package __loader__ attribute (#29049)
Barry Warsaw committed
April 6, 2021
B
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-25169)
Brett Cannon committed
March 4, 2021
J
bpo-42129: Add support for resources in namespaces (GH-24670)
Jason R. Coombs committed
November 19, 2020
V
bpo-42403: Fix pyflakes warnings in importlib (GH-23396)
Victor Stinner committed
June 17, 2020
V
bpo-41006: importlib.util no longer imports typing (GH-20938)
Victor Stinner committed
June 8, 2020
J
bpo-39791 native hooks for importlib.resources.files (GH-20576)
Jason R. Coombs committed
May 8, 2020
J
bpo-39791: Add files() to importlib.resources (GH-19722)
Jason R. Coombs committed
November 19, 2019
November 5, 2018
S
bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284)
Serhiy Storchaka committed
April 30, 2018
January 15, 2018
B
Implement the get_resource_reader() API for file system imports (#5168)
Barry Warsaw committed
January 12, 2018
B
bpo-32248: Introduce the concept of Loader.get_resource_reader() (GH-5108)
Brett Cannon committed
December 16, 2017
B
bpo-32248: Implement importlib.abc.ResourceReader (GH-4892)
Brett Cannon committed
April 16, 2017
S
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka committed
February 16, 2017
M
bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_module() (GH-32)
Matthias Bussonnier committed
February 21, 2016
B
Issue #26186: Remove an invalid type check in
Brett Cannon committed
May 16, 2015
E
Issue #24192: Fix namespace package imports.
Eric Snow committed
May 3, 2015
E
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow committed
January 9, 2015
B
Issue #23014: Make importlib.abc.Loader.create_module() required when
Brett Cannon committed
May 30, 2014
B
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon committed
May 9, 2014
B
Issue #21156: importlib.abc.InspectLoader.source_to_code() is now a
Brett Cannon committed
January 7, 2014
B
Issue #19719: Update various finder and loader ABCs such that their
Brett Cannon committed
E
Issue 19713: Add PEP 451-related deprecations.
Eric Snow committed
November 22, 2013
E
Implement PEP 451 (ModuleSpec).
Eric Snow committed
October 5, 2013
October 3, 2013
E
[issue19152] Add ExtensionFileLoader.get_filename().
Eric Snow committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 16, 2013
B
Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoader
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
May 31, 2013
B
Issues #18088, 18089: Introduce
Brett Cannon committed
B
Docstring cleanup
Brett Cannon committed
May 28, 2013
B
Issue #18072: Implement get_code() for importlib.abc.InspectLoader and
Brett Cannon committed
May 26, 2013
B
Move importlib.abc.SourceLoader.source_to_code() to InspectLoader.
Brett Cannon committed
April 9, 2013
B
Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return
Brett Cannon committed
November 5, 2012
A
Issue #15641: Clean up deprecated classes from importlib
Andrew Svetlov committed
August 10, 2012
B
Issue #15502: Refactor some code.
Brett Cannon committed
B
Issue #15502: Finish bringing importlib.abc in line with the current
Brett Cannon committed