summaryrefslogtreecommitdiffstats
path: root/Parser/Python.asdl
Commit message (Expand)AuthorAgeFilesLines
* bpo-37593: Swap the positions of posonlyargs and args in the constructor of a...Miss Islington (bot)2019-07-141-1/+1
* bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node i...Eric V. Smith2019-05-271-1/+1
* bpo-36878: Track extra text added to 'type: ignore' in the AST (GH-13479)Michael J. Sullivan2019-05-221-2/+1
* bpo-36817: Add f-string debugging using '='. (GH-13123)Eric V. Smith2019-05-081-1/+1
* bpo-36540: PEP 570 -- Implementation (GH-12701)Pablo Galindo2019-04-291-2/+2
* bpo-36280: Add Constant.kind field (GH-12295)Guido van Rossum2019-03-131-1/+1
* bpo-36187: Remove NamedStore. (GH-12167)Serhiy Storchaka2019-03-051-1/+1
* bpo-35766: Merge typed_ast back into CPython (GH-11645)Guido van Rossum2019-01-311-9/+14
* bpo-35224: PEP 572 Implementation (#10497)Emily Morehouse2019-01-241-1/+2
* bpo-33416: Add end positions to Python AST (GH-11605)Ivan Levkivskyi2019-01-221-4/+4
* bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)Serhiy Storchaka2018-09-271-10/+2
* bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)Serhiy Storchaka2018-05-291-7/+4
* bpo-29463: Add docstring field to some AST nodes. (#46)INADA Naoki2017-02-221-4/+7
* Issue #28008: Implement PEP 530 -- asynchronous comprehensions.Yury Selivanov2016-09-091-1/+1
* Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-091-0/+2
* Add ast.ConstantVictor Stinner2016-01-251-1/+6
* Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation...Eric V. Smith2015-09-191-0/+2
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-121-1/+7
* PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-061-6/+3
* Removed trailing whitespaces in miscalenous files.Serhiy Storchaka2015-04-031-8/+8
* PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-101-1/+1
* unify some ast.argument's attrs; change Attribute column offset (closes #16795)Benjamin Peterson2013-03-181-4/+4
* create NameConstant AST class for None, True, and False literals (closes #16619)Benjamin Peterson2012-12-061-2/+2
* Issue #16546: make ast.YieldFrom argument mandatory.Mark Dickinson2012-11-251-1/+1
* murder tabsBenjamin Peterson2012-01-161-98/+98
* make YieldFrom its own distinct from Yield (closes #13780)Benjamin Peterson2012-01-141-1/+2
* Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-1/+1
* add a asdl bytes type, so Bytes.s be properly typecheckedBenjamin Peterson2011-08-091-2/+2
* comment which is not applicable anymoreBenjamin Peterson2011-07-151-1/+0
* unify TryExcept and TryFinally (closes #12199)Benjamin Peterson2011-05-291-2/+1
* reflect with statements with multiple items in the AST (closes #12106)Benjamin Peterson2011-05-271-1/+3
* convert ast versioning to mercurialBenjamin Peterson2011-03-131-1/+1
* Merged revisions 82160 via svnmerge fromBenjamin Peterson2010-06-221-1/+1
* Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,...Benjamin Peterson2009-06-281-1/+1
* there are only four asdl builtin types in py3kBenjamin Peterson2008-12-061-1/+1
* Merged revisions 62047 via svnmerge fromNeal Norwitz2008-03-311-5/+2
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-2/+1
* Merged revisions 56154-56264 via svnmerge fromGuido van Rossum2007-07-111-1/+2
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-2/+3
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-2/+1
* Merged revisions 55225-55227,55229-55269 via svnmerge fromGuido van Rossum2007-05-111-0/+1
* Hide list comp variables and support set comprehensionsNick Coghlan2007-04-151-0/+1
* Implement PEP 3115 -- new metaclass syntax and semantics.Guido van Rossum2007-03-181-1/+6
* Provisional implementation of PEP 3104.Jeremy Hylton2007-02-271-0/+1
* bool is no longer required, it was only used for the print statementNeal Norwitz2007-02-261-1/+1
* Touch file to regenerate Python-ast.[ch]Thomas Wouters2007-02-231-0/+1
* Bytes literal.Thomas Wouters2007-02-231-0/+1
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-1/+1
* * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.Georg Brandl2007-02-091-3/+0
* Some more changes related to the new except syntax and semantics,Guido van Rossum2007-01-101-1/+1