1. 3941d97 bpo-40334: Refactor lambda_parameters similar to parameters (GH-19830) by Guido van Rossum · 4 years, 3 months ago
  2. d955241 bpo-40334: Correct return value of func_type_comment (GH-19833) by Pablo Galindo · 4 years, 3 months ago
  3. 76c1b4d bpo-40334: Improve column offsets for thrown syntax errors by Pegen (GH-19782) by Batuhan Taskaya · 4 years, 3 months ago
  4. b796b3f bpo-40334: Simplify type handling in the PEG c_generator (GH-19818) by Pablo Galindo · 4 years, 3 months ago
  5. 3e0a6f3 bpo-40334: Add support for feature_version in new PEG parser (GH-19827) by Lysandros Nikolaou · 4 years, 3 months ago
  6. c001c09 bpo-40334: Support type comments (GH-19780) by Guido van Rossum · 4 years, 3 months ago
  7. 4db245e bpo-40334: refactor and cleanup for the PEG generators (GH-19775) by Pablo Galindo · 4 years, 3 months ago
  8. 6d65087 bpo-40334: Disallow invalid single statements in the new parser (GH-19774) by Lysandros Nikolaou · 4 years, 3 months ago
  9. 2208134 bpo-40334: Explicitly cast to int in pegen.c to fix a compiler warning (GH-19779) by Pablo Galindo · 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. d55133f bpo-40334: Catch E_EOF error, when the tokenizer returns ERRORTOKEN (GH-19743) by Lysandros Nikolaou · 4 years, 4 months ago
  12. b94dbd7 bpo-40334: Support PyPARSE_DONT_IMPLY_DEDENT in the new parser (GH-19736) by Pablo Galindo · 4 years, 4 months ago
  13. 2b74c83 bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721) by Pablo Galindo · 4 years, 4 months ago
  14. 9f27dd3 Use Py_ssize_t instead of ssize_t (GH-19685) by Pablo Galindo · 4 years, 4 months ago
  15. ebebb64 bpo-40334: Improve various PEG-Parser related stuff (GH-19669) by Lysandros Nikolaou · 4 years, 4 months ago
  16. 1df5a9e bpo-40334: Fix build errors and warnings in test_peg_generator (GH-19672) by Pablo Galindo · 4 years, 4 months ago
  17. ee40e4b bpo-40334: Don't downcast from Py_ssize_t to int (GH-19671) by Pablo Galindo · 4 years, 4 months ago
  18. 0b7829e Compile extensions in test_peg_generator with C99 (GH-19668) by Pablo Galindo · 4 years, 4 months ago
  19. 458004b bpo-40334: Fix errors in parse_string.c with old compilers (GH-19666) by Pablo Galindo · 4 years, 4 months ago
  20. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 4 years, 4 months ago
  21. 11a7f15 bpo-40335: Correctly handle multi-line strings in tokenize error scenarios (GH-19619) by Pablo Galindo · 4 years, 4 months ago
  22. 9a4b38f bpo-40267: Fix message when last input character produces a SyntaxError (GH-19521) by Lysandros Nikolaou · 4 years, 4 months ago
  23. 4a21e57 bpo-40268: Remove unused structmember.h includes (GH-19530) by Victor Stinner · 4 years, 4 months ago
  24. 62183b8 bpo-40268: Remove explicit pythread.h includes (#19529) by Victor Stinner · 4 years, 4 months ago
  25. e5014be bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) by Victor Stinner · 4 years, 4 months ago
  26. 81a7be3 bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509) by Victor Stinner · 4 years, 4 months ago
  27. 4a3fe08 bpo-40268: Include explicitly pycore_interp.h (GH-19505) by Victor Stinner · 4 years, 4 months ago
  28. 41d5b94 bpo-40246: Report a better error message for invalid string prefixes (GH-19476) by Lysandros Nikolaou · 4 years, 4 months ago
  29. 168660b bpo-40141: Add line and column information to ast.keyword nodes (GH-19283) by Pablo Galindo · 4 years, 4 months ago
  30. 51e3e45 bpo-40020: Fix realloc leak on failure in growable_comment_array_add (GH-19083) by Alexander Riccio · 4 years, 4 months ago
  31. 87d3b9d bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) by Victor Stinner · 4 years, 5 months ago
  32. bace59d bpo-39999: Improve compatibility of the ast module. (GH-19056) by Serhiy Storchaka · 4 years, 5 months ago
  33. 6b97598 bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038) by Serhiy Storchaka · 4 years, 5 months ago
  34. 4ab362c bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515) by Batuhan Taşkaya · 4 years, 5 months ago
  35. 8689209 bpo-39969: Remove ast.Param node class as is no longer used (GH-19020) by Batuhan Taşkaya · 4 years, 5 months ago
  36. 13d52c2 bpo-34822: Simplify AST for subscription. (GH-9605) by Serhiy Storchaka · 4 years, 5 months ago
  37. b7e9525 bpo-36287: Make ast.dump() not output optional fields and attributes with default values. (GH-18843) by Serhiy Storchaka · 4 years, 5 months ago
  38. d7a04a8 Fix typo in the parser generator (GH-18603) by xatier · 4 years, 5 months ago
  39. 9e5d30c bpo-39882: Py_FatalError() logs the function name (GH-18819) by Victor Stinner · 4 years, 5 months ago
  40. d82e469 bpo-39639: Remove the AST "Suite" node and associated code (GH-18513) by Batuhan Taşkaya · 4 years, 5 months ago
  41. 384f3c5 closes bpo-39721: Fix constness of members of tok_state struct. (GH-18600) by Andy Lester · 4 years, 6 months ago
  42. 0cc6b5e bpo-39219: Fix SyntaxError attributes in the tokenizer. (GH-17828) by Serhiy Storchaka · 4 years, 6 months ago
  43. f3e7ea5 bpo-39500: Document PyUnicode_IsIdentifier() function (GH-18397) by Victor Stinner · 4 years, 6 months ago
  44. d2f9667 bpo-38823: Fix refleaks in _ast initialization error path (GH-17276) by Brandt Bucher · 4 years, 6 months ago
  45. 45cf5db Allow pgen to produce a DOT format dump of the grammar (GH-18005) by Pablo Galindo · 4 years, 7 months ago
  46. d23f782 Remove unused functions in Parser/parsetok.c (GH-17365) by Emmanuel Arias · 4 years, 7 months ago
  47. 7ba6f18 bpo-39307: Fix memory leak on error path in parsetok (GH-17953) by Alex Henrie · 4 years, 7 months ago
  48. 5ec91f7 bpo-39209: Manage correctly multi-line tokens in interactive mode (GH-17860) by Pablo Galindo · 4 years, 7 months ago
  49. a9d0a6a bpo-36500: Simplify PCbuild/build.bat and prevent path separator changing in comments (GH-17644) by Steve Dower · 4 years, 8 months ago
  50. 109fc27 bpo-38673: dont switch to ps2 if the line starts with comment or whitespace (GH-17421) by Batuhan Taşkaya · 4 years, 8 months ago
  51. 9def81a bpo-36876: Moved Parser/listnode.c statics to interpreter state. (GH-16328) by Vinay Sajip · 4 years, 9 months ago
  52. bdac32e closes bpo-38648: Remove double tp_free slot in Python-ast.c. (GH-17002) by Max Bernstein · 4 years, 10 months ago
  53. 0b60f64 bpo-11410: Standardize and use symbol visibility attributes across POSIX and Windows. (GH-16347) by Vinay Sajip · 4 years, 10 months ago
  54. a05fcd3 bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688) by Dong-hee Na · 4 years, 10 months ago
  55. 3368f3c bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076) by Eddie Elizondo · 5 years ago
  56. 0247e80 Fix leaks in Python-ast.c (#16127) by Eddie Elizondo · 5 years ago
  57. 421a72a bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (#14634) by Zackery Spytz · 5 years ago
  58. ac46eb4 bpo-38113: Update the Python-ast.c generator to PEP384 (gh-15957) by Dino Viehland · 5 years ago
  59. 43c9731 bpo-38083: Minor improvements in asdl_c.py and Python-ast.c. (GH-15824) by Serhiy Storchaka · 5 years ago
  60. fa3a38d Mark files as executable that are meant as scripts. (GH-15354) by Greg Price · 5 years ago
  61. c638521 Fix typo in the algorithm description (GH-15774) by Pablo Galindo · 5 years ago
  62. 43710b6 Fix typos in the documentation of Parser/pgen (GH-15416) by Shashi Ranjan · 5 years ago
  63. 71876fa Refactor Parser/pgen and add documentation and explanations (GH-15373) by Pablo Galindo · 5 years ago
  64. 69f37bc Indent code inside if block. (GH-15284) by Hansraj Das · 5 years ago
  65. 5b94f35 Fix `SyntaxError` indicator printing too many spaces for multi-line strings (GH-14433) by Anthony Sottile · 5 years ago
  66. e018dc5 Remove duplicate call to strip method in Parser/pgen/token.py (GH-14938) by Hansraj Das · 5 years ago
  67. cd6e83b bpo-37593: Swap the positions of posonlyargs and args in the constructor of ast.parameters nodes (GH-14778) by Pablo Galindo · 5 years ago
  68. 022ac0a bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020) by Victor Stinner · 5 years ago
  69. 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 5 years ago
  70. 6f6ff8a bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node instead (GH-13597) by Eric V. Smith · 5 years ago
  71. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 5 years ago
  72. d8a82e2 bpo-36878: Only allow text after `# type: ignore` if first character ASCII (GH-13504) by Michael J. Sullivan · 5 years ago
  73. 933e150 bpo-36878: Track extra text added to 'type: ignore' in the AST (GH-13479) by Michael J. Sullivan · 5 years ago
  74. 565b4f1 bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148) by Matthias Bussonnier · 5 years ago
  75. abea73b bpo-2180: Treat line continuation at EOF as a `SyntaxError` (GH-13401) by Anthony Sottile · 5 years ago
  76. d8320ec bpo-36878: Allow extra text after `# type: ignore` comments (GH-13238) by Michael J. Sullivan · 5 years ago
  77. 9a4135e bpo-36817: Add f-string debugging using '='. (GH-13123) by Eric V. Smith · 5 years ago
  78. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 5 years ago
  79. 09415ff fix warnings by adding more const (GH-12924) by Inada Naoki · 5 years ago
  80. 84b4784 use `const` in graminit.c (GH-12713) by tyomitch · 5 years ago
  81. f2cf1e3 bpo-36623: Clean parser headers and include files (GH-12253) by Pablo Galindo · 5 years ago
  82. cda139d bpo-36459: Fix a possible double PyMem_FREE() due to tokenizer.c's tok_nextc() (12601) by Zackery Spytz · 5 years ago
  83. 91759d9 bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using pgen (GH-12456) by Pablo Galindo · 5 years ago
  84. ed5e29c bpo-36385: Add ``elif`` sentence on to avoid multiple ``if`` (GH-12478) by Emmanuel Arias · 5 years ago
  85. cb90c89 bpo-36367: Free buffer if realloc fails in tokenize.c (GH-12442) by Pablo Galindo · 5 years ago
  86. 10f8ce6 bpo-36280: Add Constant.kind field (GH-12295) by Guido van Rossum · 5 years ago
  87. 1b304f9 Remove d_initial from the parser as it is unused (GH-12212) by tyomitch · 5 years ago
  88. 495da29 bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) by Guido van Rossum · 5 years ago
  89. d8b3a98 bpo-36187: Remove NamedStore. (GH-12167) by Serhiy Storchaka · 5 years ago
  90. 8bc401a Clean implementation of Parser/pgen and fix some style issues (GH-12156) by Pablo Galindo · 5 years ago
  91. 8589f14 Remove some code which has been dead since 1994 (#12136) by Alex Gaynor · 5 years ago
  92. 1f24a71 bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814) by Pablo Galindo · 5 years ago
  93. b9d2e97 Fix potential memory leak in parsetok.c (GH-11832) by Pablo Galindo · 5 years ago
  94. d2b4c19 bpo-35879: Fix type comment leaks (GH-11728) by Guido van Rossum · 6 years ago
  95. 3a32e3b bpo-35766 follow-up: Kill half-support for FunctionType in PyAST_obj2mod (#11714) by Guido van Rossum · 6 years ago
  96. dcfcd14 bpo-35766: Merge typed_ast back into CPython (GH-11645) by Guido van Rossum · 6 years ago
  97. 8f59ee0 bpo-35224: PEP 572 Implementation (#10497) by Emily Morehouse · 6 years ago
  98. 9932a22 bpo-33416: Add end positions to Python AST (GH-11605) by Ivan Levkivskyi · 6 years ago
  99. 995d9b9 bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) by Anthony Sottile · 6 years ago
  100. 8ac6581 bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-10370) by Serhiy Storchaka · 6 years ago