COMMITS
/ Doc/c-api/module.rst July 19, 2024
A
[3.12] GH-121970: Rewrite the C-API annotations extension (GH-121985) (#122025)
Adam Turner committed
July 14, 2024
M
[3.12] gh-121749: Fix discrepancy in docs for `PyModule_AddObjectRef` (GH-121750) (GH-121753)
Miss Islington (bot) committed
July 11, 2024
August 22, 2023
M
[3.12] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) (#108284)
Miss Islington (bot) committed
August 8, 2023
M
[3.12] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552) (#107752)
Miss Islington (bot) committed
July 31, 2023
M
[3.12] gh-107306: Add a Doc Entry for Py_mod_multiple_interpreters (GH-107403) (gh-107521)
Miss Islington (bot) committed
July 28, 2023
S
[3.12] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (GH-107380)
Serhiy Storchaka committed
S
[3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-107376)
Serhiy Storchaka committed
July 26, 2023
M
[3.12] gh-107091: Fix some uses of :c:member: role (GH-107129) (GH-107310)
Miss Islington (bot) committed
July 23, 2023
M
[3.12] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107113)
Miss Islington (bot) committed
July 21, 2023
S
[3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106951)
Serhiy Storchaka committed
May 4, 2023
A
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner committed
February 17, 2023
O
gh-101973: Fix parameter reference for PyModule_FromDefAndSpec (#101976)
Oleg Iarygin committed
October 5, 2022
A
gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (#97774)
Adam Turner committed
August 4, 2021
P
Note that tp_clear and m_clear are not always called (GH-27581)
Petr Viktorin committed
January 6, 2021
A
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
Antonio Cuni committed
November 4, 2020
V
bpo-1635741: Add PyModule_AddObjectRef() function (GH-23122)
Victor Stinner committed
August 13, 2020
V
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner committed
April 27, 2020
B
bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607)
Brad Solomon committed
March 26, 2020
V
bpo-38644: Make tstate more explicit inside pystate.c (GH-19182)
Victor Stinner committed
March 22, 2020
D
bpo-40024: Add PyModule_AddType() helper function (GH-19088)
Dong-hee Na committed
March 17, 2020
V
bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738)
Victor Stinner committed
November 1, 2019
P
bpo-38159: Clarify documentation of PyState_AddModule (GH-16101)
Petr Viktorin committed
October 30, 2019
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
September 12, 2019
B
bpo-26868: Fix example usage of PyModule_AddObject. (#15725)
Brandt Bucher committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
March 17, 2018
M
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
Marcel Plch committed
June 13, 2017
E
bpo-30656: Fix Python C API Module Objects documentation (GH-2170)
Emily Morehouse committed
March 30, 2017
S
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
Serhiy Storchaka committed
August 21, 2016
N
Issue #27782: Fix m_methods handling in multiphase init
Nick Coghlan committed
August 19, 2016
B
Issue #12946: Document that PyModule_GetDict can fail in some cases
Berker Peksag committed
June 18, 2016
M
Issue #24314: Fix doc links for general attributes like __name__, __dict__
Martin Panter committed
May 30, 2016
M
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter committed
April 15, 2016
M
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter committed
July 3, 2015
N
Close #24458: PEP 489 documentation
Nick Coghlan committed
May 23, 2015
N
PEP 489: Multi-phase extension module initialization
Nick Coghlan committed
February 26, 2014
Z
Merge with 3.3
Zachary Ware committed
Z
Fix several C-API doc typos caught by tomo cocoa on docs@.
Zachary Ware committed
August 10, 2013
E
Issue #18668: Further clarify m_size setting for non-negative values
Eli Bendersky committed
E
Issue #18668: Further clarify m_size setting for non-negative values
Eli Bendersky committed
August 7, 2013
E
Closing #18668: Properly document setting m_size in PyModuleDef
Eli Bendersky committed
E
Issue #18668: Properly document setting m_size in PyModuleDef
Eli Bendersky committed
May 4, 2013
B
#17115,17116: Have modules initialize the __package__ and __loader__
Brett Cannon committed
March 6, 2013
E
#17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs.
Ezio Melotti committed
June 22, 2012
M
Issue #15042: Add PyState_AddModule and PyState_RemoveModule.
Martin v. Löwis committed
October 7, 2011
G
Update C API docs for PEP 393.
Georg Brandl committed
April 30, 2011
March 4, 2011
V
Issue #3080: Add PyModule_NewObject() function
Victor Stinner committed