COMMITS
/ Parser/action_helpers.c February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
December 11, 2025
P
gh-142236: Improve error location for missing comma in string concatenations (#142330)
Pablo Galindo Salgado committed
October 16, 2025
M
gh-140149: Use PyBytesWriter in _build_concatenated_bytes() (#140150)
Maurycy Pawłowski-Wieroński committed
August 15, 2025
P
gh-137078: Fix keyword typo recognition when executed over files (#137079)
Pablo Galindo Salgado committed
August 3, 2025
P
gh-137314: Fix incorrect treatment of format specs in raw fstrings (#137328)
Pablo Galindo Salgado committed
July 21, 2025
June 14, 2025
G
gh-135496: Fix f string exclamation mark error typo (#135495)
GiGaGon committed
April 30, 2025
L
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou committed
April 22, 2025
P
gh-132449: Improve syntax error messages for keywords with typos (#132450)
Pablo Galindo Salgado committed
March 19, 2025
V
gh-131238: Remove pycore_runtime.h from pycore_pystate.h (#131356)
Victor Stinner committed
March 17, 2025
M
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon committed
V
gh-131238: Add explicit includes to pycore headers (#131257)
Victor Stinner committed
February 14, 2025
P
gh-125331: Allow the parser to activate future imports on the fly (#125482)
Pablo Galindo Salgado committed
January 22, 2025
P
gh-124363: Treat debug expressions in f-string as raw strings (#128399)
Pablo Galindo Salgado committed
October 31, 2024
B
gh-126240: handle `NULL` returned by `_Py_asdl_expr_seq_new` (#126241)
Bénédikt Tran committed
October 12, 2024
V
gh-125196: Use PyUnicodeWriter in parser (#125271)
Victor Stinner committed
October 9, 2024
V
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_BYTES) (#125195)
Victor Stinner committed
July 26, 2024
P
gh-122300: Preserve AST nodes for format specifiers with single elements (#122308)
Pablo Galindo Salgado committed
July 23, 2024
X
Fix typos in comments and exception message (#122147)
Xie Yanbo committed
July 16, 2024
P
gh-121130: Fix f-string format specifiers with debug expressions (#121150)
Pablo Galindo Salgado committed
June 24, 2024
S
Fixes loop variables to be the same types as their limit (GH-120958)
Steve Dower committed
June 21, 2024
P
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520)
Petr Viktorin committed
June 4, 2024
M
gh-94808: Reorganize _make_posargs and mark unused code (GH-119227)
Mark Jason Dominus (陶敏修) committed
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