COMMITS
/ Parser/Python.asdl March 31, 2008
N
Merged revisions 62047 via svnmerge from
Neal Norwitz committed
August 31, 2007
C
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
Collin Winter committed
July 11, 2007
G
Merged revisions 56154-56264 via svnmerge from
Guido van Rossum committed
May 22, 2007
G
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum committed
May 15, 2007
G
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum committed
May 11, 2007
G
Merged revisions 55225-55227,55229-55269 via svnmerge from
Guido van Rossum committed
April 15, 2007
N
Hide list comp variables and support set comprehensions
Nick Coghlan committed
March 18, 2007
G
Implement PEP 3115 -- new metaclass syntax and semantics.
Guido van Rossum committed
February 27, 2007
J
Provisional implementation of PEP 3104.
Jeremy Hylton committed
February 26, 2007
N
bool is no longer required, it was only used for the print statement
Neal Norwitz committed
February 23, 2007
T
Touch file to regenerate Python-ast.[ch]
Thomas Wouters committed
T
Bytes literal.
Thomas Wouters committed
T
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters committed
February 9, 2007
G
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
Georg Brandl committed
January 10, 2007
G
Some more changes related to the new except syntax and semantics,
Guido van Rossum committed
December 28, 2006
N
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz committed
October 27, 2006
G
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum committed
September 6, 2006
G
Patch #1550786: ellipsis literal.
Georg Brandl committed
G
Patch #1550800: make exec a function.
Georg Brandl committed
August 28, 2006
G
SF patch 1547796 by Georg Brandl -- set literals.
Guido van Rossum committed
August 25, 2006
B
Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the
Brett Cannon committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 1, 2006
M
Patch #1440601: Add col_offset attribute to AST nodes.
Martin v. Löwis committed
February 28, 2006
T
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters committed
M
Add support for version field on Modules
Martin v. Löwis committed
February 27, 2006
G
PEP 343 -- the with-statement.
Guido van Rossum committed
T
PEP 308 implementation, including minor refdocs and some testcases. It
Thomas Wouters committed
January 27, 2006
J
Improved handling of syntax errors.
Jeremy Hylton committed
November 15, 2005
N
Thou shalt not lie, there are really 5 types now
Neal Norwitz committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed