1. c116c94 bpo-40614: Respect feature version for f-string debug expressions (GH-20196) by Shantanu · 4 years, 5 months ago
  2. 526e23f Refactor error handling code in Parser/pegen/pegen.c (GH-20440) by Lysandros Nikolaou · 4 years, 5 months ago
  3. 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, 5 months ago
  4. 404b23b Fix lookahead of soft keywords in the PEG parser (GH-20436) by Pablo Galindo · 4 years, 5 months ago
  5. b45af1a Add soft keywords (GH-20370) by Guido van Rossum · 4 years, 5 months ago
  6. a2bbedc Fix peg_generator compiler warnings under MSVC (GH-20405) by Ammar Askar · 4 years, 5 months ago
  7. f7b1e46 bpo-38964: Print correct filename on a SyntaxError in an fstring (GH-20399) by Lysandros Nikolaou · 4 years, 5 months ago
  8. 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, 5 months ago
  9. 800a35c6 bpo-40750: Support -d flag in the new parser (GH-20340) by Pablo Galindo · 4 years, 5 months ago
  10. c73914a bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382) by Rémi Lapeyre · 4 years, 5 months ago
  11. b23d7ad Use Py_ssize_t for the column number in the PEG support code (GH-20341) by Pablo Galindo · 4 years, 5 months ago
  12. ae14583 bpo-40334: Produce better error messages for non-parenthesized genexps (GH-20153) by Lysandros Nikolaou · 4 years, 5 months ago
  13. b8a65ec bpo-40715: Reject dict unpacking on dict comprehensions (GH-20292) by Batuhan Taskaya · 4 years, 5 months ago
  14. 72e0aa2 bpo-40176: Improve error messages for trailing comma on from import (GH-20294) by Batuhan Taskaya · 4 years, 5 months ago
  15. ced4e5c Regenerate the parser (#20195) by Pablo Galindo · 4 years, 5 months ago
  16. 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
  17. 63b8e0c bpo-40528: Improve AST generation script to do builds simultaneously (GH-19968) by Batuhan Taskaya · 4 years, 5 months ago
  18. 7b7a21b bpo-40661: Fix segfault when parsing invalid input (GH-20165) by Lysandros Nikolaou · 4 years, 5 months ago
  19. 2c8cd06 bpo-40334: Improvements to error-handling code in the PEG parser (GH-20003) by Lysandros Nikolaou · 4 years, 5 months ago
  20. 16ab070 bpo-40334: Correctly identify invalid target in assignment errors (GH-20076) by Pablo Galindo · 4 years, 5 months ago
  21. ce21cfc bpo-40618: Disallow invalid targets in augassign and except clauses (GH-20083) by Lysandros Nikolaou · 4 years, 5 months ago
  22. bcc3036 bpo-40619: Correctly handle error lines in programs without file mode (GH-20090) by Pablo Galindo · 4 years, 5 months ago
  23. a15c9b3 bpo-40334: Always show the caret on SyntaxErrors (GH-20050) by Lysandros Nikolaou · 4 years, 5 months ago
  24. 74ea6b5 bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033) by Serhiy Storchaka · 4 years, 6 months ago
  25. 27c0d9b bpo-40334: produce specialized errors for invalid del targets (GH-19911) by Shantanu · 4 years, 6 months ago
  26. 5b956ca bpo-40585: Normalize errors messages in codeop when comparing them (GH-20030) by Pablo Galindo · 4 years, 6 months ago
  27. ac7a92c bpo-40334: Avoid collisions between parser variables and grammar variables (GH-19987) by Pablo Galindo · 4 years, 6 months ago
  28. d10091a bpo-40502: Initialize n->n_col_offset (GH-19988) by Joannah Nanjekye · 4 years, 6 months ago
  29. db9163c bpo-40555: Check for p->error_indicator in loop rules after the main loop is done (GH-19986) by Pablo Galindo · 4 years, 6 months ago
  30. 4638c64 bpo-40334: Error message for invalid default args in function call (GH-19973) by Lysandros Nikolaou · 4 years, 6 months ago
  31. 2f37c35 bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962) by Lysandros Nikolaou · 4 years, 6 months ago
  32. 470aac4 bpo-40334: Generate comments in the parser code to improve debugging (GH-19966) by Pablo Galindo · 4 years, 6 months ago
  33. 99db2a1 bpo-40334: Allow trailing comma in parenthesised context managers (GH-19964) by Pablo Galindo · 4 years, 6 months ago
  34. 999ec9a bpo-40334: Add type to the assignment rule in the grammar file (GH-19963) by Lysandros Nikolaou · 4 years, 6 months ago
  35. 091951a bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952) by Batuhan Taskaya · 4 years, 6 months ago
  36. 846d8b2 bpo-40246: Revert reporting of invalid string prefixes (GH-19888) by Lysandros Nikolaou · 4 years, 6 months ago
  37. e10e7c7 bpo-40334: Spacialized error message for invalid args after bare '*' (GH-19865) by Lysandros Nikolaou · 4 years, 6 months ago
  38. c3f0014 bpo-40491: Fix typo in syntax error for numeric literals (GH-19893) by Shantanu · 4 years, 6 months ago
  39. 603d354 bpo-40493: fix function type comment parsing (GH-19894) by Shantanu · 4 years, 6 months ago
  40. 7f06af6 bpo-40334: Set error_indicator in _PyPegen_raise_error (GH-19887) by Lysandros Nikolaou · 4 years, 6 months ago
  41. 03b7642 bpo-40334: Make the PyPegen* and PyParser* APIs more consistent (GH-19839) by Lysandros Nikolaou · 4 years, 6 months ago
  42. d9d6ead Ensure that tok->type_comments is set on every path (GH-19828) by Guido van Rossum · 4 years, 6 months ago
  43. 3941d97 bpo-40334: Refactor lambda_parameters similar to parameters (GH-19830) by Guido van Rossum · 4 years, 6 months ago
  44. d955241 bpo-40334: Correct return value of func_type_comment (GH-19833) by Pablo Galindo · 4 years, 6 months ago
  45. 76c1b4d bpo-40334: Improve column offsets for thrown syntax errors by Pegen (GH-19782) by Batuhan Taskaya · 4 years, 6 months ago
  46. b796b3f bpo-40334: Simplify type handling in the PEG c_generator (GH-19818) by Pablo Galindo · 4 years, 6 months ago
  47. 3e0a6f3 bpo-40334: Add support for feature_version in new PEG parser (GH-19827) by Lysandros Nikolaou · 4 years, 6 months ago
  48. c001c09 bpo-40334: Support type comments (GH-19780) by Guido van Rossum · 4 years, 6 months ago
  49. 4db245e bpo-40334: refactor and cleanup for the PEG generators (GH-19775) by Pablo Galindo · 4 years, 6 months ago
  50. 6d65087 bpo-40334: Disallow invalid single statements in the new parser (GH-19774) by Lysandros Nikolaou · 4 years, 6 months ago
  51. 2208134 bpo-40334: Explicitly cast to int in pegen.c to fix a compiler warning (GH-19779) by Pablo Galindo · 4 years, 6 months ago
  52. 37af21b bpo-40334: Fix shifting of nested f-strings in the new parser (GH-19771) by Lysandros Nikolaou · 4 years, 6 months ago
  53. d55133f bpo-40334: Catch E_EOF error, when the tokenizer returns ERRORTOKEN (GH-19743) by Lysandros Nikolaou · 4 years, 6 months ago
  54. b94dbd7 bpo-40334: Support PyPARSE_DONT_IMPLY_DEDENT in the new parser (GH-19736) by Pablo Galindo · 4 years, 6 months ago
  55. 2b74c83 bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721) by Pablo Galindo · 4 years, 6 months ago
  56. 9f27dd3 Use Py_ssize_t instead of ssize_t (GH-19685) by Pablo Galindo · 4 years, 6 months ago
  57. ebebb64 bpo-40334: Improve various PEG-Parser related stuff (GH-19669) by Lysandros Nikolaou · 4 years, 6 months ago
  58. 1df5a9e bpo-40334: Fix build errors and warnings in test_peg_generator (GH-19672) by Pablo Galindo · 4 years, 6 months ago
  59. ee40e4b bpo-40334: Don't downcast from Py_ssize_t to int (GH-19671) by Pablo Galindo · 4 years, 6 months ago
  60. 0b7829e Compile extensions in test_peg_generator with C99 (GH-19668) by Pablo Galindo · 4 years, 6 months ago
  61. 458004b bpo-40334: Fix errors in parse_string.c with old compilers (GH-19666) by Pablo Galindo · 4 years, 6 months ago
  62. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 4 years, 6 months ago
  63. 11a7f15 bpo-40335: Correctly handle multi-line strings in tokenize error scenarios (GH-19619) by Pablo Galindo · 4 years, 6 months ago
  64. 9a4b38f bpo-40267: Fix message when last input character produces a SyntaxError (GH-19521) by Lysandros Nikolaou · 4 years, 6 months ago
  65. 4a21e57 bpo-40268: Remove unused structmember.h includes (GH-19530) by Victor Stinner · 4 years, 6 months ago
  66. 62183b8 bpo-40268: Remove explicit pythread.h includes (#19529) by Victor Stinner · 4 years, 6 months ago
  67. e5014be bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) by Victor Stinner · 4 years, 6 months ago
  68. 81a7be3 bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509) by Victor Stinner · 4 years, 6 months ago
  69. 4a3fe08 bpo-40268: Include explicitly pycore_interp.h (GH-19505) by Victor Stinner · 4 years, 6 months ago
  70. 41d5b94 bpo-40246: Report a better error message for invalid string prefixes (GH-19476) by Lysandros Nikolaou · 4 years, 7 months ago
  71. 168660b bpo-40141: Add line and column information to ast.keyword nodes (GH-19283) by Pablo Galindo · 4 years, 7 months ago
  72. 51e3e45 bpo-40020: Fix realloc leak on failure in growable_comment_array_add (GH-19083) by Alexander Riccio · 4 years, 7 months ago
  73. 87d3b9d bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) by Victor Stinner · 4 years, 7 months ago
  74. bace59d bpo-39999: Improve compatibility of the ast module. (GH-19056) by Serhiy Storchaka · 4 years, 7 months ago
  75. 6b97598 bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038) by Serhiy Storchaka · 4 years, 7 months ago
  76. 4ab362c bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515) by Batuhan Taşkaya · 4 years, 7 months ago
  77. 8689209 bpo-39969: Remove ast.Param node class as is no longer used (GH-19020) by Batuhan Taşkaya · 4 years, 7 months ago
  78. 13d52c2 bpo-34822: Simplify AST for subscription. (GH-9605) by Serhiy Storchaka · 4 years, 8 months ago
  79. b7e9525 bpo-36287: Make ast.dump() not output optional fields and attributes with default values. (GH-18843) by Serhiy Storchaka · 4 years, 8 months ago
  80. d7a04a8 Fix typo in the parser generator (GH-18603) by xatier · 4 years, 8 months ago
  81. 9e5d30c bpo-39882: Py_FatalError() logs the function name (GH-18819) by Victor Stinner · 4 years, 8 months ago
  82. d82e469 bpo-39639: Remove the AST "Suite" node and associated code (GH-18513) by Batuhan Taşkaya · 4 years, 8 months ago
  83. 384f3c5 closes bpo-39721: Fix constness of members of tok_state struct. (GH-18600) by Andy Lester · 4 years, 8 months ago
  84. 0cc6b5e bpo-39219: Fix SyntaxError attributes in the tokenizer. (GH-17828) by Serhiy Storchaka · 4 years, 9 months ago
  85. f3e7ea5 bpo-39500: Document PyUnicode_IsIdentifier() function (GH-18397) by Victor Stinner · 4 years, 9 months ago
  86. d2f9667 bpo-38823: Fix refleaks in _ast initialization error path (GH-17276) by Brandt Bucher · 4 years, 9 months ago
  87. 45cf5db Allow pgen to produce a DOT format dump of the grammar (GH-18005) by Pablo Galindo · 4 years, 9 months ago
  88. d23f782 Remove unused functions in Parser/parsetok.c (GH-17365) by Emmanuel Arias · 4 years, 10 months ago
  89. 7ba6f18 bpo-39307: Fix memory leak on error path in parsetok (GH-17953) by Alex Henrie · 4 years, 10 months ago
  90. 5ec91f7 bpo-39209: Manage correctly multi-line tokens in interactive mode (GH-17860) by Pablo Galindo · 4 years, 10 months ago
  91. a9d0a6a bpo-36500: Simplify PCbuild/build.bat and prevent path separator changing in comments (GH-17644) by Steve Dower · 4 years, 10 months ago
  92. 109fc27 bpo-38673: dont switch to ps2 if the line starts with comment or whitespace (GH-17421) by Batuhan Taşkaya · 4 years, 11 months ago
  93. 9def81a bpo-36876: Moved Parser/listnode.c statics to interpreter state. (GH-16328) by Vinay Sajip · 5 years ago
  94. bdac32e closes bpo-38648: Remove double tp_free slot in Python-ast.c. (GH-17002) by Max Bernstein · 5 years ago
  95. 0b60f64 bpo-11410: Standardize and use symbol visibility attributes across POSIX and Windows. (GH-16347) by Vinay Sajip · 5 years ago
  96. a05fcd3 bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688) by Dong-hee Na · 5 years ago
  97. 3368f3c bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076) by Eddie Elizondo · 5 years ago
  98. 0247e80 Fix leaks in Python-ast.c (#16127) by Eddie Elizondo · 5 years ago
  99. 421a72a bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (#14634) by Zackery Spytz · 5 years ago
  100. ac46eb4 bpo-38113: Update the Python-ast.c generator to PEP384 (gh-15957) by Dino Viehland · 5 years ago