COMMITS
/ Lib/importlib/__init__.py January 8, 2026
B
GH-139686: Revert "gh-139686: Make reloading a lazy module no-op (GH-139857)" (#143584)
Brett Cannon committed
December 12, 2025
A
gh-139686: Make reloading a lazy module no-op (GH-139857)
Amer Esmail Elsheikh committed
October 21, 2024
A
June 6, 2023
V
gh-105407: Remove unused imports in the stdlib (#105411)
Victor Stinner committed
May 3, 2023
B
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw committed
October 7, 2022
G
gh-82874: Convert remaining importlib format uses to f-str. (#98005)
Gregory P. Smith committed
September 13, 2021
H
bpo-42135 Correct version slated for importlib.find_loader removal (GH-28312)
Hugo van Kemenade committed
April 6, 2021
B
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-25169)
Brett Cannon committed
November 19, 2020
V
bpo-42403: Simplify importlib external bootstrap (GH-23397)
Victor Stinner committed
June 5, 2020
F
bpo-19468: delete unnecessary instance check in importlib.reload() (GH-19424)
Furkan Önder committed
September 18, 2018
S
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka committed
May 24, 2017
G
bpo-29851: Have importlib.reload() raise ImportError if the module's spec is not found (GH-972)
Garvit Khatri committed
March 25, 2017
M
bpo-29862: Fix grammar in importlib.reload() exception (GH-809)
Mandeep Bhutani committed
February 16, 2017
M
bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_module() (GH-32)
Matthias Bussonnier 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
November 21, 2014
S
Issue #19720: Suppressed context for some exceptions in importlib.
Serhiy Storchaka committed
May 30, 2014
B
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon committed
March 21, 2014
B
Issue #20884: Don't assume in importlib.__init__ that __file__ is
Brett Cannon committed
January 25, 2014
E
Issue 19944: Fix importlib.find_spec() so it imports parents as needed.
Eric Snow committed
January 7, 2014
E
Issue 19713: Add PEP 451-related deprecations.
Eric Snow committed
December 10, 2013
E
Issue 19851: Fix a regression in reloading submodules.
Eric Snow committed
November 22, 2013
E
Implement PEP 451 (ModuleSpec).
Eric Snow committed
November 1, 2013
E
Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules.
Eric Snow committed
August 15, 2013
E
August 12, 2013
B
Closes issue #18598: Have the exception message for
Brett Cannon committed
August 10, 2013
E
#18681: merge with 3.3.
Ezio Melotti committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18193: Add importlib.reload(), documenting (but not
Brett Cannon committed
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
March 13, 2013
B
Issue #17099: Have importlib.find_loader() raise ValueError when
Brett Cannon committed
November 17, 2012
B
Issue #16489: Make it clearer that importlib.find_loader() requires
Brett Cannon committed
August 10, 2012
B
Issue #15502: Finish bringing importlib.abc in line with the current
Brett Cannon committed
July 20, 2012
July 4, 2012
B
Issue #15210: Greatly simplify the test for supporting importlib
Brett Cannon committed
July 2, 2012
B
Issue #15210: If _frozen_importlib is not found in sys.modules by
Brett Cannon committed
June 17, 2012
May 12, 2012
B
Issue #13959: Introduce importlib.find_loader().
Brett Cannon committed
February 27, 2012
B
Update importlib.invalidate_caches() to be more general.
Brett Cannon committed
February 20, 2012
February 8, 2012
B
Move setup code from importlib.__init__ to
Brett Cannon committed
January 27, 2012
B
Relocate importlib._case_ok to importlib._bootstrap.
Brett Cannon committed
January 25, 2012
B
Move some code from importlib.__init__ to importlib._bootstrap that
Brett Cannon committed
October 28, 2011
F
Simplify and remove few dependencies on 'errno', thanks to PEP 3151.
Florent Xicluna committed
July 3, 2010
B
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon committed
March 15, 2009
B
A few more docstring/API cleanups for importlib.
Brett Cannon committed
March 12, 2009
B
Finish properly hiding importlib implementation code.
Brett Cannon committed
B
Define importlib.__init__.__all__.
Brett Cannon committed
March 4, 2009
B
merge the io-c branch: C implementation of the io module
Benjamin Peterson committed
February 7, 2009
B
Rewrite the code implementing __import__ for importlib. Now it is much simpler
Brett Cannon committed