COMMITS
/ Lib/test/test_importlib/frozen/test_loader.py 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
October 5, 2022
B
gh-97850: Remove all known instances of module_repr() (#97876)
Barry Warsaw 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
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
September 15, 2021
E
bpo-45019: Clean up the frozen __hello__ module. (gh-28374)
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
March 24, 2021
B
bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24953)
Brett Cannon committed
December 4, 2020
B
bpo-26131: Deprecate usage of load_module() (GH-23469)
Brett Cannon committed
April 24, 2016
B
Issue #23277: Remove unused sys and os imports
Berker Peksag 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
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
June 15, 2013
B
Issue #17177: stop using imp in test_importlib
Brett Cannon committed
June 1, 2013
B
Issue #18065: For frozen packages set __path__ to [].
Brett Cannon committed
July 20, 2012
B
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon committed