COMMITS
/ Parser/Python.asdl 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 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
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: 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
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 3, 2015
S
Removed trailing whitespaces in miscalenous files.
Serhiy Storchaka committed
April 10, 2014
B
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
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
November 25, 2012
M
Issue #16546: make ast.YieldFrom argument mandatory.
Mark Dickinson committed
January 16, 2012
B
murder tabs
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
add a asdl bytes type, so Bytes.s be properly typechecked
Benjamin Peterson committed
July 15, 2011
B
comment which is not applicable anymore
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 13, 2011
B
convert ast versioning to mercurial
Benjamin Peterson committed
June 22, 2010
B
Merged revisions 82160 via svnmerge from
Benjamin Peterson committed
June 28, 2009
December 6, 2008
B
there are only four asdl builtin types in py3k
Benjamin Peterson committed
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