COMMITS
/ Parser/action_helpers.c November 1, 2023
S
Simplify _PyPegen_join_names_with_dot() (GH-111602)
Serhiy Storchaka committed
October 11, 2023
L
gh-104169: Refactor tokenizer into lexer and wrappers (#110684)
Lysandros Nikolaou committed
October 5, 2023
S
gh-110309: Prune empty constant in format specs (#110320)
sunmy2019 committed
July 4, 2023
L
gh-106396: Special-case empty format spec to gen empty JoinedStr node (#106401)
Lysandros Nikolaou committed
June 15, 2023
P
gh-105800: Issue SyntaxWarning in f-strings for invalid escape sequences (#105801)
Pablo Galindo Salgado committed
June 2, 2023
P
gh-105194: Fix format specifier escaped characters in f-strings (#105231)
Pablo Galindo Salgado committed
June 1, 2023
V
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner committed
May 26, 2023
J
gh-104799: Move location of type_params AST fields (#104828)
Jelle Zijlstra 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