COMMITS
/ Doc/c-api/veryhigh.rst October 5, 2022
Ł
[3.10] gh-93738: Documentation C syntax (Use `c:struct`) (GH-97772) (#97893)
Łukasz Langa committed
M
[3.10] gh-93738: Documentation C syntax (:c:type:`FILE` -> :c:expr:`FILE`) (GH-97769) (#97872)
Miss Islington (bot) committed
February 23, 2022
M
Minor fixes to C API docs (GH-31501)
Miss Islington (bot) committed
June 28, 2021
M
bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855) (GH-26898)
Miss Islington (bot) 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
April 5, 2008
M
Change command line processing API to use wchar_t.
Martin v. Löwis committed
December 2, 2007
C
Merged revisions 59259-59274 via svnmerge from
Christian Heimes committed
August 15, 2007
G
Move the 3k reST doc tree in place.
Georg Brandl committed