index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_testcapi
/
dict.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-124296: Remove private dictionary version tag (PEP 699) (#124472)
Sam Gross
2024-10-01
1
-14/+0
*
gh-112075: use per-thread dict version pool (#118676)
Dino Viehland
2024-05-07
1
-1/+13
*
gh-116417: Move limited C API dict.c tests to _testlimitedcapi (#117006)
Victor Stinner
2024-03-19
1
-278/+1
*
gh-112066: Add `PyDict_SetDefaultRef` function. (#112123)
Sam Gross
2024-02-06
1
-0/+26
*
gh-111262: Add PyDict_Pop() function (#112028)
Victor Stinner
2023-11-14
1
-1/+86
*
gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-110552)
Nikita Sobolev
2023-10-09
1
-2/+0
*
C API tests: use special markers to test that output parameters were set (GH-...
Serhiy Storchaka
2023-09-06
1
-3/+5
*
Add Modules/_testcapi/util.h header (GH-108774)
Serhiy Storchaka
2023-09-01
1
-18/+1
*
gh-108314: Add PyDict_ContainsString() function (#108323)
Victor Stinner
2023-08-24
1
-0/+14
*
gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)
Serhiy Storchaka
2023-08-07
1
-0/+376