COMMITS
/ Objects/clinic/listobject.c.h March 27, 2025
M
gh-131525: Cache the result of tuple_hash (#131529)
Michael Droettboom committed
March 11, 2025
V
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Victor Stinner committed
January 20, 2025
E
gh-111178: Generate correct signature for most self converters (#128447)
Erlend E. Aasland committed
November 8, 2024
S
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka committed
March 12, 2024
D
gh-116621: Set manual critical section for list.extend (gh-116657)
Donghee Na committed
March 10, 2024
D
gh-112087: Make list.sort to be thread-safe for PEP 703. (gh-116553)
Donghee Na committed
January 16, 2024
D
gh-112087: Update list impl to be thread-safe with manual CS (gh-113863)
Donghee Na committed
January 9, 2024
D
gh-112087: Update list.{pop,clear,reverse,remove} to use CS (gh-113764)
Donghee Na committed
November 13, 2023
V
gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862)
Victor Stinner committed
October 17, 2023
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
August 31, 2023
V
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner committed
August 26, 2023
V
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner committed
January 31, 2023
E
gh-101409: Improve generated clinic code for self type checks (#101411)
Erlend E. Aasland committed
December 3, 2022
S
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka committed
August 13, 2022
E
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland committed
August 11, 2022
May 3, 2022
V
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner committed
September 12, 2021
S
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456)
Serhiy Storchaka committed
May 28, 2020
S
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
Serhiy Storchaka committed
May 26, 2020
S
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka committed
February 14, 2020
D
bpo-39573: Update clinic to use Py_IS_TYPE() function (GH-18507)
Dong-hee Na committed
June 1, 2019
T
Improve docstring of list.sort (GH-8516)
Tim Hoffmann committed
March 14, 2019
S
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058)
Serhiy Storchaka committed
January 11, 2019
S
bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)
Serhiy Storchaka committed
S
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313)
Serhiy Storchaka committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748)
Serhiy Storchaka committed
December 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed
July 3, 2017
S
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka committed
June 10, 2017
S
March 30, 2017
S
bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887)
Serhiy Storchaka committed
March 11, 2017
S
bpo-20185: Convert list object implementation to Argument Clinic. (#542)
Serhiy Storchaka committed