1. 5954334 bpo-37151: remove _PyFunction_FastCallDict (GH-13864) by Jeroen Demeyer · 5 years ago
  2. d8f336f bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180) by animalize · 5 years ago
  3. 988e6aa bpo-37233: use _PY_FASTCALL_SMALL_STACK in method_vectorcall (GH-13974) by Jeroen Demeyer · 5 years ago
  4. c78fe32 bpo-37151: use PyVectorcall_Call for all calls of "method" (GH-13972) by Jeroen Demeyer · 5 years ago
  5. a514f78 bpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-14188) by Ned Deily · 5 years ago
  6. f3fb839 bpo-34631: Updated OpenSSL to 1.1.1c in macOS installer (GH-14187) by Ned Deily · 5 years ago
  7. 9bbece9 remove dead code (GH-14104) by David Carlier · 5 years ago
  8. 201bc2d bpo-5680: IDLE: Customize running a module (GH-13763) by Cheryl Sabella · 5 years ago
  9. 7fb3190 Add sponsorship details for GitHub Sponsor button (GH-14181) by Brett Cannon · 5 years ago
  10. fe2ad92 Improve release build performance using new artifacts tasks (GH-14175) by Steve Dower · 5 years ago
  11. 343ed0f bpo-37189: Export old PyRun_XXX() functions (#14142) by Victor Stinner · 5 years ago
  12. dbdc991 Fix test_embed.test_pre_initialization_sys_options() env vars (GH-14172) by Victor Stinner · 5 years ago
  13. ac7b1a3 bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169) by Victor Stinner · 5 years ago
  14. 8fac122 bpo-37321: Edit IDLE subprocess connection error messages. (#14170) by Terry Jan Reedy · 5 years ago
  15. 5bff3c8 bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678) by Tal Einat · 5 years ago
  16. a268edd bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163) by Steve Dower · 5 years ago
  17. 4acdbf1 bpo-34556: Add --upgrade-deps to venv module (#13100) by Cooper Lees · 5 years ago
  18. ca7b504 bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-14008) by Vinay Sajip · 5 years ago
  19. 00f6493 bpo-37288: Fix Windows build when --no-tkinter is specified (GH-14096) by Paul Monson · 5 years ago
  20. 5352cc4 bpo-37194: Add PyObject_CallNoArgs() rationale (GH-14159) by Victor Stinner · 5 years ago
  21. 1b8a46d bpo-35431: Test math.comb() and math.perm() for OverflowError only on CPython. (GH-14146) by Serhiy Storchaka · 5 years ago
  22. 231aad3 bpo-37315: Deprecate accepting floats in math.factorial(). (GH-14147) by Serhiy Storchaka · 5 years ago
  23. 1ce2656 bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) by Victor Stinner · 5 years ago
  24. 2ff58a2 bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890) by Victor Stinner · 5 years ago
  25. 8bf08ee bpo-37312: Remove _dummy_thread and dummy_threading modules (GH-14143) by Victor Stinner · 5 years ago
  26. 2e9954d bpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_maybe_method() (GH-13865) by Jeroen Demeyer · 5 years ago
  27. 0456df4 bpo-37231: remove _PyObject_FastCall_Prepend (GH-14153) by Jeroen Demeyer · 5 years ago
  28. c034b78 bpo-35031, test_asycio: disable TLS 1.3 in test_start_tls_server_1() (GH-14148) by Victor Stinner · 5 years ago
  29. c5905f3 bpo-36688: Adding an implementation of RLock in _dummy_thread (GH-12943) by Joost Lek · 5 years ago
  30. 28fca0c bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) by Zackery Spytz · 5 years ago
  31. 66d47da bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957) by Terry Jan Reedy · 5 years ago
  32. c83356c closes bpo-37300: Remove unnecessary Py_XINCREF in classobject.c. (GH-14120) by Hai Shi · 5 years ago
  33. 5600b5e bpo-28805: document METH_FASTCALL (GH-14079) by Jeroen Demeyer · 5 years ago
  34. 2dfeaa9 Turn math.isqrt assertion into a comment to clarify its purpose. (GH-14131) by Mark Dickinson · 5 years ago
  35. 45e0411 Simplify negativity checks in math.comb and math.perm. (GH-13870) by Mark Dickinson · 5 years ago
  36. 5529515 Doc: Remove an ugly space before a dot. (GH-14123) by Julien Palard · 5 years ago
  37. 8047e0e bpo-35922: Fix RobotFileParser when robots.txt has no relevant crawl delay or request rate (GH-11791) by Rémi Lapeyre · 5 years ago
  38. 3a1d50e bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable of introspection (GH-12777) by Michael Felt · 5 years ago
  39. 7a68f8c bpo-37289: Remove 'if False' handling in the peephole optimizer (GH-14099) by Pablo Galindo · 5 years ago
  40. cfa0394 Doc: Deprecation header: More precise wording. (GH-14109) by Julien Palard · 5 years ago
  41. 6ef4d32 Update link in colorsys docs to be https (GH-14062) by Alex Gaynor · 5 years ago
  42. 7d23dbe Doc: Bump Sphinx verison. (#13785) by Julien Palard · 5 years ago
  43. 552ace7 Fix typo in Lib/concurrent/futures/thread.py (GH-13953) by ubordignon · 5 years ago
  44. f475729 Update weakref.rst (GH-14098) by Géry Ogam · 5 years ago
  45. 0237265 Use threadpool for reading from file in sendfile fallback mode (#14076) by Andrew Svetlov · 5 years ago
  46. ef21523 bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode. (GH-14075) by Andrew Svetlov · 5 years ago
  47. 7efc526 bpo-36707: Document "m" removal from sys.abiflags (GH-14090) by Victor Stinner · 5 years ago
  48. 749e730 Fix Windows release build issues (GH-14091) by Steve Dower · 5 years ago
  49. bd5798f Document C API changes in What's New in Python 3.8 (GH-14092) by Victor Stinner · 5 years ago
  50. 5884043 bpo-35537: Rewrite setsid test for os.posix_spawn (GH-11721) by Victor Stinner · 5 years ago
  51. 066e5b1 bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049) by Victor Stinner · 5 years ago
  52. 212646c bpo-37261: Document sys.unraisablehook corner cases (GH-14059) by Victor Stinner · 5 years ago
  53. 9765efc bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows (GH-14081) by Zackery Spytz · 5 years ago
  54. 21a92f8 Implement Windows release builds in Azure Pipelines (GH-14065) by Steve Dower · 5 years ago
  55. f0749da bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-14080) by Andrew Svetlov · 5 years ago
  56. 431478d Update concurrent.futures.rst (GH-14061) by Géry Ogam · 5 years ago
  57. 0755945 bpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074) by Victor Stinner · 5 years ago
  58. b2f9473 bpo-37249: add declaration of _PyObject_GetMethod (GH-14015) by Jeroen Demeyer · 5 years ago
  59. 05f8318 bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071) by Pablo Galindo · 5 years ago
  60. d0eeb93 bpo-37077: Add native thread ID (TID) for AIX (GH-13624) by Michael Felt · 5 years ago
  61. 838f264 bpo-36710: Pass explicitly tstate in sysmodule.c (GH-14060) by Victor Stinner · 5 years ago
  62. 3498c64 bpo-37213: Handle negative line deltas correctly in the peephole optimizer (GH-13969) by Pablo Galindo · 5 years ago
  63. 9549203 bpo-6689: os.path.commonpath raises ValueError for different drives isn't documented (GH-14045) by Makdon · 5 years ago
  64. 6d22cc8 bpo-37261: Fix support.catch_unraisable_exception() (GH-14052) by Victor Stinner · 5 years ago
  65. 63ab4ba bpo-37210: Fix pure Python pickle when _pickle is unavailable (GH-14016) by Victor Stinner · 5 years ago
  66. 6f75c87 tbpo-36402: Fix threading.Thread._stop() (GH-14047) by Victor Stinner · 5 years ago
  67. b4b814b bpo-37231: optimize calls of special methods (GH-13973) by Jeroen Demeyer · 5 years ago
  68. 022ac0a bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020) by Victor Stinner · 5 years ago
  69. 8725c83 bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071) by Jeffrey Kintscher · 5 years ago
  70. 905e19a bpo-37216: update version to 3.9 in mac using document (GH-13966) by Makdon · 5 years ago
  71. d1c85a2 bpo-37257: obmalloc: stop simple arena thrashing (#14039) by Tim Peters · 5 years ago
  72. 3a2883c Add 3.9 whatsnew file (GH-14040) by Ned Deily · 5 years ago
  73. a04ea4f bpo-37253: Fix typo in PyCompilerFlags doc (GH-14036) by Victor Stinner · 5 years ago
  74. 37d66d7 bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018) by Victor Stinner · 5 years ago
  75. 2c9b498 bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019) by Victor Stinner · 5 years ago
  76. 468e5fe bpo-36402: Fix threading._shutdown() race condition (GH-13948) by Victor Stinner · 5 years ago
  77. b4c7def bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-13073) by Paul Monson · 5 years ago
  78. 95f61c8 bpo-37069: regrtest uses sys.unraisablehook (GH-13759) by Victor Stinner · 5 years ago
  79. 913fa1c bpo-37223, test_io: silence last 'Exception ignored in:' (GH-14029) by Victor Stinner · 5 years ago
  80. 0d19427 Make asyncio stream sendfile fail on error (was hang) (GH-14025) by Andrew Svetlov · 5 years ago
  81. ff6bb0a bpo-37236: pragma optimize off for _Py_c_quot on Windows arm64 (GH-13983) by Paul Monson · 5 years ago
  82. daf6262 bpo-37201: fix test_distutils failures for Windows ARM64 (GH-13902) by Paul Monson · 5 years ago
  83. 5287022 bpo-37160: Thread native ID NetBSD support (GH-13835) by David Carlier · 5 years ago
  84. 32dda26 bpo-35545: Skip `test_asyncio.test_create_connection_ipv6_scope` on AIX (GH-14011) by Michael Felt · 5 years ago
  85. a6e190e bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991) by Ammar Askar · 5 years ago
  86. 405f648 bpo-32625: Updated documentation for EXTENDED_ARG. (GH-13985) by Yao Zuo · 5 years ago
  87. 376ce98 bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13997) by Victor Stinner · 5 years ago
  88. eb976e4 bpo-36918: Fix "Exception ignored in" in test_urllib (GH-13996) by Victor Stinner · 5 years ago
  89. efdf6ca bpo-35766: compile(): rename feature_version parameter (GH-13994) by Victor Stinner · 5 years ago
  90. 10b55c1 bpo-35766: Change format for feature_version to (major, minor) (GH-13992) by Guido van Rossum · 5 years ago
  91. 04856c2 bpo-37238: Enable building for Windows using Visual Studio 2019 (GH-13988) by Paul Monson · 5 years ago
  92. 9b33ce4 bpo-35766: What's new in the ast and typing modules (#13984) by Guido van Rossum · 5 years ago
  93. 44867bb Fix test_posix if RWF_HIPRI is defined but not preadv2. (GH-13980) by Benjamin Peterson · 5 years ago
  94. 910b3fc closes bpo-33758: Skip test_get_type_hints_modules_forwardref. (GH-13977) by Benjamin Peterson · 5 years ago
  95. 65aa64f bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971) by Andrew Svetlov · 5 years ago
  96. 1f11cf9 bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13965) by Raymond Hettinger · 5 years ago
  97. 408a2ef closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing of pyexpat line in Setup. (GH-13064) by aaronpaulhurst · 5 years ago
  98. b589cef bpo-37223: test_io: silence destructor errors (GH-13954) by Victor Stinner · 5 years ago
  99. 4f6f7c5 bpo-18748: Fix _pyio.IOBase destructor (closed case) (GH-13952) by Victor Stinner · 5 years ago
  100. 8a8b59c bpo-37215: Fix dtrace issue introduce by bpo-36842 (GH-13940) by Christian Heimes · 5 years ago