COMMITS
/ Include/Python-ast.h November 2, 2020
V
bpo-41796: Make _ast module state per interpreter (GH-23024)
Victor Stinner committed
September 16, 2020
P
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo committed
April 1, 2020
P
bpo-40141: Add line and column information to ast.keyword nodes (GH-19283)
Pablo Galindo committed
March 17, 2020
S
bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038)
Serhiy Storchaka committed
March 15, 2020
B
bpo-39969: Remove ast.Param node class as is no longer used (GH-19020)
Batuhan Taşkaya committed
March 10, 2020
S
bpo-34822: Simplify AST for subscription. (GH-9605)
Serhiy Storchaka committed
March 4, 2020
B
bpo-39639: Remove the AST "Suite" node and associated code (GH-18513)
Batuhan Taşkaya committed
September 12, 2019
Z
bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (#14634)
Zackery Spytz committed
July 14, 2019
June 13, 2019
V
bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020)
Victor Stinner committed
May 27, 2019
E
bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node instead (GH-13597)
Eric V. Smith committed
May 22, 2019
M
bpo-36878: Track extra text added to 'type: ignore' in the AST (GH-13479)
Michael J. Sullivan committed
May 8, 2019
E
bpo-36817: Add f-string debugging using '='. (GH-13123)
Eric V. Smith committed
April 29, 2019
P
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo committed
March 13, 2019
G
bpo-36280: Add Constant.kind field (GH-12295)
Guido van Rossum committed
March 7, 2019
G
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Guido van Rossum committed
March 5, 2019
S
bpo-36187: Remove NamedStore. (GH-12167)
Serhiy Storchaka committed
January 31, 2019
G
bpo-35766: Merge typed_ast back into CPython (GH-11645)
Guido van Rossum committed
January 24, 2019
E
bpo-35224: PEP 572 Implementation (#10497)
Emily Morehouse committed
January 22, 2019
I
bpo-33416: Add end positions to Python AST (GH-11605)
Ivan Levkivskyi committed
November 22, 2018
V
bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664)
Victor Stinner committed
November 11, 2018
V
bpo-35177: Add dependencies between header files (GH-10361)
Victor Stinner committed
September 27, 2018
S
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
Serhiy Storchaka committed
May 29, 2018
S
bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)
Serhiy Storchaka committed
September 15, 2017
S
bpo-31464: asdl_c.py no longer emits trailing spaces in Python-ast.h. (#3568)
Serhiy Storchaka committed
February 22, 2017
I
bpo-29463: Add docstring field to some AST nodes. (#46)
INADA Naoki committed
September 9, 2016
Y
Issue #28008: Implement PEP 530 -- asynchronous comprehensions.
Yury Selivanov committed
Y
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov committed
January 25, 2016
V
Add ast.Constant
Victor Stinner committed
November 6, 2015
V
Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when
Victor Stinner committed
September 19, 2015
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