COMMITS
/ Lib/test/test_importlib/extension/test_case_sensitivity.py March 13, 2025
V
gh-131152: Remove unused imports from tests (part 2) (#131154)
Victor Stinner committed
March 13, 2024
B
GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)
Brett Cannon committed
November 8, 2022
E
gh-98627: Add the _testsinglephase Module (gh-99039)
Eric Snow committed
January 22, 2022
N
bpo-46425: fix direct invocation of `test_importlib` (GH-30682)
Nikita Sobolev committed
April 6, 2021
B
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-25169)
Brett Cannon committed
August 10, 2020
H
bpo-40275: Fix failed test cases by using test helpers (GH-21811)
Hai Shi committed
March 9, 2020
I
bpo-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627)
idomic committed
July 16, 2016
B
Merge for #27083
Brett Cannon committed
B
Fix regressions introduced by fixes for issue #27083.
Brett Cannon committed
May 10, 2016
E
Issue #21099: Switch applicable importlib tests to use PEP 451 API.
Eric Snow committed
April 24, 2016
B
Issue #23277: Remove unused sys and os imports
Berker Peksag committed
May 3, 2015
E
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow 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 22, 2013
E
Implement PEP 451 (ModuleSpec).
Eric Snow committed
October 25, 2013
B
September 4, 2013
M
Issue #16826: Revert fix while Windows issues are being worked out.
Meador Inge committed
M
Issue #16826: Revert fix while Windows issues are being worked out.
Meador Inge committed
September 3, 2013
M
Issue #16826: Don't check for PYTHONCASEOK when using -E.
Meador Inge committed
M
Issue #16826: Don't check for PYTHONCASEOK when using -E.
Meador Inge committed
June 15, 2013
B
Issue #17177: stop using imp in test_importlib
Brett Cannon 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