cpython/Parser
Bar Harel a4562fedad
gh-123321: Fix Parser/myreadline.c to prevent a segfault during a multi-threaded race (#123323)
2024-09-04 17:21:30 +02:00
..
lexer gh-123229: Fix valgrind warning by initializing the f-string buffers to 0 in the tokenizer (#123263) 2024-08-23 12:33:45 +00:00
tokenizer
Python.asdl gh-116126: Implement PEP 696 (#116129) 2024-05-03 06:17:32 -07:00
action_helpers.c gh-122300: Preserve AST nodes for format specifiers with single elements (#122308) 2024-07-26 16:29:41 +00:00
asdl.py
asdl_c.py Fix typos in comments and exception message (#122147) 2024-07-23 14:34:14 +05:30
myreadline.c gh-123321: Fix Parser/myreadline.c to prevent a segfault during a multi-threaded race (#123323) 2024-09-04 17:21:30 +02:00
parser.c gh-123562: Improve `SyntaxError` message for `case ... as a.b` (#123563) 2024-09-02 13:11:44 +02:00
peg_api.c
pegen.c gh-122581: Avoid data races when collecting parser statistics (#122694) 2024-08-06 13:29:57 +02:00
pegen.h gh-119118: Fix performance regression in tokenize module (#119615) 2024-05-28 19:17:49 +00:00
pegen_errors.c Fix typos in comments and exception message (#122147) 2024-07-23 14:34:14 +05:30
string_parser.c gh-120155: Fix Coverity issue in parse_string() (#120997) 2024-06-25 17:53:24 +01:00
string_parser.h
token.c