summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi/test_list.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-131441: Add a set of asserts to test.test_capi.test_list (GH-131442...Miss Islington (bot)2025-03-201-0/+4
* [3.13] gh-111495: Add tests for PyTuple C API (GH-118757) (GH-123371)Sergey B Kirpichev2024-08-271-0/+4
* 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