summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ast
Commit message (Expand)AuthorAgeFilesLines
* [3.13] Fix typo in `Lib/test/test_ast/test_ast.py` (GH-136767) (#137356)Brian Schubert2025-08-041-1/+1
* [3.13] gh-134718: Fix ast.dump() for empty non-default values (GH-134926) (GH...Serhiy Storchaka2025-05-301-0/+12
* [3.13] gh-133516: Raise `ValueError` when constants `True`, `False` or `None`...TERESH12025-05-081-0/+11
* [3.13] gh-130775: Allow negative locations in `ast` (GH-130795) (#132243)sobolevn2025-04-081-0/+20
* [3.13] gh-126105: Fix crash in `ast` module, when `._fields` is deleted (GH-1...Miss Islington (bot)2024-10-291-0/+17
* [3.13] gh-123344: Add missing ast optimizations for PEP 696 (GH-123377) (#123...Miss Islington (bot)2024-08-281-9/+95
* [3.13] gh-122666: Tests for ast optimizations (GH-122667) (#123359)Miss Islington (bot)2024-08-272-1/+216
* [3.13] gh-122292: Split up ``Lib/test/test_ast.py`` into a couple of … (#12...Kirill Podoprigora2024-07-294-0/+3798