.. |
lexer
|
gh-112243: Don't include comments in f-string debug expressions (#112284)
|
2023-11-20 15:18:24 +00: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
|
Simplify _PyPegen_join_names_with_dot() (GH-111602)
|
2023-11-01 16:25:36 +02: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-111956: Add thread-safe one-time initialization. (gh-111960)
|
2023-11-16 12:19:54 -07:00 |
myreadline.c
|
gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)
|
2023-10-12 09:34:35 +02:00 |
parser.c
|
bpo-45759: Better error messages for non-matching 'elif'/'else' statements (#29513)
|
2023-11-20 13:27:53 +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
|
Fix typos in variable names, function names, and comments (GH-101868)
|
2023-12-01 09:37:40 +00:00 |
string_parser.c
|
gh-111380: Show SyntaxWarnings only once when parsing if invalid syntax is encouintered (#111381)
|
2023-10-27 12:19:34 +09: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 |