Commits
User selector
Commit History
Commits on Feb 17, 2026
gh-141510, PEP 814: Add built-in frozendict type (#144757)
Show description for 696cdfcauthored
Commits on Nov 19, 2025
gh-141726: Add PyDict_SetDefaultRef() to the Stable ABI (#141727)
Show description for afa0badandauthored
Commits on Jan 22, 2025
gh-128863: Deprecate private C API functions (#128864)
Show description for 9012fa7authored
Commits on Oct 21, 2024
gh-124218: Use per-thread reference counting for globals and builtins (#125713)
Show description for 9b0bfbaauthored
Commits on Oct 1, 2024
Commits on Jun 3, 2024
Commits on Apr 25, 2024
gh-117657: Fixes a few small TSAN issues in dictobject (#118200)
Show description for 5da0280authored
Commits on Feb 6, 2024
gh-112066: Add `PyDict_SetDefaultRef` function. (#112123)
Show description for de61d4bandauthored
Commits on Feb 2, 2024
GH-113710: Add a "globals to constants" pass (GH-114592)
Show description for 0e71a29authored
Commits on Nov 15, 2023
gh-112026: Restore removed _PyDict_GetItemStringWithError() (#112119)
Show description for bd2f148authoredgh-112026: Restore removed private C API (#112115)
Show description for 5846924authored
Commits on Nov 14, 2023
gh-111262: Add PyDict_Pop() function (#112028)
Show description for 4f04172authored
Commits on Oct 25, 2023
gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)
Show description for a8a89fcauthored
Commits on Aug 24, 2023
gh-106320: Remove private _PyDict functions (#108449)
Show description for 2689301authored- authored
Commits on Aug 22, 2023
gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313)
Show description for 615f6e9authored
Commits on Jul 24, 2023
gh-106320: Remove private _PyDict C API (#107145)
Show description for fd66bafauthored
Commits on Mar 8, 2023
gh-102381: don't call watcher callback with dead object (#102382)
Show description for 1e703a4andauthored
Commits on Jan 24, 2023
gh-101152: Implement PEP 699 (GH-101193)
Show description for 7f95ec3authored
Commits on Oct 8, 2022
Commits on Oct 7, 2022
Commits on Aug 1, 2022
Commits on Jul 25, 2022
Commits on Jun 13, 2022
gh-89653: PEP 670: Macros always cast arguments in cpython/ (#93766)
Show description for df22eecauthored
Commits on May 15, 2022
gh-92781: Avoid mixing declarations and code in C API (#92783)
Show description for 90e7230authored
Commits on May 11, 2022
gh-89653: PEP 670: Convert PyDict_GET_SIZE() macro to function (#92695)
Show description for f9b67adauthored
Commits on Feb 25, 2022
bpo-45316: Move private PyDict functions to internal C API (GH-31577)
Show description for 8ddbdd9authored
Commits on Feb 24, 2022
bpo-45459: C API uses type names rather than structure names (GH-31528)
Show description for 042f31dauthored
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204authored
Commits on Sep 17, 2021
Commits on May 28, 2021
bpo-44206: Add a version number to dictionary keys (GH-26333)
Show description for f8a95dfauthored
Commits on Oct 26, 2020
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648)
Show description for fb5db7eauthored