COMMITS
/ Doc/c-api/veryhigh.rst February 11, 2026
R
Fix typos and grammar errors across documentation (#144709)
Ronald Eddy Jr committed
November 24, 2025
P
gh-141004: Document stack effect C APIs (GH-141843)
Peter Bierma committed
November 12, 2025
P
gh-141004: Document `PyRun_InteractiveOneObject` (GH-141405)
Peter Bierma committed
November 9, 2025
P
gh-141004: Document `Py_func_type_input` (GH-141273)
Peter Bierma committed
November 3, 2025
P
Fix minor typos and wording in C API docs (#140955)
Petr Viktorin committed
September 17, 2025
R
gh-129368: In PyRun C API docs, clarify what a "start token" is (#129935)
Rajhans Jadhao committed
July 7, 2025
P
gh-135755: Document __future__.* and CO_* as proper Sphinx objects (GH-135980)
Petr Viktorin committed
January 20, 2025
P
gh-118915: C API: Document compiler flag macros (GH-129028)
Peter Bierma committed
October 8, 2024
A
bpo-34206: Improve docs and test coverage for pre-init functions (#8023)
Alyssa Coghlan committed
February 11, 2024
S
gh-115172: Fix explicit index extries for the C API (GH-115173)
Serhiy Storchaka committed
July 27, 2023
S
gh-107091: Fix some uses of :attr: role (GH-107318)
Serhiy Storchaka committed
July 26, 2023
V
gh-107298: Fix Sphinx warnings in the C API doc (#107302)
Victor Stinner committed
July 22, 2023
S
gh-106948: Add standard external names to nitpick_ignore (GH-106949)
Serhiy Storchaka committed
July 21, 2023
S
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka committed
May 22, 2023
B
GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104674)
Brandt Bucher committed
October 4, 2022
A
gh-93738: Documentation C syntax (:c:type:`FILE` -> :c:expr:`FILE`) (#97769)
Adam Turner committed
A
gh-93738: Documentation C syntax (Use `c:struct`) (#97772)
Adam Turner committed
August 18, 2022
V
gh-93103: Doc uses PyConfig rather than deprecated vars (#96070)
Victor Stinner committed
March 23, 2022
V
bpo-46836: Add Doc/c-api/frame.rst (GH-32051)
Victor Stinner committed
February 25, 2022
V
bpo-46836: Move PyFrameObject to pycore_frame.h (GH-31530)
Victor Stinner committed
February 23, 2022
J
Minor fixes to C API docs (GH-31501)
Jelle Zijlstra committed
June 24, 2021
P
bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855)
Petr Viktorin committed
November 2, 2020
V
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner committed
August 13, 2020
V
bpo-40204, doc: Fix syntax of C variables (GH-21846)
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
August 17, 2019
C
Insert a missing close parenthesis (GH-15316)
cocoatomo committed
July 14, 2019
H
Remove redundant docs of PyEval_EvalFrameEx (GH-14765)
Hai Shi committed
June 13, 2019
V
bpo-37253: Fix typo in PyCompilerFlags doc (GH-14036)
Victor Stinner committed
V
bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019)
Victor Stinner committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
April 1, 2019
I
bpo-20844: open script file with "rb" mode (GH-12616)
Inada Naoki committed
October 31, 2018
S
bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)
Serhiy Storchaka committed
December 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed
November 12, 2017
X
bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160)
xdegaye committed
January 20, 2017
X
Issue #29292: Update outdated doc of PyEval_EvalCodeEx.
Xiang Zhang committed
September 28, 2016
B
Issue #27740: Fix typo in Py_CompileStringExFlags
Berker Peksag committed
August 13, 2016
B
Issue #24637: Document that locals can be any mapping object
Berker Peksag committed
April 15, 2016
B
Issue #26760: Minimally document PyFrameObject
Brett Cannon committed
October 10, 2015
M
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Martin Panter committed
February 9, 2014
N
Issue #20500: Note other public APIs with the new assertion
Nick Coghlan committed
October 19, 2013
S
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka committed
October 10, 2013
V
Close #16742: Fix misuse of memory allocations in PyOS_Readline()
Victor Stinner committed
October 9, 2013
S
Issue 19195: Improved cross-references in C API documentation.
Serhiy Storchaka committed
S
Issue 19195: Improved cross-references in C API documentation.
Serhiy Storchaka committed
August 26, 2013
V
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner committed
May 29, 2013
A
#1554133: Document PyOS_InputHook, PyOS_ReadlineFunctionPointer
Andrew Kuchling committed
June 3, 2012
E
Issue #14090: fix some minor C API problems in default branch (3.3)
Eli Bendersky committed
May 15, 2011
G
Update pydoc topics and handle suspicious markup.
Georg Brandl committed