summaryrefslogtreecommitdiffstats
path: root/Lib/_ast_unparse.py
Commit message (Expand)AuthorAgeFilesLines
* gh-138774: use `value` to `ast.unparse` code when `str` is `None` in `ast.Int...George Ogden2025-10-231-3/+4
* gh-132661: Disallow `Template`/`str` concatenation after PEP 750 spec update ...Dave Peck2025-07-211-25/+1
* gh-133581: Improve AST unparsing of t-strings (#133635)Jelle Zijlstra2025-05-081-3/+9
* gh-132661: Implement PEP 750 (#132662)Lysandros Nikolaou2025-04-301-27/+63
* gh-118761: Fix star-import of ast (#132025)Jelle Zijlstra2025-04-021-9/+1
* gh-118761: Optimise import time for ast (#131953)Adam Turner2025-04-021-0/+1150