COMMITS
/ Lib/test/test_ast/test_ast.py May 2, 2026
N
gh-148871: extend and improve `LOAD_COMMON_CONSTANT` (GH-148971)
Neko Asakura committed
B
gh-116021: Deprecate support for instantiating abstract AST nodes (#137865)
Brian Schubert committed
April 28, 2026
B
gh-137600: Promote `ast` node constructor deprecation warnings to errors (#137601)
Brian Schubert committed
April 26, 2026
S
gh-148981: Add color parameter to `ast.dump` (#148982)
Stan Ulbrych committed
February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
January 26, 2026
J
gh-144169: Fix three crashes in AST objects with non-str kwargs (#144178)
Jelle Zijlstra committed
January 9, 2026
J
gh-143460: Skip infinite recusion tests for infinite stack size (#143606)
Jan André Reuter committed
December 7, 2025
M
gh-141794: Reduce size of compiler stress tests to fix Android warnings (#142263)
Malcolm Smith committed
November 13, 2025
K
gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)
Ken Jin committed
S
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka committed
October 30, 2025
S
gh-135801: Improve filtering by module in warn_explicit() without module argument (GH-140151)
Serhiy Storchaka committed
S
gh-131927: Do not emit PEP 765 warnings in ast.parse() (GH-139642)
Serhiy Storchaka committed
October 23, 2025
S
gh-140471: Fix buffer overflow in AST node initialization with malformed `_fields` (#140506)
Stan Ulbrych committed
August 2, 2025
S
gh-137308: Replace a single docstring with `pass` in `-OO` mode (#137318)
sobolevn committed
July 21, 2025
July 19, 2025
H
Fix typo in `Lib/test/test_ast/test_ast.py` (#136767)
Hunter Hogan committed
July 18, 2025
M
gh-136438: Make sure `test_ast` pass with all optimization levels (#136596)
Mikhail Efimov committed
May 31, 2025
S
gh-134718: Omit optional Load() values in ast.dump() (GH-134934)
Serhiy Storchaka committed
May 30, 2025
S
gh-134718: Fix ast.dump() for empty non-default values (GH-134926)
Serhiy Storchaka committed
May 23, 2025
S
gh-134578: Mark more slow tests (GH-134579)
Serhiy Storchaka committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
May 10, 2025
J
gh-133783: Fix __replace__ on AST nodes for optional attributes (#133797)
Jelle Zijlstra committed
May 7, 2025
May 5, 2025
D
gh-118761: Add test_lazy_import for more modules (#133057)
Daniel Hollas committed
H
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
Hugo van Kemenade committed
S
gh-133367: Add missing options to `ast` CLI (#133369)
Semyon Moroz committed
May 4, 2025
S
gh-131178: Add tests for `ast` command-line interface (#133329)
Semyon Moroz committed
May 3, 2025
May 1, 2025
S
gh-133196: Guard PEP 750 grammar with `CHECK_VERSION` (#133225)
sobolevn committed
April 30, 2025
S
gh-133194: Add `CHECK_VERSION` to new PEP758 grammar (#133195)
sobolevn committed
L
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou committed
April 11, 2025
J
gh-132261: Store annotations at hidden internal keys in the class dict (#132345)
Jelle Zijlstra committed
April 7, 2025
S
gh-130775: Allow negative locations in `ast` (#130795)
sobolevn committed
April 2, 2025
A
gh-118761: Optimise import time for ast (#131953)
Adam Turner committed
March 23, 2025
I
gh-130080: do not fold match case constants in unoptimized AST (#131577)
Irit Katriel committed
March 19, 2025
Y
gh-126835: Move constant tuple folding from ast_opt to CFG (#130769)
Yan Yanchii committed
March 17, 2025
I
gh-130080: implement PEP 765 (#130087)
Irit Katriel committed
February 25, 2025
M
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon committed
February 24, 2025
February 21, 2025
Y
gh-126835: Move constant unaryop & binop folding to CFG (#129550)
Yan Yanchii committed
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
February 13, 2025
Y
gh-126835: Move const folding of lists & sets from ast_opt.c to flowgraph.c (#130032)
Yan Yanchii committed
February 4, 2025
Y
gh-126835: Move constant subscript folding to CFG (#129568)
Yan Yanchii committed
December 5, 2024
H
gh-127146: Emscripten: Skip segfaults in test suite (#127151)
Hood Chatham committed
October 29, 2024
S
gh-126105: Fix crash in `ast` module, when `._fields` is deleted (#126115)
sobolevn committed
M
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon committed
October 24, 2024
S
gh-125900: Clean-up logic around immortalization in free-threading (#125901)
Sam Gross committed
October 6, 2024
T
gh-125010: Fix `use-after-free` in AST `repr()` (#125015)
Tomas R. committed
September 18, 2024
T
gh-116022: Improve `repr()` of AST nodes (#117046)
Tomas R committed