index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
/
peg_generator
/
peg_extension
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-122270: Fix typos in the Py_DEBUG macro name (GH-122271)
Serhiy Storchaka
2024-07-25
1
-3/+3
*
gh-110805: Fix test_peg_generator after the change in the parser for REPL tra...
Pablo Galindo Salgado
2023-10-13
1
-1/+1
*
gh-99300: Use Py_NewRef() in Parser/ directory (#99330)
Victor Stinner
2022-11-10
1
-2/+1
*
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner
2022-05-03
1
-2/+2
*
Sanitize macros and debug functions in pegen.c (GH-25291)
Pablo Galindo
2021-04-09
1
-0/+8
*
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner
2021-03-24
1
-4/+4
*
bpo-43244: Remove parser_interface.h header file (GH-25001)
Victor Stinner
2021-03-24
1
-1/+10
*
bpo-43244: Add pycore_compile.h header file (GH-25000)
Victor Stinner
2021-03-23
1
-1/+3
*
Fix peg_generator compiler warnings under MSVC (GH-20405)
Ammar Askar
2020-05-26
1
-4/+4
*
Fix some scripts in the peg generator folder (GH-19853)
Pablo Galindo
2020-05-02
1
-0/+0
*
bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721)
Pablo Galindo
2020-04-27
1
-3/+4
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
1
-0/+153