summaryrefslogtreecommitdiff
path: root/Demo/parser
Commit message (Expand)AuthorAgeFilesLines
* Update Demo/parser directory; backport unparse fixes from py3k.Mark Dickinson2010-06-305-170/+297
* unparse.py: fix mispaced parentheses in chained comparisonsMark Dickinson2010-06-282-1/+5
* Fix typo in test_unparse.py.Mark Dickinson2010-06-281-1/+1
* Fix some shallow bugs in Demo/parser/unparse.py, and add tests:Mark Dickinson2010-06-282-6/+77
* get unparse to at least unparse its selfBenjamin Peterson2008-08-191-2/+2
* Whitespace normalization.Tim Peters2007-04-251-1/+1
* Patch #1683328: fixes and enhancements for "unparse" demo.Georg Brandl2007-03-191-51/+50
* Patch #1552024: add decorator support to unparse.py demo script.Georg Brandl2006-10-271-0/+3
* Whitespace normalization.Tim Peters2006-04-101-19/+19
* Patch #1441452: Add more AST nodes.Martin v. Löwis2006-04-101-15/+236
* unparse.py can now unparse itself.Martin v. Löwis2006-02-281-2/+139
* Set EOL style to native.Tim Peters2006-02-281-158/+158
* Whitespace normalization.Tim Peters2006-02-281-158/+158
* Start of a source code unparser.Martin v. Löwis2006-02-272-0/+164
* Minor spelling nit.Georg Brandl2005-08-251-1/+1
* Remove some obsolete files, and update the README.Fred Drake2000-10-233-113/+0
* Sort the list of files processed before running the test on each.Fred Drake2000-08-231-3/+1
* Moved all the imports to the top.Fred Drake1999-11-191-9/+5
* nannifiedGuido van Rossum1998-09-143-100/+100
* Removed pprint.py.Fred Drake1997-04-162-137/+0
* Always use spaces for indentation.Fred Drake1997-04-151-17/+16
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
* (Demo/parser/FILES, Demo/parser/Makefile, Demo/parser/parser.tex,Fred Drake1996-09-124-13/+132
* Final set of changes by Fred before 1.4beta3Guido van Rossum1996-08-265-104/+150
* Demos for Fred's parser moduleGuido van Rossum1996-08-219-0/+491