1. f2c1aa1 Add ast.Constant by Victor Stinner · 8 years ago
  2. df1b699 Issue #22823: Use set literals instead of creating a set from a list by Raymond Hettinger · 10 years ago
  3. 416b516 Fix bootstrapping asdl -- it didn't work with Python 2.7. by Guido van Rossum · 10 years ago
  4. 5e3d338 Issue #19655: Replace the ASDL parser carried with CPython by Eli Bendersky · 10 years ago
  5. 1891cff Move open outside try/finally by Eli Bendersky · 11 years ago
  6. 9908123 Don't use fancy new Python features like 'with' - some bots don't have them by Eli Bendersky · 11 years ago
  7. 58fe1b1 Normalize whitespace by Eli Bendersky · 11 years ago
  8. b788a38 Small fixes in Parser/asdl.py - no change in functionality. by Eli Bendersky · 11 years ago
  9. cda75be unify some ast.argument's attrs; change Attribute column offset (closes #16795) by Benjamin Peterson · 11 years ago
  10. 442f209 create NameConstant AST class for None, True, and False literals (closes #16619) by Benjamin Peterson · 11 years ago
  11. 481ae50 construct fields in the right order (closes #15517) by Benjamin Peterson · 12 years ago
  12. 4dc6499 the bool asdl type died a while ago by Benjamin Peterson · 13 years ago
  13. e249841 add a asdl bytes type, so Bytes.s be properly typechecked by Benjamin Peterson · 13 years ago
  14. 6cb2b92 convert ast versioning to mercurial by Benjamin Peterson · 13 years ago
  15. 2b80fa6 Merged revisions 81286 via svnmerge from by Senthil Kumaran · 14 years ago
  16. df6f3fd The output() function takes only one string argument. by Alexandre Vassalotti · 15 years ago
  17. 87c8d87 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from by Benjamin Peterson · 15 years ago
  18. 8a73278 #2725: Fix missing local, and handle errors without tracebacks. by Georg Brandl · 15 years ago
  19. 1f01deb Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from by Georg Brandl · 15 years ago
  20. e81f5ef Remove __metaclass__ remains. by Georg Brandl · 16 years ago
  21. bda355f Add missing parameter spotted by Jared Flatow by Neal Norwitz · 16 years ago
  22. 4902e69 More raise statement normalization. by Collin Winter · 17 years ago
  23. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  24. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  25. 34e4f52 avoid dict.has_key, since this might get used by a Py3K built in the by Fred Drake · 17 years ago
  26. f036551 Switch to using %r in the format string. by Brett Cannon · 18 years ago
  27. 0e1cff5 Get rid of all two uses of backticks (bad Jeremy!). by Brett Cannon · 18 years ago
  28. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 18 years ago
  29. 710ab3b Whitespace normalization. by Tim Peters · 18 years ago
  30. eae93b7 Add support for version field on Modules by Martin v. Löwis · 18 years ago
  31. 536cf99 Whitespace normalization. by Tim Peters · 18 years ago
  32. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago