1. 7773d39 bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824) by Miss Islington (bot) · 5 years ago
  2. afbcd9f bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815) by Miss Islington (bot) · 5 years ago
  3. 2d647c0 Update doc switcher list for 3.8.0 (GH-16809) by Miss Islington (bot) · 5 years ago
  4. 8ca282f Typo fix - implemention should be implementation (GH-16806) by Miss Islington (bot) · 5 years ago
  5. f705f8e bpo-38478: Correctly handle keyword argument with same name as positional-only parameter (GH-16800) by Miss Islington (bot) · 5 years ago
  6. f82ce5b [3.8] bpo-36389: Backport debug enhancements from master (GH-16796) by Victor Stinner · 5 years ago
  7. 42308e8 bpo-38133: Update docs to reflect fixes to py.exe launcher (GH-16791) by Miss Islington (bot) · 5 years ago
  8. 6fa79f9 Doc: 3.8 is now stable. (GH-16790) by Miss Islington (bot) · 5 years ago
  9. 4f0587f [3.8] bpo-38456: Use /bin/true in test_subprocess (GH-16737) by Gregory P. Smith · 5 years ago
  10. cc06217 Post v3.8.0 by Łukasz Langa · 5 years ago
  11. 85da2dd Merge tag 'v3.8.0' into 3.8 by Łukasz Langa · 5 years ago
  12. deba4fa Remove draft status. Add asyncio REPL example (GH-16785) (GH-16786) by Miss Islington (bot) · 5 years ago
  13. aa909b6 bpo-38453: Resolve test directories before chdir to them (GH-16723) by Miss Islington (bot) · 5 years ago
  14. fa919fd v3.8.0 by Łukasz Langa · 5 years ago
  15. e498329 [3.8] bpo-37759: Polish What's New in Python 3.8. (GH-16769) (#16777) by Łukasz Langa · 5 years ago
  16. c0c6ae9 Make 3.8 README link to 3.8 doc pages, not master (GH-16776) by Ned Deily · 5 years ago
  17. 80f8532 Update build docs for macOS (GH-16771) by Miss Islington (bot) · 5 years ago
  18. 927f07c bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16755) (#16760) by Miss Islington (bot) · 5 years ago
  19. ac53ba6 [3.8] Update macOS installer display files for 3.8.0 (GH-16766) by Ned Deily · 5 years ago
  20. 3ac1529 bpo-37759: Add examples for the new typing features (GH-16763) (GH-16764) by Miss Islington (bot) · 5 years ago
  21. c09379b bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761) (GH-16762) by Miss Islington (bot) · 5 years ago
  22. 75d8a75 Fix minor typos in Whatsnew (GH-16759) by Raymond Hettinger · 5 years ago
  23. 36f6286 bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757) (GH-16758) by Miss Islington (bot) · 5 years ago
  24. 9a7c43b Fix strict-aliasing rules errors on gcc 4.8.5. (GH-16714) by Miss Islington (bot) · 5 years ago
  25. 02d6f4f Rebased version of what's new PR (GH-16745) (#16748) by Miss Islington (bot) · 5 years ago
  26. c732660 bpo-38467: Fix argument name of typing functions (GH-16753) by Miss Islington (bot) · 5 years ago
  27. e742826 bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-16743) by Miss Islington (bot) · 5 years ago
  28. a04c7eb Correct signature of __build_class__ (GH-16735) by Miss Islington (bot) · 5 years ago
  29. 6da52ac bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16702) by Miss Islington (bot) · 5 years ago
  30. ba44ea6 bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOURCE (GH-16733) by Miss Islington (bot) · 5 years ago
  31. fdc7cbe Announce the change in the CancelledError inheritance (GH-16730) by Miss Islington (bot) · 5 years ago
  32. e540bb5 bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503) by Miss Islington (bot) · 5 years ago
  33. 5a638a8 [3.8] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs" (GH-16724) (GH-16728) by Abhilash Raj · 5 years ago
  34. 1da648a bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525) by Miss Islington (bot) · 5 years ago
  35. 294c522 Fix typo in the "Porting to Python 3.8" section. (GH-16435) by Miss Islington (bot) · 5 years ago
  36. 50290e3 Update badges in README.rst (GH-16709) by Zachary Ware · 5 years ago
  37. 73665b4 bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) by Miss Islington (bot) · 5 years ago
  38. 380eb42 [3.8] Typo fix: "throuhgh" should be "through". (GH-16713) by Benjamin Peterson · 5 years ago
  39. 6bfeb81 docs: Add asyncio source code links (GH-16640) by Miss Islington (bot) · 5 years ago
  40. 398d847 Re-enable the OverflowError test for test_truediv on test_complex (GH-16591) by Miss Islington (bot) · 5 years ago
  41. 8ab11c4 bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16690) by Miss Islington (bot) · 5 years ago
  42. baf8a9b bpo-32996: Documentation fix-up. (GH-16646) by Miss Islington (bot) · 5 years ago
  43. 6b6935e bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688) by Miss Islington (bot) · 5 years ago
  44. 0baa6b3 bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-16684) by Miss Islington (bot) · 5 years ago
  45. 0bd9fac [3.8] bpo-38379: don't claim objects are collected when they aren't (GH-16658) (GH-16683) by Pablo Galindo · 5 years ago
  46. 359a1975cb bpo-37531: regrtest ignores output on timeout (GH-16659) by Miss Islington (bot) · 5 years ago
  47. d004a5b bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions. (GH-16589) (GH-16671) by Vinay Sajip · 5 years ago
  48. d8071cb Typo fix: "empy" should be "empty". (GH-16666) by Miss Islington (bot) · 5 years ago
  49. 526ef85 [3.8] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16662) by Pablo Galindo · 5 years ago
  50. 7162440 bpo-38407: Add docstrings for typing.SupportsXXX classes. (GH-16644) by Miss Islington (bot) · 5 years ago
  51. 10b475a bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641) by Miss Islington (bot) · 5 years ago
  52. 364532f bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651) by Miss Islington (bot) · 5 years ago
  53. a1f4500 bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583) by Miss Islington (bot) · 5 years ago
  54. aa9d5b8 Fix typo in _warnings.warn_explicit() docstring (GH-16625) by Miss Islington (bot) · 5 years ago
  55. 4880e5a bpo-38344: Fix syntax in activate.bat (GH-16533) by Miss Islington (bot) · 5 years ago
  56. b731fc5 bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442) by Miss Islington (bot) · 5 years ago
  57. 435b2ee bpo-38376: Fix _PyUnicode_CheckConsistency() definition (GH-16623) by Victor Stinner · 5 years ago
  58. 13915a3 bpo-36356: Fix memory leak in _asynciomodule.c (GH-16598) by Miss Islington (bot) · 5 years ago
  59. 985ec98 bpo-38391: Fixing a typo for Py_DECREF (GH-16616) by Miss Islington (bot) · 5 years ago
  60. f19b4d7 bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588) by Miss Islington (bot) · 5 years ago
  61. ce3c913 bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearray. (GH-16603) by Miss Islington (bot) · 5 years ago
  62. dc19124 bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) by Miss Islington (bot) · 5 years ago
  63. 3af2733 bpo-38235: Correct some arguments names in logging documentation (GH-16571) (GH-16576) by Miss Islington (bot) · 5 years ago
  64. 8edde5c bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463) by Miss Islington (bot) · 5 years ago
  65. e74fa70 bpo-38359: Ensures pyw.exe launcher reads correct registry key (GH-16561) by Miss Islington (bot) · 5 years ago
  66. 6067e1d bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551) by Miss Islington (bot) · 5 years ago
  67. de3195c [3.8] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550) (GH-16560) by Victor Stinner · 5 years ago
  68. 183733d bpo-38338, test.pythoninfo: add more ssl infos (GH-16539) by Miss Islington (bot) · 5 years ago
  69. a72de93 bpo-36670: regrtest bug fixes (GH-16537) by Miss Islington (bot) · 5 years ago
  70. a11df75 bpo-38343: Fixes version handling for nuget packages (GH-16527) by Miss Islington (bot) · 5 years ago
  71. c4976a6 Correct typos in the codecs module documentation (GH-15135) by Miss Islington (bot) · 5 years ago
  72. 3b2f4e9 Post v3.8.0rc1 by Łukasz Langa · 5 years ago
  73. 34214de v3.8.0rc1 by Łukasz Langa · 5 years ago
  74. bfe1f74 [3.8] bpo-3832: Fix compiler warnings (GH-16518) by Victor Stinner · 5 years ago
  75. 6b4c70a bpo-36670: Multiple regrtest bugfixes (GH-16511) by Miss Islington (bot) · 5 years ago
  76. d49f096 bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) by Miss Islington (bot) · 5 years ago
  77. 938c00c bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH-16491) (#16506) by Miss Islington (bot) · 5 years ago
  78. b361207 Restore tp_clear for function object. (#16502) by Neil Schemenauer · 5 years ago
  79. 2f644c0 Fix and improve `asyncio.run()` docs (GH-16403) (GH-16504) by Miss Islington (bot) · 5 years ago
  80. bdace21 bpo-38304: Remove PyConfig.struct_size (GH-16500) by Victor Stinner · 5 years ago
  81. 92ca515 Clear weakrefs in garbage found by the GC (GH-16495) (#16499) by Miss Islington (bot) · 5 years ago
  82. 18c4ba9 bpo-38322: Fix gotlandmark() of PC/getpathp.c (GH-16490) by Victor Stinner · 5 years ago
  83. 81f6b03 bpo-38304: Fix PyConfig usage in python_uwp.cpp (GH-16488) by Victor Stinner · 5 years ago
  84. bfca56b [3.8] bpo-38270: More fixes for strict crypto policy (GH-16418) (#16437) by Christian Heimes · 5 years ago
  85. 1aeb720 bpo-37408: Precise that Tarfile "format" argument only concerns writing. (GH-14389) (#16465) by Miss Islington (bot) · 5 years ago
  86. 2f87a7d bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (GH-7468) (#16486) by Miss Islington (bot) · 5 years ago
  87. 1c19d65 bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16485) by Yury Selivanov · 5 years ago
  88. 21f24ea [3.8] bpo-38163: Child mocks detect their type as sync or async (GH-16471) (GH-16484) by Lisa Roach · 5 years ago
  89. 36e7e4a bpo-38161: Removes _AwaitEvent from AsyncMock. (GH-16443) (GH-16481) by Miss Islington (bot) · 5 years ago
  90. b76ab35 bpo-38108: Makes mock objects inherit from Base (GH-16060) (GH-16470) by Miss Islington (bot) · 5 years ago
  91. c9ed9e6 bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) by Miss Islington (bot) · 5 years ago
  92. 19cd595 bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472) by Miss Islington (bot) · 5 years ago
  93. 36c6fa9 bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) (GH-16464) by Gregory P. Smith · 5 years ago
  94. 8f478b4 bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) by Miss Islington (bot) · 5 years ago
  95. 6e12838 bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453) by Victor Stinner · 5 years ago
  96. 8750bce bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (GH-16446) (#16449) by Miss Islington (bot) · 5 years ago
  97. 52bdd41 [3.8] bpo-38136: Updates await_count and call_count to be different things (GH-16192) (GH-16431) by Lisa Roach · 5 years ago
  98. 6447b9f bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) by Miss Islington (bot) · 5 years ago
  99. 14ddca7 bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248) by Miss Islington (bot) · 5 years ago
  100. b2c2a0c cleanup ababstractproperty in typing.py (GH-16432) by Miss Islington (bot) · 5 years ago