1. 7580149 Patch #1355883: Build Python-ast.c and Python-ast.h by Martin v. Löwis · 18 years ago
  2. 0cc56e5 Introduce asdl_int_seq, to hold cmpop_ty. by Martin v. Löwis · 18 years ago
  3. 01b8101 Make _kind types global for C++ compilation. by Martin v. Löwis · 18 years ago
  4. 76c21bd Make path calculation platform independent by Jeremy Hylton · 18 years ago
  5. 2f327c1 Add lineno, col_offset to excephandler to enable future fix for by Jeremy Hylton · 18 years ago
  6. 19379f1 * Fix a refleak of *_attributes. by Neal Norwitz · 18 years ago
  7. 03e5bc0 Fix memory leak on attributes. by Martin v. Löwis · 18 years ago
  8. 53d960c Don't pollute namespace as bad as before. All the types are static now. by Neal Norwitz · 18 years ago
  9. 710ab3b Whitespace normalization. by Tim Peters · 18 years ago
  10. b003f04 Generate return statement. by Martin v. Löwis · 18 years ago
  11. 40d8459 Add generation of the version. by Martin v. Löwis · 18 years ago
  12. eae93b7 Add support for version field on Modules by Martin v. Löwis · 18 years ago
  13. 577b5b9 Create _ast module. Cleanup Python-ast.c generation. by Martin v. Löwis · 18 years ago
  14. d3a5f53 Avoid reinitializing the types twice. by Martin v. Löwis · 18 years ago
  15. 8d0701d Stop generating empty arrays. by Martin v. Löwis · 18 years ago
  16. ce1d5d2 Fix iterating over cmpop_ty lists. by Martin v. Löwis · 18 years ago
  17. bd260da Generate code to recursively copy an AST into by Martin v. Löwis · 18 years ago
  18. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  19. adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
  20. 6b1793f When regenerating files like Python-ast.h, take care that the generated by Armin Rigo · 19 years ago
  21. 897ff81 SF #1373150, diffs in working copy after a build by Neal Norwitz · 19 years ago
  22. 7b5a604 Whoops, checkin consistent versions of *all* files to stop polluting by Neal Norwitz · 19 years ago
  23. 6576bd8 Prevent name pollution by making lots of internal functions static. by Neal Norwitz · 19 years ago
  24. a34584b Use PyErr_NoMemory() instead of rolling our own. by Neal Norwitz · 19 years ago
  25. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago