summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi/test_dict.py
Commit message (Expand)AuthorAgeFilesLines
* gh-115142: Skip ``test_capi.test_dict.py`` if ``_testcapi`` and ``_testlimite...Kirill Podoprigora2024-04-101-2/+5
* gh-116417: Move limited C API dict.c tests to _testlimitedcapi (#117006)Victor Stinner2024-03-191-25/+26
* gh-112066: Add `PyDict_SetDefaultRef` function. (#112123)Sam Gross2024-02-061-0/+22
* gh-111262: Add PyDict_Pop() function (#112028)Victor Stinner2023-11-141-0/+87
* gh-106672: C API: Report indiscriminately ignored errors (GH-106674)Serhiy Storchaka2023-11-071-4/+15
* gh-109653: Remove unused imports in the `Lib/` directory (#109803)Alex Waygood2023-09-241-3/+0
* gh-108314: Add PyDict_ContainsString() function (#108323)Victor Stinner2023-08-241-4/+20
* gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)Serhiy Storchaka2023-08-071-0/+413