1. 6a4e3c5 Make Demo/parser/test_parser.py run. by Mark Dickinson · 14 years ago
  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. af0e154 Remove backtick syntax for repr. by Mark Dickinson · 14 years ago
  6. b67e15c Better solution for attribute access on integer literals. by Mark Dickinson · 14 years ago
  7. 81ad8cc Output try-except-finally statements where appropriate. by Mark Dickinson · 14 years ago
  8. 8d6d760 Collapse else: if: ... into elif: by Mark Dickinson · 14 years ago
  9. 578aa56 Fix typo in unparsing of a class definition. by Mark Dickinson · 14 years ago
  10. d751c2e test_unparse.py: Do roundtrip testing for all Python files in Lib and Lib/test. by Mark Dickinson · 14 years ago
  11. 8042e28 More unparse.py fixes: by Mark Dickinson · 14 years ago
  12. 3eb0290 Add parentheses around numeric literals, to avoid turning 3 .bit_length() into 3.bit_length(). by Mark Dickinson · 14 years ago
  13. 82c8d93 unparse.py: respect coding cookie in input files by Mark Dickinson · 14 years ago
  14. 3d1bfbf unparse.py: Typo fix. by Mark Dickinson · 14 years ago
  15. fa2e4e9 Update Demo/parser/unparse.py to current Python 3.x syntax. Additions: by Mark Dickinson · 14 years ago
  16. f5451e5 Merged revisions 82345 via svnmerge from by Mark Dickinson · 14 years ago
  17. ae10005 Merged revisions 82338,82340-82341 via svnmerge from by Mark Dickinson · 14 years ago
  18. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  19. c4fe6f3 Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via svnmerge from by Benjamin Peterson · 16 years ago
  20. 6f2df4d Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements. by Collin Winter · 17 years ago
  21. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  22. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  23. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  24. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  25. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  26. 87a8b4f unparse.py can now unparse itself. by Martin v. Löwis · 18 years ago
  27. 400cbc3 Set EOL style to native. by Tim Peters · 18 years ago
  28. 710ab3b Whitespace normalization. by Tim Peters · 18 years ago
  29. 5fec904 Start of a source code unparser. by Martin v. Löwis · 18 years ago
  30. 3e98736 Minor spelling nit. by Georg Brandl · 19 years ago
  31. 9880062 Remove some obsolete files, and update the README. by Fred Drake · 24 years ago
  32. 6baec62 Sort the list of files processed before running the test on each. by Fred Drake · 24 years ago
  33. 995285e Moved all the imports to the top. by Fred Drake · 25 years ago
  34. 4117e54 nannified by Guido van Rossum · 26 years ago
  35. b2c02de Removed pprint.py. by Fred Drake · 27 years ago
  36. b5d2039 Always use spaces for indentation. by Fred Drake · 27 years ago
  37. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
  38. 3f3691e (Demo/parser/FILES, Demo/parser/Makefile, Demo/parser/parser.tex, by Fred Drake · 28 years ago
  39. 8206fb9 Final set of changes by Fred before 1.4beta3 by Guido van Rossum · 28 years ago
  40. 16d27e3 Demos for Fred's parser module by Guido van Rossum · 28 years ago