COMMITS
/ Doc/c-api/import.rst March 10, 2026
H
Python 3.15.0a7
Hugo van Kemenade committed
February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
December 11, 2025
B
GH-65961: Stop setting `__cached__` on modules (GH-142165)
Brett Cannon committed
November 26, 2025
P
gh-140550: PEP 793 reference documentation (GH-141197)
Petr Viktorin committed
November 24, 2025
P
gh-141004: Document `PyImport_Inittab` (GH-141844)
Peter Bierma committed
November 18, 2025
H
Python 3.15.0a2
Hugo van Kemenade committed
November 14, 2025
I
gh-116146: Add C-API to create module from spec and initfunc (GH-139196)
Itamar Oren committed
May 8, 2025
B
gh-133644: remove deprecated `PyImport_ImportModuleNoBlock` (#133655)
Bénédikt Tran committed
January 30, 2025
V
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner committed
October 9, 2024
A
gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)
Alex Waygood committed
August 30, 2024
W
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang committed
March 7, 2024
S
gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298)
Serhiy Storchaka committed
February 2, 2024
P
GH-69695: Update ``PyImport_ImportModule`` description (GH-103836)
patenaud committed
December 6, 2023
A
gh-101100: Improve documentation of code object attributes (#112781)
Alex Waygood committed
July 27, 2023
S
gh-107091: Fix some uses of :attr: role (GH-107318)
Serhiy Storchaka committed
V
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Victor Stinner committed
July 26, 2023
S
gh-107091: Fix some uses of :c:member: role (GH-107129)
Serhiy Storchaka committed
July 21, 2023
S
gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894)
Serhiy Storchaka committed
June 20, 2023
V
gh-105922: Add PyImport_AddModuleRef() function (#105923)
Victor Stinner committed
June 9, 2023
V
gh-105396: Deprecate PyImport_ImportModuleNoBlock() function (#105397)
Victor Stinner committed
May 6, 2023
A
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner committed
May 3, 2023
A
GH-98040: Suppress cross-references to the removed ``imp`` module (#104131)
Adam Turner committed
April 28, 2023
B
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw committed
October 6, 2022
B
gh-65961: Do not rely solely on `__cached__` (GH-97990)
Brett Cannon committed
October 4, 2022
A
gh-93738: Documentation C syntax (Use `c:struct`) (#97772)
Adam Turner committed
February 4, 2022
K
bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB space (GH-31074)
Kumar Aditya committed
June 23, 2021
V
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)
Victor Stinner committed
October 30, 2019
S
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka committed
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
June 19, 2019
V
bpo-36710: Remove PyImport_Cleanup() function (GH-14221)
Victor Stinner committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
September 15, 2017
E
bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)
Eric Snow committed
September 14, 2017
E
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow committed
September 4, 2017
E
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow committed
March 30, 2017
S
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
Serhiy Storchaka committed
October 27, 2016
S
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka committed
September 7, 2016
S
[backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder".
Senthil Kumaran committed
May 15, 2016
M
Issue #25533: Update documentation regarding the frozen modules table
Martin Panter committed
April 15, 2016
M
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter committed
December 27, 2015
B
Issue #12484: Remove a mention of Py_InitModule() and _PyImport_FixupExtension().
Brett Cannon committed
June 21, 2015
S
Fixed documentation of functions with const char* arguments.
Serhiy Storchaka committed
S
Fixed documentation of functions with const char* arguments.
Serhiy Storchaka committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
May 12, 2014
E
Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.
Eric Snow committed
April 4, 2014
B
Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets
Brett Cannon committed
October 19, 2013
S
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka committed
September 20, 2012
E
Fix rst markup.
Ezio Melotti committed
August 10, 2012
B
Issue #15610: The PyImport_ImportModuleEx macro now calls
Brett Cannon committed
July 13, 2012
B
Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() use
Brett Cannon committed
July 9, 2012
B
Issue #15167 (as part of #13959): imp.get_magic() is no implemented in
Brett Cannon committed