Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-43892: Make match patterns explicit in the AST (GH-25585) | Nick Coghlan | 2021-04-29 | 1 | -19/+89 |
* | bpo-43798: Add source location attributes to alias (GH-25324) | Matthew Suozzo | 2021-04-10 | 1 | -1/+7 |
* | bpo-43244: Rename pycore_ast.h functions to _PyAST_xxx() (GH-25252) | Victor Stinner | 2021-04-07 | 1 | -230/+171 |
* | bpo-43244: Remove Yield macro from pycore_ast.h (GH-25243) | Victor Stinner | 2021-04-07 | 1 | -3/+0 |
* | bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933) | Victor Stinner | 2021-03-23 | 1 | -2/+816 |
* | bpo-43244: Remove the PyAST_Validate() function (GH-24911) | Victor Stinner | 2021-03-18 | 1 | -0/+2 |
* | bpo-43244: Add pycore_ast.h header file (GH-24908) | Victor Stinner | 2021-03-17 | 1 | -0/+25 |
* | bpo-43244: Rename pycore_ast.h to pycore_ast_state.h (GH-24907) | Victor Stinner | 2021-03-17 | 1 | -244/+0 |
* | bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) | Brandt Bucher | 2021-02-26 | 1 | -0/+10 |
* | bpo-41796: Make _ast module state per interpreter (GH-23024) | Victor Stinner | 2020-11-02 | 1 | -0/+234 |