1. 1b293b6 Python 3.8.1 by Łukasz Langa · 4 years, 6 months ago
  2. 7c543f4 Post 3.8.1rc1 by Łukasz Langa · 4 years, 6 months ago
  3. b00a2b5 Python 3.8.1rc1 by Łukasz Langa · 4 years, 6 months ago
  4. f2ba17b [3.8] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) (GH-16999) by Serhiy Storchaka · 4 years, 8 months ago
  5. f82ce5b [3.8] bpo-36389: Backport debug enhancements from master (GH-16796) by Victor Stinner · 4 years, 8 months ago
  6. cc06217 Post v3.8.0 by Łukasz Langa · 4 years, 8 months ago
  7. fa919fd v3.8.0 by Łukasz Langa · 4 years, 8 months ago
  8. 435b2ee bpo-38376: Fix _PyUnicode_CheckConsistency() definition (GH-16623) by Victor Stinner · 4 years, 9 months ago
  9. 3b2f4e9 Post v3.8.0rc1 by Łukasz Langa · 4 years, 9 months ago
  10. 34214de v3.8.0rc1 by Łukasz Langa · 4 years, 9 months ago
  11. d49f096 bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) by Miss Islington (bot) · 4 years, 9 months ago
  12. bdace21 bpo-38304: Remove PyConfig.struct_size (GH-16500) by Victor Stinner · 4 years, 9 months ago
  13. 2f87a7d bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (GH-7468) (#16486) by Miss Islington (bot) · 4 years, 9 months ago
  14. c9ed9e6 bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) by Miss Islington (bot) · 4 years, 9 months ago
  15. 6e12838 bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453) by Victor Stinner · 4 years, 9 months ago
  16. 96c8475 [3.8] bpo-38234: Backport init path config changes from master (GH-16423) by Victor Stinner · 4 years, 9 months ago
  17. a7c73a0 closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW in pyport.h. (GH-16230) by Miss Islington (bot) · 4 years, 9 months ago
  18. c5c6425 bpo-38236: Dump path config at first import error (GH-16300) (GH-16332) by Victor Stinner · 4 years, 9 months ago
  19. 9f3dcf8 [3.8] bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) (GH-16313) by Victor Stinner · 4 years, 9 months ago
  20. 245d439 bpo-38205: Py_UNREACHABLE() calls Py_FatalError() (GH-16290) (GH-16306) by Victor Stinner · 4 years, 9 months ago
  21. 8d9efc4 Fix _PyTraceMalloc_Fini() definition (GH-16259) (GH-16278) by Miss Islington (bot) · 4 years, 9 months ago
  22. 47bbab9 [3.8] bpo-38070: Py_FatalError() logs runtime state (GH-16258) by Victor Stinner · 4 years, 9 months ago
  23. f37a983 [3.8] bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-15652) (GH-16145) by Serhiy Storchaka · 4 years, 9 months ago
  24. 4bd1d05 Fix typos mostly in comments, docs and test names (GH-15209) by Miss Islington (bot) · 4 years, 10 months ago
  25. 1553e3b Post v3.8.0b4 by Łukasz Langa · 4 years, 10 months ago
  26. d93605d Python 3.8.0b4 by Łukasz Langa · 4 years, 10 months ago
  27. 96631dc [3.8] bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593). (GH-15599) by Serhiy Storchaka · 4 years, 10 months ago
  28. 1d4285a bpo-36763: Make Py_BytesMain() public (GH-15532) by Miss Islington (bot) · 4 years, 10 months ago
  29. 6ca0307 [3.8] bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15491) by Nick Coghlan · 4 years, 10 months ago
  30. af84a88 bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) (GH-15435) by Victor Stinner · 4 years, 10 months ago
  31. a6427cb bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423) by Miss Islington (bot) · 4 years, 10 months ago
  32. 944aa01 Fix _PyTime_MIN/MAX values (GH-15384) (GH-15426) by Victor Stinner · 4 years, 10 months ago
  33. 9eb3d54 bpo-37834: Normalise handling of reparse points on Windows (GH-15370) by Steve Dower · 4 years, 10 months ago
  34. adc0e31 Post v3.8.0b3 by Łukasz Langa · 5 years ago
  35. 4336222 Python 3.8.0b3 by Łukasz Langa · 5 years ago
  36. bf8e82f [3.8] bpo-36974: separate vectorcall functions for each calling convention (GH-13781) (#14782) by Jeroen Demeyer · 5 years ago
  37. cf9a63c bpo-37593: Swap the positions of posonlyargs and args in the constructor of ast.parameters nodes (GH-14778) by Miss Islington (bot) · 5 years ago
  38. 50dc82e Post v3.8.0b2 by Łukasz Langa · 5 years ago
  39. 21dd01d Python 3.8.0b2 by Łukasz Langa · 5 years ago
  40. 96f581c bpo-36763: Add PyConfig_SetWideStringList() (GH-14444) by Miss Islington (bot) · 5 years ago
  41. cb083f7 bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) (#14505) by Miss Islington (bot) · 5 years ago
  42. 323e743 bpo-37369: Fix initialization of sys members when launched via an app container (GH-14467) by Steve Dower · 5 years ago
  43. d917cfe [3.8] bpo-37250: put back tp_print for backwards compatibility (GH-14193) by Jeroen Demeyer · 5 years ago
  44. 8cb8d5d bpo-37189: Export old PyRun_XXX() functions (GH-14142) by Miss Islington (bot) · 5 years ago
  45. 886d83e bpo-37077: Add native thread ID (TID) for AIX (GH-13624) by Miss Islington (bot) · 5 years ago
  46. 032bf30 bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020) by Miss Islington (bot) · 5 years ago
  47. 92e836c bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018) by Miss Islington (bot) · 5 years ago
  48. c9ca96d bpo-37160: Thread native ID NetBSD support (GH-13835) by Miss Islington (bot) · 5 years ago
  49. 9689f80 bpo-37191: Avoid declaration-after-statement in header included from Python.h (GH-13887) by Petr Viktorin · 5 years ago
  50. 267a389 Post v3.8.0b1 by Łukasz Langa · 5 years ago
  51. 3b5deb0 Python 3.8.0b1 by Łukasz Langa · 5 years ago
  52. 0fd2c30 Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795) by Victor Stinner · 5 years ago
  53. e225beb Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)" (GH-13780) by Victor Stinner · 5 years ago
  54. 0b9956e bpo-37087: Adding native ID support for OpenBSD (GH-13654) by David Carlier · 5 years ago
  55. 91234a1 bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884) by Inada Naoki · 5 years ago
  56. 6a150bc bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714) by Eric Snow · 5 years ago
  57. 396e0a8 bpo-36818: Add PyInterpreterState.runtime field. (gh-13129) by Eric Snow · 5 years ago
  58. 37788bc bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653) by Jeroen Demeyer · 5 years ago
  59. c145f3b bpo-36974: remove _PyObject_HasFastCall (GH-13460) by Jeroen Demeyer · 5 years ago
  60. ada319b bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944) by Antoine Pitrou · 5 years ago
  61. 0c2f930 bpo-22385: Support output separators in hex methods. (#13578) by Gregory P. Smith · 5 years ago
  62. aacc77f bpo-36974: implement PEP 590 (GH-13185) by Jeroen Demeyer · 5 years ago
  63. 4154069 bpo-37001: Makes symtable.symtable have parity with compile for input (#13483) by Dino Viehland · 5 years ago
  64. 33ce3f0 Fix comments in initconfig.h (GH-13636) by MandarJKulkarni · 5 years ago
  65. 3c8724f bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980) by Zackery Spytz · 5 years ago
  66. eb65e24 bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338) by Jeroen Demeyer · 5 years ago
  67. 3880f26 bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577) by Matthias Bussonnier · 5 years ago
  68. cd590a7 bpo-1230540: Add threading.excepthook() (GH-13515) by Victor Stinner · 5 years ago
  69. 6f6ff8a bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node instead (GH-13597) by Eric V. Smith · 5 years ago
  70. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 5 years ago
  71. 71c52e3 bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488) by Victor Stinner · 5 years ago
  72. 91f4380 bpo-36785: PEP 574 implementation (GH-7076) by Antoine Pitrou · 5 years ago
  73. 438a12d bpo-36710: Add tstate parameter in ceval.c (GH-13547) by Victor Stinner · 5 years ago
  74. b3a9843 Support Py_UNUSED() on clang (GH-13544) by Victor Stinner · 5 years ago
  75. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 5 years ago
  76. df22c03 bpo-36829: PyErr_WriteUnraisable() normalizes exception (GH-13507) by Victor Stinner · 5 years ago
  77. 022be02 bpo-36763: Add _PyPreConfig._config_init (GH-13481) by Victor Stinner · 5 years ago
  78. b121f63 bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463) by Jake Tesler · 5 years ago
  79. 933e150 bpo-36878: Track extra text added to 'type: ignore' in the AST (GH-13479) by Michael J. Sullivan · 5 years ago
  80. ef9d9b6 bpo-36829: Add sys.unraisablehook() (GH-13187) by Victor Stinner · 5 years ago
  81. 565b4f1 bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148) by Matthias Bussonnier · 5 years ago
  82. d12e757 Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)" (GH-13458) by Victor Stinner · 5 years ago
  83. 0f72147 bpo-36763: Fix _PyRuntime.preconfig.coerce_c_locale (GH-13444) by Victor Stinner · 5 years ago
  84. 6d1c467 bpo-36763: Fix Python preinitialization (GH-13432) by Victor Stinner · 5 years ago
  85. ed48866 bpo-35134: Split traceback.h header (GH-13430) by Victor Stinner · 5 years ago
  86. a5119e7 bpo-36957: Add _PyLong_Rshift() and _PyLong_Lshift(). (GH-13416) by Serhiy Storchaka · 5 years ago
  87. 410759f bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402) by Victor Stinner · 5 years ago
  88. bab0db6 bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398) by Victor Stinner · 5 years ago
  89. b594784 bpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssize_t (GH-13396) by Victor Stinner · 5 years ago
  90. 871ff77 bpo-36763: Add _PyInitError functions (GH-13395) by Victor Stinner · 5 years ago
  91. 1208328 bpo-36763: _Py_RunMain() doesn't call Py_Exit() anymore (GH-13390) by Victor Stinner · 5 years ago
  92. bcfbbd7 bpo-36945: Add _PyPreConfig.configure_locale (GH-13368) by Victor Stinner · 5 years ago
  93. cab5d07 bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388) by Victor Stinner · 5 years ago
  94. b16b4e4 bpo-36763: Add PyMemAllocatorName (GH-13387) by Victor Stinner · 5 years ago
  95. fed02e1 bpo-36763: Remove _PyCoreConfig.program (GH-13373) by Victor Stinner · 5 years ago
  96. 870b035 bpo-36763: Cleanup precmdline in _PyCoreConfig_Read() (GH-13371) by Victor Stinner · 5 years ago
  97. 54b43bb bpo-36763: Add _PyCoreConfig.configure_c_stdio (GH-13363) by Victor Stinner · 5 years ago
  98. 9ef5dca bpo-36763: Add _Py_InitializeMain() (GH-13362) by Victor Stinner · 5 years ago
  99. ae239f6 bpo-36763: Add _PyCoreConfig.parse_argv (GH-13361) by Victor Stinner · 5 years ago
  100. dbacfc2 bpo-36763: _PyInitError always use int for exitcode (GH-13360) by Victor Stinner · 5 years ago