cpython/Parser
Miss Islington (bot) 2045453171
[3.14] gh-129958: New syntax error in format spec applies to both f-strings and t-strings (GH-135570) (#135982)
(cherry picked from commit fb9e292919)

Co-authored-by: Dylan <dylwil3@gmail.com>
Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
2025-06-26 18:40:09 +02:00
..
lexer [3.14] gh-129958: New syntax error in format spec applies to both f-strings and t-strings (GH-135570) (#135982) 2025-06-26 18:40:09 +02:00
tokenizer gh-132661: Implement PEP 750 (#132662) 2025-04-30 11:46:41 +02:00
action_helpers.c [3.14] gh-135496: Fix f string exclamation mark error typo (GH-135495) (#135499) 2025-06-14 05:05:55 +00:00
asdl.py gh-131421: Fix ASDL tests (#133408) 2025-05-04 23:46:21 +00:00
asdl_c.py [3.14] gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973) (#134974) 2025-06-09 14:37:26 +02:00
myreadline.c gh-131238: Remove includes from pycore_interp.h (#131495) 2025-03-20 11:35:23 +00:00
parser.c [3.14] gh-133157: remove usage of _Py_NO_SANITIZE_UNDEFINED in Parser/pegen.c (GH-134048) (#135320) 2025-06-10 00:34:49 +00:00
peg_api.c gh-110805: Allow the repl to show source code and complete tracebacks (#110775) 2023-10-13 09:25:37 +00:00
pegen.c [3.14] gh-130077: Properly match full soft keywords in the parser (GH-135317) (#135348) 2025-06-11 02:01:37 +01:00
pegen.h [3.14] gh-133157: remove usage of _Py_NO_SANITIZE_UNDEFINED in Parser/pegen.c (GH-134048) (#135320) 2025-06-10 00:34:49 +00:00
pegen_errors.c gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer (#116049) 2025-02-13 01:07:37 +00:00
Python.asdl gh-131421: fix ASDL grammar for Dict to have an expr?* keys field (#131419) 2025-05-04 16:03:38 -07:00
string_parser.c [3.14] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133942) 2025-05-13 16:25:08 +03:00
string_parser.h gh-102856: Initial implementation of PEP 701 (#102855) 2023-04-19 11:18:16 -05:00
token.c gh-132661: Implement PEP 750 (#132662) 2025-04-30 11:46:41 +02:00