COMMITS
/ Python/Python-ast.c May 29, 2025
V
gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973)
Victor Stinner committed
May 10, 2025
J
gh-133783: Fix __replace__ on AST nodes for optional attributes (#133797)
Jelle Zijlstra committed
May 4, 2025
April 30, 2025
L
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou committed
March 17, 2025
V
gh-131238: Add explicit includes to pycore headers (#131257)
Victor Stinner committed
February 25, 2025
M
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon committed
February 24, 2025
February 19, 2025
M
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon committed
February 16, 2025
I
gh-130139: always check ast node type in ast.parse() with ast input (#130140)
Irit Katriel committed
January 23, 2025
V
gh-119182: Use public PyUnicodeWriter in Python-ast.c (#129209)
Victor Stinner committed
October 29, 2024
S
gh-126105: Fix crash in `ast` module, when `._fields` is deleted (#126115)
sobolevn committed
October 10, 2024
S
gh-125268: Use static string for "1e309" in AST (#125272)
Sam Gross committed
October 6, 2024
T
gh-125010: Fix `use-after-free` in AST `repr()` (#125015)
Tomas R. committed
October 4, 2024
V
gh-111178: Fix function signatures in Python-ast.c (#124942)
Victor Stinner committed
September 18, 2024
T
gh-116022: Improve `repr()` of AST nodes (#117046)
Tomas R committed
July 11, 2024
J
gh-121332: Make AST node constructor check _attributes instead of hardcoding attributes (#121334)
Jelle Zijlstra committed
July 4, 2024
B
gh-121141: add support for `copy.replace` to AST nodes (#121162)
Bénédikt Tran committed
June 25, 2024
J
gh-120108: Fix deepcopying of AST trees with .parent attributes (#120114)
Jelle Zijlstra committed
May 9, 2024
J
gh-118851: Default ctx arguments to AST constructors to Load() (#118854)
Jelle Zijlstra committed
May 6, 2024
J
gh-117486: Improve behavior for user-defined AST subclasses (#118212)
Jelle Zijlstra committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
J
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra committed
March 28, 2024
J
gh-117266: Fix crashes on user-created AST subclasses (GH-117276)
Jelle Zijlstra committed
March 7, 2024
S
gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438)
Serhiy Storchaka committed
February 28, 2024
J
gh-105858: Improve AST node constructors (#105880)
Jelle Zijlstra committed
January 16, 2024
M
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
Mark Shannon committed
December 25, 2023
November 16, 2023
S
gh-111956: Add thread-safe one-time initialization. (gh-111960)
Sam Gross committed
November 13, 2023
M
gh-106905: avoid incorrect SystemError about recursion depth mismatch (#106906)
Markus Mohrhard committed
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