summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/string_fstring.py
Commit message (Expand)AuthorAge
* py/lexer: Support raw f-strings.Damien George2024-06-06
* py/lexer: Support concatenation of adjacent f-strings.Damien George2024-06-06
* tests/basics: Move str/bytes tests that give SyntaxWarning to sep file.Damien George2024-05-28
* py/lexer: Allow conversion specifiers in f-strings (e.g. !r).Jared Hancock2023-06-14
* py/lexer: Wrap in parenthesis all f-string arguments passed to format.Jim Mussared2023-01-20
* py/lexer: Support nested [] and {} characters within f-string params.Damien George2021-11-25
* tests/basics: Split f-string debug printing to separate file with .exp.Damien George2021-08-26
* py: Implement partial PEP-498 (f-string) support.Jim Mussared2021-08-14