COMMITS
/ Parser/action_helpers.c March 10, 2025
M
[3.12] gh-125331: Allow the parser to activate future imports on the fly (GH-125482) (#131063)
Miss Islington (bot) committed
January 22, 2025
P
[3.12] gh-124363: Treat debug expressions in f-string as raw strings (GH-128399) (#129190)
Pablo Galindo Salgado committed
October 31, 2024
B
[3.12] gh-126240: handle `NULL` returned by `_Py_asdl_expr_seq_new` (GH-126241) (#126245)
Bénédikt Tran committed
September 27, 2024
P
July 27, 2024
P
[3.12] gh-122300: Preserve AST nodes for format specifiers with single elements (GH-122308) (#122363)
Pablo Galindo Salgado committed
July 20, 2024
P
[3.12] gh-121130: Fix f-string format specifiers with debug expressions (GH-121150) (#122063)
Pablo Galindo Salgado committed
July 4, 2023
M
[3.12] gh-106396: Special-case empty format spec to gen empty JoinedStr node (GH-106401) (#106416)
Miss Islington (bot) committed
June 15, 2023
M
[3.12] gh-105800: Issue SyntaxWarning in f-strings for invalid escape sequences (GH-105801) (#105806)
Miss Islington (bot) committed
June 2, 2023
M
[3.12] gh-105194: Fix format specifier escaped characters in f-strings (GH-105231) (#105234)
Miss Islington (bot) committed
May 30, 2023
M
[3.12] gh-104799: Move location of type_params AST fields (GH-104828) (#104974)
Miss Islington (bot) committed
May 22, 2023
J
gh-104656: Rename typeparams AST node to type_params (#104657)
Jelle Zijlstra committed
May 16, 2023
J
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra committed
April 27, 2023
L
gh-103656: Transfer f-string buffers to parser to avoid use-after-free (GH-103896)
Lysandros Nikolaou committed
April 19, 2023
P
gh-102856: Initial implementation of PEP 701 (#102855)
Pablo Galindo Salgado committed
December 16, 2022
E
gh-81057: Move the Cached Parser Dummy Name to _PyRuntimeState (#100277)
Eric Snow committed
December 7, 2022
E
gh-90110: Clean Up the C-analyzer Globals Lists (gh-100091)
Eric Snow committed
November 15, 2022
E
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Eric Snow committed
April 5, 2022
M
bpo-47212: Improve error messages for un-parenthesized generator expressions (GH-32302)
Matthieu Dartiailh committed
November 21, 2021
P
Refactor parser compilation units into specific components (GH-29676)
Pablo Galindo Salgado committed