1. f051e43 Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). by Christian Heimes · 8 years ago
  2. 35b40c6 merge 3.5 by Benjamin Peterson · 8 years ago
  3. 4a75760 do not memcpy from NULL by Benjamin Peterson · 8 years ago
  4. 5dacbd4 Cleanup hashtable.h by Victor Stinner · 8 years ago
  5. e8c6b2f Issue #26588: by Victor Stinner · 8 years ago
  6. 5810005 Remove _Py_hashtable_delete() by Victor Stinner · 8 years ago
  7. c955387 Simplify implementation of hashtable.c by Victor Stinner · 8 years ago
  8. 285cf0a hashtable.h now supports keys of any size by Victor Stinner · 8 years ago
  9. 322bc12 Ooops, revert changeset ea9efa06c137 by Victor Stinner · 8 years ago
  10. 51b846c _tracemalloc: add domain to trace keys by Victor Stinner · 8 years ago
  11. 0611c26 On memory error, dump the memory block traceback by Victor Stinner · 8 years ago
  12. 293f3f5 Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu to format C by Victor Stinner · 10 years ago
  13. d9a7352 Issue #21036: Fix typo in macro name by Victor Stinner · 10 years ago
  14. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 11 years ago