COMMITS
/ Doc/extending/extending.rst May 26, 2024
H
[3.12] docs: fix a few typos identified by codespell (GH-119516) (#119571)
Hugo van Kemenade committed
February 11, 2024
S
[3.12] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-115292)
Serhiy Storchaka committed
August 17, 2023
M
[3.12] gh-107298: Fix some references in the C API documentation (GH-108072) (#108074)
Miss Islington (bot) committed
July 28, 2023
S
[3.12] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (GH-107380)
Serhiy Storchaka committed
S
[3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-107376)
Serhiy Storchaka committed
M
[3.12] gh-107298: Fix doc references to undocumented modules (GH-107300) (GH-107370)
Miss Islington (bot) committed
July 23, 2023
M
[3.12] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107113)
Miss Islington (bot) 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
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