1. 4901ea9 bpo-41061: Fix incorrect expressions in hashtable (GH-21028) by Christian Heimes · 4 years, 1 month ago
  2. d2dc827 bpo-40602: _Py_hashtable_set() reports rehash failure (GH-20077) by Victor Stinner · 4 years, 3 months ago
  3. a482dc5 bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091) by Victor Stinner · 4 years, 3 months ago
  4. 42bae3a bpo-40602: Optimize _Py_hashtable_get_ptr() (GH-20066) by Victor Stinner · 4 years, 3 months ago
  5. 5b0a303 bpo-40609: _Py_hashtable_t values become void* (GH-20065) by Victor Stinner · 4 years, 3 months ago
  6. d95bd42 bpo-40609: _tracemalloc allocates traces (GH-20064) by Victor Stinner · 4 years, 3 months ago
  7. 2d0a3d6 bpo-40609: Add destroy functions to _Py_hashtable (GH-20062) by Victor Stinner · 4 years, 3 months ago
  8. f9b3b58 bpo-40609: Remove _Py_hashtable_t.key_size (GH-20060) by Victor Stinner · 4 years, 3 months ago
  9. f453221 bpo-40602: Add _Py_HashPointerRaw() function (GH-20056) by Victor Stinner · 4 years, 3 months ago
  10. 7c6e970 bpo-40602: Optimize _Py_hashtable for pointer keys (GH-20051) by Victor Stinner · 4 years, 3 months ago
  11. d0919f0 bpo-40602: _Py_hashtable_new() uses PyMem_Malloc() (GH-20046) by Victor Stinner · 4 years, 3 months ago
  12. b617993 bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044) by Victor Stinner · 4 years, 3 months ago[Renamed (99%) from Modules/hashtable.c]
  13. 1a2252e bpo-36594: Fix incorrect use of %p in format strings (GH-12769) by Zackery Spytz · 5 years ago
  14. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 7 years ago
  15. f051e43 Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). by Christian Heimes · 8 years ago
  16. 35b40c6 merge 3.5 by Benjamin Peterson · 8 years ago
  17. 4a75760 do not memcpy from NULL by Benjamin Peterson · 8 years ago
  18. 5dacbd4 Cleanup hashtable.h by Victor Stinner · 8 years ago
  19. e8c6b2f Issue #26588: by Victor Stinner · 8 years ago
  20. 5810005 Remove _Py_hashtable_delete() by Victor Stinner · 8 years ago
  21. c955387 Simplify implementation of hashtable.c by Victor Stinner · 8 years ago
  22. 285cf0a hashtable.h now supports keys of any size by Victor Stinner · 8 years ago
  23. 322bc12 Ooops, revert changeset ea9efa06c137 by Victor Stinner · 8 years ago
  24. 51b846c _tracemalloc: add domain to trace keys by Victor Stinner · 8 years ago
  25. 0611c26 On memory error, dump the memory block traceback by Victor Stinner · 8 years ago
  26. 293f3f5 Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu to format C by Victor Stinner · 10 years ago
  27. d9a7352 Issue #21036: Fix typo in macro name by Victor Stinner · 10 years ago
  28. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 11 years ago