summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapi/list.c
Commit message (Expand)AuthorAgeFilesLines
* gh-116417: Move limited C API list.c tests to _testlimitedcapi (#116602)Victor Stinner2024-03-181-149/+1
* gh-114329: Add `PyList_GetItemRef` function (GH-114504)Sam Gross2024-02-021-0/+13
* gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862)Victor Stinner2023-11-131-0/+21
* gh-111495: Add tests for PyList C API (#111562)Kalyan2023-11-081-1/+179
* gh-111495: add stub files for C API test modules (GH-111586)Sergey B Kirpichev2023-11-011-0/+17