0
0
mirror of https://github.com/python/cpython.git synced 2024-11-21 21:09:37 +01:00
cpython/Parser
Victor Stinner 4a943c3251
gh-125196: Use PyUnicodeWriter in parser (#125271)
Replace the private _PyUnicodeWriter API with the public
PyUnicodeWriter API in _PyPegen_concatenate_strings().
2024-10-12 09:28:34 +02:00
..
lexer
tokenizer
action_helpers.c gh-125196: Use PyUnicodeWriter in parser (#125271) 2024-10-12 09:28:34 +02:00
asdl_c.py gh-125268: Use static string for "1e309" in AST (#125272) 2024-10-10 16:21:29 -04:00
asdl.py
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_errors.c gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194) 2024-10-09 17:15:23 +02:00
pegen.c gh-124064: Fix -Wconversion warnings in Parser/pegen.c (#124181) 2024-09-17 15:58:43 +00:00
pegen.h
Python.asdl
string_parser.c gh-124064: Fix -Wconversion warnings in Parser/string_parser.c (#124204) 2024-09-18 19:10:56 +02:00
string_parser.h
token.c