1. 5ea4c06 bpo-30054: Expose tracemalloc C API (#1236) by Victor Stinner · 7 years ago
  2. f669fff fix minor bug in pymalloc. (#335) by INADA Naoki · 7 years ago
  3. f5c4b99 PyMem_Malloc() now uses the fast pymalloc allocator by Victor Stinner · 8 years ago
  4. d1700a9 Fix typo in doc: avoid the french "& cie" :-) by Victor Stinner · 8 years ago
  5. 9b46a57 Doc: fix typos, patch written by Stefan Behnel by Victor Stinner · 8 years ago
  6. c2fc568 Enhance documentation on malloc debug hooks by Victor Stinner · 8 years ago
  7. 0611c26 On memory error, dump the memory block traceback by Victor Stinner · 8 years ago
  8. c4aec36 Check the GIL in PyObject_Malloc() by Victor Stinner · 8 years ago
  9. 34be807 Add PYTHONMALLOC env var by Victor Stinner · 8 years ago
  10. 29bf27f Issue #26516: Enhance Python mem allocators doc by Victor Stinner · 8 years ago
  11. f3cae79 Merge: #23957: fix typo. by R David Murray · 9 years ago
  12. 5be7f15 #23957: fix typo. by R David Murray · 9 years ago
  13. d8f0d92 Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to by Victor Stinner · 10 years ago
  14. db067af Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(), by Victor Stinner · 10 years ago
  15. 6cf185d Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back on by Victor Stinner · 11 years ago
  16. 0507bf5 Issue #3329: Implement the PEP 445 by Victor Stinner · 11 years ago
  17. 36f01ad Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory allocators by Victor Stinner · 11 years ago
  18. 4d70562 Issue #3329: Add new APIs to customize memory allocators by Victor Stinner · 11 years ago
  19. 4b52ae8 Clean up references to the no longer existing PyString_ APIs in our docs. by Gregory P. Smith · 11 years ago
  20. 7dbee38 fix docs for c-api memory functions by Andrew Svetlov · 12 years ago
  21. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  22. d492ad8 Merged revisions 65182 via svnmerge from by Georg Brandl · 16 years ago
  23. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago