COMMITS
/ Lib/test/test_capi/test_dict.py March 11, 2026
V
gh-141510: Raise TypeError in PyDict_SetItem() on frozendict (#145564)
Victor Stinner committed
March 9, 2026
V
gh-141510: Optimize frozendict(frozendict) (#145592)
Victor Stinner committed
March 5, 2026
V
gh-141510: No longer accept frozendict in PyDict_Copy() (#145542)
Victor Stinner committed
March 4, 2026
V
gh-141510: Return frozendict unmodified in PyDict_Copy() (#145505)
Victor Stinner committed
February 21, 2026
V
gh-141510: Test frozendict in test_capi.test_dict (#145084)
Victor Stinner committed
V
gh-141510: Check argument in PyDict_Contains() (#145083)
Victor Stinner committed
V
gh-141510: Check argument in PyDict_MergeFromSeq2() (#145082)
Victor Stinner committed
V
gh-141510: Test frozendict C API (#145081)
Victor Stinner committed
April 10, 2024
K
gh-115142: Skip ``test_capi.test_dict.py`` if ``_testcapi`` and ``_testlimitedcapi`` are not available (GH-117588)
Kirill Podoprigora 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
November 7, 2023
S
gh-106672: C API: Report indiscriminately ignored errors (GH-106674)
Serhiy Storchaka committed
September 24, 2023
A
gh-109653: Remove unused imports in the `Lib/` directory (#109803)
Alex Waygood 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