COMMITS
/ Doc/extending/extending.rst November 24, 2025
M
[3.14] gh-141004: Document `PyImport_Inittab` (GH-141844) (GH-141915)
Miss Islington (bot) committed
October 7, 2025
M
[3.14] gh-136823: Update documentation on excluded headers in Python.h (GH-136824) (#137437)
Miss Islington (bot) committed
September 11, 2025
B
[3.14] Fix typo in Doc/extending/extending.rst (GH-136890) (#137355)
Brian Schubert committed
September 3, 2025
M
[3.14] GH-101100: Resolve reference warnings in extending/extending.rst (GH-138417) (#138446)
Miss Islington (bot) committed
August 27, 2025
M
[3.14] gh-137740: Clarify `__del__` invocation mechanism in reference counting (GH-137741) (#138113)
Miss Islington (bot) committed
May 28, 2025
M
[3.14] gh-134160: Block multiple module initialization (GH-134773) (#134827)
Miss Islington (bot) committed
May 26, 2025
M
[3.14] gh-134160: Use multi-phase init in documentation examples (GH-134296) (#134753)
Miss Islington (bot) committed
May 26, 2024
N
docs: fix a few typos identified by codespell (#119516)
Ned Batchelder committed
February 11, 2024
S
gh-115172: Fix explicit index extries for the C API (GH-115173)
Serhiy Storchaka committed
December 4, 2023
S
gh-65210: Add const qualifiers in PyArg_VaParseTupleAndKeywords() (GH-105958)
Serhiy Storchaka committed
August 17, 2023
S
gh-107298: Fix some references in the C API documentation (GH-108072)
Serhiy Storchaka 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
V
gh-107298: Fix doc references to undocumented modules (#107300)
Victor Stinner committed
July 25, 2023
S
gh-86493: Modernize modules initialization code (GH-106858)
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 2, 2023
I
gh-104922: Doc: add note about PY_SSIZE_T_CLEAN (#106314)
Inada Naoki committed
June 1, 2023
V
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner committed
May 31, 2023
I
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
Inada Naoki committed
October 5, 2022
A
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner committed
A
gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (#97774)
Adam Turner committed
November 15, 2021
T
bpo-25381: Update explanation of exceptions in C. (GH-26838)
Terry Jan Reedy committed
April 12, 2021
V
bpo-43774: Remove --without-cycle-gc doc (GH-25364)
Victor Stinner committed
April 10, 2021
S
bpo-43739: Add type declaration Doc/extending/extending.rst example
Shreyan Avigyan committed
April 25, 2020
C
bpo-40279: Add some error-handling to the module initialisation docs example (GH-19705)
Cajetan Rodrigues 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
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
April 13, 2019
I
Doc: define PY_SSIZE_T_CLEAN always (GH-12794)
Inada Naoki committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
October 31, 2018
S
bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)
Serhiy Storchaka committed
April 8, 2018
S
Improve highlighting of some code blocks. (GH-6401)
Serhiy Storchaka committed
January 20, 2018
S
bpo-25910: Link redirections in docs (#1933)
Sanyam Khurana committed
November 24, 2017
E
Extending Python Doc minor updates (GH-4518)
Emanuele Gaifas committed
August 30, 2017
S
Fix the indentation in Extending Python code example (GH-3244)
Sergey Fedoseev committed
March 30, 2017
S
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
Serhiy Storchaka committed
October 30, 2016
M
Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings
Martin Panter committed
July 26, 2016
M
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter committed
February 26, 2016
July 3, 2015
N
Close #24458: PEP 489 documentation
Nick Coghlan 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
January 5, 2015
B
emphasize that cffi is better than extension modules for portability
Benjamin Peterson committed
October 31, 2014
G
merge with 3.4
Georg Brandl committed
G
#22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse)
Georg Brandl committed
August 1, 2014
V
Issue #18395, #22108: Update embedded Python examples to decode correctly
Victor Stinner committed
October 9, 2013
S
Issue 19195: Improved cross-references in C API documentation.
Serhiy Storchaka committed