cpython/Parser
2021-10-13 15:03:35 +02:00
..
asdl.py
asdl_c.py Fixed typo in "decclarations" (GH-28578) 2021-09-28 13:56:41 +03:00
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-43914: Correctly highlight SyntaxError exceptions for invalid generator expression in function calls (GH-28576) 2021-09-27 14:37:43 +01:00
peg_api.c
pegen.c bpo-45408: Don't override previous tokenizer errors in the second parser pass (GH-28812) 2021-10-07 22:33:05 +01:00
pegen.h bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator expression in function calls (GH-28576) 2021-09-27 14:37:43 +01:00
Python.asdl
string_parser.c Optimized code format (GH-28599) 2021-09-28 04:51:39 -07:00
string_parser.h
token.c
tokenizer.c bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895) 2021-10-12 08:38:19 +02:00
tokenizer.h Fix typos in the Objects directory (GH-28766) 2021-10-06 16:57:10 -07:00