COMMITS
/ Lib/test/test_importlib/source/test_finder.py February 10, 2026
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
June 6, 2023
V
gh-105407: Remove unused imports in tests (#105408)
Victor Stinner committed
May 3, 2023
B
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw committed
May 8, 2022
S
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka committed
January 22, 2022
N
bpo-46425: fix direct invocation of `test_importlib` (GH-30682)
Nikita Sobolev committed
April 5, 2021
I
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25181)
Inada Naoki committed
August 4, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21727)
Hai Shi committed
May 16, 2014
E
Issue #21503: Use test_both() consistently in test_importlib.
Eric Snow committed
May 9, 2014
B
Issue #19721: Consolidate test_importlib utility code into a single
Brett Cannon committed
January 7, 2014
E
Issue 19713: Add PEP 451-related deprecations.
Eric Snow committed
December 6, 2013
B
Issue #19712: Update test.test_importlib.source for PEP 451
Brett Cannon committed
November 8, 2013
B
Issue #16803: test.test_importlib.source now tests frozen and source code
Brett Cannon committed
October 25, 2013
B
Issue #16803: Stop having test.test_importlib.abc ABCs inherit from
Brett Cannon committed
June 15, 2013
B
Issue #17177: stop using imp in test_importlib
Brett Cannon committed
January 11, 2013
B
Issue #16730: Don't raise an exception in
Brett Cannon committed
August 20, 2012
N
Close #14846: Handle a sys.path entry going away
Nick Coghlan committed
August 10, 2012
B
Issue #15576: Allow extension modules to be a package's __init__
Brett Cannon committed
July 20, 2012
B
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon committed