1
0
mirror of https://github.com/python/cpython synced 2024-07-05 16:13:37 +00:00
cpython/Parser
2022-01-18 11:13:00 +00:00
..
action_helpers.c Refactor parser compilation units into specific components (GH-29676) 2021-11-21 01:08:50 +00:00
asdl_c.py Fixed typo in "decclarations" (GH-28578) 2021-09-28 13:56:41 +03:00
asdl.py
myreadline.c bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922) 2021-10-13 15:03:35 +02:00
parser.c bpo-46110: Restore commit e9898bf153 2022-01-03 19:54:06 +00:00
peg_api.c
pegen_errors.c bpo-46339: Include clarification on assert in 'get_error_line_from_tokenizer_buffers' (#30545) 2022-01-18 11:13:00 +00:00
pegen.c bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463) 2022-01-08 00:23:40 +00:00
pegen.h bpo-46004: Fix error location for loops with invalid targets (GH-29959) 2021-12-07 13:02:15 +00:00
Python.asdl bpo-46289: Make conversion of FormattedValue not optional on ASDL (GH-30467) 2022-01-07 13:05:28 -08:00
string_parser.c bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463) 2022-01-08 00:23:40 +00:00
string_parser.h
token.c bpo-43822: Improve syntax errors for missing commas (GH-25377) 2021-04-15 21:38:45 +01:00
tokenizer.c bpo-45855: Replaced deprecated PyImport_ImportModuleNoBlock with PyImport_ImportModule (GH-30046) 2021-12-12 10:45:20 +02:00
tokenizer.h Ensure the str member of the tokenizer is always initialised (GH-29681) 2021-11-21 02:06:39 +00:00