COMMITS
/ Doc/c-api/module.rst April 22, 2026
H
[3.14] Add a new Sphinx `soft-deprecated` directive (GH-148630) (#148714)
Hugo van Kemenade committed
February 23, 2026
P
[3.14] gh-141004: Document `PyModuleDef_Type` (GH-145043) (GH-145146)
Peter Bierma committed
January 27, 2026
M
[3.14] gh-144257: document return values of PyModule_SetDocString (GH-144258) (GH-144263)
Miss Islington (bot) committed
November 26, 2025
November 7, 2025
M
[3.14] Clarify argument/result ownership/validity for PyModule_* functions (GH-141159) (GH-141190)
Miss Islington (bot) committed
November 4, 2025
H
[3.14] Fix minor typos and wording in C API docs (GH-140955) (#140966)
Hugo van Kemenade committed
October 24, 2025
M
[3.14] Document that PyModule_GetDef can return NULL with or without setting an exception (GH-140529) (GH-140545)
Miss Islington (bot) committed
June 16, 2025
M
[3.14] gh-134160: Split extension module init from PyModule docs; emphasize multi-phase init (GH-135126) (#135470)
Miss Islington (bot) committed
May 31, 2025
M
[3.14] gh-134160: Improve multi-phase init note on isolation & subinterpreters (GH-134775) (#134932)
Miss Islington (bot) committed
March 20, 2025
P
gh-127989: C API: Refer to "attached thread states" instead of the GIL (GH-127990)
Peter Bierma committed
February 24, 2025
P
gh-129405: Fix doc for Py_mod_multiple_interpreters default, and add test (GH-129406)
Petr Viktorin committed
February 3, 2025
V
gh-101944: Clarify PyModule_AddObjectRef() documentation (#129433)
Victor Stinner committed
October 9, 2024
A
gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)
Alex Waygood committed
September 18, 2024
P
gh-118915: Add/fix docs entries for some new 3.13 C API (GH-124134)
Petr Viktorin committed
August 13, 2024
A
GH-109975: Copyedit 3.13 What's New: Release Highlights (#122958)
Adam Turner committed
July 19, 2024
A
GH-121970: Rewrite the C-API annotations extension (#121985)
Adam Turner committed
July 16, 2024
P
July 14, 2024
D
gh-121749: Fix discrepancy in docs for `PyModule_AddObjectRef` (GH-121750)
Dominic H committed
July 11, 2024
May 21, 2024
B
Docs: Add central references to free-threading-related options (#119017)
Brett Simmers committed
May 6, 2024
P
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)
Petr Viktorin committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
August 22, 2023
S
gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258)
Serhiy Storchaka committed
August 7, 2023
E
gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)
Eric Snow committed
July 31, 2023
E
gh-107306: Add a Doc Entry for Py_mod_multiple_interpreters (#107403)
Eric Snow committed
July 27, 2023
S
gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)
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 23, 2023
S
gh-107091: Fix the use of some C domain roles (#107092)
Serhiy Storchaka committed
July 21, 2023
S
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka committed
July 18, 2023
S
bpo-42327: C API: Add PyModule_Add() function (GH-23443)
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