COMMITS
/ Lib/test/test_importlib/extension/test_loader.py December 10, 2025
B
GH-97850: Remove all uses and definitions of `load_module()` from importlib (#142205)
Brett Cannon committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
March 19, 2024
R
gh-114099 - Add iOS framework loading machinery. (GH-116454)
Russell Keith-Magee committed
March 13, 2024
B
GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)
Brett Cannon committed
December 23, 2023
S
gh-81682: Fix test failures when CPython is built without docstrings (GH-113410)
Serhiy Storchaka committed
June 6, 2023
V
gh-105407: Remove unused imports in tests (#105408)
Victor Stinner committed
May 10, 2023
May 6, 2023
E
gh-99113: Add a check for Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104206)
Eric Snow committed
December 23, 2022
S
gh-99947: Ensure unreported errors are chained for SystemError during import (GH-99946)
Sebastian Berg committed
November 8, 2022
E
gh-98627: Add the _testsinglephase Module (gh-99039)
Eric Snow committed
June 24, 2022
C
gh-94217: Skip import tests when _testcapi is a builtin (GH-94218)
Christian Heimes committed
March 22, 2022
C
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes committed
January 22, 2022
N
bpo-46425: fix direct invocation of `test_importlib` (GH-30682)
Nikita Sobolev committed
April 2, 2021
B
bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)
Brett Cannon committed
December 4, 2020
B
bpo-26131: Deprecate usage of load_module() (GH-23469)
Brett Cannon committed
March 17, 2020
V
bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738)
Victor Stinner committed
May 28, 2018
M
bpo-32374: Ignore Python-level exceptions in test_bad_traverse (GH-7145)
Marcel Plch committed
May 24, 2018
V
bpo-33629: Prevent coredump in test_importlib (GH-7090)
Victor Stinner committed
March 17, 2018
M
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
Marcel Plch committed
August 21, 2016
N
Issue #27782: Fix m_methods handling in multiphase init
Nick Coghlan committed
May 30, 2015
B
use assert method in another place
Benjamin Peterson committed
May 29, 2015
B
use assert method (#24328)
Benjamin Peterson committed
B
fix importing one char extension modules (closes #24328)
Benjamin Peterson committed
May 26, 2015
N
Issue #24285: fix importing extensions from packages
Nick Coghlan committed
May 23, 2015
N
PEP 489: Multi-phase extension module initialization
Nick Coghlan 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
January 4, 2014
E
Issue #19927: Add __eq__ to path-based loaders in importlib.
Eric Snow committed
November 29, 2013
B
Issue #19698: Remove exec_module() from the built-in and extension
Brett Cannon committed
November 22, 2013
E
Implement PEP 451 (ModuleSpec).
Eric Snow committed
October 25, 2013
B
B
Issue #16803: Stop having test.test_importlib.abc ABCs inherit from
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