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
/
Lib
/
test
/
test_peg_generator
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-109653: Remove unused imports in the `Lib/` directory (#109803)
Alex Waygood
2023-09-24
1
-1/+0
*
gh-109596: Ensure repeated rules in the grammar are not allowed and fix incor...
Pablo Galindo Salgado
2023-09-22
1
-0/+9
*
test_peg_generator and test_freeze require cpu (#108386)
Victor Stinner
2023-08-23
1
-4/+2
*
gh-90791: Enable test___all__ on ASAN build (#108286)
Victor Stinner
2023-08-22
1
-1/+1
*
gh-107015: Remove async_hacks from the tokenizer (#107018)
Pablo Galindo Salgado
2023-07-26
1
-1/+1
*
gh-105063: Disable test_peg_generator.TestCParser bco. ref leaks (#106024)
Erlend E. Aasland
2023-06-23
1
-0/+10
*
gh-105564: Don't include artificial newlines in the line attribute of tokens ...
Pablo Galindo Salgado
2023-06-09
1
-17/+17
*
gh-104983: Fix test_peg_generator (#104985)
Lysandros Nikolaou
2023-05-26
1
-71/+72
*
gh-100238: Use setuptools in peg-generator and reenable tests (#104798)
Lysandros Nikolaou
2023-05-26
3
-59/+68
*
gh-102515: Remove unused imports in the `Lib/` directory (#102516)
Alex Waygood
2023-03-08
1
-1/+0
*
gh-92584: Remove the distutils package (#99061)
Victor Stinner
2022-11-03
1
-0/+3
*
gh-93124: Fix typos in comments (GH-93125)
Akuli
2022-05-25
1
-1/+1
*
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka
2022-05-08
1
-3/+1
*
bpo-46576: Speed up test_peg_generator by using a static library for shared s...
Jeremy Kloth
2022-04-06
1
-2/+22
*
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes
2022-03-22
1
-0/+1
*
bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632)
Victor Stinner
2022-03-01
1
-2/+10
*
bpo-45204: Reduce verbosity of test_peg_generator (GH-28360)
Pablo Galindo Salgado
2021-09-15
1
-10/+10
*
Extract visitors from the grammar nodes and call makers in the peg generator ...
Pablo Galindo Salgado
2021-09-05
1
-8/+8
*
Update pegen to use the latest upstream developments (GH-27586)
Pablo Galindo Salgado
2021-08-12
4
-232/+636
*
bpo-43425: Update test_c_parser not to use TempdirManager (GH-26693)
Dong-hee Na
2021-06-12
1
-5/+8
*
bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of...
LumÃr 'Frenzy' Balhar
2021-04-23
1
-0/+3
*
bpo-43798: Add source location attributes to alias (GH-25324)
Matthew Suozzo
2021-04-10
1
-1/+1
*
bpo-43244: Rename pycore_ast.h functions to _PyAST_xxx() (GH-25252)
Victor Stinner
2021-04-07
1
-27/+27
*
Add small validator utility for PEG grammars (GH-23519)
Pablo Galindo
2020-12-26
1
-0/+51
*
Disable peg generator tests when building with PGO (GH-23141)
serge-sans-paille
2020-11-04
1
-0/+6
*
bpo-41826: Fix compiler warnings in test_peg_generator (GH-22455)
Pablo Galindo
2020-10-03
1
-16/+17
*
Fix 'gather' rules in the python parser generator (GH-22021)
Pablo Galindo
2020-09-03
1
-1/+15
*
bpo-40275: Use new test.support helper submodules in tests (GH-21448)
Hai Shi
2020-08-03
1
-1/+2
*
bpo-41112: Fix test_peg_generator on non-UTF-8 locales. (GH-21138)
Serhiy Storchaka
2020-06-25
1
-2/+2
*
bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995)
Batuhan Taskaya
2020-06-20
1
-0/+8
*
Fix lookahead of soft keywords in the PEG parser (GH-20436)
Pablo Galindo
2020-05-26
1
-0/+12
*
Add soft keywords (GH-20370)
Guido van Rossum
2020-05-26
1
-0/+30
*
bpo-40334: Avoid collisions between parser variables and grammar variables (G...
Pablo Galindo
2020-05-10
1
-0/+27
*
Fix some scripts in the peg generator folder (GH-19853)
Pablo Galindo
2020-05-02
2
-63/+5
*
bpo-40334: Rewrite test_c_parser to avoid memory leaks (GH-19694)
Lysandros Nikolaou
2020-04-24
1
-80/+144
*
bpo-40370: Use the same compile and link args as the interpreter used in test...
Pablo Galindo
2020-04-23
1
-0/+4
*
bpo-40334: Suppress all output in test_peg_generator (GH-19675)
Lysandros Nikolaou
2020-04-23
2
-5/+1
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
6
-0/+1359