1. 7e1a9aa bpo-37151: remove _PyCFunction_FastCallDict (GH-14269) by Jeroen Demeyer · 5 years ago
  2. b45d259 bpo-36710: Use tstate in pylifecycle.c (GH-14249) by Victor Stinner · 5 years ago
  3. 987a0dc bpo-36710: Remove PyImport_Cleanup() function (GH-14221) by Victor Stinner · 5 years ago
  4. 0a28f8d bpo-36710: Add tstate parameter in import.c (GH-14218) by Victor Stinner · 5 years ago
  5. 01b63ec bpo-35134: Add Include/cpython/import.h header file (GH-14213) by Victor Stinner · 5 years ago
  6. 5954334 bpo-37151: remove _PyFunction_FastCallDict (GH-13864) by Jeroen Demeyer · 5 years ago
  7. 343ed0f bpo-37189: Export old PyRun_XXX() functions (#14142) by Victor Stinner · 5 years ago
  8. 2ff58a2 bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890) by Victor Stinner · 5 years ago
  9. 0456df4 bpo-37231: remove _PyObject_FastCall_Prepend (GH-14153) by Jeroen Demeyer · 5 years ago
  10. b2f9473 bpo-37249: add declaration of _PyObject_GetMethod (GH-14015) by Jeroen Demeyer · 5 years ago
  11. d0eeb93 bpo-37077: Add native thread ID (TID) for AIX (GH-13624) by Michael Felt · 5 years ago
  12. 838f264 bpo-36710: Pass explicitly tstate in sysmodule.c (GH-14060) by Victor Stinner · 5 years ago
  13. 022ac0a bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020) by Victor Stinner · 5 years ago
  14. 37d66d7 bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018) by Victor Stinner · 5 years ago
  15. 5287022 bpo-37160: Thread native ID NetBSD support (GH-13835) by David Carlier · 5 years ago
  16. 9ab2fb1 Bump to 3.9.0a0 by Łukasz Langa · 5 years ago
  17. 3b5deb0 Python 3.8.0b1 by Łukasz Langa · 5 years ago
  18. 0fd2c30 Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795) by Victor Stinner · 5 years ago
  19. e225beb Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)" (GH-13780) by Victor Stinner · 5 years ago
  20. 0b9956e bpo-37087: Adding native ID support for OpenBSD (GH-13654) by David Carlier · 5 years ago
  21. 91234a1 bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884) by Inada Naoki · 5 years ago
  22. 6a150bc bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714) by Eric Snow · 5 years ago
  23. 396e0a8 bpo-36818: Add PyInterpreterState.runtime field. (gh-13129) by Eric Snow · 5 years ago
  24. 37788bc bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653) by Jeroen Demeyer · 5 years ago
  25. c145f3b bpo-36974: remove _PyObject_HasFastCall (GH-13460) by Jeroen Demeyer · 5 years ago
  26. ada319b bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944) by Antoine Pitrou · 5 years ago
  27. 0c2f930 bpo-22385: Support output separators in hex methods. (#13578) by Gregory P. Smith · 5 years ago
  28. aacc77f bpo-36974: implement PEP 590 (GH-13185) by Jeroen Demeyer · 5 years ago
  29. 4154069 bpo-37001: Makes symtable.symtable have parity with compile for input (#13483) by Dino Viehland · 5 years ago
  30. 33ce3f0 Fix comments in initconfig.h (GH-13636) by MandarJKulkarni · 5 years ago
  31. 3c8724f bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980) by Zackery Spytz · 5 years ago
  32. eb65e24 bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338) by Jeroen Demeyer · 5 years ago
  33. 3880f26 bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577) by Matthias Bussonnier · 5 years ago
  34. cd590a7 bpo-1230540: Add threading.excepthook() (GH-13515) by Victor Stinner · 5 years ago
  35. 6f6ff8a bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node instead (GH-13597) by Eric V. Smith · 5 years ago
  36. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 5 years ago
  37. 71c52e3 bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488) by Victor Stinner · 5 years ago
  38. 91f4380 bpo-36785: PEP 574 implementation (GH-7076) by Antoine Pitrou · 5 years ago
  39. 438a12d bpo-36710: Add tstate parameter in ceval.c (GH-13547) by Victor Stinner · 5 years ago
  40. b3a9843 Support Py_UNUSED() on clang (GH-13544) by Victor Stinner · 5 years ago
  41. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 5 years ago
  42. df22c03 bpo-36829: PyErr_WriteUnraisable() normalizes exception (GH-13507) by Victor Stinner · 5 years ago
  43. 022be02 bpo-36763: Add _PyPreConfig._config_init (GH-13481) by Victor Stinner · 5 years ago
  44. b121f63 bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463) by Jake Tesler · 5 years ago
  45. 933e150 bpo-36878: Track extra text added to 'type: ignore' in the AST (GH-13479) by Michael J. Sullivan · 5 years ago
  46. ef9d9b6 bpo-36829: Add sys.unraisablehook() (GH-13187) by Victor Stinner · 5 years ago
  47. 565b4f1 bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148) by Matthias Bussonnier · 5 years ago
  48. d12e757 Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)" (GH-13458) by Victor Stinner · 5 years ago
  49. 0f72147 bpo-36763: Fix _PyRuntime.preconfig.coerce_c_locale (GH-13444) by Victor Stinner · 5 years ago
  50. 6d1c467 bpo-36763: Fix Python preinitialization (GH-13432) by Victor Stinner · 5 years ago
  51. ed48866 bpo-35134: Split traceback.h header (GH-13430) by Victor Stinner · 5 years ago
  52. a5119e7 bpo-36957: Add _PyLong_Rshift() and _PyLong_Lshift(). (GH-13416) by Serhiy Storchaka · 5 years ago
  53. 410759f bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402) by Victor Stinner · 5 years ago
  54. bab0db6 bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398) by Victor Stinner · 5 years ago
  55. b594784 bpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssize_t (GH-13396) by Victor Stinner · 5 years ago
  56. 871ff77 bpo-36763: Add _PyInitError functions (GH-13395) by Victor Stinner · 5 years ago
  57. 1208328 bpo-36763: _Py_RunMain() doesn't call Py_Exit() anymore (GH-13390) by Victor Stinner · 5 years ago
  58. bcfbbd7 bpo-36945: Add _PyPreConfig.configure_locale (GH-13368) by Victor Stinner · 5 years ago
  59. cab5d07 bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388) by Victor Stinner · 5 years ago
  60. b16b4e4 bpo-36763: Add PyMemAllocatorName (GH-13387) by Victor Stinner · 5 years ago
  61. fed02e1 bpo-36763: Remove _PyCoreConfig.program (GH-13373) by Victor Stinner · 5 years ago
  62. 870b035 bpo-36763: Cleanup precmdline in _PyCoreConfig_Read() (GH-13371) by Victor Stinner · 5 years ago
  63. 54b43bb bpo-36763: Add _PyCoreConfig.configure_c_stdio (GH-13363) by Victor Stinner · 5 years ago
  64. 9ef5dca bpo-36763: Add _Py_InitializeMain() (GH-13362) by Victor Stinner · 5 years ago
  65. ae239f6 bpo-36763: Add _PyCoreConfig.parse_argv (GH-13361) by Victor Stinner · 5 years ago
  66. dbacfc2 bpo-36763: _PyInitError always use int for exitcode (GH-13360) by Victor Stinner · 5 years ago
  67. 410b85a bpo-36900: import.c uses PyInterpreterState.core_config (GH-13278) by Victor Stinner · 5 years ago
  68. d5d9e81 bpo-36728: Remove PyEval_ReInitThreads() from C API (GH-13241) by Victor Stinner · 5 years ago
  69. 4959c33 bpo-36084: Add native thread ID to threading.Thread objects (GH-11993) by Jake Tesler · 5 years ago
  70. 09532fe bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934) by Victor Stinner · 5 years ago
  71. 86ea581 bpo-36737: Use the module state C-API for warnings. (gh-13159) by Eric Snow · 5 years ago
  72. 351c674 bpo-35983: skip trashcan for subclasses (GH-11841) by Jeroen Demeyer · 5 years ago
  73. 9a4135e bpo-36817: Add f-string debugging using '='. (GH-13123) by Eric V. Smith · 5 years ago
  74. 14987d4 Post v3.8.0a4 by Łukasz Langa · 5 years ago
  75. c1004b8 Python 3.8.0a4 by Łukasz Langa · 5 years ago
  76. c664b34 bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068) by Victor Stinner · 5 years ago
  77. 4631da1 bpo-36763: Remove _PyCoreConfig._init_main (GH-13066) by Victor Stinner · 5 years ago
  78. 70005ac bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037) by Victor Stinner · 5 years ago
  79. 709d23d bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062) by Victor Stinner · 5 years ago
  80. 373893c bpo-36763: Add _PyCoreConfig._config_version (GH-13065) by Victor Stinner · 5 years ago
  81. 43fc3bb bpo-36775: Add _PyUnicode_InitEncodings() (GH-13057) by Victor Stinner · 5 years ago
  82. e251095 bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056) by Victor Stinner · 5 years ago
  83. cb9fbd3 bpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052) by Victor Stinner · 5 years ago
  84. 1a9f0d8 bpo-36763: Add _PyCoreConfig_SetString() (GH-13035) by Victor Stinner · 5 years ago
  85. db71975 bpo-36763: Rework _PyInitError API (GH-13031) by Victor Stinner · 5 years ago
  86. 5f38b84 bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030) by Victor Stinner · 5 years ago
  87. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 5 years ago
  88. 99fcc61 Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006) by Victor Stinner · 5 years ago
  89. b36e5d6 bpo-36356: Destroy the GIL at exit (GH-12453) by Victor Stinner · 5 years ago
  90. 6d13e5b bpo-36722: Don't define ALT_SOABI for Py_TRACE_REFS build (GH-12973) by Victor Stinner · 5 years ago
  91. 4cb525a bpo-36356: pymain_exit_error() only call pymain_free() for exit (GH-12968) by Victor Stinner · 5 years ago
  92. 87d23a0 bpo-36724: Add _PyWarnings_Fini() (#12963) by Victor Stinner · 5 years ago
  93. 9db0324 bpo-36710: Add runtime parameter in gcmodule.c (GH-12958) by Victor Stinner · 5 years ago
  94. f4e4703 bpo-36465: Make release and debug ABI compatible (GH-12615) by Victor Stinner · 5 years ago
  95. 4312522 bpo-36710: Add runtime variable to Py_InitializeEx() (GH-12939) by Victor Stinner · 5 years ago
  96. 8e91c24 bpo-36710: Add runtime variable to Py_FinalizeEx() (GH-12937) by Victor Stinner · 5 years ago
  97. b930a2d bpo-36710: PyOS_AfterFork_Child() pass runtime parameter (GH-12936) by Victor Stinner · 5 years ago
  98. 8bb3230 bpo-36710: Add runtime parameter to _PyThreadState_Init() (GH-12935) by Victor Stinner · 5 years ago
  99. 09415ff fix warnings by adding more const (GH-12924) by Inada Naoki · 5 years ago
  100. 84b4784 use `const` in graminit.c (GH-12713) by tyomitch · 5 years ago