1. 37686f7 bpo-44626: Merge basic blocks earlier to enable better handling of exit blocks without line numbers (GH-27138) (GH-27182) by Mark Shannon · 4 years, 1 month ago
  2. 47695e3 bpo-44622: Set line number of END_ASYNC_FOR to match that of iterator. (GH-27160) (GH-27163) by Mark Shannon · 4 years, 1 month ago
  3. 016af14 [3.10] bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal keys (GH-27131) (GH-27157) by Miss Islington (bot) · 4 years, 1 month ago
  4. 794ff7d bpo-44616: Mark all clean up instructions at end of named exception block as artificial (GH-27109) (GH-27135) by Mark Shannon · 4 years, 1 month ago
  5. 7674c83 bpo-44297: Fix missing line number in generator expressions (GH-26821) by Mark Shannon · 4 years, 2 months ago
  6. cea0585 [3.10] bpo-44298: Backport #26513 to 3.10 (#26516) by Mark Shannon · 4 years, 2 months ago
  7. 0acdf25 [3.10] bpo-43933: Force RETURN_VALUE bytecodes to have line numbers (GH-26061) by Mark Shannon · 4 years, 3 months ago
  8. 13de28f bpo-44063: set the missing end locations on the compiler (GH-25956) (#25972) by Miss Islington (bot) · 4 years, 3 months ago
  9. 8d4b184 Correct location for syntax error in try-except (GH-25939) by Mark Shannon · 4 years, 3 months ago
  10. 3949428 bpo-43754: Fix compiler warning in Python/compile.c (GH-25855) by Pablo Galindo · 4 years, 3 months ago
  11. 0ad1e03 bpo-43754: Eliminate bindings for partial pattern matches (GH-25229) by Brandt Bucher · 4 years, 3 months ago
  12. 5979e81 bpo-43933: Set frame.f_lineno during call to __exit__ (GH-25719) by Mark Shannon · 4 years, 3 months ago
  13. dbe60ee bpo-43892: Validate the first term of complex literal value patterns (GH-25735) by Brandt Bucher · 4 years, 3 months ago
  14. c76da79 bpo-42739: Don't use sentinels to mark end of line table. (GH-25657) by Mark Shannon · 4 years, 3 months ago
  15. 1e7b858 bpo-43892: Make match patterns explicit in the AST (GH-25585) by Nick Coghlan · 4 years, 3 months ago
  16. 8cc3cfa bpo-42737: annotations with complex targets no longer causes any runtime effects (GH-23952) by Batuhan Taskaya · 4 years, 3 months ago
  17. a77aac4 bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525) by Pablo Galindo · 4 years, 3 months ago
  18. b0544ba bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490) by Pablo Galindo · 4 years, 4 months ago
  19. 8a232c7 bpo-41323: compiler: Reuse tuple in constant tuple folding (GH-25419) by Inada Naoki · 4 years, 4 months ago
  20. 11e0b29 bpo-43846: Use less stack for large literals and calls (GH-25403) by Mark Shannon · 4 years, 4 months ago
  21. 7a7ba3d bpo-43495 : Push missing frame block in compile.c (GH-24865) by tomKPZ · 4 years, 4 months ago
  22. 67969f5 Correct micro release number and add a couple of asserts. (GH-25224) by Mark Shannon · 4 years, 4 months ago
  23. b37181e bpo-43683: Handle generator entry in bytecode (GH-25138) by Mark Shannon · 4 years, 4 months ago
  24. fcb55c0 bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069) by Mark Shannon · 4 years, 4 months ago
  25. a81fca6 bpo-43244: Add pycore_compile.h header file (GH-25000) by Victor Stinner · 4 years, 4 months ago
  26. 28ad12f bpo-43244: Remove symtable.h header file (GH-24910) by Victor Stinner · 4 years, 5 months ago
  27. 526fdeb bpo-43244: Add pycore_ast.h header file (GH-24908) by Victor Stinner · 4 years, 5 months ago
  28. a8ef457 bpo-43497: Emit SyntaxWarnings for assertions with tuple constants. (GH-24867) by tsukasa-au · 4 years, 5 months ago
  29. c544093 Mark POP_TOP at end of expression statement as artificial, to conform to PEP 626. (GH-24860) by Mark Shannon · 4 years, 5 months ago
  30. d48848c bpo-39316: Make sure that attribute accesses and stores, including method calls, conform to PEP 626. (GH-24859) by Mark Shannon · 4 years, 5 months ago
  31. 57827f8 Fix typo in compile.c (GH-24812) by Ikko Ashimine · 4 years, 5 months ago
  32. 503627f bpo-43358: Fix bad free in assemble function (GH-24697) by Alex Henrie · 4 years, 5 months ago
  33. 145bf26 bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) by Brandt Bucher · 4 years, 5 months ago
  34. bdb941b bpo-42217: compiler: merge same co_code and co_linetable objects (GH-23056) by Inada Naoki · 4 years, 6 months ago
  35. 802b645 Only eliminate jumps to successor block if jump is unconditional. (GH-24417) by Mark Shannon · 4 years, 6 months ago
  36. 86e322f bpo-40455: Fix gcc10+ warning about writing into a section of offset 0 (GH-24384) by Pablo Galindo · 4 years, 6 months ago
  37. ba7a99d bpo-38631: Replace compiler fatal errors with exceptions (GH-24369) by Victor Stinner · 4 years, 6 months ago
  38. 7fdab83 Fix a reference leak in the compiler for compiler_lambda() (GH-24382) by Pablo Galindo · 4 years, 6 months ago
  39. a619263 bpo-42979: Use _Py_CheckSlotResult() to check slots result (GH-24356) by Victor Stinner · 4 years, 6 months ago
  40. dea5bf9 bpo-33387: update documentation for exception handling opcode changes (GH-24334) by Irit Katriel · 4 years, 6 months ago
  41. e56d54e Mark instructions at end of class scope as artificial. (GH-24222) by Mark Shannon · 4 years, 7 months ago
  42. 1659ad1 Eliminate NOPs in extended blocks. (GH-24209) by Mark Shannon · 4 years, 7 months ago
  43. 3bd6035 bpo-42908: Mark cleanup code at end of try-except and with artificial (#24202) by Mark Shannon · 4 years, 7 months ago
  44. ee9f98d bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099) by Mark Shannon · 4 years, 7 months ago
  45. 127dde5 bpo-42810: Mark jumps at end of if and try statements as artificial. (GH-24091) by Mark Shannon · 4 years, 7 months ago
  46. bf06b20 Delete the now unused c_do_not_emit_bytecode field. (#24094) by Mark Shannon · 4 years, 7 months ago
  47. 28b75c8 bpo-42246: Don't eliminate jumps to jumps, if it will break PEP 626. (GH-23896) by Mark Shannon · 4 years, 8 months ago
  48. f2dbfd7 bpo-42634: Mark reraise after except blocks as artificial. (GH-23877) by Mark Shannon · 4 years, 8 months ago
  49. bf353f3 bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly after raising or reraising an exception (GH-23803) by Mark Shannon · 4 years, 8 months ago
  50. 5274b68 bpo-42645: Make sure that return/break/continue are only traced once when exiting via a finally block. (GH-23780) by Mark Shannon · 4 years, 8 months ago
  51. c71581c bpo-42615: Delete redundant jump instructions that only bypass empty blocks (GH-23733) by Om G · 4 years, 8 months ago
  52. 8473cf8 bpo-42246: Remove DO_NOT_EMIT_BYTECODE macros, so that while loops and if statements conform to PEP 626. (GH-23743) by Mark Shannon · 4 years, 8 months ago
  53. f5e97b7 bpo-42635: Mark JUMP_ABSOLUTE at end of 'for' loop as artificial to avoid spurious line events. (GH-23761) by Mark Shannon · 4 years, 8 months ago
  54. 56aa20f Don't generate spurious line number in try-except-finally. (#23760) by Mark Shannon · 4 years, 8 months ago
  55. eaccc12 bpo-42246: Don't forget the entry block when ensuring that all exits have a line number (GH-23636) by Mark Shannon · 4 years, 8 months ago
  56. 5977a79 bpo-42246: Make sure that line number is correct after a return, as required by PEP 626 (GH-23495) by Mark Shannon · 4 years, 8 months ago
  57. 7301979 bpo-42202: Store func annotations as a tuple (GH-23316) by Yurii Karabas · 4 years, 8 months ago
  58. 266b462 bpo-42349: Compiler clean up. More yak-shaving for PEP 626. (GH-23267) by Mark Shannon · 4 years, 9 months ago
  59. fd009e6 bpo-42246: Fix memory leak in compiler (GH-23256) by Mark Shannon · 4 years, 9 months ago
  60. cc75ab7 bpo-42246: Eliminate jumps to exit blocks by copying those blocks. (#23251) by Mark Shannon · 4 years, 9 months ago
  61. 877df85 bpo-42246: Partial implementation of PEP 626. (GH-23113) by Mark Shannon · 4 years, 9 months ago
  62. c9bc290 bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995) by Victor Stinner · 4 years, 9 months ago
  63. fb5db7e bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648) by Serhiy Storchaka · 4 years, 9 months ago
  64. 044a104 bpo-38605: Make 'from __future__ import annotations' the default (GH-20434) by Batuhan Taskaya · 4 years, 10 months ago
  65. 02d126a bpo-39934: Account for control blocks in 'except' in compiler. (GH-22395) by Mark Shannon · 4 years, 10 months ago
  66. 71f2ff4 bpo-40941: Fix fold_tuple_on_constants() compiler warnings (GH-22378) by Victor Stinner · 4 years, 11 months ago
  67. a5634c4 bpo-41746: Add type information to asdl_seq objects (GH-22223) by Pablo Galindo · 4 years, 11 months ago
  68. c51db0e bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (GH-21850) by Pablo Galindo · 5 years ago
  69. 582aaf1 bpo-41463: Generate information about jumps from 'opcode.py' rather than duplicating it in 'compile.c' (GH-21714) by Mark Shannon · 5 years ago
  70. 6e8128f bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517) by Mark Shannon · 5 years ago
  71. bd46174 bpo-41218: Only mark async code with CO_COROUTINE. (#21357) by Matthias Bussonnier · 5 years ago
  72. 60eb9f1 bpo-39151: Simplify DFS in the assembler (GH-17733) by Pablo Galindo · 5 years ago
  73. 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 5 years ago
  74. db64f12 Make sure that keyword arguments are merged into the arguments dictionary when dict unpacking and keyword arguments are interleaved. (GH-20553) by Mark Shannon · 5 years ago
  75. ee40e4b bpo-40334: Don't downcast from Py_ssize_t to int (GH-19671) by Pablo Galindo · 5 years ago
  76. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 5 years ago
  77. da7933e bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492) by Victor Stinner · 5 years ago
  78. 08050e9 bpo-40147: Fix a compiler warning on Windows in Python/compile.c (GH-19389) by Zackery Spytz · 5 years ago
  79. 254ec78 bpo-40147: Move the check for duplicate keywords to the compiler (GH-19289) by Pablo Galindo · 5 years ago
  80. cb6534e bpo-40067: Improve error messages for multiple star expressions in assignments (GH-19168) by Furkan Önder · 5 years ago
  81. 87d3b9d bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) by Victor Stinner · 5 years ago
  82. 7668a8b Use calloc-based functions, not malloc. (GH-19152) by Andy Lester · 5 years ago
  83. 9052f7a bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (GH-18968) by Batuhan Taşkaya · 5 years ago
  84. d112c60 bpo-39220: Do not optimise annotation if 'from __future__ import annotations' is used (GH-17866) by Pablo Galindo · 5 years ago
  85. 6b97598 bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038) by Serhiy Storchaka · 5 years ago
  86. 61cb3d0 bpo-39987: Simplify setting lineno in the compiler. (GH-19037) by Serhiy Storchaka · 5 years ago
  87. 8689209 bpo-39969: Remove ast.Param node class as is no longer used (GH-19020) by Batuhan Taşkaya · 5 years ago
  88. 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 · 5 years ago
  89. 76d5877 closes bpo-39922: Remove unused args from four functions. (GH-18893) by Andy Lester · 5 years ago
  90. 13d52c2 bpo-34822: Simplify AST for subscription. (GH-9605) by Serhiy Storchaka · 5 years ago
  91. d5aa2e9 bpo-39890: Don't mutate the AST when compiling starred assignments (GH-18833) by Brandt Bucher · 5 years ago
  92. d82e469 bpo-39639: Remove the AST "Suite" node and associated code (GH-18513) by Batuhan Taşkaya · 5 years ago
  93. 8c579b1 bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814) by Serhiy Storchaka · 5 years ago
  94. a102ed7 bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391) by Victor Stinner · 5 years ago
  95. 8a4cd70 bpo-39320: Handle unpacking of **values in compiler (GH-18141) by Mark Shannon · 6 years ago
  96. 13bc139 bpo-39320: Handle unpacking of *values in compiler (GH-17984) by Mark Shannon · 6 years ago
  97. e92d393 Fix compiler warning on Windows (GH-18012) by Ammar Askar · 6 years ago
  98. 9af0e47 bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) by Mark Shannon · 6 years ago
  99. 88dce26 Fix handling of line numbers around finally-blocks. (#17737) by Mark Shannon · 6 years ago
  100. 6dd9b64 bpo-38328: Speed up the creation time of constant list and set display. (GH-17114) by Brandt Bucher · 6 years ago