COMMITS
/ Include/Python-ast.h May 12, 2015
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov committed
May 6, 2015
B
PEP 448: additional unpacking generalizations (closes #2292)
Benjamin Peterson committed
April 10, 2014
B
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson committed
July 26, 2013
V
(Merge 3.3) According to the PEP 7, C code must "use 4-space indents"
Victor Stinner committed
V
According to the PEP 7, C code must "use 4-space indents"
Victor Stinner committed
March 18, 2013
B
unify some ast.argument's attrs; change Attribute column offset (closes #16795)
Benjamin Peterson committed
December 6, 2012
B
create NameConstant AST class for None, True, and False literals (closes #16619)
Benjamin Peterson committed
January 14, 2012
B
make YieldFrom its own distinct from Yield (closes #13780)
Benjamin Peterson committed
January 13, 2012
N
Implement PEP 380 - 'yield from' (closes #11682)
Nick Coghlan committed
August 9, 2011
B
forgotten in f578ca44193d
Benjamin Peterson committed
May 29, 2011
B
unify TryExcept and TryFinally (closes #12199)
Benjamin Peterson committed
May 27, 2011
B
reflect with statements with multiple items in the AST (closes #12106)
Benjamin Peterson committed
March 31, 2008
N
Merged revisions 62047 via svnmerge from
Neal Norwitz committed
N
Merged revisions 62039-62042 via svnmerge from
Neal Norwitz committed
March 30, 2008
M
Merged revisions 62004 via svnmerge from
Martin v. Löwis 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 24, 2007
G
Make bytes_repr return a string containing a b"" literal.
Georg Brandl committed
February 23, 2007
T
Prevent regeneration.
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
February 1, 2007
T
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters 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
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
February 26, 2006
M
Generate code to recursively copy an AST into
Martin v. Löwis committed
December 17, 2005
N
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz committed
December 11, 2005
N
SF #1373150, diffs in working copy after a build
Neal Norwitz committed
November 13, 2005
N
Whoops, checkin consistent versions of *all* files to stop polluting
Neal Norwitz committed
N
Prevent name pollution by making lots of internal functions static.
Neal Norwitz committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed