COMMITS
/ Lib/test/test_importlib/frozen/test_finder.py 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
January 22, 2022
N
bpo-46425: fix direct invocation of `test_importlib` (GH-30682)
Nikita Sobolev committed
October 14, 2021
E
bpo-21736: Set __file__ on frozen stdlib modules. (gh-28656)
Eric Snow committed
October 5, 2021
E
bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)
Eric Snow committed
E
Rearrage the finder tests. (gh-28740)
Eric Snow committed
October 1, 2021
E
bpo-45020: Add more test cases for frozen modules. (gh-28664)
Eric Snow committed
September 14, 2021
April 6, 2021
B
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-25169)
Brett Cannon committed
May 16, 2014
E
Issue #21503: Use test_both() consistently in test_importlib.
Eric Snow committed
November 22, 2013
E
Implement PEP 451 (ModuleSpec).
Eric Snow committed
November 8, 2013
B
Issue #16803: test.test_importlib.frozen now runs both 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
July 20, 2012
B
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon committed