1. 2037913 Update Demo/parser directory; backport unparse fixes from py3k. by Mark Dickinson · 14 years ago
  2. 0187be0 unparse.py: fix mispaced parentheses in chained comparisons by Mark Dickinson · 14 years ago
  3. b83a1ff Fix typo in test_unparse.py. by Mark Dickinson · 14 years ago
  4. 623b979 Fix some shallow bugs in Demo/parser/unparse.py, and add tests: by Mark Dickinson · 14 years ago
  5. 7c972f9 get unparse to at least unparse its self by Benjamin Peterson · 16 years ago
  6. 35c7bb2 Whitespace normalization. by Tim Peters · 17 years ago
  7. 124df83 Patch #1683328: fixes and enhancements for "unparse" demo. by Georg Brandl · 17 years ago
  8. 2756278 Patch #1552024: add decorator support to unparse.py demo script. by Georg Brandl · 18 years ago
  9. 3daf304 Whitespace normalization. by Tim Peters · 18 years ago
  10. 3fa6c09 Patch #1441452: Add more AST nodes. by Martin v. Löwis · 18 years ago
  11. 87a8b4f unparse.py can now unparse itself. by Martin v. Löwis · 18 years ago
  12. 400cbc3 Set EOL style to native. by Tim Peters · 18 years ago
  13. 710ab3b Whitespace normalization. by Tim Peters · 18 years ago
  14. 5fec904 Start of a source code unparser. by Martin v. Löwis · 18 years ago
  15. 3e98736 Minor spelling nit. by Georg Brandl · 19 years ago
  16. 9880062 Remove some obsolete files, and update the README. by Fred Drake · 24 years ago
  17. 6baec62 Sort the list of files processed before running the test on each. by Fred Drake · 24 years ago
  18. 995285e Moved all the imports to the top. by Fred Drake · 25 years ago
  19. 4117e54 nannified by Guido van Rossum · 26 years ago
  20. b2c02de Removed pprint.py. by Fred Drake · 27 years ago
  21. b5d2039 Always use spaces for indentation. by Fred Drake · 27 years ago
  22. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
  23. 3f3691e (Demo/parser/FILES, Demo/parser/Makefile, Demo/parser/parser.tex, by Fred Drake · 28 years ago
  24. 8206fb9 Final set of changes by Fred before 1.4beta3 by Guido van Rossum · 28 years ago
  25. 16d27e3 Demos for Fred's parser module by Guido van Rossum · 28 years ago