1. f3751ef bpo-38417: Add umask support to subprocess (GH-16726) by Gregory P. Smith · 4 years, 10 months ago
  2. 8177404 bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOURCE (GH-16733) by Pablo Galindo · 4 years, 10 months ago
  3. 547c60c Fix minor typos in Whatsnew by Hugo van Kemenade · 4 years, 10 months ago
  4. e634da2 Announce the change in the CancelledError inheritance (GH-16730) by Phil Jones · 4 years, 10 months ago
  5. 822922a bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675) by Samuel Colvin · 4 years, 10 months ago
  6. 19a3d87 bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs (GH-15522)" (GH-16724) by Abhilash Raj · 4 years, 10 months ago
  7. 2b7dc40 bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) by Ruediger Pluem · 4 years, 10 months ago
  8. cbb5481 bpo-38442: Remove an execution bit from Doc/whatsnew/3.8.rst. (GH-16715) by Serhiy Storchaka · 4 years, 10 months ago
  9. c39d1dd Fix strict-aliasing rules errors on gcc 4.8.5. (GH-16714) by Dong-hee Na · 4 years, 10 months ago
  10. a8e0d31 Typo fix: "throuhgh" should be "through". (GH-16704) by Hansraj Das · 4 years, 10 months ago
  11. f900064 docs: Add asyncio source code links (GH-16640) by Kyle Stanley · 4 years, 10 months ago
  12. 320dd50 bpo-38437: Activate GC_DEBUG when PY_DEBUG is set (GH-16707) by Pablo Galindo · 4 years, 10 months ago
  13. 72bbd2a Remove AppVeyor badge now that we don't use it in the CI anymore (GH-16708) by Pablo Galindo · 4 years, 10 months ago
  14. d565fb9 bpo-38282: Rewrite getsockaddrarg() helper function (GH-16698) by Victor Stinner · 4 years, 10 months ago
  15. 1dbe537 Re-enable the OverflowError test for test_truediv on test_complex (GH-16591) by Dong-hee Na · 4 years, 10 months ago
  16. b6e0fc7 bpo-38353: Fix typos in calculate_argv0_path_framework() (GH-16695) by Victor Stinner · 4 years, 10 months ago
  17. d47f0dd bpo-32996: Documentation fix-up. (GH-16646) by M. Eric Irrgang · 4 years, 10 months ago
  18. a05fcd3 bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688) by Dong-hee Na · 4 years, 10 months ago
  19. 7bb1431 bpo-38109: Add missing constants to Lib/stat.py (GH-16665) by Ronan Lamy · 4 years, 10 months ago
  20. a544773 bpo-38392: Only declare visit_validate() if Py_DEBUG is defined (GH-16689) by Victor Stinner · 4 years, 10 months ago
  21. 09895c2 bpo-38409: Fix grammar in str.strip() docstring (GH-16682) by Zachary Ware · 4 years, 10 months ago
  22. ecbf35f bpo-38379: don't claim objects are collected when they aren't (#16658) by Tim Peters · 4 years, 10 months ago
  23. 01171eb Typo fix: "empy" should be "empty". (GH-16666) by Hansraj Das · 4 years, 10 months ago
  24. 594e2ed closes bpo-36161: Use thread-safe ttyname_r instead of ttyname. (GH-14868) by Antonio Gutierrez · 4 years, 10 months ago
  25. e8bedbd bpo-38368: Added fix for ctypes crash when handling arrays in structs… (GH-16589) by Vinay Sajip · 4 years, 10 months ago
  26. 0ec618a bpo-37531: regrtest ignores output on timeout (GH-16659) by Victor Stinner · 4 years, 10 months ago
  27. e53c580 test_dictviews: Add testcase for dictviews_sub (GH-16660) by Dong-hee Na · 4 years, 10 months ago
  28. 10cd00a bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) by Pablo Galindo · 4 years, 10 months ago
  29. 03ab6b4 bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651) by Victor Stinner · 4 years, 10 months ago
  30. 8252c52 bpo-38407: Add docstrings for typing.SupportsXXX classes. (GH-16644) by Serhiy Storchaka · 4 years, 10 months ago
  31. 13abda4 bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641) by Serhiy Storchaka · 4 years, 10 months ago
  32. b690a27 bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583) by Serhiy Storchaka · 4 years, 10 months ago
  33. d05b000 bpo-38371: Tkinter: deprecate the split() method. (GH-16584) by Serhiy Storchaka · 4 years, 10 months ago
  34. d7c3873 bpo-33714: Output an exception raised in module's m_clear(). (GH-16592) by Serhiy Storchaka · 4 years, 10 months ago
  35. 5dfbb4d Fix typo in _warnings.warn_explicit() docstring (GH-16625) by Hansraj Das · 4 years, 10 months ago
  36. 0d3fe8a closes bpo-38402: Check error of primitive crypt/crypt_r. (GH-16599) by Antonio Gutierrez · 4 years, 10 months ago
  37. 4d5f94b bpo-38070: Enhance visit_decref() debug trace (GH-16631) by Victor Stinner · 4 years, 10 months ago
  38. 36e33c3 bpo-38400 Don't check for NULL linked list pointers in _PyObject_IsFreed (GH-16630) by Pablo Galindo · 4 years, 10 months ago
  39. 1b18455 bpo-38392: PyObject_GC_Track() validates object in debug mode (GH-16615) by Victor Stinner · 4 years, 10 months ago
  40. 7775349 bpo-36389: Add newline to _PyObject_AssertFailed() (GH-16629) by Victor Stinner · 4 years, 10 months ago
  41. e310af9 bpo-38344: Fix syntax in activate.bat (GH-16533) by James Abel · 4 years, 10 months ago
  42. 15ae75d bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442) by Ricardo Bánffy · 4 years, 10 months ago
  43. 60ec6ef bpo-36389: Fix _PyBytesWriter in release mode (GH-16624) by Victor Stinner · 4 years, 10 months ago
  44. 6876257 bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612) by Victor Stinner · 4 years, 10 months ago
  45. 321def8 bpo-36356: Fix memory leak in _asynciomodule.c (GH-16598) by Ben Harper · 4 years, 10 months ago
  46. 303475e Fix a compile warning in selectmodule.c. (GH-16617) by Xiang Zhang · 4 years, 10 months ago
  47. 038503e bpo-38391: Fixing a typo for Py_DECREF (GH-16616) by Krishna Oza · 4 years, 10 months ago
  48. b96145a bpo-38353: Simplify calculate_pybuilddir() (GH-16614) by Victor Stinner · 4 years, 10 months ago
  49. d97f1ce bpo-38210: Fix compiler warning in dictobject.c (GH-16611) by Victor Stinner · 4 years, 10 months ago
  50. ed8efd8 Fix a compile warning in dictobject.c (GH-16610) by Hai Shi · 4 years, 10 months ago
  51. ef092fe bpo-25988: Do not expose abstract collection classes in the collections module. (GH-10596) by Serhiy Storchaka · 4 years, 10 months ago
  52. 9e71917 bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588) by Adam J. Stewart · 4 years, 10 months ago
  53. 24ddd9c bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearray. (GH-16603) by Hai Shi · 4 years, 10 months ago
  54. c38e725 bpo-38210: Fix intersection operation with dict view and iterator. (GH-16602) by Dong-hee Na · 4 years, 10 months ago
  55. 65dcc8a bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503) by Andrei Troie · 4 years, 10 months ago
  56. 3faf826 bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (#16525) by nde · 4 years, 10 months ago
  57. c02b41b bpo-38353: getpath.c: allocates strings on the heap (GH-16585) by Victor Stinner · 4 years, 10 months ago
  58. abd7cd8 bpo-38353: getpath.c uses dynamically allocated strings (GH-16582) by Victor Stinner · 4 years, 10 months ago
  59. 8855e47 bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-16558) by Joannah Nanjekye · 4 years, 10 months ago
  60. 06cb94b bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) by Serhiy Storchaka · 4 years, 10 months ago
  61. 2290b23 Updated CODEOWNERS to indicate ownership of some modules. (GH-16578) by Vinay Sajip · 4 years, 10 months ago
  62. 3142c66 bpo-38235: Correct some arguments names in logging documentation (GH-16571) by Ashley Whetter · 4 years, 10 months ago
  63. f0c8579 bpo-38353: Rework ismodule() in getpath.c (GH-16574) by Victor Stinner · 4 years, 10 months ago
  64. 03a8a56 bpo-38353: Add subfunctions to getpath.c (GH-16572) by Victor Stinner · 4 years, 10 months ago
  65. e982d8b bpo-38353: Fix compiler warning in internal headers (GH-16573) by Victor Stinner · 4 years, 10 months ago
  66. c515b57 bpo-38353: Fix compiler warning in pycore_initconfig.h (GH-16570) by Victor Stinner · 4 years, 10 months ago
  67. 86ec5c6 bpo-38353: Fix calculate_argv0_path() for symlinks (GH-16549) by Victor Stinner · 4 years, 10 months ago
  68. b23a842 bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463) by idomic · 4 years, 10 months ago
  69. 353fb1e bpo-38359: Ensures pyw.exe launcher reads correct registry key (GH-16561) by Steve Dower · 4 years, 10 months ago
  70. a0e3d27 bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551) by Steve Dower · 4 years, 10 months ago
  71. 098e256 bpo-36670: Enhance regrtest (GH-16556) by Victor Stinner · 4 years, 10 months ago
  72. c65119d bpo-36670: Enhance regrtest WindowsLoadTracker (GH-16553) by Victor Stinner · 4 years, 10 months ago
  73. 3e04cd2 bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550) by Victor Stinner · 4 years, 10 months ago
  74. 61691d8 bpo-38353: Cleanup includes in the internal C API (GH-16548) by Victor Stinner · 4 years, 10 months ago
  75. b3e7045 bpo-38338, test.pythoninfo: add more ssl infos (GH-16539) by Victor Stinner · 4 years, 10 months ago
  76. 2ea71a0 bpo-36670: regrtest bug fixes (GH-16537) by Victor Stinner · 4 years, 10 months ago
  77. b9a8b82 bpo-38343: Fixes version handling for nuget packages (GH-16527) by Steve Dower · 4 years, 10 months ago
  78. 6314abc bpo-37802: Fix a compiler warning in longobject.c (GH-16517) by Victor Stinner · 4 years, 11 months ago
  79. 5e0ea75 bpo-37474: Don't call fedisableexcept() on FreeBSD (GH-16515) by Victor Stinner · 4 years, 11 months ago
  80. 2f90261 bpo-38321: Fix compiler warning in _randommodule.c (GH-16512) by Victor Stinner · 4 years, 11 months ago
  81. 982bfa4 bpo-36670: Multiple regrtest bugfixes (GH-16511) by Victor Stinner · 4 years, 11 months ago
  82. 8462a49 bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) by Victor Stinner · 4 years, 11 months ago
  83. 3c30a76 bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508) by Victor Stinner · 4 years, 11 months ago
  84. 94e1650 bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH-16491) by Giampaolo Rodola · 4 years, 11 months ago
  85. cf57cab bpo-32689: Updates shutil.move to allow for Path objects to be used as source arg (GH-15326) by Maxwell A McKinnon · 4 years, 11 months ago
  86. e407013 Fix and improve `asyncio.run()` docs (GH-16403) by Kyle Stanley · 4 years, 11 months ago
  87. aca8c40 bpo-38321: Fix _testcapimodule.c warning (GH-16494) by Victor Stinner · 4 years, 11 months ago
  88. bcda460 Clear weakrefs in garbage found by the GC (#16495) by Neil Schemenauer · 4 years, 11 months ago
  89. c9a413e bpo-38321: Fix PyCStructUnionType_update_stgdict() warning (GH-16492) by Victor Stinner · 4 years, 11 months ago
  90. efe74b6 bpo-38321: Fix _asynciomodule.c compiler warning (GH-16493) by Victor Stinner · 4 years, 11 months ago
  91. dec3971 bpo-38322: Fix gotlandmark() of PC/getpathp.c (GH-16489) by Victor Stinner · 4 years, 11 months ago
  92. 89f8177 bpo-38304: Fix PyConfig usage in python_uwp.cpp (GH-16487) by Victor Stinner · 4 years, 11 months ago
  93. fc4a044 bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (#7468) by Yury Selivanov · 4 years, 11 months ago
  94. 6758e6e bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) by Yury Selivanov · 4 years, 11 months ago
  95. 3667e1e bpo-38163: Child mocks detect their type as sync or async (GH-16471) by Lisa Roach · 4 years, 11 months ago
  96. 5bcc6d8 bpo-37096: Add large-file tests for modules using sendfile(2) (GH-13676) by Giampaolo Rodola · 4 years, 11 months ago
  97. 25e115e bpo-38161: Removes _AwaitEvent from AsyncMock. (GH-16443) by Lisa Roach · 4 years, 11 months ago
  98. fb4ae15 bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) by Victor Stinner · 4 years, 11 months ago
  99. 58498bc bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472) by Andrew Svetlov · 4 years, 11 months ago
  100. 9a7d951 bpo-38108: Makes mock objects inherit from Base (GH-16060) by Lisa Roach · 4 years, 11 months ago