1. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 19 years ago
  2. 577b5b9 Create _ast module. Cleanup Python-ast.c generation. by Martin v. Löwis · 19 years ago
  3. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 19 years ago
  4. d3a5f53 Avoid reinitializing the types twice. by Martin v. Löwis · 19 years ago
  5. 8d0701d Stop generating empty arrays. by Martin v. Löwis · 19 years ago
  6. ce1d5d2 Fix iterating over cmpop_ty lists. by Martin v. Löwis · 19 years ago
  7. bd260da Generate code to recursively copy an AST into by Martin v. Löwis · 19 years ago
  8. 5b43126 Regenerate. by Martin v. Löwis · 19 years ago
  9. adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
  10. 897ff81 SF #1373150, diffs in working copy after a build by Neal Norwitz · 19 years ago
  11. 7b5a604 Whoops, checkin consistent versions of *all* files to stop polluting by Neal Norwitz · 19 years ago
  12. 6576bd8 Prevent name pollution by making lots of internal functions static. by Neal Norwitz · 19 years ago
  13. 12ebfd7 Use PyErr_NoMemory() instead of rolling our own. by Neal Norwitz · 19 years ago
  14. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago