summaryrefslogtreecommitdiffstats
path: root/Include/Python-ast.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-36817: Add f-string debugging using '='. (GH-13123)Eric V. Smith2019-05-081-3/+4
* bpo-36540: PEP 570 -- Implementation (GH-12701)Pablo Galindo2019-04-291-4/+6
* bpo-36280: Add Constant.kind field (GH-12295)Guido van Rossum2019-03-131-3/+4
* bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)Guido van Rossum2019-03-071-0/+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-30/+64
* bpo-35224: PEP 572 Implementation (#10497)Emily Morehouse2019-01-241-9/+18
* bpo-33416: Add end positions to Python AST (GH-11605)Ivan Levkivskyi2019-01-221-114/+160
* bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664)Victor Stinner2018-11-221-1/+1
* bpo-35177: Add dependencies between header files (GH-10361)Victor Stinner2018-11-111-0/+13
* bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)Serhiy Storchaka2018-09-271-32/+4
* bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)Serhiy Storchaka2018-05-291-15/+10
* bpo-31464: asdl_c.py no longer emits trailing spaces in Python-ast.h. (#3568)Serhiy Storchaka2017-09-151-59/+59
* bpo-29463: Add docstring field to some AST nodes. (#46)INADA Naoki2017-02-221-10/+15
* Issue #28008: Implement PEP 530 -- asynchronous comprehensions.Yury Selivanov2016-09-091-2/+3
* Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-091-5/+16
* Add ast.ConstantVictor Stinner2016-01-251-3/+10
* Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node whenVictor Stinner2015-11-061-2/+3
* Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation...Eric V. Smith2015-09-191-3/+20
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-121-11/+48
* PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-061-12/+6
* PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-101-3/+3
* (Merge 3.3) According to the PEP 7, C code must "use 4-space indents"Victor Stinner2013-07-261-303/+303
|\
| * According to the PEP 7, C code must "use 4-space indents"Victor Stinner2013-07-261-299/+299
* | unify some ast.argument's attrs; change Attribute column offset (closes #16795)Benjamin Peterson2013-03-181-10/+9
* | create NameConstant AST class for None, True, and False literals (closes #16619)Benjamin Peterson2012-12-061-2/+10
|/
* make YieldFrom its own distinct from Yield (closes #13780)Benjamin Peterson2012-01-141-8/+13
* Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-2/+4
* forgotten in f578ca44193dBenjamin Peterson2011-08-091-2/+2
* unify TryExcept and TryFinally (closes #12199)Benjamin Peterson2011-05-291-15/+8
* reflect with statements with multiple items in the AST (closes #12106)Benjamin Peterson2011-05-271-5/+14
* Merged revisions 62047 via svnmerge fromNeal Norwitz2008-03-311-5/+12
* Merged revisions 62039-62042 via svnmerge fromNeal Norwitz2008-03-311-1/+1
* Merged revisions 62004 via svnmerge fromMartin v. Löwis2008-03-301-0/+2
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-6/+5
* Merged revisions 56154-56264 via svnmerge fromGuido van Rossum2007-07-111-5/+14
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-6/+8
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-17/+4
* Merged revisions 55225-55227,55229-55269 via svnmerge fromGuido van Rossum2007-05-111-1/+10
* Hide list comp variables and support set comprehensionsNick Coghlan2007-04-151-4/+12
* Implement PEP 3115 -- new metaclass syntax and semantics.Guido van Rossum2007-03-181-2/+6
* Provisional implementation of PEP 3104.Jeremy Hylton2007-02-271-1/+9
* Make bytes_repr return a string containing a b"" literal.Georg Brandl2007-02-241-1/+0
* Prevent regeneration.Thomas Wouters2007-02-231-0/+1
* Bytes literal.Thomas Wouters2007-02-231-3/+9
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-1/+1
* * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.Georg Brandl2007-02-091-15/+5
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-89/+149
* Some more changes related to the new except syntax and semantics,Guido van Rossum2007-01-101-3/+3
* PEP 3107 - Function Annotations thanks to Tony LowndsNeal Norwitz2006-12-281-4/+28