..
action_helpers.c
[3.12] gh-106396: Special-case empty format spec to gen empty JoinedStr node (GH-106401) ( #106416 )
2023-07-04 13:00:47 +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
[3.12] gh-106905: Use separate structs to track recursion depth in each PyAST_mod2obj call. (GH-113035) (GH-113472)
2023-12-25 19:20:07 +00:00
myreadline.c
[3.12] GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104760)
2023-05-23 09:24:28 +00:00
parser.c
[3.12] gh-110938: Fix error messages for indented blocks with functio… ( #110990 )
2023-10-17 22:26:34 -07:00
peg_api.c
bpo-43244: Remove parser_interface.h header file (GH-25001)
2021-03-24 01:29:09 +01:00
pegen.c
[3.12] gh-112943: Correctly compute end offsets for multiline tokens in the tokenize module (GH-112949) ( #112957 )
2023-12-11 12:48:19 +00:00
pegen.h
[3.12] gh-112943: Correctly compute end offsets for multiline tokens in the tokenize module (GH-112949) ( #112957 )
2023-12-11 12:48:19 +00:00
pegen_errors.c
[3.12] gh-112388: Fix an error that was causing the parser to try to overwrite tokenizer errors (GH-112410) ( #112466 )
2023-11-27 19:02:57 +00:00
Python.asdl
[3.12] gh-106145: Make end_{lineno,col_offset}
required on type_param
nodes (GH-106224) ( #106295 )
2023-07-01 00:15:18 +00:00
string_parser.c
[3.12] gh-111380: Show SyntaxWarnings only once when parsing if invalid syntax is encouintered (GH-111381) ( #111382 )
2023-10-27 04:02:17 +00:00
string_parser.h
gh-102856: Initial implementation of PEP 701 ( #102855 )
2023-04-19 11:18:16 -05:00
token.c
gh-102856: Python tokenizer implementation for PEP 701 ( #104323 )
2023-05-21 01:03:02 +01:00
tokenizer.c
[3.12] gh-112243: Don't include comments in f-string debug expressions (GH-112284) ( #112285 )
2023-11-20 15:38:57 +00:00
tokenizer.h
[3.12] gh-106989: Remove tok report warnings (GH-106993) ( #107013 )
2023-07-22 13:01:36 +00:00