summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_peg_generator
Commit message (Expand)AuthorAgeFilesLines
* gh-92584: Remove the distutils package (#99061)Victor Stinner2022-11-031-0/+3
* gh-93124: Fix typos in comments (GH-93125)Akuli2022-05-251-1/+1
* bpo-45046: Support context managers in unittest (GH-28045)Serhiy Storchaka2022-05-081-3/+1
* bpo-46576: Speed up test_peg_generator by using a static library for shared s...Jeremy Kloth2022-04-061-2/+22
* bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)Christian Heimes2022-03-221-0/+1
* bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632)Victor Stinner2022-03-011-2/+10
* bpo-45204: Reduce verbosity of test_peg_generator (GH-28360)Pablo Galindo Salgado2021-09-151-10/+10
* Extract visitors from the grammar nodes and call makers in the peg generator ...Pablo Galindo Salgado2021-09-051-8/+8
* Update pegen to use the latest upstream developments (GH-27586)Pablo Galindo Salgado2021-08-124-232/+636
* bpo-43425: Update test_c_parser not to use TempdirManager (GH-26693)Dong-hee Na2021-06-121-5/+8
* bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of...Lumír 'Frenzy' Balhar2021-04-231-0/+3
* bpo-43798: Add source location attributes to alias (GH-25324)Matthew Suozzo2021-04-101-1/+1
* bpo-43244: Rename pycore_ast.h functions to _PyAST_xxx() (GH-25252)Victor Stinner2021-04-071-27/+27
* Add small validator utility for PEG grammars (GH-23519)Pablo Galindo2020-12-261-0/+51
* Disable peg generator tests when building with PGO (GH-23141)serge-sans-paille2020-11-041-0/+6
* bpo-41826: Fix compiler warnings in test_peg_generator (GH-22455)Pablo Galindo2020-10-031-16/+17
* Fix 'gather' rules in the python parser generator (GH-22021)Pablo Galindo2020-09-031-1/+15
* bpo-40275: Use new test.support helper submodules in tests (GH-21448)Hai Shi2020-08-031-1/+2
* bpo-41112: Fix test_peg_generator on non-UTF-8 locales. (GH-21138)Serhiy Storchaka2020-06-251-2/+2
* bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995)Batuhan Taskaya2020-06-201-0/+8
* Fix lookahead of soft keywords in the PEG parser (GH-20436)Pablo Galindo2020-05-261-0/+12
* Add soft keywords (GH-20370)Guido van Rossum2020-05-261-0/+30
* bpo-40334: Avoid collisions between parser variables and grammar variables (G...Pablo Galindo2020-05-101-0/+27
* Fix some scripts in the peg generator folder (GH-19853)Pablo Galindo2020-05-022-63/+5
* bpo-40334: Rewrite test_c_parser to avoid memory leaks (GH-19694)Lysandros Nikolaou2020-04-241-80/+144
* bpo-40370: Use the same compile and link args as the interpreter used in test...Pablo Galindo2020-04-231-0/+4
* bpo-40334: Suppress all output in test_peg_generator (GH-19675)Lysandros Nikolaou2020-04-232-5/+1
* bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo2020-04-226-0/+1359