COMMITS
/ Doc/c-api/veryhigh.rst February 11, 2024
S
[3.12] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-115292)
Serhiy Storchaka committed
July 27, 2023
S
[3.12] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107330)
Serhiy Storchaka committed
July 23, 2023
S
[3.12] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107060)
Serhiy Storchaka 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 23, 2023
M
[3.12] GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104760)
Miss Islington (bot) 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
G
Merge #6498 fix from 3.1.
Georg Brandl committed
G
Closes #6498: fix several misspellings of "SystemExit" as "SystemError".
Georg Brandl committed
December 27, 2010
V
Issue #9738: Document encodings of AST, compiler, parser and PyRun functions
Victor Stinner committed
December 4, 2010
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
November 26, 2010
October 17, 2010
G
#5121: fix claims about default values leading to segfaults.
Georg Brandl committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
April 5, 2009
February 26, 2009
B
Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via svnmerge from
Benjamin Peterson committed