COMMITS
/ Lib/test/test_importlib/source/test_case_sensitivity.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
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
July 15, 2016
B
Merge for #27083
Brett Cannon committed
B
Issue #27083: Respect the PYTHONCASEOK environment variable under
Brett Cannon 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
December 6, 2013
B
Issue #19712: Update test.test_importlib.source for PEP 451
Brett Cannon committed
November 8, 2013
B
Issue #16803: test.test_importlib.source now tests frozen and source code
Brett Cannon committed
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