COMMITS
/ Lib/test/test_importlib/test_spec.py February 10, 2026
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
January 21, 2025
S
gh-71339: Use new assertion methods in test_import and test_importlib (GH-129052)
Serhiy Storchaka committed
March 13, 2024
B
GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)
Brett Cannon committed
October 7, 2022
N
gh-97850: Remove deprecated functions from `importlib.utils` (#97898)
Nikita Sobolev committed
August 5, 2022
B
gh-94619: Remove long deprecated methods module_repr() and load_module() (#94624)
Barry Warsaw committed
January 22, 2022
N
bpo-46425: fix direct invocation of `test_importlib` (GH-30682)
Nikita Sobolev committed
April 7, 2021
December 4, 2020
B
bpo-26131: Deprecate usage of load_module() (GH-23469)
Brett Cannon committed
August 4, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21727)
Hai Shi committed
June 17, 2020
V
bpo-41006: importlib.util no longer imports typing (GH-20938)
Victor Stinner committed
September 8, 2016
B
Issue #26667: Add path-like object support to importlib.util.
Brett Cannon 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 16, 2014
E
Issue #21503: Use test_both() consistently in test_importlib.
Eric Snow committed
January 7, 2014
E
Issue 19713: Add PEP 451-related deprecations.
Eric Snow committed
E
Remove dead PEP 451 code.
Eric Snow committed
December 11, 2013
E
Issue #18864: Add a setter for ModuleSpec.has_location.
Eric Snow committed
December 10, 2013
E
Remove commented-out module spec test code and an out-of-date note.
Eric Snow committed
December 8, 2013
E
Issue #19758: silence PendingDeprecationWarnings in test_importlib.
Eric Snow committed
November 22, 2013
E
Implement PEP 451 (ModuleSpec).
Eric Snow committed