summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapi/dict.c
Commit message (Expand)AuthorAgeFilesLines
* gh-124296: Remove private dictionary version tag (PEP 699) (#124472)Sam Gross2024-10-011-14/+0
* gh-112075: use per-thread dict version pool (#118676)Dino Viehland2024-05-071-1/+13
* gh-116417: Move limited C API dict.c tests to _testlimitedcapi (#117006)Victor Stinner2024-03-191-278/+1
* gh-112066: Add `PyDict_SetDefaultRef` function. (#112123)Sam Gross2024-02-061-0/+26
* gh-111262: Add PyDict_Pop() function (#112028)Victor Stinner2023-11-141-1/+86
* gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-110552)Nikita Sobolev2023-10-091-2/+0
* C API tests: use special markers to test that output parameters were set (GH-...Serhiy Storchaka2023-09-061-3/+5
* Add Modules/_testcapi/util.h header (GH-108774)Serhiy Storchaka2023-09-011-18/+1
* gh-108314: Add PyDict_ContainsString() function (#108323)Victor Stinner2023-08-241-0/+14
* gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)Serhiy Storchaka2023-08-071-0/+376