Commits
User selector
Commit History
Commits on Sep 8, 2023
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Show description for b0edf3bauthored
Commits on Aug 4, 2023
GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFrameDefault()` (GH-107535)
Show description for fa45958authored
Commits on May 22, 2023
Commits on May 16, 2023
gh-103763: Implement PEP 695 (#103764)
Show description for 24d8b88authored
Commits on May 15, 2023
Commits on Oct 5, 2022
Commits on Jun 1, 2022
Commits on May 30, 2022
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