summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ast
Commit message (Expand)AuthorAgeFilesLines
* gh-127146: Emscripten: Skip segfaults in test suite (#127151)Hood Chatham2024-12-051-1/+4
* gh-126105: Fix crash in `ast` module, when `._fields` is deleted (#126115)sobolevn2024-10-291-0/+17
* GH-125837: Split `LOAD_CONST` into three. (GH-125972)Mark Shannon2024-10-291-2/+2
* gh-125900: Clean-up logic around immortalization in free-threading (#125901)Sam Gross2024-10-241-1/+1
* gh-125010: Fix `use-after-free` in AST `repr()` (#125015)Tomas R.2024-10-061-0/+7
* gh-116022: Improve `repr()` of AST nodes (#117046)Tomas R2024-09-182-2/+231
* gh-123344: Add missing ast optimizations for PEP 696 (#123377)Bogdan Romanyuk2024-08-281-9/+95
* gh-122666: Tests for ast optimizations (#122667)Kirill Podoprigora2024-08-262-1/+213
* Fix typos in comments and test code (#122846)Xie Yanbo2024-08-121-3/+3
* gh-122292: Split up ``Lib/test/test_ast.py`` into a couple of files (#122293)Kirill Podoprigora2024-07-294-0/+3661