1. 86e322f bpo-40455: Fix gcc10+ warning about writing into a section of offset 0 (GH-24384) by Pablo Galindo · 3 years, 8 months ago
  2. 5c5a938 bpo-42927: Inline cache for attributes defined with '__slots__' (#24216) by Guido van Rossum · 3 years, 8 months ago
  3. ba7a99d bpo-38631: Replace compiler fatal errors with exceptions (GH-24369) by Victor Stinner · 3 years, 8 months ago
  4. 7fdab83 Fix a reference leak in the compiler for compiler_lambda() (GH-24382) by Pablo Galindo · 3 years, 8 months ago
  5. a619263 bpo-42979: Use _Py_CheckSlotResult() to check slots result (GH-24356) by Victor Stinner · 3 years, 8 months ago
  6. d6c33fb bpo-42990: Introduce 'frame constructor' struct to simplify API for PyEval_CodeEval and friends (GH-24298) by Mark Shannon · 3 years, 8 months ago
  7. 64fc105 bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353) by Victor Stinner · 3 years, 8 months ago
  8. dea5bf9 bpo-33387: update documentation for exception handling opcode changes (GH-24334) by Irit Katriel · 3 years, 8 months ago
  9. 9852cb3 bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332) by Victor Stinner · 3 years, 8 months ago
  10. db584bd bpo-42955: Add sys.modules_names (GH-24238) by Victor Stinner · 3 years, 8 months ago
  11. cf19cc3 bpo-27772: Make preceding width with 0 valid in string format. (GH-11270) by Serhiy Storchaka · 3 years, 8 months ago
  12. 7dc71c4 bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172) by cptpcrd · 3 years, 9 months ago
  13. 66f77ca bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext (GH-24254) by Victor Stinner · 3 years, 9 months ago
  14. cad8020 bpo-42955: Add Python/module_names.h (GH-24258) by Victor Stinner · 3 years, 9 months ago
  15. 250035d bpo-42923: Dump extension modules on fatal error (GH-24207) by Victor Stinner · 3 years, 9 months ago
  16. 314b878 bpo-42923: Py_FatalError() avoids fprintf() (GH-24242) by Victor Stinner · 3 years, 9 months ago
  17. e56d54e Mark instructions at end of class scope as artificial. (GH-24222) by Mark Shannon · 3 years, 9 months ago
  18. 1659ad1 Eliminate NOPs in extended blocks. (GH-24209) by Mark Shannon · 3 years, 9 months ago
  19. 3bd6035 bpo-42908: Mark cleanup code at end of try-except and with artificial (#24202) by Mark Shannon · 3 years, 9 months ago
  20. 4db8988 bpo-41994: Fix refcount issues in Python/import.c (GH-22632) by Serhiy Storchaka · 3 years, 9 months ago
  21. 44bf57a bpo-42882: _PyRuntimeState_Init() leaves unicode next_index unchanged (GH-24193) by Victor Stinner · 3 years, 9 months ago
  22. 8643345 Update frame.f_lineno before any call to the (C) tracing function. (GH-24150) by Mark Shannon · 3 years, 9 months ago
  23. ee9f98d bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099) by Mark Shannon · 3 years, 9 months ago
  24. 127dde5 bpo-42810: Mark jumps at end of if and try statements as artificial. (GH-24091) by Mark Shannon · 3 years, 9 months ago
  25. bf06b20 Delete the now unused c_do_not_emit_bytecode field. (#24094) by Mark Shannon · 3 years, 9 months ago
  26. de6f20a Bring Python into the new year. (GH-24036) by Dong-hee Na · 3 years, 9 months ago
  27. f450723 bpo-42745: finalize_interp_types() calls _PyType_Fini() (GH-23953) by Victor Stinner · 3 years, 9 months ago
  28. ea25180 bpo-40521: Per-interpreter interned strings (GH-20085) by Victor Stinner · 3 years, 9 months ago
  29. 4101018 bpo-42745: Make the type cache per-interpreter (GH-23947) by Victor Stinner · 3 years, 9 months ago
  30. ba3d67c bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058) by Victor Stinner · 3 years, 9 months ago
  31. 28b75c8 bpo-42246: Don't eliminate jumps to jumps, if it will break PEP 626. (GH-23896) by Mark Shannon · 3 years, 10 months ago
  32. 46b5c6b Fix typos in sysmodule (GH-23883) by Joannah Nanjekye · 3 years, 10 months ago
  33. f2dbfd7 bpo-42634: Mark reraise after except blocks as artificial. (GH-23877) by Mark Shannon · 3 years, 10 months ago
  34. fb34096 bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204) by Irit Katriel · 3 years, 10 months ago
  35. 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 · 3 years, 10 months ago
  36. 40125ab bpo-26564: fix obsolete comment in traceback.c (GH-23819) by Irit Katriel · 3 years, 10 months ago
  37. 5274b68 bpo-42645: Make sure that return/break/continue are only traced once when exiting via a finally block. (GH-23780) by Mark Shannon · 3 years, 10 months ago
  38. c71581c bpo-42615: Delete redundant jump instructions that only bypass empty blocks (GH-23733) by Om G · 3 years, 10 months ago
  39. b8fa135 bpo-42639: Move atexit state to PyInterpreterState (GH-23763) by Victor Stinner · 3 years, 10 months ago
  40. 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 · 3 years, 10 months ago
  41. 357704c bpo-42639: atexit now logs callbacks exceptions (GH-23771) by Victor Stinner · 3 years, 10 months ago
  42. 83d5204 bpo-42639: Cleanup atexitmodule.c (GH-23770) by Victor Stinner · 3 years, 10 months ago
  43. f5e97b7 bpo-42635: Mark JUMP_ABSOLUTE at end of 'for' loop as artificial to avoid spurious line events. (GH-23761) by Mark Shannon · 3 years, 10 months ago
  44. 56aa20f Don't generate spurious line number in try-except-finally. (#23760) by Mark Shannon · 3 years, 10 months ago
  45. d5dcb65 bpo-31904: Define THREAD_STACK_SIZE for VxWorks (GH-23718) by pxinwr · 3 years, 10 months ago
  46. a82f63f bpo-32381: Add _PyRun_AnyFileObject() (GH-23723) by Victor Stinner · 3 years, 10 months ago
  47. ca06440 bpo-32381: Remove unused _Py_fopen() function (GH-23711) by Victor Stinner · 3 years, 10 months ago
  48. 550e467 bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709) by Victor Stinner · 3 years, 10 months ago
  49. 815506d bpo-32381: Rewrite PyErr_ProgramText() (GH-23700) by Victor Stinner · 3 years, 10 months ago
  50. 0f91f58 bpo-42599: Remove useless PyModule_GetWarningsModule() (GH-23691) by Hai Shi · 3 years, 10 months ago
  51. b6d98c1 bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642) by Victor Stinner · 3 years, 10 months ago
  52. 06afac6 bpo-41462: Add os.set_blocking() support for VxWorks RTOS (GH-21713) by pxinwr · 3 years, 10 months ago
  53. 226a012 bpo-42536: GC track recycled tuples (GH-23623) by Brandt Bucher · 3 years, 10 months ago
  54. 2de5097 bpo-26131: Deprecate usage of load_module() (GH-23469) by Brett Cannon · 3 years, 10 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 · 3 years, 10 months ago
  56. 99b5944 bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607) by Pablo Galindo · 3 years, 10 months ago
  57. 5977a79 bpo-42246: Make sure that line number is correct after a return, as required by PEP 626 (GH-23495) by Mark Shannon · 3 years, 10 months ago
  58. 4e7a69b bpo-42500: Fix recursion in or after except (GH-23568) by Mark Shannon · 3 years, 10 months ago
  59. 46bd5ed bpo-40939: Restore some stable API functions incorrectly deleted (GH-23606) by Pablo Galindo · 3 years, 10 months ago
  60. 32bd68c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) by Victor Stinner · 3 years, 10 months ago
  61. 00d7abd bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) by Victor Stinner · 3 years, 10 months ago
  62. 7301979 bpo-42202: Store func annotations as a tuple (GH-23316) by Yurii Karabas · 3 years, 11 months ago
  63. 14d81dc bpo-42260: Improve error handling in _PyConfig_FromDict (GH-23488) by Serhiy Storchaka · 3 years, 11 months ago
  64. 3be8e22 bpo-42403: Use @staticmethod in importlib (GH-23395) by Victor Stinner · 3 years, 11 months ago
  65. 3390347 bpo-42403: Simplify importlib external bootstrap (GH-23397) by Victor Stinner · 3 years, 11 months ago
  66. 6f4635f bpo-1635741: Port _warnings to the multi-phase init (GH-23379) by Victor Stinner · 3 years, 11 months ago
  67. 6223071 bpo-1635741: Convert _imp to multi-phase init (GH-23378) by Victor Stinner · 3 years, 11 months ago
  68. 07f2ade bpo-40998: Address compiler warnings found by ubsan (GH-20929) by Christian Heimes · 3 years, 11 months ago
  69. d1e38d4 bpo-40998: Fix a refleak in create_filter() (GH-23365) by Victor Stinner · 3 years, 11 months ago
  70. 29aa624 bpo-41686: Move _Py_RestoreSignals() to signalmodule.c (GH-23353) by Victor Stinner · 3 years, 11 months ago
  71. 266b462 bpo-42349: Compiler clean up. More yak-shaving for PEP 626. (GH-23267) by Mark Shannon · 3 years, 11 months ago
  72. 296a796 bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342) by Victor Stinner · 3 years, 11 months ago
  73. ae6cd7c bpo-37205: time.time() cannot fail with fatal error (GH-23314) by Victor Stinner · 3 years, 11 months ago
  74. 3df5c68 bpo-37205: time.perf_counter() and time.monotonic() are system-wide (GH-23284) by Victor Stinner · 3 years, 11 months ago
  75. d2e94bb bpo-42131: Add PEP 451-related methods to zipimport (GH-23187) by Brett Cannon · 3 years, 11 months ago
  76. d96a7a8 bpo-42296: On Windows, fix CTRL+C regression (GH-23257) by Victor Stinner · 3 years, 11 months ago
  77. fd009e6 bpo-42246: Fix memory leak in compiler (GH-23256) by Mark Shannon · 3 years, 11 months ago
  78. cc75ab7 bpo-42246: Eliminate jumps to exit blocks by copying those blocks. (#23251) by Mark Shannon · 3 years, 11 months ago
  79. ef75a62 bpo-42260: Initialize time and warnings earlier at startup (GH-23249) by Victor Stinner · 3 years, 11 months ago
  80. c640915 Bump magic number. (GH-23245) by Mark Shannon · 3 years, 11 months ago
  81. 877df85 bpo-42246: Partial implementation of PEP 626. (GH-23113) by Mark Shannon · 3 years, 11 months ago
  82. ace3f9a bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220) by Victor Stinner · 3 years, 11 months ago
  83. 9e1b828 bpo-42260: Compute the path config in the main init (GH-23211) by Victor Stinner · 4 years ago
  84. 4176193 bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) by Ronald Oussoren · 4 years ago
  85. 8805a4d bpo-42282: Fold constants inside named expressions (GH-23190) by Nick Coghlan · 4 years ago
  86. dc42af8 bpo-42260: PyConfig_Read() only parses argv once (GH-23168) by Victor Stinner · 4 years ago
  87. f3cb814 bpo-42260: Add _PyConfig_FromDict() (GH-23167) by Victor Stinner · 4 years ago
  88. 80449f2 bpo-42266: Handle monkey-patching descriptors in LOAD_ATTR cache (GH-23157) by Pablo Galindo · 4 years ago
  89. 048a356 bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158) by Victor Stinner · 4 years ago
  90. af1d64d bpo-42260: Main init modify sys.flags in-place (GH-23150) by Victor Stinner · 4 years ago
  91. 58ca33b bpo-1635741: Fix ref leak in _PyWarnings_Init() error path (GH-23151) by Victor Stinner · 4 years ago
  92. 18ce7f1 bpo-1635741: _ast uses PyModule_AddObjectRef() (GH-23146) by Victor Stinner · 4 years ago
  93. 988f1ec bpo-1635741: _contextvars uses PyModule_AddType() (GH-23147) by Victor Stinner · 4 years ago
  94. 8021875 bpo-1635741: Add PyModule_AddObjectRef() function (GH-23122) by Victor Stinner · 4 years ago
  95. 3529718 bpo-42236: os.device_encoding() respects UTF-8 Mode (GH-23119) by Victor Stinner · 4 years ago
  96. fd957c1 bpo-41796: Call _PyAST_Fini() earlier to fix a leak (GH-23131) by Victor Stinner · 4 years ago
  97. 45df61f bpo-26789: Fix logging.FileHandler._open() at exit (GH-23053) by Victor Stinner · 4 years ago
  98. 5cf4782 bpo-41796: Make _ast module state per interpreter (GH-23024) by Victor Stinner · 4 years ago
  99. 4b9aad4 bpo-42236: Enhance init and encoding documentation (GH-23109) by Victor Stinner · 4 years ago
  100. 64366fa bpo-41435: Add sys._current_exceptions() function (GH-21689) by Julien Danjou · 4 years ago