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