COMMITS
/ Lib/test/test_importlib/test_abc.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
November 15, 2025
August 11, 2025
B
GH-137426: Remove code deprecation of `importlib.abc.ResourceLoader` (GH-137567)
Brett Cannon committed
April 1, 2025
M
gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
mpage committed
January 21, 2025
S
gh-71339: Use new assertion methods in test_import and test_importlib (GH-129052)
Serhiy Storchaka committed
January 16, 2025
T
gh-121604: fix warnings in test_importlib.test_abc and test_importlib.test_windows (GH-128904)
Thomas Grainger committed
January 15, 2025
May 3, 2023
B
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw committed
October 7, 2022
N
gh-97850: Remove deprecated functions from `importlib.utils` (#97898)
Nikita Sobolev committed
October 5, 2022
B
gh-97850: Remove all known instances of module_repr() (#97876)
Barry Warsaw committed
September 5, 2022
J
gh-93963: Remove ResourceReaderDefaultsTests (GH-96598)
Jason R. Coombs committed
August 26, 2022
I
gh-96280: suppress deprecation warning in test_importlib (GH-96281)
Irit Katriel committed
August 5, 2022
B
gh-94619: Remove long deprecated methods module_repr() and load_module() (#94624)
Barry Warsaw committed
June 13, 2022
V
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner committed
January 22, 2022
N
bpo-46425: fix direct invocation of `test_importlib` (GH-30682)
Nikita Sobolev committed
April 6, 2021
B
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-25169)
Brett Cannon committed
April 2, 2021
B
bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)
Brett Cannon committed
March 26, 2021
B
bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
Brett Cannon committed
March 4, 2021
J
bpo-42129: Add support for resources in namespaces (GH-24670)
Jason R. Coombs committed
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
August 21, 2019
G
Unmark files as executable that can't actually be executed. (GH-15353)
Greg Price committed
June 21, 2019
J
bpo-30202 : Update test.test_importlib.test_abc to test find_spec() (GH-12847)
Joannah Nanjekye committed
September 18, 2018
S
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka committed
December 16, 2017
B
bpo-32248: Implement importlib.abc.ResourceReader (GH-4892)
Brett Cannon committed
December 9, 2017
B
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson committed
April 29, 2017
S
bpo-30158: Fix deprecation warnings in test_importlib introduced by bpo-29576. (#1285)
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
December 16, 2016
S
Remove unused imports.
Serhiy Storchaka committed
May 10, 2016
E
Issue #21099: Switch applicable importlib tests to use PEP 451 API.
Eric Snow committed
July 7, 2014
S
Issue #19593: Use specific asserts in importlib tests.
Serhiy Storchaka committed
S
Issue #19593: Use specific asserts in importlib tests.
Serhiy Storchaka committed
May 16, 2014
E
Issue #21503: Use test_both() consistently in test_importlib.
Eric Snow 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 4, 2013
B
Issue #16803: Run test.test_importlib.test_abc under both
Brett Cannon committed
June 15, 2013
B
Issue #17177: stop using imp in test_importlib
Brett Cannon committed
May 31, 2013
B
Issues #18088, 18089: Introduce
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: Finish bringing importlib.abc in line with the current
Brett Cannon committed
August 2, 2012
N
July 20, 2012
B
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon committed