1. 36456df bpo-37392: Remove sys.setcheckinterval() (GH-14355) by Victor Stinner · 5 years ago
  2. 9fc720e bpo-4963: Fix for initialization and non-deterministic behavior issues in mimetypes (GH-3062) by David K. Hess · 5 years ago
  3. 8bd2872 bpo-25361: Enable SSE2 instructions for Windows 32-bit build (GH-12438) by animalize · 5 years ago
  4. 7fd2ba3 bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179) by animalize · 5 years ago
  5. 6793cce bpo-36889: Document asyncio Stream and StreamServer (GH-14203) by Xtreak · 5 years ago
  6. 6ffd9b0 bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751) by ziheng · 5 years ago
  7. 549f7d4 Get rid of exception traceback printing in asyncio tests (GH-14343) by Andrew Svetlov · 5 years ago
  8. 60419a7 bpo-37363: Add audit events for a range of modules (GH-14301) by Steve Dower · 5 years ago
  9. 9bbf4d7 bpo-37359: Fix regrtest --cleanup (GH-14336) by Victor Stinner · 5 years ago
  10. a8b27e6 bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858) by Jeroen Demeyer · 5 years ago
  11. 47fbc4e bpo-37359: Add --cleanup option to python3 -m test (GH-14332) by Victor Stinner · 5 years ago
  12. 2ac3bab bpo-37345: Add formal UDPLITE support (GH-14258) by Gabe Appleton · 5 years ago
  13. 770847a bpo-37348: optimize decoding ASCII string (GH-14283) by Inada Naoki · 5 years ago
  14. b3ca797 bpo-35224: Bump the pyc magic number by 1 instead of by 10 in last modification (GH-14320) by Pablo Galindo · 5 years ago
  15. 663131a bpo-35224: Bump the pyc magic number after the change in MAP_ADD (GH-14313) by Pablo Galindo · 5 years ago
  16. 9ffca67 asyncio: Fix docs for default event loop (#14308) by Ben Darnell · 5 years ago
  17. c8a3541 bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139) by Jörn Heissler · 5 years ago
  18. bb110cc Improve threading.daemon docstring (GH-14278) by mbarkhau · 5 years ago
  19. 186f709 bpo-37323: Suppress DeprecationWarning raised by @asyncio.coroutine (GH-14293) by Xtreak · 5 years ago
  20. 184f3d4 bpo-37364: Use io.open_code() to read .pth files (GH-14299) by Steve Dower · 5 years ago
  21. f569092 bpo-37351: Removes libpython38.a from standard Windows distribution (#14276) by Steve Dower · 5 years ago
  22. e56a123 bpo-37362: test_gdb now ignores stderr (GH-14287) by Victor Stinner · 5 years ago
  23. 8b2aa1f Use `python -m pip install` in porting guide and venv docs (GH-13257) by Brad · 5 years ago
  24. a0d73a1 bpo-30202 : Update test.test_importlib.test_abc to test find_spec() (GH-12847) by Joannah Nanjekye · 5 years ago
  25. f8dd77d bpo-36511: Fix -u parameters for ARM32 tests (GH-14280) by Paul Monson · 5 years ago
  26. 08286d5 bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152) by Zackery Spytz · 5 years ago
  27. 08970cb bpo-36210: update optional extension handling for AIX (GH-12202) by Michael Felt · 5 years ago
  28. d006800 Docs: Improved phrasing (GH-14069) by Aeros · 5 years ago
  29. b9600b0 Remove redundant if check from optional argument function in argparse. (GH-8766) by Shashank Parekh · 5 years ago
  30. 1e61504 bpo-37289: Add a test for if with ifexpr in the peephole optimiser to detect regressions (GH-14127) by Pablo Galindo · 5 years ago
  31. c68e3fb Update What's New in Python 3.9 (GH-14253) by Victor Stinner · 5 years ago
  32. a195212 bpo-36511: Improve ARM32 buildbot scripts (GH-14251) by Paul Monson · 5 years ago
  33. 7e1a9aa bpo-37151: remove _PyCFunction_FastCallDict (GH-14269) by Jeroen Demeyer · 5 years ago
  34. 8713aa6 Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263) by İsmail Arılık · 5 years ago
  35. 0c48618 Fix bpo number in News file. (GH-14260) by Eric V. Smith · 5 years ago
  36. bc5caf8 bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241) by Hai Shi · 5 years ago
  37. af41c56 Update What's New in Python 3.8 (GH-14239) by Victor Stinner · 5 years ago
  38. b45d259 bpo-36710: Use tstate in pylifecycle.c (GH-14249) by Victor Stinner · 5 years ago
  39. 35068bd Add missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14246) by Harmon · 5 years ago
  40. f355069 bpo-36511: Add buildbot scripts and fix tests for Windows ARM32 buildbot (GH-13454) by Paul Monson · 5 years ago
  41. 12f1c72 bpo-37333: Ensure IncludeTkinter has a value (GH-14240) by Steve Dower · 5 years ago
  42. f06b569 bpo-37331: Clarify format of socket handler messages in the documentation. (GH-14234) by Vinay Sajip · 5 years ago
  43. 0150001 bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14229) by Vinay Sajip · 5 years ago
  44. 987a0dc bpo-36710: Remove PyImport_Cleanup() function (GH-14221) by Victor Stinner · 5 years ago
  45. 7821b4c Fix name of '\0'. (GH-14222) by Benjamin Peterson · 5 years ago
  46. 0a28f8d bpo-36710: Add tstate parameter in import.c (GH-14218) by Victor Stinner · 5 years ago
  47. 809ff11 Document typing.ForwardRef (GH-14216) by Ivan Levkivskyi · 5 years ago
  48. 47c2de7 Document changes in PyNode_AddChild and PyParser_AddToken (GH-14214) by Ivan Levkivskyi · 5 years ago
  49. 01b63ec bpo-35134: Add Include/cpython/import.h header file (GH-14213) by Victor Stinner · 5 years ago
  50. 54cf2e0 bpo-37325: Fix focus traversal for 2 IDLE dialogs (#14209) by Terry Jan Reedy · 5 years ago
  51. d287215 Add pganssle to CODEOWNERS and ACKS (GH-14138) by Paul Ganssle · 5 years ago
  52. 6b9c204 bpo-34903: Document that some strptime formats only require 1 digit (GH-14149) by Mike Gleen · 5 years ago
  53. 5954334 bpo-37151: remove _PyFunction_FastCallDict (GH-13864) by Jeroen Demeyer · 5 years ago
  54. d8f336f bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180) by animalize · 5 years ago
  55. 988e6aa bpo-37233: use _PY_FASTCALL_SMALL_STACK in method_vectorcall (GH-13974) by Jeroen Demeyer · 5 years ago
  56. c78fe32 bpo-37151: use PyVectorcall_Call for all calls of "method" (GH-13972) by Jeroen Demeyer · 5 years ago
  57. a514f78 bpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-14188) by Ned Deily · 5 years ago
  58. f3fb839 bpo-34631: Updated OpenSSL to 1.1.1c in macOS installer (GH-14187) by Ned Deily · 5 years ago
  59. 9bbece9 remove dead code (GH-14104) by David Carlier · 5 years ago
  60. 201bc2d bpo-5680: IDLE: Customize running a module (GH-13763) by Cheryl Sabella · 5 years ago
  61. 7fb3190 Add sponsorship details for GitHub Sponsor button (GH-14181) by Brett Cannon · 5 years ago
  62. fe2ad92 Improve release build performance using new artifacts tasks (GH-14175) by Steve Dower · 5 years ago
  63. 343ed0f bpo-37189: Export old PyRun_XXX() functions (#14142) by Victor Stinner · 5 years ago
  64. dbdc991 Fix test_embed.test_pre_initialization_sys_options() env vars (GH-14172) by Victor Stinner · 5 years ago
  65. ac7b1a3 bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169) by Victor Stinner · 5 years ago
  66. 8fac122 bpo-37321: Edit IDLE subprocess connection error messages. (#14170) by Terry Jan Reedy · 5 years ago
  67. 5bff3c8 bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678) by Tal Einat · 5 years ago
  68. a268edd bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163) by Steve Dower · 5 years ago
  69. 4acdbf1 bpo-34556: Add --upgrade-deps to venv module (#13100) by Cooper Lees · 5 years ago
  70. ca7b504 bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-14008) by Vinay Sajip · 5 years ago
  71. 00f6493 bpo-37288: Fix Windows build when --no-tkinter is specified (GH-14096) by Paul Monson · 5 years ago
  72. 5352cc4 bpo-37194: Add PyObject_CallNoArgs() rationale (GH-14159) by Victor Stinner · 5 years ago
  73. 1b8a46d bpo-35431: Test math.comb() and math.perm() for OverflowError only on CPython. (GH-14146) by Serhiy Storchaka · 5 years ago
  74. 231aad3 bpo-37315: Deprecate accepting floats in math.factorial(). (GH-14147) by Serhiy Storchaka · 5 years ago
  75. 1ce2656 bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) by Victor Stinner · 5 years ago
  76. 2ff58a2 bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890) by Victor Stinner · 5 years ago
  77. 8bf08ee bpo-37312: Remove _dummy_thread and dummy_threading modules (GH-14143) by Victor Stinner · 5 years ago
  78. 2e9954d bpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_maybe_method() (GH-13865) by Jeroen Demeyer · 5 years ago
  79. 0456df4 bpo-37231: remove _PyObject_FastCall_Prepend (GH-14153) by Jeroen Demeyer · 5 years ago
  80. c034b78 bpo-35031, test_asycio: disable TLS 1.3 in test_start_tls_server_1() (GH-14148) by Victor Stinner · 5 years ago
  81. c5905f3 bpo-36688: Adding an implementation of RLock in _dummy_thread (GH-12943) by Joost Lek · 5 years ago
  82. 28fca0c bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) by Zackery Spytz · 5 years ago
  83. 66d47da bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957) by Terry Jan Reedy · 5 years ago
  84. c83356c closes bpo-37300: Remove unnecessary Py_XINCREF in classobject.c. (GH-14120) by Hai Shi · 5 years ago
  85. 5600b5e bpo-28805: document METH_FASTCALL (GH-14079) by Jeroen Demeyer · 5 years ago
  86. 2dfeaa9 Turn math.isqrt assertion into a comment to clarify its purpose. (GH-14131) by Mark Dickinson · 5 years ago
  87. 45e0411 Simplify negativity checks in math.comb and math.perm. (GH-13870) by Mark Dickinson · 5 years ago
  88. 5529515 Doc: Remove an ugly space before a dot. (GH-14123) by Julien Palard · 5 years ago
  89. 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
  90. 3a1d50e bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable of introspection (GH-12777) by Michael Felt · 5 years ago
  91. 7a68f8c bpo-37289: Remove 'if False' handling in the peephole optimizer (GH-14099) by Pablo Galindo · 5 years ago
  92. cfa0394 Doc: Deprecation header: More precise wording. (GH-14109) by Julien Palard · 5 years ago
  93. 6ef4d32 Update link in colorsys docs to be https (GH-14062) by Alex Gaynor · 5 years ago
  94. 7d23dbe Doc: Bump Sphinx verison. (#13785) by Julien Palard · 5 years ago
  95. 552ace7 Fix typo in Lib/concurrent/futures/thread.py (GH-13953) by ubordignon · 5 years ago
  96. f475729 Update weakref.rst (GH-14098) by Géry Ogam · 5 years ago
  97. 0237265 Use threadpool for reading from file in sendfile fallback mode (#14076) by Andrew Svetlov · 5 years ago
  98. ef21523 bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode. (GH-14075) by Andrew Svetlov · 5 years ago
  99. 7efc526 bpo-36707: Document "m" removal from sys.abiflags (GH-14090) by Victor Stinner · 5 years ago
  100. 749e730 Fix Windows release build issues (GH-14091) by Steve Dower · 5 years ago