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
/
Python
/
hashtable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
1
-1/+0
*
gh-106931: Intern Statically Allocated Strings Globally (gh-107272)
Eric Snow
2023-07-27
1
-0/+7
*
gh-106320: Move private _PyHash API to the internal C API (#107026)
Victor Stinner
2023-07-22
1
-0/+1
*
bpo-41061: Fix incorrect expressions in hashtable (GH-21028)
Christian Heimes
2020-06-22
1
-2/+2
*
bpo-40602: _Py_hashtable_set() reports rehash failure (GH-20077)
Victor Stinner
2020-05-14
1
-9/+17
*
bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091)
Victor Stinner
2020-05-14
1
-108/+50
*
bpo-40602: Optimize _Py_hashtable_get_ptr() (GH-20066)
Victor Stinner
2020-05-13
1
-24/+23
*
bpo-40609: _Py_hashtable_t values become void* (GH-20065)
Victor Stinner
2020-05-13
1
-94/+37
*
bpo-40609: _tracemalloc allocates traces (GH-20064)
Victor Stinner
2020-05-13
1
-49/+0
*
bpo-40609: Add destroy functions to _Py_hashtable (GH-20062)
Victor Stinner
2020-05-13
1
-10/+27
*
bpo-40609: Remove _Py_hashtable_t.key_size (GH-20060)
Victor Stinner
2020-05-13
1
-64/+47
*
bpo-40602: Add _Py_HashPointerRaw() function (GH-20056)
Victor Stinner
2020-05-12
1
-1/+1
*
bpo-40602: Optimize _Py_hashtable for pointer keys (GH-20051)
Victor Stinner
2020-05-12
1
-79/+128
*
bpo-40602: _Py_hashtable_new() uses PyMem_Malloc() (GH-20046)
Victor Stinner
2020-05-12
1
-3/+4
*
bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044)
Victor Stinner
2020-05-12
1
-0/+524