1. 4cf83f4 Remove some of the old demos. (Put a few somewhere else.) by Georg Brandl · 14 years ago[Renamed from Demo/parser/test_unparse.py]
  2. cba8c10 Unparse infinite imaginary literals correctly. Add some more numeric tests. by Mark Dickinson · 14 years ago
  3. abe52d7 Revert accidental extra changes included in r82391. by Mark Dickinson · 14 years ago
  4. 50b79a8 Issue #9011: Tests for Python 3.2's treatment of negated imaginary literals. by Mark Dickinson · 14 years ago
  5. 81ad8cc Output try-except-finally statements where appropriate. by Mark Dickinson · 14 years ago
  6. 8d6d760 Collapse else: if: ... into elif: by Mark Dickinson · 14 years ago
  7. 578aa56 Fix typo in unparsing of a class definition. by Mark Dickinson · 14 years ago
  8. d751c2e test_unparse.py: Do roundtrip testing for all Python files in Lib and Lib/test. by Mark Dickinson · 14 years ago
  9. 8042e28 More unparse.py fixes: by Mark Dickinson · 14 years ago
  10. 3eb0290 Add parentheses around numeric literals, to avoid turning 3 .bit_length() into 3.bit_length(). by Mark Dickinson · 14 years ago
  11. fa2e4e9 Update Demo/parser/unparse.py to current Python 3.x syntax. Additions: by Mark Dickinson · 14 years ago
  12. f5451e5 Merged revisions 82345 via svnmerge from by Mark Dickinson · 14 years ago
  13. ae10005 Merged revisions 82338,82340-82341 via svnmerge from by Mark Dickinson · 14 years ago