1. 1d99af8 Changed the #-of-arenas counters to uints -- no need to be insane about by Tim Peters · 23 years ago
  2. df4d137 Turns out the off_t macro isn't used anymore, so got rid of it. by Tim Peters · 23 years ago
  3. 3c83df2 Now that we're no longer linking arenas together, there's no need to by Tim Peters · 23 years ago
  4. 1230068 Retract the claim that this is always safe if PyMem_{Del, DEL, Free, FREE} by Tim Peters · 23 years ago
  5. d97a1c0 Lots of changes: by Tim Peters · 23 years ago
  6. bd02b14 Add missing "void" to function. by Neil Schemenauer · 23 years ago
  7. d1139e0 PYMALLOC_DEBUG routines: The "check API family" gimmick was going nowhere by Tim Peters · 23 years ago
  8. e085017 _PyMalloc_DebugRealloc(): simplify decl of "fresh". by Tim Peters · 23 years ago
  9. 62c06ba Minor code cleanup -- no semantic changes. by Tim Peters · 23 years ago
  10. ddea208 Give Python a debug-mode pymalloc, much as sketched on Python-Dev. by Tim Peters · 23 years ago
  11. ce7fb9b Just whitespace fiddling. by Tim Peters · 23 years ago
  12. 1221c0a Build obmalloc.c directly instead of #include'ing from object.c. by Tim Peters · 23 years ago
  13. 558ba52 Remove malloc hooks. by Neil Schemenauer · 23 years ago
  14. 25f3dc2 Drop the PyCore_* memory API. by Neil Schemenauer · 23 years ago
  15. 11f5be8 Simpilify PyCore_* macros by assuming the function prototypes for by Neil Schemenauer · 23 years ago
  16. b233652 Identifiers matching _[A-Z_]\w* are reserved for C implementations. by Tim Peters · 24 years ago
  17. a35c688 Add Vladimir Marangozov's object allocator. It is disabled by default. This by Neil Schemenauer · 24 years ago