summaryrefslogtreecommitdiff
path: root/Modules/hashtable.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt...Christian Heimes2016-09-131-4/+4
* Cleanup hashtable.hVictor Stinner2016-03-231-32/+24
* Issue #26588:Victor Stinner2016-03-231-0/+3
* Issue #26588:Victor Stinner2016-03-231-4/+23
* Fix macros in hashtable.hVictor Stinner2016-03-231-2/+2
* Remove _Py_hashtable_delete()Victor Stinner2016-03-221-8/+0
* Simplify implementation of hashtable.cVictor Stinner2016-03-221-13/+1
* hashtable.h now supports keys of any sizeVictor Stinner2016-03-211-38/+127
* Ooops, revert changeset ea9efa06c137Victor Stinner2016-03-211-63/+26
* _tracemalloc: add domain to trace keysVictor Stinner2016-03-181-26/+63
* Issue #21036: Fix typo in macro nameVictor Stinner2014-03-241-3/+3
* Issue #18874: Implement the PEP 454 (tracemalloc)Victor Stinner2013-11-231-0/+128