1. 75b863a bpo-40334: Reproduce error message for type comments on bare '*' in the new parser (GH-20151) by Lysandros Nikolaou · 5 years ago
  2. 7b7a21b bpo-40661: Fix segfault when parsing invalid input (GH-20165) by Lysandros Nikolaou · 5 years ago
  3. 2c8cd06 bpo-40334: Improvements to error-handling code in the PEG parser (GH-20003) by Lysandros Nikolaou · 5 years ago
  4. 16ab070 bpo-40334: Correctly identify invalid target in assignment errors (GH-20076) by Pablo Galindo · 5 years ago
  5. ce21cfc bpo-40618: Disallow invalid targets in augassign and except clauses (GH-20083) by Lysandros Nikolaou · 5 years ago
  6. a15c9b3 bpo-40334: Always show the caret on SyntaxErrors (GH-20050) by Lysandros Nikolaou · 5 years ago
  7. 27c0d9b bpo-40334: produce specialized errors for invalid del targets (GH-19911) by Shantanu · 5 years ago
  8. ac7a92c bpo-40334: Avoid collisions between parser variables and grammar variables (GH-19987) by Pablo Galindo · 5 years ago
  9. db9163c bpo-40555: Check for p->error_indicator in loop rules after the main loop is done (GH-19986) by Pablo Galindo · 5 years ago
  10. 4638c64 bpo-40334: Error message for invalid default args in function call (GH-19973) by Lysandros Nikolaou · 5 years ago
  11. 470aac4 bpo-40334: Generate comments in the parser code to improve debugging (GH-19966) by Pablo Galindo · 5 years ago
  12. 99db2a1 bpo-40334: Allow trailing comma in parenthesised context managers (GH-19964) by Pablo Galindo · 5 years ago
  13. 999ec9a bpo-40334: Add type to the assignment rule in the grammar file (GH-19963) by Lysandros Nikolaou · 5 years ago
  14. e10e7c7 bpo-40334: Spacialized error message for invalid args after bare '*' (GH-19865) by Lysandros Nikolaou · 5 years ago
  15. 603d354 bpo-40493: fix function type comment parsing (GH-19894) by Shantanu · 5 years ago
  16. 3941d97 bpo-40334: Refactor lambda_parameters similar to parameters (GH-19830) by Guido van Rossum · 5 years ago
  17. d955241 bpo-40334: Correct return value of func_type_comment (GH-19833) by Pablo Galindo · 5 years ago
  18. 76c1b4d bpo-40334: Improve column offsets for thrown syntax errors by Pegen (GH-19782) by Batuhan Taskaya · 5 years ago
  19. b796b3f bpo-40334: Simplify type handling in the PEG c_generator (GH-19818) by Pablo Galindo · 5 years ago
  20. 3e0a6f3 bpo-40334: Add support for feature_version in new PEG parser (GH-19827) by Lysandros Nikolaou · 5 years ago
  21. c001c09 bpo-40334: Support type comments (GH-19780) by Guido van Rossum · 5 years ago
  22. 4db245e bpo-40334: refactor and cleanup for the PEG generators (GH-19775) by Pablo Galindo · 5 years ago
  23. 2b74c83 bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721) by Pablo Galindo · 5 years ago
  24. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 5 years ago