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