1. 0fd2c30 Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795) by Victor Stinner · 5 years ago
  2. eddef86 bpo-37146: disable opcache when Py_DEBUG is defined (GH-13787) by Inada Naoki · 5 years ago
  3. e225beb Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)" (GH-13780) by Victor Stinner · 5 years ago
  4. 0b9956e bpo-37087: Adding native ID support for OpenBSD (GH-13654) by David Carlier · 5 years ago
  5. 395420e bpo-26219: remove unused code (GH-13775) by Inada Naoki · 5 years ago
  6. 91234a1 bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884) by Inada Naoki · 5 years ago
  7. 8565f6b bpo-35814: Allow unpacking in r.h.s of annotated assignment expressions (GH-13760) by Pablo Galindo · 5 years ago
  8. 6a150bc bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714) by Eric Snow · 5 years ago
  9. 938d9a0 Fix compiler warnings in the pystrehex module (GH-13730) by Pablo Galindo · 5 years ago
  10. 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
  11. 396e0a8 bpo-36818: Add PyInterpreterState.runtime field. (gh-13129) by Eric Snow · 5 years ago
  12. a0c01bf bpo-37115: Support annotations in positional-only arguments (GH-13698) by Pablo Galindo · 5 years ago
  13. 2f58a84 bpo-37112: Allow compile to work on AST with positional only arguments with defaults (GH-13697) by Pablo Galindo · 5 years ago
  14. 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 5 years ago
  15. 37788bc bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653) by Jeroen Demeyer · 5 years ago
  16. 249b7d5 bpo-20602: Do not clear sys.flags and sys.float_info during shutdown (GH-8096) by Zackery Spytz · 5 years ago
  17. 0c2f930 bpo-22385: Support output separators in hex methods. (#13578) by Gregory P. Smith · 5 years ago
  18. aacc77f bpo-36974: implement PEP 590 (GH-13185) by Jeroen Demeyer · 5 years ago
  19. f83d1db bpo-37070: Cleanup fstring debug handling (GH-13607) by Eric V. Smith · 5 years ago
  20. 77f0ed7 bpo-37072: Fix crash in PyAST_FromNodeObject() when flags is NULL (#13634) by Guido van Rossum · 5 years ago
  21. 4154069 bpo-37001: Makes symtable.symtable have parity with compile for input (#13483) by Dino Viehland · 5 years ago
  22. a85a1d3 bpo-36829: sys.excepthook and sys.unraisablehook flush (GH-13620) by Victor Stinner · 5 years ago
  23. 9ea277a bpo-36900: Fix compilation on HP-UX (GH-13614) by Victor Stinner · 5 years ago
  24. 3880f26 bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577) by Matthias Bussonnier · 5 years ago
  25. cd590a7 bpo-1230540: Add threading.excepthook() (GH-13515) by Victor Stinner · 5 years ago
  26. 6f6ff8a bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node instead (GH-13597) by Eric V. Smith · 5 years ago
  27. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 5 years ago
  28. 71c52e3 bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488) by Victor Stinner · 5 years ago
  29. 1bbf7b6 bpo-34632: Add importlib.metadata (GH-12547) by Jason R. Coombs · 5 years ago
  30. 438a12d bpo-36710: Add tstate parameter in ceval.c (GH-13547) by Victor Stinner · 5 years ago
  31. b4bdecd bpo-36710: Add tstate parameter in errors.c (GH-13540) by Victor Stinner · 5 years ago
  32. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 5 years ago
  33. 20e1e25 bpo-36763: Fix _PyPreConfig_InitCompatConfig() utf8_mode (GH-13518) by Victor Stinner · 5 years ago
  34. df22c03 bpo-36829: PyErr_WriteUnraisable() normalizes exception (GH-13507) by Victor Stinner · 5 years ago
  35. 5edcf26 bpo-36763: Rename private Python initialization functions (GH-13511) by Victor Stinner · 5 years ago
  36. 022be02 bpo-36763: Add _PyPreConfig._config_init (GH-13481) by Victor Stinner · 5 years ago
  37. b121f63 bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463) by Jake Tesler · 5 years ago
  38. 933e150 bpo-36878: Track extra text added to 'type: ignore' in the AST (GH-13479) by Michael J. Sullivan · 5 years ago
  39. ef9d9b6 bpo-36829: Add sys.unraisablehook() (GH-13187) by Victor Stinner · 5 years ago
  40. 565b4f1 bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148) by Matthias Bussonnier · 5 years ago
  41. ad098b6 Annotate the unexplained assignment in exception unbinding (GH-11448) by Chris Angelico · 5 years ago
  42. d12e757 Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)" (GH-13458) by Victor Stinner · 5 years ago
  43. 0f72147 bpo-36763: Fix _PyRuntime.preconfig.coerce_c_locale (GH-13444) by Victor Stinner · 5 years ago
  44. 6d1c467 bpo-36763: Fix Python preinitialization (GH-13432) by Victor Stinner · 5 years ago
  45. ed48866 bpo-35134: Split traceback.h header (GH-13430) by Victor Stinner · 5 years ago
  46. da6129e bpo-36961: Handle positional-only arguments in uparse.c (GH-13412) by Pablo Galindo · 5 years ago
  47. fa19a25 Add support for PEP572 in ast_unparse.c (GH-13337) by Batuhan Taşkaya · 5 years ago
  48. 410759f bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402) by Victor Stinner · 5 years ago
  49. bab0db6 bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398) by Victor Stinner · 5 years ago
  50. 27ee0f8 Fix couple of dead code paths (GH-7418) by David Carlier · 5 years ago
  51. b594784 bpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssize_t (GH-13396) by Victor Stinner · 5 years ago
  52. 4fa7504 bpo-27268: Fix incorrect error message on float('') (GH-2745) by Pedro Lacerda · 5 years ago
  53. 871ff77 bpo-36763: Add _PyInitError functions (GH-13395) by Victor Stinner · 5 years ago
  54. 1208328 bpo-36763: _Py_RunMain() doesn't call Py_Exit() anymore (GH-13390) by Victor Stinner · 5 years ago
  55. bcfbbd7 bpo-36945: Add _PyPreConfig.configure_locale (GH-13368) by Victor Stinner · 5 years ago
  56. cab5d07 bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388) by Victor Stinner · 5 years ago
  57. b16b4e4 bpo-36763: Add PyMemAllocatorName (GH-13387) by Victor Stinner · 5 years ago
  58. af8646c bpo-1875: Raise SyntaxError in invalid blocks that will be optimised away (GH-13332) by Pablo Galindo · 5 years ago
  59. fed02e1 bpo-36763: Remove _PyCoreConfig.program (GH-13373) by Victor Stinner · 5 years ago
  60. 870b035 bpo-36763: Cleanup precmdline in _PyCoreConfig_Read() (GH-13371) by Victor Stinner · 5 years ago
  61. 54b43bb bpo-36763: Add _PyCoreConfig.configure_c_stdio (GH-13363) by Victor Stinner · 5 years ago
  62. 9ef5dca bpo-36763: Add _Py_InitializeMain() (GH-13362) by Victor Stinner · 5 years ago
  63. ae239f6 bpo-36763: Add _PyCoreConfig.parse_argv (GH-13361) by Victor Stinner · 5 years ago
  64. dbacfc2 bpo-36763: _PyInitError always use int for exitcode (GH-13360) by Victor Stinner · 5 years ago
  65. c96be81 bpo-36900: Replace global conf vars with config (GH-13299) by Victor Stinner · 5 years ago
  66. 410b85a bpo-36900: import.c uses PyInterpreterState.core_config (GH-13278) by Victor Stinner · 5 years ago
  67. d5d9e81 bpo-36728: Remove PyEval_ReInitThreads() from C API (GH-13241) by Victor Stinner · 5 years ago
  68. 4959c33 bpo-36084: Add native thread ID to threading.Thread objects (GH-11993) by Jake Tesler · 5 years ago
  69. 26f55c2 bpo-36817: Do not decrement reference for expr_text on fstring = parsing failure (GH-13256) by Pablo Galindo · 5 years ago
  70. 5833e94 bpo-36817: Fix reference leak for expr_text in f-string = parsing (GH-13249) by Pablo Galindo · 5 years ago
  71. 09532fe bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934) by Victor Stinner · 5 years ago
  72. 86ea581 bpo-36737: Use the module state C-API for warnings. (gh-13159) by Eric Snow · 5 years ago
  73. 351c674 bpo-35983: skip trashcan for subclasses (GH-11841) by Jeroen Demeyer · 5 years ago
  74. f00828a bpo-36851: Clean the frame stack if the execution ends with a return and the stack is not empty (GH-13191) by Pablo Galindo · 5 years ago
  75. 9a4135e bpo-36817: Add f-string debugging using '='. (GH-13123) by Eric V. Smith · 5 years ago
  76. 94a64e9 bpo-24048: Save the live exception during import.c's remove_module() (GH-13005) by Zackery Spytz · 5 years ago
  77. 1a2252e bpo-36594: Fix incorrect use of %p in format strings (GH-12769) by Zackery Spytz · 5 years ago
  78. 2950073 bpo-36791: Safer detection of integer overflow in sum(). (GH-13080) by Serhiy Storchaka · 5 years ago
  79. c664b34 bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068) by Victor Stinner · 5 years ago
  80. 4631da1 bpo-36763: Remove _PyCoreConfig._init_main (GH-13066) by Victor Stinner · 5 years ago
  81. 70005ac bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037) by Victor Stinner · 5 years ago
  82. 709d23d bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062) by Victor Stinner · 5 years ago
  83. 43fc3bb bpo-36775: Add _PyUnicode_InitEncodings() (GH-13057) by Victor Stinner · 5 years ago
  84. e251095 bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056) by Victor Stinner · 5 years ago
  85. cb9fbd3 bpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052) by Victor Stinner · 5 years ago
  86. 1a9f0d8 bpo-36763: Add _PyCoreConfig_SetString() (GH-13035) by Victor Stinner · 5 years ago
  87. db71975 bpo-36763: Rework _PyInitError API (GH-13031) by Victor Stinner · 5 years ago
  88. 5f38b84 bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030) by Victor Stinner · 5 years ago
  89. 463b82a bpo-36763: Fix Py_SetStandardStreamEncoding() (GH-13028) by Victor Stinner · 5 years ago
  90. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 5 years ago
  91. 99fcc61 Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006) by Victor Stinner · 5 years ago
  92. b36e5d6 bpo-36356: Destroy the GIL at exit (GH-12453) by Victor Stinner · 5 years ago
  93. f781d20 bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly (GH-12667) by Joannah Nanjekye · 5 years ago
  94. b021ba5 Fix typo in 'tandem' word (GH-12998) (GH-12998) by Andrey · 5 years ago
  95. 4cb525a bpo-36356: pymain_exit_error() only call pymain_free() for exit (GH-12968) by Victor Stinner · 5 years ago
  96. 87d23a0 bpo-36724: Add _PyWarnings_Fini() (#12963) by Victor Stinner · 5 years ago
  97. 99e69d4 bpo-36710: Fix compiler warning on PyThreadState_Delete() (GH-12962) by Victor Stinner · 5 years ago
  98. 9db0324 bpo-36710: Add runtime parameter in gcmodule.c (GH-12958) by Victor Stinner · 5 years ago
  99. 10c8e6a bpo-36710: Add runtime variable in pystate.c (GH-12956) by Victor Stinner · 5 years ago
  100. 5422e3c bpo-36722: Debug build loads libraries built in release mode (GH-12952) by Victor Stinner · 5 years ago