1. 3941d97 bpo-40334: Refactor lambda_parameters similar to parameters (GH-19830) by Guido van Rossum · 4 years, 3 months ago
  2. d955241 bpo-40334: Correct return value of func_type_comment (GH-19833) by Pablo Galindo · 4 years, 3 months ago
  3. 76c1b4d bpo-40334: Improve column offsets for thrown syntax errors by Pegen (GH-19782) by Batuhan Taskaya · 4 years, 3 months ago
  4. b796b3f bpo-40334: Simplify type handling in the PEG c_generator (GH-19818) by Pablo Galindo · 4 years, 3 months ago
  5. 3e0a6f3 bpo-40334: Add support for feature_version in new PEG parser (GH-19827) by Lysandros Nikolaou · 4 years, 3 months ago
  6. c001c09 bpo-40334: Support type comments (GH-19780) by Guido van Rossum · 4 years, 3 months ago
  7. 4db245e bpo-40334: refactor and cleanup for the PEG generators (GH-19775) by Pablo Galindo · 4 years, 3 months ago
  8. 6d65087 bpo-40334: Disallow invalid single statements in the new parser (GH-19774) by Lysandros Nikolaou · 4 years, 3 months ago
  9. 2208134 bpo-40334: Explicitly cast to int in pegen.c to fix a compiler warning (GH-19779) by Pablo Galindo · 4 years, 3 months ago
  10. 37af21b bpo-40334: Fix shifting of nested f-strings in the new parser (GH-19771) by Lysandros Nikolaou · 4 years, 3 months ago
  11. d55133f bpo-40334: Catch E_EOF error, when the tokenizer returns ERRORTOKEN (GH-19743) by Lysandros Nikolaou · 4 years, 4 months ago
  12. b94dbd7 bpo-40334: Support PyPARSE_DONT_IMPLY_DEDENT in the new parser (GH-19736) by Pablo Galindo · 4 years, 4 months ago
  13. 2b74c83 bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721) by Pablo Galindo · 4 years, 4 months ago
  14. 9f27dd3 Use Py_ssize_t instead of ssize_t (GH-19685) by Pablo Galindo · 4 years, 4 months ago
  15. ebebb64 bpo-40334: Improve various PEG-Parser related stuff (GH-19669) by Lysandros Nikolaou · 4 years, 4 months ago
  16. 1df5a9e bpo-40334: Fix build errors and warnings in test_peg_generator (GH-19672) by Pablo Galindo · 4 years, 4 months ago
  17. ee40e4b bpo-40334: Don't downcast from Py_ssize_t to int (GH-19671) by Pablo Galindo · 4 years, 4 months ago
  18. 0b7829e Compile extensions in test_peg_generator with C99 (GH-19668) by Pablo Galindo · 4 years, 4 months ago
  19. 458004b bpo-40334: Fix errors in parse_string.c with old compilers (GH-19666) by Pablo Galindo · 4 years, 4 months ago
  20. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 4 years, 4 months ago