COMMITS
/ Lib/test/test_capi/test_list.py March 19, 2026
S
gh-146056: Fix list.__repr__() for lists containing NULLs (GH-146129)
Serhiy Storchaka committed
March 20, 2025
N
gh-131441: Add a set of asserts to test.test_capi.test_list (#131442)
Nybblista committed
August 26, 2024
S
gh-111495: Add tests for PyTuple C API (#118757)
Sergey B Kirpichev committed
June 17, 2024
V
gh-120417: Remove unused imports in tests (part 1) (#120629)
Victor Stinner committed
March 18, 2024
V
gh-116417: Move limited C API list.c tests to _testlimitedcapi (#116602)
Victor Stinner 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
November 8, 2023
K
gh-111495: Add tests for PyList C API (#111562)
Kalyan committed