1. 43c4fb6 bpo-30858: Improve error location for expressions with assignments (GH-23753) by Pablo Galindo · 3 years, 9 months ago
  2. 00d7abd bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) by Victor Stinner · 3 years, 10 months ago
  3. 9bdc40e Refactor the grammar to match the language specification docs (GH-23574) by Pablo Galindo · 3 years, 10 months ago
  4. 07f2ade bpo-40998: Address compiler warnings found by ubsan (GH-20929) by Christian Heimes · 3 years, 10 months ago
  5. b0aba1f bpo-42381: Allow walrus in set literals and set comprehensions (GH-23332) by Pablo Galindo · 3 years, 10 months ago
  6. cae6018 bpo-42316: Allow unparenthesized walrus operator in indexes (GH-23317) by Lysandros Nikolaou · 3 years, 10 months ago
  7. cb3e5ed bpo-42374: Allow unparenthesized walrus in genexps (GH-23319) by Lysandros Nikolaou · 3 years, 10 months ago
  8. 18ce7f1 bpo-1635741: _ast uses PyModule_AddObjectRef() (GH-23146) by Victor Stinner · 3 years, 11 months ago
  9. fd957c1 bpo-41796: Call _PyAST_Fini() earlier to fix a leak (GH-23131) by Victor Stinner · 3 years, 11 months ago
  10. 5cf4782 bpo-41796: Make _ast module state per interpreter (GH-23024) by Victor Stinner · 3 years, 11 months ago
  11. 02cdfc9 bpo-42218: Correctly handle errors in left-recursive rules (GH-23065) by Lysandros Nikolaou · 3 years, 11 months ago
  12. 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, 11 months ago
  13. 3af4b58 bpo-42206: Propagate and raise errors from PyAST_Validate in the parser (GH-23035) by Batuhan Taskaya · 3 years, 11 months ago
  14. 15acc4e bpo-41659: Disallow curly brace directly after primary (GH-22996) by Lysandros Nikolaou · 3 years, 11 months ago
  15. bca7014 bpo-42123: Run the parser two times and only enable invalid rules on the second run (GH-22111) by Lysandros Nikolaou · 3 years, 11 months ago
  16. e68c678 bpo-42150: Avoid buffer overflow in the new parser (GH-22978) by Pablo Galindo · 3 years, 11 months ago
  17. 2e5ca9e bpo-41746: Cast to typed seqs in CHECK macros to avoid type erasure (GH-22864) by Lysandros Nikolaou · 4 years ago
  18. 02a1603 bpo-42000: Cleanup the AST related C-code (GH-22641) by Batuhan Taskaya · 4 years ago
  19. 48f305f bpo-41979: Accept star-unpacking on with-item targets (GH-22611) by Batuhan Taskaya · 4 years ago
  20. a5634c4 bpo-41746: Add type information to asdl_seq objects (GH-22223) by Pablo Galindo · 4 years ago
  21. e5fbe0c bpo-41631: _ast module uses again a global state (#21961) by Victor Stinner · 4 years ago
  22. 315a61f bpo-41697: Correctly handle KeywordOrStarred when parsing arguments in the parser (GH-22077) by Pablo Galindo · 4 years, 1 month ago
  23. 4a97b15 bpo-41690: Use a loop to collect args in the parser instead of recursion (GH-22053) by Pablo Galindo · 4 years, 1 month ago
  24. bde48fd bpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721) by Victor Stinner · 4 years, 2 months ago
  25. a74eea2 closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569) by Benjamin Peterson · 4 years, 2 months ago
  26. 1332226 Validate the AST produced by the parser in debug mode (GH-21643) by Pablo Galindo · 4 years, 2 months ago
  27. 0275e04 Fix trivial typo in the PEG string parser (GH-21508) by Eric V. Smith · 4 years, 2 months ago
  28. 2ad7e9c Fix possibly-unitialized warning in string_parser.c. (GH-21503) by Benjamin Peterson · 4 years, 2 months ago
  29. 782f44b bpo-41215: Make assertion in the new parser more strict (GH-21364) by Lysandros Nikolaou · 4 years, 2 months ago
  30. 1ac0cbc bpo-41215: Don't use NULL by default in the PEG parser keyword list (GH-21355) by Pablo Galindo · 4 years, 2 months ago
  31. 1f76453 bpo-41204: Fix compiler warning in ast_type_init() (GH-21307) by Victor Stinner · 4 years, 3 months ago
  32. b1cc6ba bpo-41194: Convert _ast extension to PEP 489 (GH-21293) by Victor Stinner · 4 years, 3 months ago
  33. 91e1bc1 bpo-41194: The _ast module cannot be loaded more than once (GH-21290) by Victor Stinner · 4 years, 3 months ago
  34. 74419f0 bpo-41194: Pass module state in Python-ast.c (GH-21284) by Victor Stinner · 4 years, 3 months ago
  35. 9d197c7 bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21021) by Guido van Rossum · 4 years, 3 months ago
  36. 1f0f4ab bpo-41076: Pre-feed the parser with the f-string expression location (GH-21054) by Lysandros Nikolaou · 4 years, 3 months ago
  37. c8f29ad bpo-40769: Allow extra surrounding parentheses for invalid annotated assignment rule (GH-20387) by Batuhan Taskaya · 4 years, 3 months ago
  38. 6dcbc24 bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173) by Lysandros Nikolaou · 4 years, 3 months ago
  39. 2e0a920 bpo-41084: Adjust message when an f-string expression causes a SyntaxError (GH-21084) by Lysandros Nikolaou · 4 years, 3 months ago
  40. 4b85e60 bpo-41119: Output correct error message for list/tuple followed by colon (GH-21160) by Lysandros Nikolaou · 4 years, 3 months ago
  41. 564cd18 bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016) by Lysandros Nikolaou · 4 years, 3 months ago
  42. 6c4e0bd bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the grammar (GH-21020) by Lysandros Nikolaou · 4 years, 3 months ago
  43. 314858e bpo-40939: Remove the old parser (Part 2) (GH-21005) by Lysandros Nikolaou · 4 years, 3 months ago
  44. 861efc6 bpo-40958: Avoid 'possible loss of data' warning on Windows (GH-20970) by Lysandros Nikolaou · 4 years, 3 months ago
  45. 01ece63 bpo-40334: Produce better error messages on invalid targets (GH-20106) by Lysandros Nikolaou · 4 years, 3 months ago
  46. 51c5896 bpo-40958: Avoid buffer overflow in the parser when indexing the current line (GH-20875) by Pablo Galindo · 4 years, 3 months ago
  47. e0bec69 Remove old comment in string_parser.c (GH-20906) by Pablo Galindo · 4 years, 3 months ago
  48. e822e37 bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889) by Victor Stinner · 4 years, 3 months ago
  49. fb61c42 Improve readability and style in parser files (GH-20884) by Pablo Galindo · 4 years, 3 months ago
  50. 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 4 years, 3 months ago
  51. bcd7dee bpo-40939: Remove PEG parser easter egg (__new_parser__) (#20802) by Lysandros Nikolaou · 4 years, 3 months ago
  52. 896f4cf bpo-40847: Consider a line with only a LINECONT a blank line (GH-20769) by Lysandros Nikolaou · 4 years, 3 months ago
  53. 1bcc32f bpo-39465: Use _PyInterpreterState_GET() (GH-20788) by Victor Stinner · 4 years, 3 months ago
  54. c6483c9 Raise specialised syntax error for invalid lambda parameters (GH-20776) by Pablo Galindo · 4 years, 3 months ago
  55. 9f49590 bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser (GH-20697) by Pablo Galindo · 4 years, 3 months ago
  56. 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, 3 months ago
  57. 2e6593d bpo-40880: Fix invalid read in newline_in_string in pegen.c (#20666) by Pablo Galindo · 4 years, 4 months ago
  58. a54096e bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667) by Pablo Galindo · 4 years, 4 months ago
  59. fa7ab6a bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599) by Victor Stinner · 4 years, 4 months ago
  60. c353764 bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20579) by Victor Stinner · 4 years, 4 months ago
  61. c116c94 bpo-40614: Respect feature version for f-string debug expressions (GH-20196) by Shantanu · 4 years, 4 months ago
  62. 526e23f Refactor error handling code in Parser/pegen/pegen.c (GH-20440) by Lysandros Nikolaou · 4 years, 4 months ago
  63. 1cf15af bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264) by Pablo Galindo · 4 years, 4 months ago
  64. 404b23b Fix lookahead of soft keywords in the PEG parser (GH-20436) by Pablo Galindo · 4 years, 4 months ago
  65. b45af1a Add soft keywords (GH-20370) by Guido van Rossum · 4 years, 4 months ago
  66. a2bbedc Fix peg_generator compiler warnings under MSVC (GH-20405) by Ammar Askar · 4 years, 4 months ago
  67. f7b1e46 bpo-38964: Print correct filename on a SyntaxError in an fstring (GH-20399) by Lysandros Nikolaou · 4 years, 4 months ago
  68. deb4355 bpo-40750: Do not expand the new parser debug flags if Py_BUILD_CORE is not defined (GH-20393) by Pablo Galindo · 4 years, 4 months ago
  69. 800a35c6 bpo-40750: Support -d flag in the new parser (GH-20340) by Pablo Galindo · 4 years, 4 months ago
  70. c73914a bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382) by Rémi Lapeyre · 4 years, 4 months ago
  71. b23d7ad Use Py_ssize_t for the column number in the PEG support code (GH-20341) by Pablo Galindo · 4 years, 4 months ago
  72. ae14583 bpo-40334: Produce better error messages for non-parenthesized genexps (GH-20153) by Lysandros Nikolaou · 4 years, 4 months ago
  73. b8a65ec bpo-40715: Reject dict unpacking on dict comprehensions (GH-20292) by Batuhan Taskaya · 4 years, 4 months ago
  74. 72e0aa2 bpo-40176: Improve error messages for trailing comma on from import (GH-20294) by Batuhan Taskaya · 4 years, 4 months ago
  75. ced4e5c Regenerate the parser (#20195) by Pablo Galindo · 4 years, 4 months ago
  76. 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
  77. 63b8e0c bpo-40528: Improve AST generation script to do builds simultaneously (GH-19968) by Batuhan Taskaya · 4 years, 4 months ago
  78. 7b7a21b bpo-40661: Fix segfault when parsing invalid input (GH-20165) by Lysandros Nikolaou · 4 years, 4 months ago
  79. 2c8cd06 bpo-40334: Improvements to error-handling code in the PEG parser (GH-20003) by Lysandros Nikolaou · 4 years, 4 months ago
  80. 16ab070 bpo-40334: Correctly identify invalid target in assignment errors (GH-20076) by Pablo Galindo · 4 years, 4 months ago
  81. ce21cfc bpo-40618: Disallow invalid targets in augassign and except clauses (GH-20083) by Lysandros Nikolaou · 4 years, 4 months ago
  82. bcc3036 bpo-40619: Correctly handle error lines in programs without file mode (GH-20090) by Pablo Galindo · 4 years, 4 months ago
  83. a15c9b3 bpo-40334: Always show the caret on SyntaxErrors (GH-20050) by Lysandros Nikolaou · 4 years, 4 months ago
  84. 74ea6b5 bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033) by Serhiy Storchaka · 4 years, 4 months ago
  85. 27c0d9b bpo-40334: produce specialized errors for invalid del targets (GH-19911) by Shantanu · 4 years, 4 months ago
  86. 5b956ca bpo-40585: Normalize errors messages in codeop when comparing them (GH-20030) by Pablo Galindo · 4 years, 4 months ago
  87. ac7a92c bpo-40334: Avoid collisions between parser variables and grammar variables (GH-19987) by Pablo Galindo · 4 years, 4 months ago
  88. d10091a bpo-40502: Initialize n->n_col_offset (GH-19988) by Joannah Nanjekye · 4 years, 4 months ago
  89. db9163c bpo-40555: Check for p->error_indicator in loop rules after the main loop is done (GH-19986) by Pablo Galindo · 4 years, 4 months ago
  90. 4638c64 bpo-40334: Error message for invalid default args in function call (GH-19973) by Lysandros Nikolaou · 4 years, 4 months ago
  91. 2f37c35 bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962) by Lysandros Nikolaou · 4 years, 4 months ago
  92. 470aac4 bpo-40334: Generate comments in the parser code to improve debugging (GH-19966) by Pablo Galindo · 4 years, 5 months ago
  93. 99db2a1 bpo-40334: Allow trailing comma in parenthesised context managers (GH-19964) by Pablo Galindo · 4 years, 5 months ago
  94. 999ec9a bpo-40334: Add type to the assignment rule in the grammar file (GH-19963) by Lysandros Nikolaou · 4 years, 5 months ago
  95. 091951a bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952) by Batuhan Taskaya · 4 years, 5 months ago
  96. 846d8b2 bpo-40246: Revert reporting of invalid string prefixes (GH-19888) by Lysandros Nikolaou · 4 years, 5 months ago
  97. e10e7c7 bpo-40334: Spacialized error message for invalid args after bare '*' (GH-19865) by Lysandros Nikolaou · 4 years, 5 months ago
  98. c3f0014 bpo-40491: Fix typo in syntax error for numeric literals (GH-19893) by Shantanu · 4 years, 5 months ago
  99. 603d354 bpo-40493: fix function type comment parsing (GH-19894) by Shantanu · 4 years, 5 months ago
  100. 7f06af6 bpo-40334: Set error_indicator in _PyPegen_raise_error (GH-19887) by Lysandros Nikolaou · 4 years, 5 months ago