1. 6b78bff remove unnecessary clearing of list by Benjamin Peterson · 13 years ago
  2. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 15 years ago
  3. b59d08c Fix more memory allocation issues found with failmalloc. by Neal Norwitz · 19 years ago
  4. 841747c Fix sys.getobjects(0): we get a reference to the by Martin v. Löwis · 19 years ago
  5. 8c0dc84 ALIGNMENT_SHIFT is not used by Neal Norwitz · 19 years ago
  6. da69041 Force 8-alignment of memory blocks, as needed on by Martin v. Löwis · 19 years ago
  7. 7b782b6 more low-hanging fruit to make code compile under a C++ compiler. Not by Anthony Baxter · 19 years ago
  8. 296aef8 Expand comments. by Jeremy Hylton · 19 years ago
  9. f638630 Document the purpose of the struct _block members. by Tim Peters · 19 years ago
  10. 6fd92dc Added words about what PyArena_Malloc() does. by Tim Peters · 19 years ago
  11. 8cfaa0e Trimmed trailing whitespace. by Tim Peters · 19 years ago
  12. 224003b Add missing DECREF. by Jeremy Hylton · 19 years ago
  13. 56820c2 Add some stats collection in debugging mode. by Jeremy Hylton · 19 years ago
  14. 99b4ee6 Use simple PyList to implement list of PyObject pointers by Jeremy Hylton · 19 years ago
  15. 08533fd Tabify by Jeremy Hylton · 19 years ago
  16. 77f1bb2 Real arena implementation by Jeremy Hylton · 19 years ago
  17. 93d69a7 fixed compilation with an ordinary C89 compiler by Fredrik Lundh · 20 years ago
  18. 84456bd Cleanup a bit and make things more consistent. by Neal Norwitz · 20 years ago
  19. adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 20 years ago