COMMITS
/ Doc/c-api/list.rst March 18, 2026
L
gh-142518: Annotate PyList_* C APIs for thread safety (#146109)
Lysandros Nikolaou committed
July 16, 2024
D
gh-121403: Add notes for PyList_GetXXX APIs about the need for init (gh-121626)
Donghee Na committed
February 2, 2024
S
gh-114329: Add `PyList_GetItemRef` function (GH-114504)
Sam Gross committed
November 13, 2023
V
gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862)
Victor Stinner committed
June 28, 2023
V
gh-106168: PyTuple_SET_ITEM() now checks the index (#106164)
Victor Stinner committed
May 6, 2023
A
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner committed
May 4, 2023
A
GH-97950: Use new-style index directive ('object') (#104158)
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
April 29, 2020
Z
bpo-40428: Remove references to Py*_ClearFreeList in the docs (GH-19783)
Zackery Spytz committed
October 30, 2019
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
July 6, 2019
T
bpo-37487: Fix PyList_GetItem index description. (GH-14623)
Terry Jan Reedy committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
November 14, 2011
A
Issue #13389: Full garbage collection passes now clear the freelists for
Antoine Pitrou committed
December 1, 2010
G
#10594: fix parameter names in PyList API docs.
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
May 13, 2010
B
Merged revisions 81145 via svnmerge from
Benjamin Peterson committed
June 8, 2009
G
Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from
Georg Brandl 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
January 20, 2008
G
Split C API docs in Py3k branch.
Georg Brandl committed