1. 861efc6 bpo-40958: Avoid 'possible loss of data' warning on Windows (GH-20970) by Lysandros Nikolaou · 4 years, 4 months ago
  2. 01ece63 bpo-40334: Produce better error messages on invalid targets (GH-20106) by Lysandros Nikolaou · 4 years, 4 months ago
  3. 51c5896 bpo-40958: Avoid buffer overflow in the parser when indexing the current line (GH-20875) by Pablo Galindo · 4 years, 4 months ago
  4. fb61c42 Improve readability and style in parser files (GH-20884) by Pablo Galindo · 4 years, 4 months ago
  5. 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 4 years, 4 months ago[Renamed (99%) from Parser/pegen/pegen.c]
  6. 9f49590 bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser (GH-20697) by Pablo Galindo · 4 years, 4 months ago
  7. 2e6593d bpo-40880: Fix invalid read in newline_in_string in pegen.c (#20666) by Pablo Galindo · 4 years, 4 months ago
  8. 526e23f Refactor error handling code in Parser/pegen/pegen.c (GH-20440) by Lysandros Nikolaou · 4 years, 4 months ago
  9. 404b23b Fix lookahead of soft keywords in the PEG parser (GH-20436) by Pablo Galindo · 4 years, 4 months ago
  10. b45af1a Add soft keywords (GH-20370) by Guido van Rossum · 4 years, 4 months ago
  11. 800a35c6 bpo-40750: Support -d flag in the new parser (GH-20340) by Pablo Galindo · 4 years, 4 months ago
  12. b23d7ad Use Py_ssize_t for the column number in the PEG support code (GH-20341) by Pablo Galindo · 4 years, 4 months ago
  13. ae14583 bpo-40334: Produce better error messages for non-parenthesized genexps (GH-20153) by Lysandros Nikolaou · 4 years, 5 months ago
  14. 75b863a bpo-40334: Reproduce error message for type comments on bare '*' in the new parser (GH-20151) by Lysandros Nikolaou · 4 years, 5 months ago
  15. 16ab070 bpo-40334: Correctly identify invalid target in assignment errors (GH-20076) by Pablo Galindo · 4 years, 5 months ago
  16. bcc3036 bpo-40619: Correctly handle error lines in programs without file mode (GH-20090) by Pablo Galindo · 4 years, 5 months ago
  17. a15c9b3 bpo-40334: Always show the caret on SyntaxErrors (GH-20050) by Lysandros Nikolaou · 4 years, 5 months ago
  18. 74ea6b5 bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033) by Serhiy Storchaka · 4 years, 5 months ago
  19. 5b956ca bpo-40585: Normalize errors messages in codeop when comparing them (GH-20030) by Pablo Galindo · 4 years, 5 months ago
  20. 2f37c35 bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962) by Lysandros Nikolaou · 4 years, 5 months ago
  21. 846d8b2 bpo-40246: Revert reporting of invalid string prefixes (GH-19888) by Lysandros Nikolaou · 4 years, 5 months ago
  22. c3f0014 bpo-40491: Fix typo in syntax error for numeric literals (GH-19893) by Shantanu · 4 years, 5 months ago
  23. 7f06af6 bpo-40334: Set error_indicator in _PyPegen_raise_error (GH-19887) by Lysandros Nikolaou · 4 years, 5 months ago
  24. d9d6ead Ensure that tok->type_comments is set on every path (GH-19828) by Guido van Rossum · 4 years, 5 months ago
  25. 76c1b4d bpo-40334: Improve column offsets for thrown syntax errors by Pegen (GH-19782) by Batuhan Taskaya · 4 years, 5 months ago
  26. 3e0a6f3 bpo-40334: Add support for feature_version in new PEG parser (GH-19827) by Lysandros Nikolaou · 4 years, 5 months ago
  27. c001c09 bpo-40334: Support type comments (GH-19780) by Guido van Rossum · 4 years, 5 months ago
  28. 4db245e bpo-40334: refactor and cleanup for the PEG generators (GH-19775) by Pablo Galindo · 4 years, 5 months ago
  29. 6d65087 bpo-40334: Disallow invalid single statements in the new parser (GH-19774) by Lysandros Nikolaou · 4 years, 5 months ago
  30. 2208134 bpo-40334: Explicitly cast to int in pegen.c to fix a compiler warning (GH-19779) by Pablo Galindo · 4 years, 5 months ago
  31. d55133f bpo-40334: Catch E_EOF error, when the tokenizer returns ERRORTOKEN (GH-19743) by Lysandros Nikolaou · 4 years, 5 months ago
  32. b94dbd7 bpo-40334: Support PyPARSE_DONT_IMPLY_DEDENT in the new parser (GH-19736) by Pablo Galindo · 4 years, 5 months ago
  33. 2b74c83 bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721) by Pablo Galindo · 4 years, 5 months ago
  34. 9f27dd3 Use Py_ssize_t instead of ssize_t (GH-19685) by Pablo Galindo · 4 years, 5 months ago
  35. ebebb64 bpo-40334: Improve various PEG-Parser related stuff (GH-19669) by Lysandros Nikolaou · 4 years, 5 months ago
  36. 1df5a9e bpo-40334: Fix build errors and warnings in test_peg_generator (GH-19672) by Pablo Galindo · 4 years, 5 months ago
  37. ee40e4b bpo-40334: Don't downcast from Py_ssize_t to int (GH-19671) by Pablo Galindo · 4 years, 5 months ago
  38. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 4 years, 5 months ago