| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some of the old demos. (Put a few somewhere else.) | Georg Brandl | 2010-12-30 | 10 | -1245/+0 |
|
|
* | Make Demo/parser/test_parser.py run. | Mark Dickinson | 2010-07-04 | 1 | -6/+6 |
|
|
* | Unparse infinite imaginary literals correctly. Add some more numeric tests. | Mark Dickinson | 2010-06-30 | 2 | -5/+20 |
|
|
* | Revert accidental extra changes included in r82391. | Mark Dickinson | 2010-06-30 | 2 | -42/+5 |
|
|
* | Issue #9011: Tests for Python 3.2's treatment of negated imaginary literals. | Mark Dickinson | 2010-06-30 | 2 | -5/+42 |
|
|
* | Remove backtick syntax for repr. | Mark Dickinson | 2010-06-30 | 1 | -5/+0 |
|
|
* | Better solution for attribute access on integer literals. | Mark Dickinson | 2010-06-30 | 1 | -14/+8 |
|
|
* | Output try-except-finally statements where appropriate. | Mark Dickinson | 2010-06-30 | 2 | -5/+23 |
|
|
* | Collapse else: if: ... into elif: | Mark Dickinson | 2010-06-30 | 2 | -1/+32 |
|
|
* | Fix typo in unparsing of a class definition. | Mark Dickinson | 2010-06-29 | 2 | -1/+3 |
|
|
* | test_unparse.py: Do roundtrip testing for all Python files in Lib and Lib/test. | Mark Dickinson | 2010-06-29 | 1 | -8/+46 |
|
|
* | More unparse.py fixes: | Mark Dickinson | 2010-06-29 | 2 | -11/+26 |
|
|
* | Add parentheses around numeric literals, to avoid turning 3 .bit_length() int... | Mark Dickinson | 2010-06-29 | 2 | -10/+14 |
|
|
* | unparse.py: respect coding cookie in input files | Mark Dickinson | 2010-06-29 | 1 | -1/+5 |
|
|
* | unparse.py: Typo fix. | Mark Dickinson | 2010-06-28 | 1 | -1/+1 |
|
|
* | Update Demo/parser/unparse.py to current Python 3.x syntax. Additions: | Mark Dickinson | 2010-06-28 | 2 | -54/+194 |
|
|
* | Merged revisions 82345 via svnmerge from | Mark Dickinson | 2010-06-28 | 2 | -1/+5 |
|
|
* | Merged revisions 82338,82340-82341 via svnmerge from | Mark Dickinson | 2010-06-28 | 2 | -6/+77 |
|
|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via sv... | Benjamin Peterson | 2008-08-19 | 1 | -2/+2 |
|
|
* | Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin... | Collin Winter | 2007-07-17 | 3 | -18/+19 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -51/+50 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 2 | -2/+2 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -0/+3 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -10/+0 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -14/+235 |
|
|
* | unparse.py can now unparse itself. | Martin v. Löwis | 2006-02-28 | 1 | -2/+139 |
|
|
* | Set EOL style to native. | Tim Peters | 2006-02-28 | 1 | -158/+158 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-02-28 | 1 | -158/+158 |
|
|
* | Start of a source code unparser. | Martin v. Löwis | 2006-02-27 | 2 | -0/+164 |
|
|
* | Minor spelling nit. | Georg Brandl | 2005-08-25 | 1 | -1/+1 |
|
|
* | Remove some obsolete files, and update the README. | Fred Drake | 2000-10-23 | 3 | -113/+0 |
|
|
* | Sort the list of files processed before running the test on each. | Fred Drake | 2000-08-23 | 1 | -3/+1 |
|
|
* | Moved all the imports to the top. | Fred Drake | 1999-11-19 | 1 | -9/+5 |
|
|
* | nannified | Guido van Rossum | 1998-09-14 | 3 | -100/+100 |
|
|
* | Removed pprint.py. | Fred Drake | 1997-04-16 | 2 | -137/+0 |
|
|
* | Always use spaces for indentation. | Fred Drake | 1997-04-15 | 1 | -17/+16 |
|
|
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
|
|
* | (Demo/parser/FILES, Demo/parser/Makefile, Demo/parser/parser.tex, | Fred Drake | 1996-09-12 | 4 | -13/+132 |
|
|
* | Final set of changes by Fred before 1.4beta3 | Guido van Rossum | 1996-08-26 | 5 | -104/+150 |
|
|
* | Demos for Fred's parser module | Guido van Rossum | 1996-08-21 | 9 | -0/+491 |
|
|