1. 06f8c33 bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_flufl rule (GH-23048) by Pablo Galindo · 3 years, 10 months ago
  2. bca7014 bpo-42123: Run the parser two times and only enable invalid rules on the second run (GH-22111) by Lysandros Nikolaou · 3 years, 10 months ago
  3. 2e5ca9e bpo-41746: Cast to typed seqs in CHECK macros to avoid type erasure (GH-22864) by Lysandros Nikolaou · 3 years, 10 months ago
  4. a5634c4 bpo-41746: Add type information to asdl_seq objects (GH-22223) by Pablo Galindo · 4 years ago
  5. 315a61f bpo-41697: Correctly handle KeywordOrStarred when parsing arguments in the parser (GH-22077) by Pablo Galindo · 4 years ago
  6. 4a97b15 bpo-41690: Use a loop to collect args in the parser instead of recursion (GH-22053) by Pablo Galindo · 4 years ago
  7. 6c4e0bd bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the grammar (GH-21020) by Lysandros Nikolaou · 4 years, 2 months ago
  8. 861efc6 bpo-40958: Avoid 'possible loss of data' warning on Windows (GH-20970) by Lysandros Nikolaou · 4 years, 2 months ago
  9. 01ece63 bpo-40334: Produce better error messages on invalid targets (GH-20106) by Lysandros Nikolaou · 4 years, 2 months ago
  10. 51c5896 bpo-40958: Avoid buffer overflow in the parser when indexing the current line (GH-20875) by Pablo Galindo · 4 years, 3 months ago
  11. 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 4 years, 3 months ago[Renamed from Parser/pegen/pegen.h]
  12. 404b23b Fix lookahead of soft keywords in the PEG parser (GH-20436) by Pablo Galindo · 4 years, 3 months ago
  13. b45af1a Add soft keywords (GH-20370) by Guido van Rossum · 4 years, 3 months ago
  14. 800a35c6 bpo-40750: Support -d flag in the new parser (GH-20340) by Pablo Galindo · 4 years, 3 months ago
  15. ae14583 bpo-40334: Produce better error messages for non-parenthesized genexps (GH-20153) by Lysandros Nikolaou · 4 years, 3 months ago
  16. 75b863a bpo-40334: Reproduce error message for type comments on bare '*' in the new parser (GH-20151) by Lysandros Nikolaou · 4 years, 4 months ago
  17. 16ab070 bpo-40334: Correctly identify invalid target in assignment errors (GH-20076) by Pablo Galindo · 4 years, 4 months ago
  18. a15c9b3 bpo-40334: Always show the caret on SyntaxErrors (GH-20050) by Lysandros Nikolaou · 4 years, 4 months ago
  19. ac7a92c bpo-40334: Avoid collisions between parser variables and grammar variables (GH-19987) by Pablo Galindo · 4 years, 4 months ago
  20. 2f37c35 bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962) by Lysandros Nikolaou · 4 years, 4 months ago
  21. 76c1b4d bpo-40334: Improve column offsets for thrown syntax errors by Pegen (GH-19782) by Batuhan Taskaya · 4 years, 4 months ago
  22. 3e0a6f3 bpo-40334: Add support for feature_version in new PEG parser (GH-19827) by Lysandros Nikolaou · 4 years, 4 months ago
  23. c001c09 bpo-40334: Support type comments (GH-19780) by Guido van Rossum · 4 years, 4 months ago
  24. 4db245e bpo-40334: refactor and cleanup for the PEG generators (GH-19775) by Pablo Galindo · 4 years, 4 months ago
  25. 2b74c83 bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721) by Pablo Galindo · 4 years, 4 months ago
  26. 1df5a9e bpo-40334: Fix build errors and warnings in test_peg_generator (GH-19672) by Pablo Galindo · 4 years, 4 months ago
  27. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 4 years, 4 months ago