Age | Commit message (Expand) | Author |
---|---|---|
2024-06-06 | py/lexer: Support raw f-strings. | Damien George |
2024-06-06 | py/lexer: Support concatenation of adjacent f-strings. | Damien George |
2024-05-28 | tests/basics: Move str/bytes tests that give SyntaxWarning to sep file. | Damien George |
2023-06-14 | py/lexer: Allow conversion specifiers in f-strings (e.g. !r). | Jared Hancock |
2023-01-20 | py/lexer: Wrap in parenthesis all f-string arguments passed to format. | Jim Mussared |
2021-11-25 | py/lexer: Support nested [] and {} characters within f-string params. | Damien George |
2021-08-26 | tests/basics: Split f-string debug printing to separate file with .exp. | Damien George |
2021-08-14 | py: Implement partial PEP-498 (f-string) support. | Jim Mussared |