COMMITS
/ Tools/parser/unparse.py January 25, 2019
V
bpo-35224: Add support for NamedExpr to unparse.py (GH-11670)
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
February 22, 2017
I
bpo-29463: Add docstring field to some AST nodes. (#46)
INADA Naoki committed
September 9, 2016
Y
Issue #28008: Fix test_unparse
Yury Selivanov committed
Y
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov committed
March 6, 2016
B
Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py
Berker Peksag committed
B
Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py
Berker Peksag committed
January 25, 2016
V
Add ast.Constant
Victor Stinner committed
September 20, 2015
E
Issue 25180: Fix Tools/parser/unparse.py for f-strings. Patch by Martin Panter.
Eric V. Smith committed
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
teach unparse about matrix multiplication
Benjamin Peterson 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
July 7, 2012
F
Some cleanup in the Tools directory.
Florent Xicluna committed
May 6, 2012
M
Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. Grammar.
Mark Dickinson committed
M
Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py.
Mark Dickinson committed
December 30, 2010
G
Remove some of the old demos. (Put a few somewhere else.)
Georg Brandl committed