1. be4fb69 Issue #14742: test_unparse now only checks a limited number of files unless the 'cpu' resource is specified. by Mark Dickinson · 12 years ago
  2. fe8440a Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. Grammar. by Mark Dickinson · 12 years ago
  3. 1b2e944 Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py. by Mark Dickinson · 12 years ago
  4. 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]
  5. cba8c10 Unparse infinite imaginary literals correctly. Add some more numeric tests. by Mark Dickinson · 14 years ago
  6. abe52d7 Revert accidental extra changes included in r82391. by Mark Dickinson · 14 years ago
  7. 50b79a8 Issue #9011: Tests for Python 3.2's treatment of negated imaginary literals. by Mark Dickinson · 14 years ago
  8. 81ad8cc Output try-except-finally statements where appropriate. by Mark Dickinson · 14 years ago
  9. 8d6d760 Collapse else: if: ... into elif: by Mark Dickinson · 14 years ago
  10. 578aa56 Fix typo in unparsing of a class definition. by Mark Dickinson · 14 years ago
  11. d751c2e test_unparse.py: Do roundtrip testing for all Python files in Lib and Lib/test. by Mark Dickinson · 14 years ago
  12. 8042e28 More unparse.py fixes: by Mark Dickinson · 14 years ago
  13. 3eb0290 Add parentheses around numeric literals, to avoid turning 3 .bit_length() into 3.bit_length(). by Mark Dickinson · 14 years ago
  14. fa2e4e9 Update Demo/parser/unparse.py to current Python 3.x syntax. Additions: by Mark Dickinson · 14 years ago
  15. f5451e5 Merged revisions 82345 via svnmerge from by Mark Dickinson · 14 years ago
  16. ae10005 Merged revisions 82338,82340-82341 via svnmerge from by Mark Dickinson · 14 years ago