summaryrefslogtreecommitdiff
path: root/Demo/parser
Commit message (Expand)AuthorAgeFilesLines
* Make Demo/parser/test_parser.py run.Mark Dickinson2010-07-041-6/+6
* Unparse infinite imaginary literals correctly. Add some more numeric tests.Mark Dickinson2010-06-302-5/+20
* Revert accidental extra changes included in r82391.Mark Dickinson2010-06-302-42/+5
* Issue #9011: Tests for Python 3.2's treatment of negated imaginary literals.Mark Dickinson2010-06-302-5/+42
* Remove backtick syntax for repr.Mark Dickinson2010-06-301-5/+0
* Better solution for attribute access on integer literals.Mark Dickinson2010-06-301-14/+8
* Output try-except-finally statements where appropriate.Mark Dickinson2010-06-302-5/+23
* Collapse else: if: ... into elif:Mark Dickinson2010-06-302-1/+32
* Fix typo in unparsing of a class definition.Mark Dickinson2010-06-292-1/+3
* test_unparse.py: Do roundtrip testing for all Python files in Lib and Lib/test.Mark Dickinson2010-06-291-8/+46
* More unparse.py fixes:Mark Dickinson2010-06-292-11/+26
* Add parentheses around numeric literals, to avoid turning 3 .bit_length() int...Mark Dickinson2010-06-292-10/+14
* unparse.py: respect coding cookie in input filesMark Dickinson2010-06-291-1/+5
* unparse.py: Typo fix.Mark Dickinson2010-06-281-1/+1
* Update Demo/parser/unparse.py to current Python 3.x syntax. Additions:Mark Dickinson2010-06-282-54/+194
* Merged revisions 82345 via svnmerge fromMark Dickinson2010-06-282-1/+5
* Merged revisions 82338,82340-82341 via svnmerge fromMark Dickinson2010-06-282-6/+77
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via sv...Benjamin Peterson2008-08-191-2/+2
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin...Collin Winter2007-07-173-18/+19
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-51/+50
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-102-2/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+3
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-10/+0
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-14/+235
* 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