COMMITS
/ Modules/_testcapi/dict.c February 21, 2026
V
gh-141510: Test frozendict C API (#145081)
Victor Stinner committed
February 1, 2025
V
gh-93649: Move _testcapi tests to specific files (#129544)
Victor Stinner committed
October 1, 2024
S
gh-124296: Remove private dictionary version tag (PEP 699) (#124472)
Sam Gross committed
May 7, 2024
D
gh-112075: use per-thread dict version pool (#118676)
Dino Viehland committed
March 19, 2024
V
gh-116417: Move limited C API dict.c tests to _testlimitedcapi (#117006)
Victor Stinner committed
February 6, 2024
S
gh-112066: Add `PyDict_SetDefaultRef` function. (#112123)
Sam Gross committed
November 14, 2023
V
gh-111262: Add PyDict_Pop() function (#112028)
Victor Stinner committed
October 9, 2023
N
gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-110552)
Nikita Sobolev committed
September 6, 2023
S
C API tests: use special markers to test that output parameters were set (GH-109014)
Serhiy Storchaka committed
September 1, 2023
S
Add Modules/_testcapi/util.h header (GH-108774)
Serhiy Storchaka committed
August 24, 2023
V
gh-108314: Add PyDict_ContainsString() function (#108323)
Victor Stinner committed
August 7, 2023
S
gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)
Serhiy Storchaka committed