COMMITS
/ Doc/library/importlib.rst March 10, 2026
H
Python 3.15.0a7
Hugo van Kemenade committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
F
gh-139899: Introduce MetaPathFinder.discover and PathEntryFinder.discover (#139900)
Filipe Laíns committed
February 11, 2026
N
Docs: remove links of modules to themselves (#144695)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
January 22, 2026
A
gh-143513: Remove importlib.abc documentation for removed ABCs (#143605)
Alex Willmer committed
January 8, 2026
B
GH-139686: Revert "gh-139686: Make reloading a lazy module no-op (GH-139857)" (#143584)
Brett Cannon committed
December 16, 2025
H
Python 3.15.0a3
Hugo van Kemenade committed
December 12, 2025
B
GH-139686: Update versionchanged directive to 'next' in importlib (GH-142649)
Brett Cannon committed
A
gh-139686: Make reloading a lazy module no-op (GH-139857)
Amer Esmail Elsheikh committed
December 11, 2025
B
GH-65961: Stop setting `__cached__` on modules (GH-142165)
Brett Cannon committed
December 10, 2025
B
GH-97850: Remove all uses and definitions of `load_module()` from importlib (#142205)
Brett Cannon committed
November 18, 2025
H
Python 3.15.0a2
Hugo van Kemenade committed
November 13, 2025
S
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka committed
November 1, 2025
F
GH-119668: expose importlib.machinery.NamespacePath (#119669)
Filipe Laíns committed
October 16, 2025
T
Remove duplicate words in the documentation (#140221)
Tan Long committed
September 9, 2025
S
gh-85076: Document exceptions that can be raised by importlib.import_module (GH-94662)
Samuel Sloniker committed
August 11, 2025
B
GH-137426: Remove code deprecation of `importlib.abc.ResourceLoader` (GH-137567)
Brett Cannon committed
July 16, 2025
B
gh-126548: Add a thread-unsafety warning for `importlib.reload()` (GH-136704)
Bartosz Sławecki committed
February 22, 2025
A
February 11, 2025
February 4, 2025
S
Use roles :data: and :const: for referencing module variables (GH-129507)
Serhiy Storchaka committed
January 15, 2025
October 9, 2024
A
gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)
Alex Waygood committed
September 27, 2024
A
Fixup indentation for docs on `ModuleSpec` attributes (#124681)
Alex Waygood committed
September 23, 2024
B
GH-65961: Document the deprecation of `__package__` and `__cached__` (GH-124377)
Brett Cannon committed
September 13, 2024
C
gh-121607: Edited source file import recipe to make it more clear (#121519)
Chris Barker committed
July 22, 2024
V
Docs: spelling and grammar fixes (#122084)
Ville Skyttä committed
May 10, 2024
X
Docs: fix typos in documentation (GH-118815)
Xie Yanbo committed
March 19, 2024
R
gh-114099 - Add iOS framework loading machinery. (GH-116454)
Russell Keith-Magee committed
February 29, 2024
E
Docs: mark up NotImplemented using the :data: role throughout the docs (#116135)
Erlend E. Aasland committed
November 28, 2023
A
Docs: fix markup for `importlib.machinery.NamespaceLoader` (#112479)
Alex Waygood committed
September 13, 2023
T
gh-105189: fix importlib.resources.abc deprecation docs (#105232)
Thomas Grainger committed
August 29, 2023
X
Fix misc doc typos (#108592)
xzmeng committed
July 28, 2023
E
gh-107307: Update the importlib Docs for PEP 684 (gh-107400)
Eric Snow committed
July 21, 2023
S
gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894)
Serhiy Storchaka committed
May 3, 2023
B
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw committed
February 10, 2023
B
October 7, 2022
N
gh-97850: Remove deprecated functions from `importlib.utils` (#97898)
Nikita Sobolev committed
October 5, 2022
B
August 5, 2022
B
gh-94619: Remove long deprecated methods module_repr() and load_module() (#94624)
Barry Warsaw committed
July 25, 2022
P
gh-93610: Improve docs for importlib.resources (#93611)
Petr Viktorin committed
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
May 23, 2022
S
gh-92994: Clarify importlib "check" example (#92995)
Shantanu committed
May 19, 2022
A
gh-92417: `importlib` docs: remove references to unsupported Python versions (GH-92424)
Alex Waygood committed
May 2, 2022
D
importlib docs: Update importlib.abc hierarchy (#31113)
David Gilbertson committed
March 23, 2022
R
bpo-31582: Created a new documentation section describing sys.path initialization (GH-31082)
Russel Webber committed
December 31, 2021
J
bpo-46109: Separate out files relating to importlib.resources (GH-30160)
Jason R. Coombs committed
November 24, 2021
J
bpo-45514: Deprecate importlib resources legacy functions. (GH-29036)
Jason R. Coombs committed