COMMITS
/ Doc/c-api/intro.rst February 11, 2024
S
[3.11] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-115293)
Serhiy Storchaka committed
February 7, 2024
S
[3.11] gh-101100: Fix Py_DEBUG dangling Sphinx references (#115003) (#115141)
Skip Montanaro committed
September 27, 2023
V
[3.11] gh-107298: Document PyMODINIT_FUNC macro (#109236) (#109948)
Victor Stinner committed
August 7, 2023
E
[3.11] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107753)
Eric Snow committed
July 28, 2023
S
[3.11] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (GH-107381)
Serhiy Storchaka committed
May 4, 2023
M
[3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)
Miss Islington (bot) committed
A
[3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154)
Adam Turner committed
March 15, 2023
M
gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)
Miss Islington (bot) committed
October 5, 2022
Ł
M
[3.11] gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (GH-97776) (#97889)
Miss Islington (bot) committed
July 5, 2022
M
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94557)
Miss Islington (bot) committed
May 13, 2022
M
Document Py_ssize_t. (GH-92512)
Miss Islington (bot) committed
May 6, 2022
V
gh-88279: Deprecate PySys_SetArgvEx() (#92363)
Victor Stinner committed
September 17, 2021
V
bpo-45116: Py_DEBUG ignores Py_ALWAYS_INLINE (GH-28419)
Victor Stinner committed
V
bpo-45116: Add the Py_ALWAYS_INLINE macro (GH-28390)
Victor Stinner committed
September 3, 2021
V
bpo-45094: Add Py_NO_INLINE macro (GH-28140)
Victor Stinner committed
April 29, 2021
V
bpo-43774: Enhance debug build documentation (GH-25712)
Victor Stinner committed
April 8, 2021
V
bpo-43774: Document configure options (GH-25283)
Victor Stinner committed
November 9, 2020
V
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
Victor Stinner committed
August 13, 2020
V
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner committed
April 27, 2020
B
bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607)
Brad Solomon committed
March 9, 2020
S
bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release mode. (GH-16329)
Serhiy Storchaka committed
October 30, 2019
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
September 10, 2019
K
Docs: Small tweaks to c-api/intro#Include_Files (GH-14698)
Kyle Stanley committed
May 28, 2019
Z
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
Zackery Spytz committed
May 24, 2019
V
Support Py_UNUSED() on clang (GH-13544)
Victor Stinner 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
December 17, 2018
B
Fixed a few obvious mistakes in c-api docs (GH-11184)
Beomsoo Kim committed
November 8, 2017
P
bpo-29179: Document the Py_UNUSED macro (#4341)
Petr Viktorin committed
V
bpo-31338: C API intro: add missing versionadded (#4339)
Victor Stinner committed
P
Docs: Mention that Py_UNREACHABLE was added in 3.7 (#4337)
Petr Viktorin committed
October 6, 2017
B
Document Py_GETENV() (#3890)
Barry Warsaw committed
September 15, 2017
B
bpo-31338 (#3374)
Barry Warsaw committed
February 11, 2016
S
Issue #25985: sys.version_info is now used instead of sys.version
Serhiy Storchaka committed
November 30, 2015
M
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
Martin Panter committed
March 22, 2013
G
Clean up references to the no longer existing PyString_ APIs in our docs.
Gregory P. Smith committed
March 11, 2013
T
Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*
Terry Jan Reedy committed
January 27, 2012
A
Fix error handling in examples of C API use.
Antoine Pitrou committed
June 8, 2011
É
Fix a few misuses of :option: I missed in r86521.
Éric Araujo committed
March 26, 2011
É
Kill last reference to defunct module
Éric Araujo committed
November 26, 2010
G
November 23, 2010
G
assert.h is also included. Thanks to Savio Sena.
Georg Brandl committed
October 17, 2010
G
#10058: tweak wording about exception returns.
Georg Brandl committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
June 27, 2010
B
Merged revisions 81881-81882 via svnmerge from
Benjamin Peterson committed
April 27, 2009
G
Merged revisions 72009 via svnmerge from
Georg Brandl committed
February 26, 2009
B
Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via svnmerge from
Benjamin Peterson committed