index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
Python-ast.c
Commit message (
Expand
)
Author
Age
*
gh-131238: Add explicit includes to pycore headers (#131257)
Victor Stinner
2025-03-17
*
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon
2025-02-25
*
GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...
Petr Viktorin
2025-02-24
*
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon
2025-02-19
*
gh-130139: always check ast node type in ast.parse() with ast input (#130140)
Irit Katriel
2025-02-16
*
gh-119182: Use public PyUnicodeWriter in Python-ast.c (#129209)
Victor Stinner
2025-01-23
*
gh-126105: Fix crash in `ast` module, when `._fields` is deleted (#126115)
sobolevn
2024-10-29
*
gh-125268: Use static string for "1e309" in AST (#125272)
Sam Gross
2024-10-10
*
gh-125010: Fix `use-after-free` in AST `repr()` (#125015)
Tomas R.
2024-10-06
*
gh-111178: Fix function signatures in Python-ast.c (#124942)
Victor Stinner
2024-10-04
*
gh-116022: Improve `repr()` of AST nodes (#117046)
Tomas R
2024-09-18
*
gh-121332: Make AST node constructor check _attributes instead of hardcoding ...
Jelle Zijlstra
2024-07-11
*
gh-121141: add support for `copy.replace` to AST nodes (#121162)
Bénédikt Tran
2024-07-03
*
gh-120108: Fix deepcopying of AST trees with .parent attributes (#120114)
Jelle Zijlstra
2024-06-25
*
gh-118851: Default ctx arguments to AST constructors to Load() (#118854)
Jelle Zijlstra
2024-05-09
*
gh-117486: Improve behavior for user-defined AST subclasses (#118212)
Jelle Zijlstra
2024-05-06
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
*
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra
2024-05-03
*
gh-117266: Fix crashes on user-created AST subclasses (GH-117276)
Jelle Zijlstra
2024-03-28
*
gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438)
Serhiy Storchaka
2024-03-07
*
gh-105858: Improve AST node constructors (#105880)
Jelle Zijlstra
2024-02-27
*
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
Mark Shannon
2024-01-16
*
gh-106905: Use separate structs to track recursion depth in each PyAST_mod2ob...
Yilei Yang
2023-12-25
*
gh-111956: Add thread-safe one-time initialization. (gh-111960)
Sam Gross
2023-11-16
*
gh-106905: avoid incorrect SystemError about recursion depth mismatch (#106906)
Markus Mohrhard
2023-11-13
*
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Victor Stinner
2023-09-08
*
gh-108444: Remove _PyLong_AsInt() function (#108461)
Victor Stinner
2023-08-25
*
gh-108113: Make it possible to create an optimized AST (#108154)
Irit Katriel
2023-08-21
*
GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFra...
Mark Shannon
2023-08-04
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
*
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka
2023-07-12
*
gh-106145: Make `end_{lineno,col_offset}` required on `type_param` nodes (#10...
Nikita Sobolev
2023-06-30
*
GH-105588: Add missing error checks to some obj2ast_* converters (GH-105589)
Brandt Bucher
2023-06-15
*
gh-104799: Default missing lists in AST to the empty list (#104834)
Jelle Zijlstra
2023-06-01
*
gh-104799: Move location of type_params AST fields (#104828)
Jelle Zijlstra
2023-05-26
*
gh-104656: Rename typeparams AST node to type_params (#104657)
Jelle Zijlstra
2023-05-21
*
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra
2023-05-15
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
*
gh-100227: Move _str_replace_inf to PyInterpreterState (gh-102333)
Eric Snow
2023-02-28
*
gh-99300: Use Py_NewRef() in Python/Python-ast.c (#99499)
Victor Stinner
2022-11-15
*
gh-81057: Move Global Variables Holding Objects to _PyRuntimeState. (gh-99487)
Eric Snow
2022-11-14
*
gh-99300: Use Py_NewRef() in Python/ directory (#99317)
Victor Stinner
2022-11-10
*
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...
Mark Shannon
2022-10-05
*
gh-95185: Check recursion depth in the AST constructor (#95186)
Pablo Galindo Salgado
2022-07-24
*
gh-92597: Ensure that AST nodes without explicit end positions can be compile...
Pablo Galindo Salgado
2022-06-01
*
Use static inline function Py_EnterRecursiveCall() (#91988)
Victor Stinner
2022-05-04
*
bpo-46289: Make conversion of FormattedValue not optional on ASDL (GH-30467)
Batuhan Taskaya
2022-01-07
*
bpo-45292: [PEP-654] add except* (GH-29581)
Irit Katriel
2021-12-14
*
bpo-11105: Do not crash when compiling recursive ASTs (GH-20594)
Batuhan Taskaya
2021-06-03
*
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Nick Coghlan
2021-04-28
[next]