.. |
lexer
|
gh-107450: Check for overflow in the tokenizer and fix overflow test (#110832)
|
2023-10-16 16:42:49 +02:00 |
tokenizer
|
GH-110749: fix unistd.h import in file_tokenizer.c (#110750)
|
2023-10-12 07:52:13 +02:00 |
Python.asdl
|
gh-106145: Make `end_{lineno,col_offset}` required on `type_param` nodes (#106224)
|
2023-06-30 23:45:08 +00:00 |
action_helpers.c
|
gh-104169: Refactor tokenizer into lexer and wrappers (#110684)
|
2023-10-11 15:14:44 +00:00 |
asdl.py
|
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142)
|
2021-04-02 12:53:46 +09:00 |
asdl_c.py
|
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
|
2023-09-08 09:48:28 +00:00 |
myreadline.c
|
gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)
|
2023-10-12 09:34:35 +02:00 |
parser.c
|
gh-110696: Fix incorrect syntax error message for incorrect argument unpacking (#110706)
|
2023-10-12 09:02:02 +00:00 |
peg_api.c
|
gh-110805: Allow the repl to show source code and complete tracebacks (#110775)
|
2023-10-13 09:25:37 +00:00 |
pegen.c
|
gh-110805: Allow the repl to show source code and complete tracebacks (#110775)
|
2023-10-13 09:25:37 +00:00 |
pegen.h
|
gh-110805: Allow the repl to show source code and complete tracebacks (#110775)
|
2023-10-13 09:25:37 +00:00 |
pegen_errors.c
|
gh-107450: Remove unnecessary overflow check in parser error handler (#110940)
|
2023-10-16 22:41:01 +02:00 |
string_parser.c
|
gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)
|
2023-10-12 09:34:35 +02:00 |
string_parser.h
|
gh-102856: Initial implementation of PEP 701 (#102855)
|
2023-04-19 11:18:16 -05:00 |
token.c
|
gh-107015: Remove async_hacks from the tokenizer (#107018)
|
2023-07-26 16:34:15 +01:00 |