1. cda75be unify some ast.argument's attrs; change Attribute column offset (closes #16795) by Benjamin Peterson · 11 years ago
  2. 442f209 create NameConstant AST class for None, True, and False literals (closes #16619) by Benjamin Peterson · 12 years ago
  3. c207401 Some cleanup in the Tools directory. by Florent Xicluna · 12 years ago
  4. fe8440a Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. Grammar. by Mark Dickinson · 12 years ago
  5. 1b2e944 Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py. by Mark Dickinson · 12 years ago
  6. 4cf83f4 Remove some of the old demos. (Put a few somewhere else.) by Georg Brandl · 14 years ago[Renamed from Demo/parser/unparse.py]
  7. cba8c10 Unparse infinite imaginary literals correctly. Add some more numeric tests. by Mark Dickinson · 14 years ago
  8. abe52d7 Revert accidental extra changes included in r82391. by Mark Dickinson · 14 years ago
  9. 50b79a8 Issue #9011: Tests for Python 3.2's treatment of negated imaginary literals. by Mark Dickinson · 14 years ago
  10. af0e154 Remove backtick syntax for repr. by Mark Dickinson · 14 years ago
  11. b67e15c Better solution for attribute access on integer literals. by Mark Dickinson · 14 years ago
  12. 81ad8cc Output try-except-finally statements where appropriate. by Mark Dickinson · 14 years ago
  13. 8d6d760 Collapse else: if: ... into elif: by Mark Dickinson · 14 years ago
  14. 578aa56 Fix typo in unparsing of a class definition. by Mark Dickinson · 14 years ago
  15. 8042e28 More unparse.py fixes: by Mark Dickinson · 14 years ago
  16. 3eb0290 Add parentheses around numeric literals, to avoid turning 3 .bit_length() into 3.bit_length(). by Mark Dickinson · 14 years ago
  17. 82c8d93 unparse.py: respect coding cookie in input files by Mark Dickinson · 14 years ago
  18. 3d1bfbf unparse.py: Typo fix. by Mark Dickinson · 14 years ago
  19. fa2e4e9 Update Demo/parser/unparse.py to current Python 3.x syntax. Additions: by Mark Dickinson · 14 years ago
  20. f5451e5 Merged revisions 82345 via svnmerge from by Mark Dickinson · 14 years ago
  21. ae10005 Merged revisions 82338,82340-82341 via svnmerge from by Mark Dickinson · 14 years ago
  22. c4fe6f3 Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via svnmerge from by Benjamin Peterson · 16 years ago
  23. 6f2df4d Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements. by Collin Winter · 17 years ago
  24. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  25. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  26. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  27. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  28. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  29. 87a8b4f unparse.py can now unparse itself. by Martin v. Löwis · 18 years ago
  30. 400cbc3 Set EOL style to native. by Tim Peters · 18 years ago
  31. 710ab3b Whitespace normalization. by Tim Peters · 18 years ago
  32. 5fec904 Start of a source code unparser. by Martin v. Löwis · 18 years ago