COMMITS
/ Doc/c-api/import.rst October 5, 2022
Ł
[3.10] gh-93738: Documentation C syntax (Use `c:struct`) (GH-97772) (#97893)
Łukasz Langa committed
June 23, 2021
V
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26877)
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
July 17, 2009
A
Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 via svnmerge from
Alexandre Vassalotti committed
April 2, 2009
B
Merged revisions 71031 via svnmerge from
Brett Cannon committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
May 12, 2008
G
Remove many "versionchanged" items that didn't use the official markup,
Georg Brandl committed
March 22, 2008
January 20, 2008
G
Split C API docs in Py3k branch.
Georg Brandl committed