1. cb6534e bpo-40067: Improve error messages for multiple star expressions in assignments (GH-19168) by Furkan Önder · 4 years, 7 months ago
  2. 87d3b9d bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) by Victor Stinner · 4 years, 7 months ago
  3. 7668a8b Use calloc-based functions, not malloc. (GH-19152) by Andy Lester · 4 years, 7 months ago
  4. 9052f7a bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (GH-18968) by Batuhan Taşkaya · 4 years, 7 months ago
  5. d112c60 bpo-39220: Do not optimise annotation if 'from __future__ import annotations' is used (GH-17866) by Pablo Galindo · 4 years, 7 months ago
  6. 6b97598 bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038) by Serhiy Storchaka · 4 years, 7 months ago
  7. 61cb3d0 bpo-39987: Simplify setting lineno in the compiler. (GH-19037) by Serhiy Storchaka · 4 years, 7 months ago
  8. 8689209 bpo-39969: Remove ast.Param node class as is no longer used (GH-19020) by Batuhan Taşkaya · 4 years, 7 months ago
  9. 9023581 bpo-39965: Correctly raise SyntaxError if await is used outside async functions when PyCF_ALLOW_TOP_LEVEL_AWAIT is set (GH-19010) by Pablo Galindo · 4 years, 7 months ago
  10. 76d5877 closes bpo-39922: Remove unused args from four functions. (GH-18893) by Andy Lester · 4 years, 8 months ago
  11. 13d52c2 bpo-34822: Simplify AST for subscription. (GH-9605) by Serhiy Storchaka · 4 years, 8 months ago
  12. d5aa2e9 bpo-39890: Don't mutate the AST when compiling starred assignments (GH-18833) by Brandt Bucher · 4 years, 8 months ago
  13. d82e469 bpo-39639: Remove the AST "Suite" node and associated code (GH-18513) by Batuhan Taşkaya · 4 years, 8 months ago
  14. 8c579b1 bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814) by Serhiy Storchaka · 4 years, 9 months ago
  15. a102ed7 bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391) by Victor Stinner · 4 years, 9 months ago
  16. 8a4cd70 bpo-39320: Handle unpacking of **values in compiler (GH-18141) by Mark Shannon · 4 years, 9 months ago
  17. 13bc139 bpo-39320: Handle unpacking of *values in compiler (GH-17984) by Mark Shannon · 4 years, 9 months ago
  18. e92d393 Fix compiler warning on Windows (GH-18012) by Ammar Askar · 4 years, 9 months ago
  19. 9af0e47 bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) by Mark Shannon · 4 years, 9 months ago
  20. 88dce26 Fix handling of line numbers around finally-blocks. (#17737) by Mark Shannon · 4 years, 10 months ago
  21. 6dd9b64 bpo-38328: Speed up the creation time of constant list and set display. (GH-17114) by Brandt Bucher · 5 years ago
  22. fee5526 Produce cleaner bytecode for 'with' and 'async with' by generating separate code for normal and exceptional paths. (#6641) by Mark Shannon · 5 years ago
  23. 6c3e66a bpo-38640: Allow break and continue in always false while loops (GH-16992) by Pablo Galindo · 5 years ago
  24. 01171eb Typo fix: "empy" should be "empty". (GH-16666) by Hansraj Das · 5 years ago
  25. 99b54d6 Revert "Fix depth-first-search computation in compile.c (GH-16042)" (GH-16050) by T. Wouters · 5 years ago
  26. 355f3e1 Fix depth-first-search computation in compile.c (GH-16042) by Mark Shannon · 5 years ago
  27. ce6a070 bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073) by Zackery Spytz · 5 years ago
  28. ef61c52 bpo-37830: Fix compilation of break and continue in finally. (GH-15320) by Serhiy Storchaka · 5 years ago
  29. c4cacc8 Fix typos in comments, docs and test names (#15018) by Min ho Kim · 5 years ago
  30. 18c5f9d bpo-37500: Make sure dead code does not generate bytecode but also detect syntax errors (GH-14612) by Pablo Galindo · 5 years ago
  31. 4a2edc3 bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) by Pablo Galindo · 5 years ago
  32. c8a3541 bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139) by Jörn Heissler · 5 years ago
  33. 37d66d7 bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018) by Victor Stinner · 5 years ago
  34. cd74e66 bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726) by Pablo Galindo · 5 years ago
  35. a0c01bf bpo-37115: Support annotations in positional-only arguments (GH-13698) by Pablo Galindo · 5 years ago
  36. 6f6ff8a bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node instead (GH-13597) by Eric V. Smith · 5 years ago
  37. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 5 years ago
  38. 565b4f1 bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148) by Matthias Bussonnier · 5 years ago
  39. ad098b6 Annotate the unexplained assignment in exception unbinding (GH-11448) by Chris Angelico · 5 years ago
  40. 27ee0f8 Fix couple of dead code paths (GH-7418) by David Carlier · 5 years ago
  41. af8646c bpo-1875: Raise SyntaxError in invalid blocks that will be optimised away (GH-13332) by Pablo Galindo · 5 years ago
  42. c96be81 bpo-36900: Replace global conf vars with config (GH-13299) by Victor Stinner · 5 years ago
  43. 9a4135e bpo-36817: Add f-string debugging using '='. (GH-13123) by Eric V. Smith · 5 years ago
  44. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 5 years ago
  45. 63b5fc5 Fix typos in compile.c comments (GH-12752) by Simeon · 6 years ago
  46. 97f5de0 bpo-35284: Fix the error handling in the compiler's compiler_call(). (GH-10625) by Zackery Spytz · 6 years ago
  47. 9b4a1b1 bpo-36374: Fix a possible null pointer dereference (GH-12449) by Zackery Spytz · 6 years ago
  48. 495da29 bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) by Guido van Rossum · 6 years ago
  49. d8b3a98 bpo-36187: Remove NamedStore. (GH-12167) by Serhiy Storchaka · 6 years ago
  50. 4583525 bpo-35798: Fix duplicate SyntaxWarning: "is" with a literal. (GH-11639) by Serhiy Storchaka · 6 years ago
  51. 62e4481 bpo-15248: Emit a compiler warning when missed a comma before tuple or list. (GH-11757) by Serhiy Storchaka · 6 years ago
  52. 8f59ee0 bpo-35224: PEP 572 Implementation (#10497) by Emily Morehouse · 6 years ago
  53. 9932a22 bpo-33416: Add end positions to Python AST (GH-11605) by Ivan Levkivskyi · 6 years ago
  54. 3bcbedc bpo-34850: Emit a warning for "is" and "is not" with a literal. (GH-9642) by Serhiy Storchaka · 6 years ago
  55. f7e4d36 bpo-34100: compile: Re-enable frozenset merging (GH-10760) by INADA Naoki · 6 years ago
  56. 1005c84 bpo-34100: Partially revert merge_consts_recursive() (GH-10743) by Victor Stinner · 6 years ago
  57. c2e1607 bpo-34100: Merge constants recursively (GH-8341) by INADA Naoki · 6 years ago
  58. 5f2df88 bpo-35177: Add dependencies between header files (GH-10361) by Victor Stinner · 6 years ago
  59. 95b6acf bpo-34876: Change the lineno of the AST for decorated function and class. (GH-9731) by Serhiy Storchaka · 6 years ago
  60. d31e773 bpo-35029: Replace the SyntaxWarning exception with a SyntaxError. (GH-9999) by Serhiy Storchaka · 6 years ago
  61. 53ebf4b Fix an incorrect check in compiler_try_except(). (GH-9810) by Zackery Spytz · 6 years ago
  62. 3f22811 bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) by Serhiy Storchaka · 6 years ago
  63. 025eb98 bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338) by Ammar Askar · 6 years ago
  64. 7bdf282 bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610) by Serhiy Storchaka · 6 years ago
  65. da8d72c bpo-12458: Fix line numbers for multiline expressions. (GH-8774) by Serhiy Storchaka · 6 years ago
  66. e502451 closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218) by Benjamin Peterson · 6 years ago
  67. 143ce5c bpo-33691: Add _PyAST_GetDocString(). (GH-7236) by Serhiy Storchaka · 6 years ago
  68. 73cbe7a bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197) by Serhiy Storchaka · 6 years ago
  69. 64fddc4 bpo-33475: Fix and improve converting annotations to strings. (GH-6774) by Serhiy Storchaka · 6 years ago
  70. e239650 bpo-33363: raise SyntaxError for async for/with outside async functions (#6616) by Zsolt Dollenstein · 6 years ago
  71. 57faf34 bpo-33334: Support NOP and EXTENDED_ARG in dis.stack_effect(). (#6566) by Serhiy Storchaka · 7 years ago
  72. d70c2a6 bpo-33298: Wrap only constants with _PyCode_ConstantKey() in the compiler. (GH-6512) by Serhiy Storchaka · 7 years ago
  73. b7e1eff bpo-33299: Return an object itself for some types in _PyCode_ConstantKey(). (GH-6513) by Serhiy Storchaka · 7 years ago
  74. f303639 bpo-33270: Intern names for all anonymous code objects (#6472) by Zackery Spytz · 7 years ago
  75. aa8e51f bpo-33132: Fix more reference counting issues in the compiler. (GH-6323) by Serhiy Storchaka · 7 years ago
  76. a95d986 bpo-33132: Fix reference counting issues in the compiler. (GH-6209) by Serhiy Storchaka · 7 years ago
  77. 702f8f3 bpo-33041: Rework compiling an "async for" loop. (#6142) by Serhiy Storchaka · 7 years ago
  78. fe2bbb1 bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822) by Serhiy Storchaka · 7 years ago
  79. 67ee077 bpo-33041: Add missed error checks when compile "async for" (#6053) by Serhiy Storchaka · 7 years ago
  80. 24d3201 bpo-33041: Fixed bytecode generation for "async for" with a complex target. (#6052) by Serhiy Storchaka · 7 years ago
  81. 520b7ae bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006) by Serhiy Storchaka · 7 years ago
  82. 332cd5e bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181) by Mark Shannon · 7 years ago
  83. 95e4d58 String annotations [PEP 563] (#4390) by Guido van Rossum · 7 years ago
  84. 782d6fe bpo-31113: Get rid of recursion in the compiler for normal control flow. (#3015) by Serhiy Storchaka · 7 years ago
  85. d4864c6 bpo-24340: Fix estimation of the code stack size. (#5076) by Serhiy Storchaka · 7 years ago
  86. 02b9ef2 bpo-32439: Clean up the code for compiling comparison expressions. (#5029) by Serhiy Storchaka · 7 years ago
  87. 3dfbaf5 bpo-32372: Move __debug__ optimization to the AST level. (#4925) by Serhiy Storchaka · 7 years ago
  88. bd6ec4d bpo-32365: Fix a reference leak when compile __debug__. (#4916) by Serhiy Storchaka · 7 years ago
  89. 3325a67 bpo-27169: The __debug__ constant is now optimized out at compile time. (#4880) by Serhiy Storchaka · 7 years ago
  90. 7ea143a bpo-29469: Move constant folding to AST optimizer (GH-2858) by INADA Naoki · 7 years ago
  91. 078f181 bpo-32176: Set CO_NOFREE in the code object constructor (GH-4675) by Nick Coghlan · 7 years ago
  92. e2f92de Add the const qualifier to "char *" variables that refer to literal strings. (#4370) by Serhiy Storchaka · 7 years ago
  93. b8ab9d3 bpo-31708: Allow async generator expressions in synchronous functions (#3905) by Yury Selivanov · 7 years ago
  94. faa135a bpo-31709: Drop support for asynchronous __aiter__. (#3903) by Yury Selivanov · 7 years ago
  95. b2e5794 bpo-31338 (#3374) by Barry Warsaw · 7 years ago
  96. 265fcc5 bpo-31286, bpo-30024: Fixed stack usage in absolute imports with (#3217) by Serhiy Storchaka · 7 years ago
  97. f432a32 bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157) by Stefan Krah · 7 years ago
  98. 36ff451 bpo-30501: Make the compiler producing optimized code for condition expressions. (#1851) by Serhiy Storchaka · 7 years ago
  99. f93234b bpo-30024: Circular imports involving absolute imports with binding (#1264) by Serhiy Storchaka · 7 years ago
  100. ba85d69 bpo-29878: Add global instances of int for 0 and 1. (#852) by Serhiy Storchaka · 8 years ago