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
/
hashtable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36594: Fix incorrect use of %p in format strings (GH-12769)
Zackery Spytz
2019-05-06
1
-1/+1
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
1
-1/+1
*
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt...
Christian Heimes
2016-09-13
1
-3/+3
*
merge 3.5
Benjamin Peterson
2016-09-07
1
-1/+2
|
\
|
*
do not memcpy from NULL
Benjamin Peterson
2016-09-07
1
-1/+2
*
|
Cleanup hashtable.h
Victor Stinner
2016-03-23
1
-22/+33
*
|
Issue #26588:
Victor Stinner
2016-03-23
1
-6/+4
*
|
Remove _Py_hashtable_delete()
Victor Stinner
2016-03-22
1
-0/+3
*
|
Simplify implementation of hashtable.c
Victor Stinner
2016-03-22
1
-47/+8
*
|
hashtable.h now supports keys of any size
Victor Stinner
2016-03-21
1
-58/+89
*
|
Ooops, revert changeset ea9efa06c137
Victor Stinner
2016-03-21
1
-62/+43
*
|
_tracemalloc: add domain to trace keys
Victor Stinner
2016-03-18
1
-43/+62
*
|
On memory error, dump the memory block traceback
Victor Stinner
2016-03-15
1
-3/+3
|
/
*
Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu to format C
Victor Stinner
2014-07-01
1
-2/+3
*
Issue #21036: Fix typo in macro name
Victor Stinner
2014-03-24
1
-2/+2
*
Issue #18874: Implement the PEP 454 (tracemalloc)
Victor Stinner
2013-11-23
1
-0/+518