1. d8f0d92 Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to by Victor Stinner · 10 years ago
  2. db067af Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(), by Victor Stinner · 10 years ago
  3. 1c0689c Issue #19526: Exclude all new API from the stable ABI. by Martin v. Löwis · 11 years ago
  4. 49fc8ec Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup() by Victor Stinner · 11 years ago
  5. 0507bf5 Issue #3329: Implement the PEP 445 by Victor Stinner · 11 years ago
  6. 36f01ad Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory allocators by Victor Stinner · 11 years ago
  7. 4d70562 Issue #3329: Add new APIs to customize memory allocators by Victor Stinner · 11 years ago
  8. bbe6306 Merged revisions 78189 via svnmerge from by Mark Dickinson · 14 years ago
  9. 629dfe2 Merged revisions 76740 via svnmerge from by Mark Dickinson · 15 years ago
  10. ae4cfb1 http://bugs.python.org/issue6836 by Kristján Valur Jónsson · 15 years ago
  11. d492ad8 Merged revisions 65182 via svnmerge from by Georg Brandl · 16 years ago
  12. 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  13. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  14. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  15. 39f59b0 Remove MALLOC_ZERO_RETURNS_NULL. by Martin v. Löwis · 22 years ago
  16. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  17. 8b078f9 Moving pymalloc along. by Tim Peters · 22 years ago
  18. 51e7f5c Moving pymalloc along. by Tim Peters · 22 years ago
  19. af3e8de First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz with by Tim Peters · 22 years ago
  20. 20d0a1a Remove PyMalloc_* symbols. PyObject_Malloc now uses pymalloc if it's enabled. by Neil Schemenauer · 22 years ago
  21. 7ccfadf New PYMALLOC_DEBUG function void _PyMalloc_DebugDumpStats(void). by Tim Peters · 22 years ago
  22. d1139e0 PYMALLOC_DEBUG routines: The "check API family" gimmick was going nowhere by Tim Peters · 22 years ago
  23. ddea208 Give Python a debug-mode pymalloc, much as sketched on Python-Dev. by Tim Peters · 22 years ago
  24. fbb556d Arrange to export the _PyMalloc_{Malloc, Realloc, Free} entry points. On by Tim Peters · 22 years ago
  25. 25f3dc2 Drop the PyCore_* memory API. by Neil Schemenauer · 22 years ago
  26. 11f5be8 Simpilify PyCore_* macros by assuming the function prototypes for by Neil Schemenauer · 22 years ago
  27. a5d78cc Whether platform malloc(0) returns NULL has nothing to do with whether by Tim Peters · 22 years ago
  28. 76f373d Repair more now-obsolete references to config.h. by Tim Peters · 23 years ago
  29. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  30. dcb45c3 Fix a typo in the PyMem_Resize macro, found by Andrew Kuchling by Vladimir Marangozov · 24 years ago
  31. 25f6894 patch from Vladimir (move Py_Mem* interface to Include/pymem.h) by Peter Schneider-Kamp · 24 years ago