COMMITS
/ Doc/c-api/import.rst 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
B
Issue #15242: Have PyImport_GetMagicTag() return a const char *
Brett Cannon committed
May 17, 2012
A
Issue #9260: A finer-grained import lock.
Antoine Pitrou committed
March 20, 2011
É
Fix a typo (see #3080)
Éric Araujo committed
V
Issue #3080: Add PyImport_ImportFrozenModuleObject()
Victor Stinner committed
March 14, 2011
V
Issue #3080: Add PyImport_ImportModuleLevelObject() function
Victor Stinner committed
March 7, 2011
V
Issue #3080: Document the name attribute of the _inittab structure
Victor Stinner committed
March 4, 2011
V
Issue #3080: Add PyImport_AddModuleObject() and PyImport_ExecCodeModuleObject()
Victor Stinner committed
December 16, 2010
É
Add missing docs and directives related to PEP 3147 and byte-compilation
Éric Araujo committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
August 17, 2010
V
Replace :func: by :cfunc:
Victor Stinner committed
April 11, 2010
July 26, 2009
G
Merged revisions 74209 via svnmerge from
Georg Brandl committed