1. e0bec69 Remove old comment in string_parser.c (GH-20906) by Pablo Galindo · 4 years, 2 months ago
  2. fb61c42 Improve readability and style in parser files (GH-20884) by Pablo Galindo · 4 years, 2 months ago
  3. 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 4 years, 2 months ago[Renamed (99%) from Parser/pegen/parse_string.c]
  4. 972ab03 bpo-40904: Fix segfault in the new parser with f-string containing yield statements with no value (GH-20701) by Pablo Galindo · 4 years, 2 months ago
  5. a54096e bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667) by Pablo Galindo · 4 years, 2 months ago
  6. c116c94 bpo-40614: Respect feature version for f-string debug expressions (GH-20196) by Shantanu · 4 years, 3 months ago
  7. f7b1e46 bpo-38964: Print correct filename on a SyntaxError in an fstring (GH-20399) by Lysandros Nikolaou · 4 years, 3 months ago
  8. 2f37c35 bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962) by Lysandros Nikolaou · 4 years, 3 months ago
  9. 3e0a6f3 bpo-40334: Add support for feature_version in new PEG parser (GH-19827) by Lysandros Nikolaou · 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. 2b74c83 bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721) by Pablo Galindo · 4 years, 4 months ago
  12. 0b7829e Compile extensions in test_peg_generator with C99 (GH-19668) by Pablo Galindo · 4 years, 4 months ago
  13. 458004b bpo-40334: Fix errors in parse_string.c with old compilers (GH-19666) by Pablo Galindo · 4 years, 4 months ago
  14. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 4 years, 4 months ago