1. d8320ec bpo-36878: Allow extra text after `# type: ignore` comments (GH-13238) by Michael J. Sullivan · 5 years ago
  2. 9a4135e bpo-36817: Add f-string debugging using '='. (GH-13123) by Eric V. Smith · 5 years ago
  3. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 5 years ago
  4. 09415ff fix warnings by adding more const (GH-12924) by Inada Naoki · 5 years ago
  5. 84b4784 use `const` in graminit.c (GH-12713) by tyomitch · 5 years ago
  6. f2cf1e3 bpo-36623: Clean parser headers and include files (GH-12253) by Pablo Galindo · 5 years ago
  7. cda139d bpo-36459: Fix a possible double PyMem_FREE() due to tokenizer.c's tok_nextc() (12601) by Zackery Spytz · 5 years ago
  8. 91759d9 bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using pgen (GH-12456) by Pablo Galindo · 5 years ago
  9. ed5e29c bpo-36385: Add ``elif`` sentence on to avoid multiple ``if`` (GH-12478) by Emmanuel Arias · 5 years ago
  10. cb90c89 bpo-36367: Free buffer if realloc fails in tokenize.c (GH-12442) by Pablo Galindo · 5 years ago
  11. 10f8ce6 bpo-36280: Add Constant.kind field (GH-12295) by Guido van Rossum · 5 years ago
  12. 1b304f9 Remove d_initial from the parser as it is unused (GH-12212) by tyomitch · 5 years ago
  13. 495da29 bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) by Guido van Rossum · 5 years ago
  14. d8b3a98 bpo-36187: Remove NamedStore. (GH-12167) by Serhiy Storchaka · 5 years ago
  15. 8bc401a Clean implementation of Parser/pgen and fix some style issues (GH-12156) by Pablo Galindo · 5 years ago
  16. 8589f14 Remove some code which has been dead since 1994 (#12136) by Alex Gaynor · 5 years ago
  17. 1f24a71 bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814) by Pablo Galindo · 5 years ago
  18. b9d2e97 Fix potential memory leak in parsetok.c (GH-11832) by Pablo Galindo · 5 years ago
  19. d2b4c19 bpo-35879: Fix type comment leaks (GH-11728) by Guido van Rossum · 5 years ago
  20. 3a32e3b bpo-35766 follow-up: Kill half-support for FunctionType in PyAST_obj2mod (#11714) by Guido van Rossum · 5 years ago
  21. dcfcd14 bpo-35766: Merge typed_ast back into CPython (GH-11645) by Guido van Rossum · 5 years ago
  22. 8f59ee0 bpo-35224: PEP 572 Implementation (#10497) by Emily Morehouse · 5 years ago
  23. 9932a22 bpo-33416: Add end positions to Python AST (GH-11605) by Ivan Levkivskyi · 5 years ago
  24. 995d9b9 bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) by Anthony Sottile · 6 years ago
  25. 8ac6581 bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-10370) by Serhiy Storchaka · 6 years ago
  26. 94cf308 bpo-33306: Improve SyntaxError messages for unbalanced parentheses. (GH-6516) by Serhiy Storchaka · 6 years ago
  27. 4c49da0 bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) by Zackery Spytz · 6 years ago
  28. 3bb183d bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664) by Victor Stinner · 6 years ago
  29. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 6 years ago
  30. 5f2df88 bpo-35177: Add dependencies between header files (GH-10361) by Victor Stinner · 6 years ago
  31. 50b4857 bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266) by Victor Stinner · 6 years ago
  32. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  33. 3f22811 bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) by Serhiy Storchaka · 6 years ago
  34. 025eb98 bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338) by Ammar Askar · 6 years ago
  35. e502451 closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218) by Benjamin Peterson · 6 years ago
  36. 5061a74 Remove unneeded PyUnicode_READY() in tokenizer.c (GH-9114) by Zackery Spytz · 6 years ago
  37. 3e26e42 bpo-34400: Fix more undefined behavior in parsetok.c (GH-8833) by Zackery Spytz · 6 years ago
  38. 7c4ab2a closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439) by Zackery Spytz · 6 years ago
  39. 53b7d4e bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447) by Victor Stinner · 6 years ago
  40. aba24ff bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262) by Serhiy Storchaka · 6 years ago
  41. c884616 Fix Windows compiler warning in tokenize.c (GH-8359) by Victor Stinner · 6 years ago
  42. ce75df3 bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911) by ValeriyaSinevich · 6 years ago
  43. cf7303e bpo-33305: Improve SyntaxError for invalid numerical literals. (GH-6517) by Serhiy Storchaka · 6 years ago
  44. 9b9d58f bpo-31546: Fix input hook integration (GH-7978) by Thomas A Caswell · 6 years ago
  45. a5c4228 bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) by Serhiy Storchaka · 6 years ago
  46. 73cbe7a bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197) by Serhiy Storchaka · 6 years ago
  47. f320be7 bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222) by Serhiy Storchaka · 6 years ago
  48. 0a37a30 closes bpo-32460: ensure all non-static globals have initializers (#5061) by Benjamin Peterson · 7 years ago
  49. 598ceae bpo-32150: Expand tabs to spaces in C files. (#4583) by Serhiy Storchaka · 7 years ago
  50. 9e87e77 bpo-32096: Remove obj and mem from _PyRuntime (#4532) by Victor Stinner · 7 years ago
  51. f2ddc6a tokenizer: Remove unused tabs options (#4422) by Victor Stinner · 7 years ago
  52. f7e5b56 bpo-32030: Split Py_Main() into subfunctions (#4399) by Victor Stinner · 7 years ago
  53. bba2239 bpo-31572: Get rid of _PyObject_HasAttrId() in the ASDL parser. (#3725) by Serhiy Storchaka · 7 years ago
  54. ac31770 bpo-30406: Make async and await proper keywords (#1669) by Jelle Zijlstra · 7 years ago
  55. b091bec bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678) by Antoine Pitrou · 7 years ago
  56. 5d84cb3 bpo-31464: asdl_c.py no longer emits trailing spaces in Python-ast.h. (#3568) by Serhiy Storchaka · 7 years ago
  57. b2e5794 bpo-31338 (#3374) by Barry Warsaw · 7 years ago
  58. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 7 years ago
  59. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  60. 05351c1 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) by Eric Snow · 7 years ago
  61. 76d5abc bpo-30860: Consolidate stateful runtime globals. (#2594) by Eric Snow · 7 years ago
  62. a6296d3 bpo-31095: fix potential crash during GC (GH-2974) by INADA Naoki · 7 years ago
  63. 2af565b Fix a shadow-compatible-local warning (#2180) by Yuan Chao Chou · 7 years ago
  64. c9ccace bpo-25324: add missing comma in Parser/tokenizer.c (GH-1910) by Albert-Jan Nijburg · 7 years ago
  65. fc354f0 bpo-25324: copy tok_name before changing it (#1608) by Albert-Jan Nijburg · 7 years ago
  66. cf1958a Remove obsolete declaration in tokenizer.h (#962) by Jim Fasarakis-Hilliard · 7 years ago
  67. 0b3ec19 Use NULL rather than 0. (#778) by Serhiy Storchaka · 7 years ago
  68. 4c78c52 bpo-29622: Make AST constructor to accept less than enough number of positional arguments (GH-249) by INADA Naoki · 7 years ago
  69. cb41b27 bpo-29463: Add docstring field to some AST nodes. (#46) by INADA Naoki · 7 years ago
  70. d2f4404 Issue #28489: Merge from 3.6 by Berker Peksag · 7 years ago
  71. 6f80562 Issue #28489: Fix comment in tokenizer.c by Berker Peksag · 7 years ago
  72. fc48908 Issue #29369: Use Py_IDENTIFIER in Python-ast.c by INADA Naoki · 7 years ago
  73. a5ed5f0 Use _PyObject_CallNoArg() by Victor Stinner · 8 years ago
  74. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  75. 6c2b9d3 Issue #28333: Fixes off-by-one error that was adding an extra space. by Steve Dower · 8 years ago
  76. 59bd34f Issue #28333: Remove unnecessary increment. by Steve Dower · 8 years ago
  77. 3cd187b Issue #28333: Enables Unicode for ps1/ps2 and input() prompts. (Patch by Eryk Sun) by Steve Dower · 8 years ago
  78. 5e80855 Issue #24098: Fixed possible crash when AST is changed in process of by Serhiy Storchaka · 8 years ago
  79. cf38060 Issue #24098: Fixed possible crash when AST is changed in process of by Serhiy Storchaka · 8 years ago
  80. e2e792d merge 3.5 (#28184) by Benjamin Peterson · 8 years ago
  81. f5e8e8f merge 3.5 (#24022) by Benjamin Peterson · 8 years ago
  82. 57bda33 merge 3.4 by Benjamin Peterson · 8 years ago
  83. 26d998c properly handle the single null-byte file (closes #24022) by Benjamin Peterson · 8 years ago
  84. 9ac11a7 properly free memory in pgen by Benjamin Peterson · 8 years ago
  85. 5a715cf merge 3.5 (#27981) by Benjamin Peterson · 8 years ago
  86. 35ee948 restructure fp_setreadl so as to avoid refleaks (closes #27981) by Benjamin Peterson · 8 years ago
  87. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 8 years ago
  88. 52c4e7c Issue #28008: Implement PEP 530 -- asynchronous comprehensions. by Yury Selivanov · 8 years ago
  89. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  90. c6cc23d Skip unused value in tokenizer code by Christian Heimes · 8 years ago
  91. 3929499 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) by Steve Dower · 8 years ago
  92. 940f33a Issue #23524: Finish removing _PyVerify_fd from sources by Steve Dower · 8 years ago
  93. 2f8bfef replace PY_SIZE_MAX with SIZE_MAX by Benjamin Peterson · 8 years ago
  94. ca47063 replace Py_(u)intptr_t with the c99 standard types by Benjamin Peterson · 8 years ago
  95. 4bb31e9 Fix a clang warning in grammar.c by Victor Stinner · 8 years ago
  96. 531396c Issue #27336: Fix compilation failures --without-threads by Berker Peksag · 8 years ago
  97. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  98. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  99. 2a65ecb Issue #26130: Remove redundant variable 's' from Parser/parser.c by Berker Peksag · 8 years ago
  100. 7285d52 remove duplicated check for fractions and complex numbers (closes #26076) by Benjamin Peterson · 8 years ago