cpython/Parser
Victor Stinner 0093a31273
gh-119182: Use public PyUnicodeWriter in Python-ast.c (#129209)
Replace the private _PyUnicodeWriter API with the public
PyUnicodeWriter API.

Use PyUnicodeWriter_WriteRepr() in ast_repr_list().
2025-01-23 00:57:37 +00:00
..
lexer gh-129093: Fix f-string debug text sometimes getting cut off when expression contains ! (#129159) 2025-01-22 00:26:37 +00:00
tokenizer gh-128016: Improved invalid escape sequence warning message (#128020) 2025-01-15 18:00:54 +01:00
action_helpers.c gh-124363: Treat debug expressions in f-string as raw strings (#128399) 2025-01-22 16:24:54 +00:00
asdl.py
asdl_c.py gh-119182: Use public PyUnicodeWriter in Python-ast.c (#129209) 2025-01-23 00:57:37 +00:00
myreadline.c
parser.c gh-122951: Simplify the grammar of the assignment rule (#124998) 2024-10-06 11:55:56 +02:00
peg_api.c
pegen.c gh-124064: Fix -Wconversion warnings in Parser/pegen.c (#124181) 2024-09-17 15:58:43 +00:00
pegen.h
pegen_errors.c gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194) 2024-10-09 17:15:23 +02:00
Python.asdl
string_parser.c gh-128016: Improved invalid escape sequence warning message (#128020) 2025-01-15 18:00:54 +01:00
string_parser.h
token.c