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
/
pegen
/
build.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-112984: Fix link error on free-threaded Windows build (GH-114455)
Sam Gross
2024-01-23
1
-0/+3
*
gh-112532: Fix peg generator build.py for mimalloc build (gh-113492)
Donghee Na
2023-12-26
1
-0/+1
*
gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)
Steve Dower
2023-12-13
1
-0/+4
*
gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)
Lysandros Nikolaou
2023-10-12
1
-1/+10
*
gh-108455: peg_generator: use `types-setuptools==68.1.0.1` in CI (#108697)
Alex Waygood
2023-08-31
1
-5/+4
*
gh-108455: peg_generator: install two stubs packages before running mypy (#10...
Alex Waygood
2023-08-29
1
-3/+8
*
gh-108455: Run `mypy` on `Tools/peg_generator` (#108456)
Nikita Sobolev
2023-08-28
1
-3/+4
*
gh-105191: Cleanup peg generator; keep only necessary files (#105197)
Lysandros Nikolaou
2023-06-01
1
-38/+48
*
gh-100238: Use setuptools in peg-generator and reenable tests (#104798)
Lysandros Nikolaou
2023-05-26
1
-7/+47
*
bpo-46576: Speed up test_peg_generator by using a static library for shared s...
Jeremy Kloth
2022-04-06
1
-39/+91
*
bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator...
Gregory P. Smith
2022-02-02
1
-0/+10
*
Refactor parser compilation units into specific components (GH-29676)
Pablo Galindo Salgado
2021-11-21
1
-0/+2
*
Extract visitors from the grammar nodes and call makers in the peg generator ...
Pablo Galindo Salgado
2021-09-05
1
-6/+5
*
Update pegen to use the latest upstream developments (GH-27586)
Pablo Galindo Salgado
2021-08-12
1
-3/+11
*
bpo-43244: Fix test_peg_generator for PyAST_Validate() (GH-24912)
Victor Stinner
2021-03-18
1
-0/+3
*
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo
2020-06-11
1
-3/+2
*
Clean up unused imports for the peg generator module (GH-19891)
Anthony Shaw
2020-05-04
1
-2/+1
*
Fix some scripts in the peg generator folder (GH-19853)
Pablo Galindo
2020-05-02
1
-3/+8
*
bpo-40334: use the TOKENS file when checking dangling rules (GH-19849)
Pablo Galindo
2020-05-01
1
-5/+10
*
Fix the Tools/peg_generator/scripts/benchmark.py script (GH-19848)
Pablo Galindo
2020-05-01
1
-1/+1
*
bpo-40334: Refactor peg_generator to receive a Tokens file when building c co...
Pablo Galindo
2020-04-28
1
-23/+78
*
bpo-40334: Rewrite test_c_parser to avoid memory leaks (GH-19694)
Lysandros Nikolaou
2020-04-24
1
-0/+1
*
bpo-40334: Allow to run make regen-pegen without distutils (GH-19684)
Pablo Galindo
2020-04-23
1
-6/+6
*
bpo-40370: Use the same compile and link args as the interpreter used in test...
Pablo Galindo
2020-04-23
1
-3/+12
*
bpo-40334: Fix build errors and warnings in test_peg_generator (GH-19672)
Pablo Galindo
2020-04-23
1
-0/+2
*
Compile extensions in test_peg_generator with C99 (GH-19668)
Pablo Galindo
2020-04-23
1
-0/+3
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
1
-0/+169