| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 55270-55324 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -1370/+0 |
|
|
* | Fix the compiler package w.r.t. the new metaclass syntax. | Guido van Rossum | 2007-03-19 | 1 | -5/+19 |
|
|
* | Bytes literal. | Thomas Wouters | 2007-02-23 | 1 | -0/+14 |
|
|
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 | 1 | -1/+1 |
|
|
* | * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. | Georg Brandl | 2007-02-09 | 1 | -44/+0 |
|
|
* | PEP 3107 - Function Annotations thanks to Tony Lownds | Neal Norwitz | 2006-12-28 | 1 | -12/+76 |
|
|
* | Jiwon Seo's PEP 3102 implementation. | Guido van Rossum | 2006-10-27 | 1 | -4/+9 |
|
|
* | Patch #1550786: ellipsis literal. | Georg Brandl | 2006-09-06 | 1 | -13/+0 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -26/+0 |
|
|
* | SF patch 1547796 by Georg Brandl -- set literals. | Guido van Rossum | 2006-08-28 | 1 | -3/+17 |
|
|
* | Vestige of code from removing backticks. | Brett Cannon | 2006-08-27 | 1 | -14/+0 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -3/+1 |
|
|
* | Ok, compiler.transformer can really be imported now | Neal Norwitz | 2006-03-24 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-03-04 | 1 | -3/+3 |
|
|
* | Add support for absolute/relative imports and if/else expressions: | Thomas Wouters | 2006-03-03 | 1 | -6/+23 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-02-28 | 1 | -3/+3 |
|
|
* | PEP 343 -- the with-statement. | Guido van Rossum | 2006-02-27 | 1 | -3/+28 |
|
|
* | Fix compiler.ast.flatten function so that it works on lists. | Neil Schemenauer | 2005-06-02 | 1 | -4/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-09-12 | 1 | -4/+4 |
|
|
* | compiler.transformer: correct lineno attribute when possible | Jeremy Hylton | 2004-09-07 | 1 | -229/+205 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-08-04 | 1 | -2/+2 |
|
|
* | PEP-0318, @decorator-style. In Guido's words: | Anthony Baxter | 2004-08-02 | 1 | -629/+652 |
|
|
* | SF patch #872326: Generator expression implementation | Raymond Hettinger | 2004-05-19 | 1 | -0/+76 |
|
|
* | Comment typo fixes | Andrew M. Kuchling | 2003-08-11 | 1 | -1/+1 |
|
|
* | Patch #521714: fix pychecker warnings in ast.py. | Martin v. Löwis | 2002-02-23 | 1 | -124/+124 |
|
|
* | Merge of the release22 branch changes back into the trunk. | Barry Warsaw | 2001-12-21 | 1 | -0/+15 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-10-18 | 1 | -1/+1 |
|
|
* | Re-created after change to astgen to calculate hardest_arg correctly | Jeremy Hylton | 2001-09-17 | 1 | -577/+603 |
|
|
* | the names attribute of Global is not a node | Jeremy Hylton | 2001-09-14 | 1 | -1/+1 |
|
|
* | Revise implementations of getChildren() and getChildNodes(). | Jeremy Hylton | 2001-08-29 | 1 | -100/+602 |
|
|
* | Generate correct reprs for Mul, Add, etc. | Jeremy Hylton | 2001-08-18 | 1 | -20/+8 |
|
|
* | Add Yield() node | Jeremy Hylton | 2001-08-18 | 1 | -0/+12 |
|
|
* | Fix typo in astgen script | Jeremy Hylton | 2001-08-14 | 1 | -1/+1 |
|
|
* | Regenerated from new ast.txt and new astgen.py | Jeremy Hylton | 2001-08-14 | 1 | -12/+23 |
|
|
* | Generated from rev 1.1 of ast.txt | Jeremy Hylton | 2000-10-25 | 1 | -677/+606 |
|
|
* | Now supports entire Python 2.0 language and still supports Python | Jeremy Hylton | 2000-10-13 | 1 | -6/+55 |
|
|
* | patches from Mark Hammond | Jeremy Hylton | 2000-05-02 | 1 | -3/+5 |
|
|
* | change node Classdef to Class | Jeremy Hylton | 2000-03-06 | 1 | -4/+4 |
|
|
* | add varargs and kwargs flags to Lambda nodes | Jeremy Hylton | 2000-02-17 | 1 | -0/+5 |
|
|
* | tidy up tryexcept and tryfinally nodes | Jeremy Hylton | 2000-02-15 | 1 | -14/+20 |
|
|
* | LeftShift & RightShift: fix reprs, change attr names to left and right | Jeremy Hylton | 2000-02-14 | 1 | -10/+10 |
|
|
* | rename several of the generic attribute names for nodes. new node attrs are: | Jeremy Hylton | 2000-02-14 | 1 | -12/+12 |
|
|
* | make all unary operators have a single child node called expr | Jeremy Hylton | 2000-02-08 | 1 | -4/+4 |
|
|
* | move constants out of transformer so that they can be shared with ast | Jeremy Hylton | 2000-02-08 | 1 | -0/+7 |
|
|
* | three files from the p2c cvs tree. the message here indicates the | Jeremy Hylton | 2000-02-04 | 1 | -0/+689 |
|
|