Commits
User selector
Commit History
Commits on Dec 14, 2021
Commits on Nov 16, 2021
bpo-45753: Make recursion checks more efficient. (GH-29524)
Show description for b931077authored
Commits on Jul 29, 2021
Commits on Jul 28, 2021
Commits on Apr 29, 2021
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Show description for 1e7b858andauthored
Commits on Apr 25, 2021
Commits on Mar 23, 2021
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Show description for 94faa07authored
Commits on Mar 18, 2021
bpo-43244: Remove the PyAST_Validate() function (GH-24911)
Show description for eec8e61authored
Commits on Feb 26, 2021
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Show description for 145bf26authored
Commits on Oct 10, 2020
bpo-42000: Cleanup the AST related C-code (GH-22641)
Show description for 02a1603authored
Commits on Sep 16, 2020
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Show description for a5634c4authored
Commits on Jun 20, 2020
bpo-40939: Remove the old parser (Part 2) (GH-21005)
Show description for 314858eauthored
Commits on Jun 11, 2020
bpo-40939: Remove the old parser (GH-20768)
Show description for 1ed83adauthored
Commits on Jun 6, 2020
Commits on May 27, 2020
bpo-40614: Respect feature version for f-string debug expressions (GH-20196)
Show description for c116c94authored
Commits on May 15, 2020
bpo-40334: Correctly identify invalid target in assignment errors (GH-20076)
Show description for 16ab070andauthored
Commits on Apr 11, 2020
Commits on Apr 1, 2020
Commits on Mar 25, 2020
Commits on Mar 19, 2020
bpo-40000: Improve error messages when validating invalid ast.Constant nodes (GH-19055)
Show description for 0ac59f9andauthored
Commits on Mar 17, 2020
Commits on Mar 15, 2020
Commits on Mar 10, 2020
bpo-34822: Simplify AST for subscription. (GH-9605)
Show description for 13d52c2authored
Commits on Mar 4, 2020
bpo-39639: Remove the AST "Suite" node and associated code (GH-18513)
Show description for d82e469authored
Commits on Mar 3, 2020
Commits on Feb 12, 2020
Commits on Feb 7, 2020
Commits on Jan 9, 2020
bpo-39235: Fix end location for genexp in call args (GH-17925)
Show description for a796d8eauthored andcommitted
Commits on Jan 1, 2020
- authored andcommitted
Commits on Dec 18, 2019
bpo-39080: Starred Expression's column offset fix when inside a CALL (GH-17645)
Show description for 50d4f12andcommitted
Commits on Dec 15, 2019
The comment in ast_for_namedexpr shouldn't include if_stmt (GH-17586)
Show description for b08d3f7authored andcommitted
Commits on Dec 14, 2019
- authored andcommitted
Commits on Dec 12, 2019
bpo-39031: Include elif keyword when producing lineno/col-offset info for if_stmt (GH-17582)
Show description for 025a602authored andcommitted