COMMITS
/ Doc/c-api/function.rst February 18, 2021
V
bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566)
Victor Stinner committed
January 6, 2021
A
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
Antonio Cuni 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
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
May 10, 2016
B
improve PyFunction_New docs (closes #26986)
Benjamin Peterson committed
February 10, 2016
M
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter committed
November 25, 2011
A
PEP 3155 / issue #13448: Qualified name for classes and functions.
Antoine Pitrou committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
July 13, 2008
A
Mention the behaviour of PyFunction_SetAnnotations() on error.
Alexandre Vassalotti committed
A
Added documentation for PyFunction_GetAnnotations() and
Alexandre Vassalotti committed
January 20, 2008
G
Split C API docs in Py3k branch.
Georg Brandl committed