summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapi/dict.c
Commit message (Expand)AuthorAgeFilesLines
* 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