summaryrefslogtreecommitdiff
path: root/Modules/hashtable.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt...Christian Heimes2016-09-131-3/+3
* merge 3.5Benjamin Peterson2016-09-061-96/+100
|\
| * Cleanup hashtable.hVictor Stinner2016-03-231-22/+33
| * Issue #26588:Victor Stinner2016-03-231-6/+4
| * Remove _Py_hashtable_delete()Victor Stinner2016-03-221-0/+3
| * Simplify implementation of hashtable.cVictor Stinner2016-03-221-47/+8
| * hashtable.h now supports keys of any sizeVictor Stinner2016-03-211-58/+89
| * Ooops, revert changeset ea9efa06c137Victor Stinner2016-03-211-62/+43
| * _tracemalloc: add domain to trace keysVictor Stinner2016-03-181-43/+62
| * On memory error, dump the memory block tracebackVictor Stinner2016-03-151-3/+3
* | do not memcpy from NULLBenjamin Peterson2016-09-061-1/+2
|/
* Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu to format CVictor Stinner2014-07-011-2/+3
* Issue #21036: Fix typo in macro nameVictor Stinner2014-03-241-2/+2
* Issue #18874: Implement the PEP 454 (tracemalloc)Victor Stinner2013-11-231-0/+518