COMMITS
/ Lib/test/test_fstring.py October 7, 2025
T
gh-139516: Fix lambda colon start format spec in f-string in tokenizer (#139657)
Tomasz Pytel committed
August 3, 2025
P
gh-137314: Fix incorrect treatment of format specs in raw fstrings (#137328)
Pablo Galindo Salgado committed
July 16, 2025
P
gh-135148: Correctly handle f/t strings with comments and debug expressions (#135198)
Pablo Galindo Salgado committed
June 27, 2025
S
gh-128051: Fix tests if sys.float_repr_style is 'legacy' (#135908)
Sergey B Kirpichev committed
June 14, 2025
G
gh-135496: Fix f string exclamation mark error typo (#135495)
GiGaGon committed
May 2, 2025
April 30, 2025
L
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou committed
April 18, 2025
P
gh-129958: Properly disallow newlines in format specs in single-quoted f-strings (GH-130063)
Pablo Galindo Salgado committed
February 25, 2025
M
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon committed
February 24, 2025
February 19, 2025
M
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon committed
February 13, 2025
T
gh-129693: Suppress `SyntaxWarning` in test_fstring (#129830)
Tomas R. committed
January 22, 2025
P
gh-124363: Treat debug expressions in f-string as raw strings (#128399)
Pablo Galindo Salgado committed
September 9, 2024
A
Fix typos (#123775)
algonell committed
July 19, 2024
P
gh-122026: Fix identification of mismatched parentheses inside f-strings (#122028)
Pablo Galindo Salgado committed
July 16, 2024
P
gh-121130: Fix f-string format specifiers with debug expressions (#121150)
Pablo Galindo Salgado committed
June 17, 2024
V
gh-120417: Remove unused imports in tests (part 2) (#120630)
Victor Stinner committed
November 26, 2023
November 20, 2023
P
gh-112243: Don't include comments in f-string debug expressions (#112284)
Pablo Galindo Salgado committed
October 5, 2023
S
gh-110309: Prune empty constant in format specs (#110320)
sunmy2019 committed
September 8, 2023
P
gh-109114: Relax the check for invalid lambdas inside f-strings to avoid false positives (#109121)
Pablo Galindo Salgado committed
August 15, 2023
L
gh-107967: Fix infinite recursion on invalid escape sequence warning (#107968)
Lysandros Nikolaou committed
July 4, 2023
L
gh-106396: Special-case empty format spec to gen empty JoinedStr node (#106401)
Lysandros Nikolaou committed
June 20, 2023
L
gh-105915: Fix SyntaxWarning becoming a SyntaxError with -We in test_fstring (#105943)
Lysandros Nikolaou committed
L
gh-105915: Add 'r' prefix to not emit SyntaxWarning in test_fstring (#105940)
Lysandros Nikolaou committed
L
gh-105938: Emit a SyntaxWarning for escaped braces in an f-string (#105939)
Lysandros Nikolaou committed
June 15, 2023
L
gh-105820: Fix tok_mode expression buffer in file & readline tokenizer (#105828)
Lysandros Nikolaou committed
P
gh-105800: Issue SyntaxWarning in f-strings for invalid escape sequences (#105801)
Pablo Galindo Salgado committed
June 2, 2023
P
gh-105194: Fix format specifier escaped characters in f-strings (#105231)
Pablo Galindo Salgado committed
May 22, 2023
C
gh-102856: Allow comments inside multi-line f-string expresions (#104006)
Cristián Maureira-Fredes committed
May 20, 2023
P
gh-104658: Fix location of unclosed quote error for multiline f-strings (#104660)
Pablo Galindo Salgado committed
May 4, 2023
S
gh-104089: catch DeprecationWarning in `test_fstring` (#104137)
sunmy2019 committed
May 1, 2023
P
gh-104016: Skip test for deeply neste f-strings on wasi (#104071)
Pablo Galindo Salgado committed
J
gh-104016: Fixed off by 1 error in f string tokenizer (#104047)
jx124 committed
April 27, 2023
L
gh-103656: Transfer f-string buffers to parser to avoid use-after-free (GH-103896)
Lysandros Nikolaou committed
April 24, 2023
L
GH-103727: Avoid advancing tokenizer too far in f-string mode (GH-103775)
Lysandros Nikolaou committed
April 23, 2023
L
GH-103718: Correctly cache and restore f-string buffers when needed (GH-103719)
Lysandros Nikolaou committed
April 19, 2023
P
gh-102856: Skip test_mismatched_parens in WASI builds (#103633)
Pablo Galindo Salgado committed
P
gh-102856: Initial implementation of PEP 701 (#102855)
Pablo Galindo Salgado committed
February 11, 2023
M
Fix typo in test_fstring.py (#101823)
mjoerg committed
February 9, 2023
I
Fix typo in `test_fstring.py` (#101600)
Ikko Eltociear Ashimine committed
November 3, 2022
V
gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)
Victor Stinner committed
July 16, 2022
P
gh-94869: Fix the location in some expressions for multi-line f-string ast nodes (#94895)
Pablo Galindo Salgado committed
June 1, 2022
May 31, 2022
S
gh-93283: Improve error message for f-string with invalid conversion character (GH-93349)
Serhiy Storchaka committed
March 28, 2022
M
bpo-47129: Add more informative messages to f-string syntax errors (32127)
Maciej Górski committed
February 16, 2022
January 25, 2022
November 24, 2021
P
bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if inside parentheses (GH-29757)
Pablo Galindo Salgado committed