1. 08f127a bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682) by Serhiy Storchaka · 6 years ago
  2. 73cbe7a bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197) by Serhiy Storchaka · 6 years ago
  3. d8ac4d1 bpo-31778: Make ast.literal_eval() more strict. (#4035) by Serhiy Storchaka · 7 years ago
  4. 41cea70 bpo-29637: clean docstring only if not None (GH-267) by Matthias Bussonnier · 7 years ago
  5. cb41b27 bpo-29463: Add docstring field to some AST nodes. (#46) by INADA Naoki · 7 years ago
  6. f2c1aa1 Add ast.Constant by Victor Stinner · 8 years ago
  7. 6fbd774 Issue #25670: Remove duplicate getattr() from ast.NodeTransformer by Victor Stinner · 9 years ago
  8. 2f07a66 Issue #24688: ast.get_docstring() for 'async def' functions. by Yury Selivanov · 9 years ago
  9. 442f209 create NameConstant AST class for None, True, and False literals (closes #16619) by Benjamin Peterson · 12 years ago
  10. 0bd152c remove ast.__version__ (closes #12273) by Benjamin Peterson · 13 years ago
  11. 2a83cc6 Add missing types to docstring of ast.literal_eval. by Éric Araujo · 13 years ago
  12. feac624 Issue #11000 ast.parse parses source, not just expressions. by Terry Reedy · 13 years ago
  13. 619e7ba #10869: do not visit root node twice in ast.increment_lineno(). by Georg Brandl · 14 years ago
  14. bc95973 Fix handling on negative numbers in ast.literal_eval(). by Raymond Hettinger · 14 years ago
  15. e01de8f remove pointless coding cookies by Florent Xicluna · 14 years ago
  16. 5ef96e5 allow byte literals by Benjamin Peterson · 14 years ago
  17. 492f3fc Allow set literals in literal_eval(). by Georg Brandl · 14 years ago
  18. 058e31e Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from by Benjamin Peterson · 16 years ago
  19. 1a6e0d0 Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from by Benjamin Peterson · 16 years ago
  20. dcf97b9 Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,64461,64464,64466,64468 via svnmerge from by Benjamin Peterson · 16 years ago
  21. 0c77a82 Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,63989,64014-64015,64021-64022,64063-64065,64067 via svnmerge from by Georg Brandl · 16 years ago