index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_ast
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-141794: Reduce size of compiler stress tests to fix Android warnings (#142...
Malcolm Smith
2025-12-07
1
-1/+2
*
gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)
Ken Jin
2025-11-13
1
-2/+2
*
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka
2025-11-13
1
-0/+10
*
gh-135801: Improve filtering by module in warn_explicit() without module argu...
Serhiy Storchaka
2025-10-30
1
-0/+14
*
gh-131927: Do not emit PEP 765 warnings in ast.parse() (GH-139642)
Serhiy Storchaka
2025-10-30
1
-55/+0
*
gh-140471: Fix buffer overflow in AST node initialization with malformed `_fi...
Stan Ulbrych
2025-10-23
1
-0/+9
*
gh-137308: Replace a single docstring with `pass` in `-OO` mode (#137318)
sobolevn
2025-08-02
1
-0/+125
*
gh-132661: Disallow `Template`/`str` concatenation after PEP 750 spec update ...
Dave Peck
2025-07-21
1
-7/+0
*
Fix typo in `Lib/test/test_ast/test_ast.py` (#136767)
Hunter Hogan
2025-07-19
1
-1/+1
*
gh-136438: Make sure `test_ast` pass with all optimization levels (#136596)
Mikhail Efimov
2025-07-18
1
-12/+13
*
gh-134718: Omit optional Load() values in ast.dump() (GH-134934)
Serhiy Storchaka
2025-05-31
1
-37/+34
*
gh-134718: Fix ast.dump() for empty non-default values (GH-134926)
Serhiy Storchaka
2025-05-30
1
-0/+24
*
gh-134578: Mark more slow tests (GH-134579)
Serhiy Storchaka
2025-05-23
1
-0/+1
*
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka
2025-05-22
1
-9/+9
*
gh-133783: Fix __replace__ on AST nodes for optional attributes (#133797)
Jelle Zijlstra
2025-05-10
1
-0/+9
*
gh-133516: Raise `ValueError` when constants `True`, `False` or `None` are us...
TERESH1
2025-05-07
1
-0/+11
*
gh-118761: Add test_lazy_import for more modules (#133057)
Daniel Hollas
2025-05-05
1
-0/+7
*
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
Hugo van Kemenade
2025-05-05
1
-0/+1
*
gh-133367: Add missing options to `ast` CLI (#133369)
Semyon Moroz
2025-05-05
1
-1/+94
*
gh-131178: Add tests for `ast` command-line interface (#133329)
Semyon Moroz
2025-05-04
1
-16/+166
*
gh-133194: Fix regression with PEP 758 parsing on older `feature_version` (#1...
sobolevn
2025-05-03
1
-0/+57
*
gh-133196: Guard PEP 750 grammar with `CHECK_VERSION` (#133225)
sobolevn
2025-05-01
1
-0/+6
*
gh-133194: Add `CHECK_VERSION` to new PEP758 grammar (#133195)
sobolevn
2025-04-30
1
-0/+22
*
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou
2025-04-30
3
-1/+36
*
gh-132261: Store annotations at hidden internal keys in the class dict (#132345)
Jelle Zijlstra
2025-04-11
1
-1/+1
*
gh-130775: Allow negative locations in `ast` (#130795)
sobolevn
2025-04-07
1
-0/+20
*
gh-118761: Optimise import time for ast (#131953)
Adam Turner
2025-04-02
1
-1/+2
*
gh-130080: do not fold match case constants in unoptimized AST (#131577)
Irit Katriel
2025-03-23
1
-0/+12
*
gh-126835: Move constant tuple folding from ast_opt to CFG (#130769)
Yan Yanchii
2025-03-19
1
-111/+0
*
gh-130080: implement PEP 765 (#130087)
Irit Katriel
2025-03-17
1
-0/+55
*
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon
2025-02-25
1
-11/+12
*
GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...
Petr Viktorin
2025-02-24
1
-12/+11
*
gh-126835: Move constant unaryop & binop folding to CFG (#129550)
Yan Yanchii
2025-02-21
2
-119/+81
*
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon
2025-02-19
1
-11/+12
*
gh-130139: always check ast node type in ast.parse() with ast input (#130140)
Irit Katriel
2025-02-16
1
-0/+6
*
gh-126835: Move const folding of lists & sets from ast_opt.c to flowgraph.c (...
Yan Yanchii
2025-02-13
1
-40/+0
*
gh-126835: Move constant subscript folding to CFG (#129568)
Yan Yanchii
2025-02-04
1
-10/+0
*
gh-127146: Emscripten: Skip segfaults in test suite (#127151)
Hood Chatham
2024-12-05
1
-1/+4
*
gh-126105: Fix crash in `ast` module, when `._fields` is deleted (#126115)
sobolevn
2024-10-29
1
-0/+17
*
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon
2024-10-29
1
-2/+2
*
gh-125900: Clean-up logic around immortalization in free-threading (#125901)
Sam Gross
2024-10-24
1
-1/+1
*
gh-125010: Fix `use-after-free` in AST `repr()` (#125015)
Tomas R.
2024-10-06
1
-0/+7
*
gh-116022: Improve `repr()` of AST nodes (#117046)
Tomas R
2024-09-18
2
-2/+231
*
gh-123344: Add missing ast optimizations for PEP 696 (#123377)
Bogdan Romanyuk
2024-08-28
1
-9/+95
*
gh-122666: Tests for ast optimizations (#122667)
Kirill Podoprigora
2024-08-26
2
-1/+213
*
Fix typos in comments and test code (#122846)
Xie Yanbo
2024-08-12
1
-3/+3
*
gh-122292: Split up ``Lib/test/test_ast.py`` into a couple of files (#122293)
Kirill Podoprigora
2024-07-29
4
-0/+3661