COMMITS
/ Lib/test/test_import/__init__.py April 2, 2026
P
gh-146636: Py_mod_abi mandatory for modules created from slots array (GH-146855)
Petr Viktorin committed
February 10, 2026
February 9, 2026
December 15, 2025
December 11, 2025
B
GH-65961: Stop setting `__cached__` on modules (GH-142165)
Brett Cannon committed
December 10, 2025
B
GH-97850: Remove all uses and definitions of `load_module()` from importlib (#142205)
Brett Cannon committed
November 24, 2025
P
gh-141780: Make PyModule_FromSlotsAndSpec enable GIL if needed (GH-141785)
Petr Viktorin committed
November 14, 2025
P
gh-131229: Temporarily skip `test_basic_multiple_interpreters_deleted_no_reset` (GH-141552)
Peter Bierma committed
November 13, 2025
S
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka committed
November 5, 2025
P
gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)
Petr Viktorin committed
October 30, 2025
S
gh-135801: Improve filtering by module in warn_explicit() without module argument (GH-140151)
Serhiy Storchaka committed
October 28, 2025
V
gh-140657: Don't rerun test_import single phase init test (GH-140712)
Victor Stinner committed
October 6, 2025
F
gh-138854: Skip test_script_shadowing_stdlib_cwd_failure on AIX (GH-138855)
Furkan Onder committed
July 22, 2025
May 3, 2025
S
gh-133306: Use \z instead of \Z in regular expressions in the stdlib (GH-133337)
Serhiy Storchaka committed
April 23, 2025
V
gh-132825: Enhance unhashable error messages for dict and set (#132828)
Victor Stinner committed
April 18, 2025
B
gh-132396: Resolve 'redefinition of unused name' errors in ``Lib/test/`` (#132397)
Bénédikt Tran committed
March 11, 2025
J
gh-130932: cwd cannot be removed on Solaris/Illumos (#131037)
Jakub Kulík committed
March 7, 2025
February 24, 2025
P
gh-129405: Fix doc for Py_mod_multiple_interpreters default, and add test (GH-129406)
Petr Viktorin committed
January 21, 2025
H
gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env vars (#127877)
Hugo van Kemenade committed
S
gh-71339: Use new assertion methods in test_import and test_importlib (GH-129052)
Serhiy Storchaka committed
January 17, 2025
V
gh-128911: Add tests on the PyImport C API (#128915)
Victor Stinner committed
December 20, 2024
S
December 10, 2024
S
gh-127651: Use __file__ in diagnostics if origin is missing (#127660)
Shantanu committed
November 29, 2024
V
gh-127208: Reject null character in _imp.create_dynamic() (#127400)
Victor Stinner committed
October 29, 2024
M
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon committed
October 25, 2024
R
gh-123930: Correct test of attribute failure to account for iOS (#125959)
Russell Keith-Magee committed
October 24, 2024
S
September 20, 2024
P
gh-123880: Allow recursive import of single-phase-init modules (GH-123950)
Petr Viktorin committed
August 12, 2024
X
Fix typos in comments and test code (#122846)
Xie Yanbo committed
August 2, 2024
S
gh-122188: Remove _imp.pyc_magic_number (GH-122503)
Serhiy Storchaka committed
July 30, 2024
M
gh-122188: Move magic number to its own file (#122243)
Michael Droettboom committed
July 8, 2024
E
gh-121110: Fix Extension Module Tests Under Py_TRACE_REFS Builds (gh-121503)
Eric Snow committed
July 1, 2024
E
June 17, 2024
May 28, 2024
N
gh-119659: Move `@no_rerun` to `test.support` (#119660)
Nikita Sobolev committed
May 27, 2024
E
gh-119584: Fix test_import Failed Assertion (gh-119623)
Eric Snow committed
May 25, 2024
E
gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561)
Eric Snow committed
May 7, 2024
E
gh-117953: Always Run Extension Init Func in Main Interpreter First (gh-118157)
Eric Snow committed
May 3, 2024
E
gh-117953: Other Cleanups in the Extensions Machinery (gh-118206)
Eric Snow committed
April 30, 2024
S
gh-117860: Add tests for resolving names when import rebind names (GH-118176)
Serhiy Storchaka committed
April 24, 2024
E
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow committed
April 23, 2024
April 19, 2024
K
gh-118079: Fix ``requires_singlephase_init`` helper (#118081)
Kirill Podoprigora committed
April 11, 2024
S
April 3, 2024
E
gh-116303: Skip test module dependent tests if test modules are unavailable (#117341)
Erlend E. Aasland committed
April 2, 2024
E
gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485)
Eric Snow committed
E
gh-76785: Add PyInterpreterConfig Helpers (gh-117170)
Eric Snow committed