1. 9355868 bpo-41043: Escape literal part of the path for glob(). (GH-20994) by Serhiy Storchaka · 4 years, 2 months ago
  2. 5fc4f8a Fix trailing whitespace in keyword.py (GH-20881) by Pablo Galindo · 4 years, 2 months ago
  3. 78319e3 Include soft keywords in keyword.py (GH-20877) by Pablo Galindo · 4 years, 2 months ago
  4. 756180b bpo-40939: Clean and adapt the peg_generator directory after deleting the old parser (GH-20822) by Pablo Galindo · 4 years, 2 months ago
  5. 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 4 years, 2 months ago
  6. 9727694 bpo-40939: Generate keyword.py using the new parser (GH-20800) by Lysandros Nikolaou · 4 years, 2 months ago
  7. ba6fd87 Refactor scripts in Tools/peg_generator/scripts (GH-20401) by Lysandros Nikolaou · 4 years, 2 months ago
  8. 404b23b Fix lookahead of soft keywords in the PEG parser (GH-20436) by Pablo Galindo · 4 years, 3 months ago
  9. b45af1a Add soft keywords (GH-20370) by Guido van Rossum · 4 years, 3 months ago
  10. a2bbedc Fix peg_generator compiler warnings under MSVC (GH-20405) by Ammar Askar · 4 years, 3 months ago
  11. 9645930 bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235) by Lysandros Nikolaou · 4 years, 3 months ago
  12. deb4355 bpo-40750: Do not expand the new parser debug flags if Py_BUILD_CORE is not defined (GH-20393) by Pablo Galindo · 4 years, 3 months ago
  13. 800a35c6 bpo-40750: Support -d flag in the new parser (GH-20340) by Pablo Galindo · 4 years, 3 months ago
  14. cba5031 bpo-40334: Support suppressing of multiple optional variables in Pegen (GH-20367) by Batuhan Taskaya · 4 years, 3 months ago
  15. b831129 Fix debug output in PEG parser generator (GH-20308) by Pablo Galindo · 4 years, 3 months ago
  16. d10fef3 Fix typing problems reported by mypy in pegen (GH-20297) by Pablo Galindo · 4 years, 3 months ago
  17. f50516e bpo-40334: Correctly generate C parser when assigned var is None (GH-20296) by Batuhan Taskaya · 4 years, 3 months ago
  18. 3764069 bpo-40669: Use requirements.pip when installing PEG dependencies (GH-20194) by Pablo Galindo · 4 years, 3 months ago
  19. dc31800 bpo-40669: Install PEG benchmarking dependencies in a venv (GH-20183) by Lysandros Nikolaou · 4 years, 3 months ago
  20. 7b7a21b bpo-40661: Fix segfault when parsing invalid input (GH-20165) by Lysandros Nikolaou · 4 years, 3 months ago
  21. 2c8cd06 bpo-40334: Improvements to error-handling code in the PEG parser (GH-20003) by Lysandros Nikolaou · 4 years, 3 months ago
  22. ac7a92c bpo-40334: Avoid collisions between parser variables and grammar variables (GH-19987) by Pablo Galindo · 4 years, 3 months ago
  23. db9163c bpo-40555: Check for p->error_indicator in loop rules after the main loop is done (GH-19986) by Pablo Galindo · 4 years, 3 months ago
  24. 470aac4 bpo-40334: Generate comments in the parser code to improve debugging (GH-19966) by Pablo Galindo · 4 years, 3 months ago
  25. c95e691 Clean up unused imports for the peg generator module (GH-19891) by Anthony Shaw · 4 years, 3 months ago
  26. d2baff4 bpo-40334: regenerate metaparser as part of regen-all (GH-19854) by Pablo Galindo · 4 years, 3 months ago
  27. 9dbaa8d Fix some scripts in the peg generator folder (GH-19853) by Pablo Galindo · 4 years, 3 months ago
  28. 7ba08ff bpo-40334: use the TOKENS file when checking dangling rules (GH-19849) by Pablo Galindo · 4 years, 3 months ago
  29. 6bd99d5 Fix the Tools/peg_generator/scripts/benchmark.py script (GH-19848) by Pablo Galindo · 4 years, 3 months ago
  30. b796b3f bpo-40334: Simplify type handling in the PEG c_generator (GH-19818) by Pablo Galindo · 4 years, 3 months ago
  31. 4db245e bpo-40334: refactor and cleanup for the PEG generators (GH-19775) by Pablo Galindo · 4 years, 3 months ago
  32. 5b9f498 bpo-40334: Refactor peg_generator to receive a Tokens file when building c code (GH-19745) by Pablo Galindo · 4 years, 4 months ago
  33. 2b74c83 bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721) by Pablo Galindo · 4 years, 4 months ago
  34. 24ffe70 bpo-40334: Rewrite test_c_parser to avoid memory leaks (GH-19694) by Lysandros Nikolaou · 4 years, 4 months ago
  35. 50f28de bpo-40334: Allow to run make regen-pegen without distutils (GH-19684) by Pablo Galindo · 4 years, 4 months ago
  36. 9e6a131 bpo-40370: Use the same compile and link args as the interpreter used in test_peg_generator (GH-19674) by Pablo Galindo · 4 years, 4 months ago
  37. 1df5a9e bpo-40334: Fix build errors and warnings in test_peg_generator (GH-19672) by Pablo Galindo · 4 years, 4 months ago
  38. 0b7829e Compile extensions in test_peg_generator with C99 (GH-19668) by Pablo Galindo · 4 years, 4 months ago
  39. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 4 years, 4 months ago