1. 756b7b9 bpo-43822: Prioritize tokenizer errors over custom syntax errors when raising parser exceptions (GH-25866) by Miss Islington (bot) · 3 years, 5 months ago
  2. dbe60ee bpo-43892: Validate the first term of complex literal value patterns (GH-25735) by Brandt Bucher · 3 years, 5 months ago
  3. 1e7b858 bpo-43892: Make match patterns explicit in the AST (GH-25585) by Nick Coghlan · 3 years, 5 months ago
  4. 5e437fb bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927) by Segev Finer · 3 years, 5 months ago
  5. a77aac4 bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525) by Pablo Galindo · 3 years, 5 months ago
  6. 56c95df bpo-43859: Improve the error message for IndentationError exceptions (GH-25431) by Pablo Galindo · 3 years, 6 months ago
  7. b5b98bd bpo-43823: Fix location of one of the errors for invalid dictionary literals (GH-25427) by Pablo Galindo · 3 years, 6 months ago
  8. b280248 bpo-43822: Improve syntax errors for missing commas (GH-25377) by Pablo Galindo · 3 years, 6 months ago
  9. da74350 bpo-43823: Improve syntax errors for invalid dictionary literals (GH-25378) by Pablo Galindo · 3 years, 6 months ago
  10. 30ed93b bpo-43797: Handle correctly invalid assignments inside function calls and generators (GH-25390) by Pablo Galindo · 3 years, 6 months ago
  11. d9151cb Ensure that early = are not matched by the parser as invalid comparisons (GH-25375) by Pablo Galindo · 3 years, 6 months ago
  12. b86ed8e bpo-43797: Improve syntax error for invalid comparisons (#25317) by Pablo Galindo · 3 years, 6 months ago
  13. 75a06f0 bpo-43798: Add source location attributes to alias (GH-25324) by Matthew Suozzo · 3 years, 6 months ago
  14. d00a449 Simplify _PyPegen_fill_token in pegen.c (GH-25295) by Pablo Galindo · 3 years, 6 months ago
  15. 58bafe4 Sanitize macros and debug functions in pegen.c (GH-25291) by Pablo Galindo · 3 years, 6 months ago
  16. 4f642da Break down some complex functions in pegen.c for readability (GH-25292) by Pablo Galindo · 3 years, 6 months ago
  17. c0e11a3 Fix possible refleak involving _PyArena_AddPyObject (GH-25289) by Erlend Egeberg Aasland · 3 years, 6 months ago
  18. d27f8d2 bpo-43244: Rename pycore_ast.h functions to _PyAST_xxx() (GH-25252) by Victor Stinner · 3 years, 6 months ago
  19. d36d6a9 bpo-43244: Remove Yield macro from pycore_ast.h (GH-25243) by Victor Stinner · 3 years, 6 months ago
  20. 8bbfeb3 bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142) by Inada Naoki · 3 years, 6 months ago
  21. 92a02c1 Fix tokenizer error when raw decoding null bytes (GH-25080) by Pablo Galindo · 3 years, 6 months ago
  22. 261a452 bpo-25643: Refactor the C tokenizer into smaller, logical units (GH-25050) by Pablo Galindo · 3 years, 6 months ago
  23. 8efad61 bpo-41064: Improve syntax error for invalid usage of '**' in f-strings (GH-25006) by Pablo Galindo · 3 years, 6 months ago
  24. 8370e07 bpo-43244: Remove the pyarena.h header (GH-25007) by Victor Stinner · 3 years, 6 months ago
  25. 57364ce bpo-43244: Remove parser_interface.h header file (GH-25001) by Victor Stinner · 3 years, 6 months ago
  26. 94faa07 bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933) by Victor Stinner · 3 years, 6 months ago
  27. 96eeff5 bpo-43555: Report the column offset for invalid line continuation character (GH-24939) by Pablo Galindo · 3 years, 7 months ago
  28. 123ff26 bpo-43591: Fix error location in interactive mode for errors at the end of the line (GH-24973) by Pablo Galindo · 3 years, 7 months ago
  29. eec8e61 bpo-43244: Remove the PyAST_Validate() function (GH-24911) by Victor Stinner · 3 years, 7 months ago
  30. 6af528b bpo-43244: Fix test_peg_generators on Windows (GH-24913) by Victor Stinner · 3 years, 7 months ago
  31. e0bf70d bpo-43244: Fix test_peg_generator for PyAST_Validate() (GH-24912) by Victor Stinner · 3 years, 7 months ago
  32. 08fb8ac bpo-42128: Add 'missing :' syntax error message to match statements (GH-24733) by Pablo Galindo · 3 years, 7 months ago
  33. b4536e1 bpo-43244: Rename pycore_ast.h to pycore_ast_state.h (GH-24907) by Victor Stinner · 3 years, 7 months ago
  34. cd8dcbc bpo-43410: Fix crash in the parser when producing syntax errors when reading from stdin (GH-24763) by Pablo Galindo · 3 years, 7 months ago
  35. c994ffe bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (GH-24479) by Jozef Grajciar · 3 years, 7 months ago
  36. 145bf26 bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) by Brandt Bucher · 3 years, 7 months ago
  37. 4a6bf27 bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561) by Nicholas Sim · 3 years, 8 months ago
  38. 366dc3a bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550) by Nicholas Sim · 3 years, 8 months ago
  39. 206cbda bpo-43149: Improve error message for exception group without parentheses (GH-24467) by Pablo Galindo · 3 years, 8 months ago
  40. d4e6ed7 bpo-43121: Fix incorrect SyntaxError message for missing comma (GH-24436) by Pablo Galindo · 3 years, 8 months ago
  41. 58fb156 bpo-42997: Improve error message for missing : before suites (GH-24292) by Pablo Galindo · 3 years, 8 months ago
  42. 835f14f bpo-43017: Improve error message for unparenthesised tuples in comprehensions (GH24314) by Pablo Galindo · 3 years, 8 months ago
  43. 4090151 bpo-42986: Fix parser crash when reporting syntax errors in f-string with newlines (GH-24279) by Pablo Galindo · 3 years, 8 months ago
  44. bf9239b Remove full stop from a bytes-related SyntaxError message (GH-24300) by numbermaniac · 3 years, 8 months ago
  45. a698d52 bpo-40176: Improve error messages for unclosed string literals (GH-19346) by Batuhan Taskaya · 3 years, 9 months ago
  46. c3f167d bpo-42864: Simplify the tokenizer exceptions after generic SyntaxError (GH-24273) by Pablo Galindo · 3 years, 9 months ago
  47. ae7d3cd9 bpo-42864: Fix compiler warning in the tokenizer with the new paren stack for column numbers (GH-24266) by Pablo Galindo · 3 years, 9 months ago
  48. d6d6371 bpo-42864: Improve error messages regarding unclosed parentheses (GH-24161) by Pablo Galindo · 3 years, 9 months ago
  49. e5fe509 bpo-42827: Fix crash on SyntaxError in multiline expressions (GH-24140) by Lysandros Nikolaou · 3 years, 9 months ago
  50. 07dcd86 bpo-42860: Remove type error from grammar (GH-24156) by Lysandros Nikolaou · 3 years, 9 months ago
  51. bd2728b bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067) by Pablo Galindo · 3 years, 9 months ago
  52. 2ea320d bpo-40631: Disallow single parenthesized star target (GH-24027) by Lysandros Nikolaou · 3 years, 9 months ago
  53. 43c4fb6 bpo-30858: Improve error location for expressions with assignments (GH-23753) by Pablo Galindo · 3 years, 10 months ago
  54. 00d7abd bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) by Victor Stinner · 3 years, 10 months ago
  55. 9bdc40e Refactor the grammar to match the language specification docs (GH-23574) by Pablo Galindo · 3 years, 10 months ago
  56. 07f2ade bpo-40998: Address compiler warnings found by ubsan (GH-20929) by Christian Heimes · 3 years, 11 months ago
  57. b0aba1f bpo-42381: Allow walrus in set literals and set comprehensions (GH-23332) by Pablo Galindo · 3 years, 11 months ago
  58. cae6018 bpo-42316: Allow unparenthesized walrus operator in indexes (GH-23317) by Lysandros Nikolaou · 3 years, 11 months ago
  59. cb3e5ed bpo-42374: Allow unparenthesized walrus in genexps (GH-23319) by Lysandros Nikolaou · 3 years, 11 months ago
  60. 18ce7f1 bpo-1635741: _ast uses PyModule_AddObjectRef() (GH-23146) by Victor Stinner · 4 years ago
  61. fd957c1 bpo-41796: Call _PyAST_Fini() earlier to fix a leak (GH-23131) by Victor Stinner · 4 years ago
  62. 5cf4782 bpo-41796: Make _ast module state per interpreter (GH-23024) by Victor Stinner · 4 years ago
  63. 02cdfc9 bpo-42218: Correctly handle errors in left-recursive rules (GH-23065) by Lysandros Nikolaou · 4 years ago
  64. 06f8c33 bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_flufl rule (GH-23048) by Pablo Galindo · 4 years ago
  65. 3af4b58 bpo-42206: Propagate and raise errors from PyAST_Validate in the parser (GH-23035) by Batuhan Taskaya · 4 years ago
  66. 15acc4e bpo-41659: Disallow curly brace directly after primary (GH-22996) by Lysandros Nikolaou · 4 years ago
  67. bca7014 bpo-42123: Run the parser two times and only enable invalid rules on the second run (GH-22111) by Lysandros Nikolaou · 4 years ago
  68. e68c678 bpo-42150: Avoid buffer overflow in the new parser (GH-22978) by Pablo Galindo · 4 years ago
  69. 2e5ca9e bpo-41746: Cast to typed seqs in CHECK macros to avoid type erasure (GH-22864) by Lysandros Nikolaou · 4 years ago
  70. 02a1603 bpo-42000: Cleanup the AST related C-code (GH-22641) by Batuhan Taskaya · 4 years ago
  71. 48f305f bpo-41979: Accept star-unpacking on with-item targets (GH-22611) by Batuhan Taskaya · 4 years ago
  72. a5634c4 bpo-41746: Add type information to asdl_seq objects (GH-22223) by Pablo Galindo · 4 years, 1 month ago
  73. e5fbe0c bpo-41631: _ast module uses again a global state (#21961) by Victor Stinner · 4 years, 1 month ago
  74. 315a61f bpo-41697: Correctly handle KeywordOrStarred when parsing arguments in the parser (GH-22077) by Pablo Galindo · 4 years, 1 month ago
  75. 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
  76. bde48fd bpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721) by Victor Stinner · 4 years, 2 months ago
  77. a74eea2 closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569) by Benjamin Peterson · 4 years, 2 months ago
  78. 1332226 Validate the AST produced by the parser in debug mode (GH-21643) by Pablo Galindo · 4 years, 2 months ago
  79. 0275e04 Fix trivial typo in the PEG string parser (GH-21508) by Eric V. Smith · 4 years, 3 months ago
  80. 2ad7e9c Fix possibly-unitialized warning in string_parser.c. (GH-21503) by Benjamin Peterson · 4 years, 3 months ago
  81. 782f44b bpo-41215: Make assertion in the new parser more strict (GH-21364) by Lysandros Nikolaou · 4 years, 3 months ago
  82. 1ac0cbc bpo-41215: Don't use NULL by default in the PEG parser keyword list (GH-21355) by Pablo Galindo · 4 years, 3 months ago
  83. 1f76453 bpo-41204: Fix compiler warning in ast_type_init() (GH-21307) by Victor Stinner · 4 years, 3 months ago
  84. b1cc6ba bpo-41194: Convert _ast extension to PEP 489 (GH-21293) by Victor Stinner · 4 years, 3 months ago
  85. 91e1bc1 bpo-41194: The _ast module cannot be loaded more than once (GH-21290) by Victor Stinner · 4 years, 3 months ago
  86. 74419f0 bpo-41194: Pass module state in Python-ast.c (GH-21284) by Victor Stinner · 4 years, 3 months ago
  87. 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
  88. 1f0f4ab bpo-41076: Pre-feed the parser with the f-string expression location (GH-21054) by Lysandros Nikolaou · 4 years, 3 months ago
  89. c8f29ad bpo-40769: Allow extra surrounding parentheses for invalid annotated assignment rule (GH-20387) by Batuhan Taskaya · 4 years, 3 months ago
  90. 6dcbc24 bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173) by Lysandros Nikolaou · 4 years, 3 months ago
  91. 2e0a920 bpo-41084: Adjust message when an f-string expression causes a SyntaxError (GH-21084) by Lysandros Nikolaou · 4 years, 3 months ago
  92. 4b85e60 bpo-41119: Output correct error message for list/tuple followed by colon (GH-21160) by Lysandros Nikolaou · 4 years, 3 months ago
  93. 564cd18 bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016) by Lysandros Nikolaou · 4 years, 3 months ago
  94. 6c4e0bd bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the grammar (GH-21020) by Lysandros Nikolaou · 4 years, 4 months ago
  95. 314858e bpo-40939: Remove the old parser (Part 2) (GH-21005) by Lysandros Nikolaou · 4 years, 4 months ago
  96. 861efc6 bpo-40958: Avoid 'possible loss of data' warning on Windows (GH-20970) by Lysandros Nikolaou · 4 years, 4 months ago
  97. 01ece63 bpo-40334: Produce better error messages on invalid targets (GH-20106) by Lysandros Nikolaou · 4 years, 4 months ago
  98. 51c5896 bpo-40958: Avoid buffer overflow in the parser when indexing the current line (GH-20875) by Pablo Galindo · 4 years, 4 months ago
  99. e0bec69 Remove old comment in string_parser.c (GH-20906) by Pablo Galindo · 4 years, 4 months ago
  100. e822e37 bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889) by Victor Stinner · 4 years, 4 months ago