COMMITS
/ Python/Python-ast.c September 8, 2023
V
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Victor Stinner committed
August 25, 2023
V
gh-108444: Remove _PyLong_AsInt() function (#108461)
Victor Stinner committed
August 21, 2023
I
gh-108113: Make it possible to create an optimized AST (#108154)
Irit Katriel committed
August 4, 2023
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
July 12, 2023
S
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka committed
June 30, 2023
N
gh-106145: Make `end_{lineno,col_offset}` required on `type_param` nodes (#106224)
Nikita Sobolev committed
June 15, 2023
B
GH-105588: Add missing error checks to some obj2ast_* converters (GH-105589)
Brandt Bucher committed
June 2, 2023
J
gh-104799: Default missing lists in AST to the empty list (#104834)
Jelle Zijlstra committed
May 26, 2023
J
gh-104799: Move location of type_params AST fields (#104828)
Jelle Zijlstra committed
May 22, 2023
J
gh-104656: Rename typeparams AST node to type_params (#104657)
Jelle Zijlstra committed
May 16, 2023
J
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
February 28, 2023
E
gh-100227: Move _str_replace_inf to PyInterpreterState (gh-102333)
Eric Snow committed
November 15, 2022
V
gh-99300: Use Py_NewRef() in Python/Python-ast.c (#99499)
Victor Stinner committed
November 14, 2022
E
gh-81057: Move Global Variables Holding Objects to _PyRuntimeState. (gh-99487)
Eric Snow committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Python/ directory (#99317)
Victor Stinner committed
October 5, 2022
M
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510)
Mark Shannon committed
July 24, 2022
P
gh-95185: Check recursion depth in the AST constructor (#95186)
Pablo Galindo Salgado committed
May 31, 2022
P
gh-92597: Ensure that AST nodes without explicit end positions can be compiled (GH-93359)
Pablo Galindo Salgado committed
May 4, 2022
V
Use static inline function Py_EnterRecursiveCall() (#91988)
Victor Stinner committed
January 7, 2022
B
bpo-46289: Make conversion of FormattedValue not optional on ASDL (GH-30467)
Batuhan Taskaya committed
December 14, 2021
I
bpo-45292: [PEP-654] add except* (GH-29581)
Irit Katriel committed
June 3, 2021
B
bpo-11105: Do not crash when compiling recursive ASTs (GH-20594)
Batuhan Taskaya committed
April 29, 2021
N
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Nick Coghlan committed
April 10, 2021
M
bpo-43798: Add source location attributes to alias (GH-25324)
Matthew Suozzo 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: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner committed
March 18, 2021
V
bpo-43244: Fix test_peg_generator for PyAST_Validate() (GH-24912)
Victor Stinner committed
March 17, 2021
V
bpo-43244: Rename pycore_ast.h to pycore_ast_state.h (GH-24907)
Victor Stinner committed
February 26, 2021
B
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher committed
November 4, 2020
V
bpo-1635741: _ast uses PyModule_AddObjectRef() (GH-23146)
Victor Stinner committed
November 3, 2020
V
bpo-41796: Call _PyAST_Fini() earlier to fix a leak (GH-23131)
Victor Stinner committed
November 2, 2020
V
bpo-41796: Make _ast module state per interpreter (GH-23024)
Victor Stinner committed
September 16, 2020
P
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo committed
September 15, 2020
V
bpo-41631: _ast module uses again a global state (#21961)
Victor Stinner committed
July 4, 2020
V
bpo-41204: Fix compiler warning in ast_type_init() (GH-21307)
Victor Stinner committed
July 3, 2020
V
bpo-41194: Convert _ast extension to PEP 489 (GH-21293)
Victor Stinner committed
V
bpo-41194: The _ast module cannot be loaded more than once (GH-21290)
Victor Stinner committed
V
bpo-41194: Pass module state in Python-ast.c (GH-21284)
Victor Stinner committed
May 27, 2020
May 24, 2020
R
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
Rémi Lapeyre committed
May 6, 2020
B
bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952)
Batuhan Taskaya committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
April 1, 2020
P
bpo-40141: Add line and column information to ast.keyword nodes (GH-19283)
Pablo Galindo committed
March 22, 2020
S
bpo-39999: Improve compatibility of the ast module. (GH-19056)
Serhiy Storchaka committed
March 17, 2020
S
bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038)
Serhiy Storchaka committed
March 16, 2020
B
bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515)
Batuhan Taşkaya committed