COMMITS
/ Python/ast_opt.c April 30, 2021
B
bpo-43892: Validate the first term of complex literal value patterns (GH-25735)
Brandt Bucher committed
April 29, 2021
N
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Nick Coghlan committed
April 25, 2021
S
bpo-42609: Check recursion depth in the AST validator and optimizer (GH-23744)
Serhiy Storchaka committed
April 21, 2021
P
bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490)
Pablo Galindo committed
April 7, 2021
V
bpo-43244: Rename pycore_ast.h functions to _PyAST_xxx() (GH-25252)
Victor Stinner committed
V
bpo-43244: Remove Yield macro from pycore_ast.h (GH-25243)
Victor Stinner committed
March 24, 2021
V
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner committed
March 23, 2021
V
bpo-43244: Add pycore_compile.h header file (GH-25000)
Victor Stinner committed
March 17, 2021
V
bpo-43244: Add pycore_ast.h header file (GH-24908)
Victor Stinner committed
February 26, 2021
B
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher committed
November 7, 2020
N
bpo-42282: Fold constants inside named expressions (GH-23190)
Nick Coghlan committed
October 6, 2020
B
bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)
Batuhan Taskaya committed
September 16, 2020
P
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo committed
April 22, 2020
P
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo committed
April 14, 2020
P
bpo-39522: Always initialise kind attribute in constant ast nodes (GH-19525)
Pablo Galindo committed
March 18, 2020
P
bpo-39220: Do not optimise annotation if 'from __future__ import annotations' is used (GH-17866)
Pablo Galindo committed
March 10, 2020
S
bpo-34822: Simplify AST for subscription. (GH-9605)
Serhiy Storchaka committed
March 4, 2020
B
bpo-39639: Remove the AST "Suite" node and associated code (GH-18513)
Batuhan Taşkaya committed
January 5, 2020
A
Fix constant folding optimization for positional only arguments (GH-17837)
Anthony Sottile committed
January 22, 2019
I
bpo-33416: Add end positions to Python AST (GH-11605)
Ivan Levkivskyi committed
November 11, 2018
V
bpo-35177: Add dependencies between header files (GH-10361)
Victor Stinner committed
September 27, 2018
S
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
Serhiy Storchaka committed
May 30, 2018
S
bpo-33691: Add _PyAST_GetDocString(). (GH-7236)
Serhiy Storchaka committed
May 29, 2018
S
bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)
Serhiy Storchaka committed
March 11, 2018
S
bpo-32925: Optimized iterating and containing test for literal lists (GH-5842)
Serhiy Storchaka committed
January 18, 2018
V
bpo-9566: Fix size_t=>int downcast warnings (#5230)
Victor Stinner committed
December 25, 2017
S
bpo-32372: Move __debug__ optimization to the AST level. (#4925)
Serhiy Storchaka committed
December 15, 2017
S
bpo-30416: Protect the optimizer during constant folding. (#4860)
Serhiy Storchaka committed
December 14, 2017
S
bpo-29469: Optimize literal lists and sets iterating on the AST level. (#4866)
Serhiy Storchaka committed
I
bpo-29469: Move constant folding to AST optimizer (GH-2858)
INADA Naoki committed