COMMITS
/ Tools/peg_generator/peg_extension/peg_extension.c November 13, 2025
S
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka committed
July 25, 2024
S
gh-122270: Fix typos in the Py_DEBUG macro name (GH-122271)
Serhiy Storchaka committed
October 13, 2023
P
gh-110805: Fix test_peg_generator after the change in the parser for REPL tracebacks (#110814)
Pablo Galindo Salgado committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Parser/ directory (#99330)
Victor Stinner committed
May 3, 2022
V
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner committed
April 9, 2021
P
Sanitize macros and debug functions in pegen.c (GH-25291)
Pablo Galindo committed
March 24, 2021
V
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner committed
V
bpo-43244: Remove parser_interface.h header file (GH-25001)
Victor Stinner committed
March 23, 2021
V
bpo-43244: Add pycore_compile.h header file (GH-25000)
Victor Stinner committed
May 26, 2020
A
Fix peg_generator compiler warnings under MSVC (GH-20405)
Ammar Askar committed
April 27, 2020
P
bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721)
Pablo Galindo committed
April 22, 2020
P
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo committed