summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi/test_list.py
Commit message (Expand)AuthorAgeFilesLines
* gh-111495: Add tests for PyTuple C API (#118757)Sergey B Kirpichev2024-08-261-0/+4
* gh-120417: Remove unused imports in tests (part 1) (#120629)Victor Stinner2024-06-171-2/+0
* gh-116417: Move limited C API list.c tests to _testlimitedcapi (#116602)Victor Stinner2024-03-181-14/+15
* gh-114329: Add `PyList_GetItemRef` function (GH-114504)Sam Gross2024-02-021-9/+13
* gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862)Victor Stinner2023-11-131-5/+72
* gh-111495: Add tests for PyList C API (#111562)Kalyan2023-11-081-0/+277