COMMITS
/ Doc/extending/extending.rst 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
October 6, 2013
G
Extending example: use Py_RETURN_NONE
Georg Brandl committed
G
Minor improvement: add indication that the main function goes on.
Georg Brandl committed
G
Small clarification in extending docs.
Georg Brandl committed
August 15, 2012
E
Issue #15656: fixing code sample in extending doc
Eli Bendersky committed
February 27, 2012
E
Some corrections for the Doc/extending documentation. Closes #14129
Eli Bendersky committed
February 11, 2012
E
fix Doc/extending/extending.rst typo
Eli Bendersky committed
November 26, 2010
G
Use PyLong_FromLong where appropriate.
Georg Brandl committed
October 6, 2010
G
Fix errors found by "make suspicious".
Georg Brandl committed
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
August 2, 2010
G
#9037: add example how to raise custom exceptions from C code.
Georg Brandl committed
March 21, 2010
B
Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from
Benjamin Peterson committed
February 6, 2010
G
Recorded merge of revisions 78024 via svnmerge from
Georg Brandl committed
September 17, 2009
B
Merged revisions 74862 via svnmerge from
Brett Cannon committed
July 11, 2009
G
May 5, 2009
B
add a replacement API for PyCObject, PyCapsule #5630
Benjamin Peterson committed
April 27, 2009
G
Merged revisions 72009 via svnmerge from
Georg Brandl committed
April 5, 2009
March 31, 2009
G
#5548: do return the new module from PyMODINIT_FUNC functions.
Georg Brandl committed
March 24, 2009
B
fix function name
Benjamin Peterson committed