COMMITS
/ Doc/c-api/tuple.rst December 16, 2025
P
Clarify that PyStructSequence is different from collections.namedtuple (#142626)
Petr Viktorin committed
November 3, 2025
P
Fix minor typos and wording in C API docs (#140955)
Petr Viktorin committed
October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
October 10, 2025
V
gh-111489: Add PyTuple_FromArray() function (#139691)
Victor Stinner committed
October 7, 2024
F
gh-124182: Explain naming rules for struct sequence types (#124335)
ffelixg committed
August 28, 2024
S
gh-123254: Improve `tuple` C API docs with more info about errors (#123255)
sobolevn committed
May 27, 2024
S
GH-117283: Add doc warning for `PyTuple_SetItem` refcount > 1 (#117916)
Savannah Ostrowski committed
April 19, 2024
V
gh-117518: Clarify PyTuple_GetItem() borrowed reference in the doc (GH-117920)
Victor Stinner committed
July 27, 2023
S
gh-107298: Docs: add targets for some :c:member: and :c:macro: references (GH-107316)
Serhiy Storchaka committed
S
gh-107091: Fix some uses of :attr: role (GH-107318)
Serhiy Storchaka committed
July 26, 2023
S
gh-107091: Fix some uses of :c:type: role (GH-107138)
Serhiy Storchaka committed
June 28, 2023
V
gh-106168: PyTuple_SET_ITEM() now checks the index (#106164)
Victor Stinner committed
May 4, 2023
A
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner committed
October 23, 2022
W
no-issue: typo fix in c-api/tuple.rst (gh-98560)
wim glenn committed
October 4, 2022
A
gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (#97776)
Adam Turner committed
April 22, 2022
E
gh-89653: PEP 670: Amend docs (GH-91813)
Erlend Egeberg Aasland committed
January 6, 2021
A
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
Antonio Cuni committed
November 30, 2020
August 13, 2020
V
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner committed
April 29, 2020
Z
bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783)
Zackery Spytz committed
November 16, 2019
S
bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005)
Serhiy Storchaka 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
October 26, 2019
S
bpo-38557: Improve documentation for list and tuple C API. (GH-16925)
Serhiy Storchaka committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
December 19, 2018
S
Fix documented signatures for C API functions. (GH-11236)
Serhiy Storchaka committed
March 30, 2017
S
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
Serhiy Storchaka committed
February 24, 2014
R
Fix return type in doc of PyStructSequence_InitType2.
R David Murray committed
February 22, 2014
R
whatsnew: PyStructSequence_InitType2, Victor's MemoryError fixes.
R David Murray committed
October 12, 2013
G
Closes #13833: document PyStructSequence C-API functions.
Georg Brandl committed
October 17, 2010
G
#9204: remove mentions of removed types in the types module.
Georg Brandl committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
July 29, 2009
A
Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from
Alexandre Vassalotti committed
April 27, 2009
J
After discussing some more with Georg, do no migrate versionchanged:: 2.5 to
Jeroen Ruigrok van der Werven committed
J
Merged revisions 71920-71923,71925-71929,71931-71934,71937 via svnmerge from
Jeroen Ruigrok van der Werven committed
April 26, 2009
J
Merged revisions 71898-71900,71910,71914-71919 via svnmerge from
Jeroen Ruigrok van der Werven committed
February 19, 2008
February 16, 2008
January 20, 2008
G
Split C API docs in Py3k branch.
Georg Brandl committed