aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Include/Python-ast.h
Commit message (Expand)AuthorAge
* bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)Victor Stinner2021-03-23
* bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)Brandt Bucher2021-02-26
* bpo-41796: Make _ast module state per interpreter (GH-23024)Victor Stinner2020-11-02
* bpo-41746: Add type information to asdl_seq objects (GH-22223)Pablo Galindo2020-09-16
* bpo-40141: Add line and column information to ast.keyword nodes (GH-19283)Pablo Galindo2020-04-02
* bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038)Serhiy Storchaka2020-03-17
* bpo-39969: Remove ast.Param node class as is no longer used (GH-19020)Batuhan Taşkaya2020-03-15
* bpo-34822: Simplify AST for subscription. (GH-9605)Serhiy Storchaka2020-03-10
* bpo-39639: Remove the AST "Suite" node and associated code (GH-18513)Batuhan Taşkaya2020-03-04
* bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (#14634)Zackery Spytz2019-09-12
* bpo-37593: Swap the positions of posonlyargs and args in the constructor of a...Pablo Galindo2019-07-14
* bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020)Victor Stinner2019-06-13
* bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node i...Eric V. Smith2019-05-27
* bpo-36878: Track extra text added to 'type: ignore' in the AST (GH-13479)Michael J. Sullivan2019-05-22
* bpo-36817: Add f-string debugging using '='. (GH-13123)Eric V. Smith2019-05-08
* bpo-36540: PEP 570 -- Implementation (GH-12701)Pablo Galindo2019-04-29
* bpo-36280: Add Constant.kind field (GH-12295)Guido van Rossum2019-03-13
* bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)Guido van Rossum2019-03-07
* bpo-36187: Remove NamedStore. (GH-12167)Serhiy Storchaka2019-03-05
* bpo-35766: Merge typed_ast back into CPython (GH-11645)Guido van Rossum2019-01-31
* bpo-35224: PEP 572 Implementation (#10497)Emily Morehouse2019-01-24
* bpo-33416: Add end positions to Python AST (GH-11605)Ivan Levkivskyi2019-01-22
* bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664)Victor Stinner2018-11-22
* bpo-35177: Add dependencies between header files (GH-10361)Victor Stinner2018-11-12
* bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)Serhiy Storchaka2018-09-27
* bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)Serhiy Storchaka2018-05-29
* bpo-31464: asdl_c.py no longer emits trailing spaces in Python-ast.h. (#3568)Serhiy Storchaka2017-09-14
* bpo-29463: Add docstring field to some AST nodes. (#46)INADA Naoki2017-02-22
* Issue #28008: Implement PEP 530 -- asynchronous comprehensions.Yury Selivanov2016-09-09
* Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-08
* Add ast.ConstantVictor Stinner2016-01-26
* Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node whenVictor Stinner2015-11-06
* Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation...Eric V. Smith2015-09-19
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-11
* PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-05
* PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-09
* (Merge 3.3) According to the PEP 7, C code must "use 4-space indents"Victor Stinner2013-07-27
|\
| * According to the PEP 7, C code must "use 4-space indents"Victor Stinner2013-07-27
* | unify some ast.argument's attrs; change Attribute column offset (closes #16795)Benjamin Peterson2013-03-18
* | create NameConstant AST class for None, True, and False literals (closes #16619)Benjamin Peterson2012-12-06
|/
* make YieldFrom its own distinct from Yield (closes #13780)Benjamin Peterson2012-01-14
* Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-13
* forgotten in f578ca44193dBenjamin Peterson2011-08-09
* unify TryExcept and TryFinally (closes #12199)Benjamin Peterson2011-05-29
* reflect with statements with multiple items in the AST (closes #12106)Benjamin Peterson2011-05-27
* Merged revisions 62047 via svnmerge fromNeal Norwitz2008-03-31
* Merged revisions 62039-62042 via svnmerge fromNeal Norwitz2008-03-31
* Merged revisions 62004 via svnmerge fromMartin v. Löwis2008-03-30
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-31
* Merged revisions 56154-56264 via svnmerge fromGuido van Rossum2007-07-11