COMMITS
/ Lib/test/test_importlib/builtin/test_loader.py December 10, 2025
B
GH-97850: Remove all uses and definitions of `load_module()` from importlib (#142205)
Brett Cannon committed
January 22, 2022
N
bpo-46425: fix direct invocation of `test_importlib` (GH-30682)
Nikita Sobolev committed
December 4, 2020
B
bpo-26131: Deprecate usage of load_module() (GH-23469)
Brett Cannon committed
May 21, 2015
S
Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and
Serhiy Storchaka 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
May 9, 2014
B
Issue #19721: Consolidate test_importlib utility code into a single
Brett Cannon committed
November 29, 2013
B
Issue #19698: Remove exec_module() from the built-in and extension
Brett Cannon committed
November 22, 2013
B
Issue #18864: Don't try and use unittest as a testing module for
Brett Cannon committed
E
Implement PEP 451 (ModuleSpec).
Eric Snow committed
October 25, 2013
B
Issue #16803: Have test.test_importlib.builtin test both frozen and
Brett Cannon committed
B
Issue #16803: Stop having test.test_importlib.abc ABCs inherit from
Brett Cannon committed
July 20, 2012
B
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon committed