COMMITS
/ Lib/test/test_importlib/test_windows.py 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
December 4, 2023
V
gh-112535: Add test on _Py_ThreadId() (#112709)
Victor Stinner committed
November 20, 2023
H
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade committed
October 5, 2023
S
gh-110119: Fix test_importlib `--disable-gil` Windows test failures (#110422)
Sam Gross 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
February 2, 2022
January 22, 2022
N
bpo-46425: fix direct invocation of `test_importlib` (GH-30682)
Nikita Sobolev committed
April 27, 2021
April 23, 2021
B
Silence find_module() DeprecationWarning on Windows tests (GH-25563)
Brett Cannon committed
April 7, 2021
March 26, 2021
B
bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
Brett Cannon committed
August 4, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21727)
Hai Shi committed
February 11, 2016
S
Issue #25985: sys.version_info is now used instead of sys.version
Serhiy Storchaka committed
December 16, 2014
S
#22980 Adds platform and version tags to .pyd files
Steve Dower committed
August 22, 2014
B
Issue #19714: Tests for importlib.machinery.WindowsRegistryFinder.
Brett Cannon committed
May 16, 2014
E
Issue #21503: Use test_both() consistently in test_importlib.
Eric Snow committed
January 3, 2014
E
Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder.
Eric Snow committed