1. e498329 [3.8] bpo-37759: Polish What's New in Python 3.8. (GH-16769) (#16777) by Łukasz Langa · 5 years ago
  2. c0c6ae9 Make 3.8 README link to 3.8 doc pages, not master (GH-16776) by Ned Deily · 5 years ago
  3. 80f8532 Update build docs for macOS (GH-16771) by Miss Islington (bot) · 5 years ago
  4. 927f07c bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16755) (#16760) by Miss Islington (bot) · 5 years ago
  5. ac53ba6 [3.8] Update macOS installer display files for 3.8.0 (GH-16766) by Ned Deily · 5 years ago
  6. 3ac1529 bpo-37759: Add examples for the new typing features (GH-16763) (GH-16764) by Miss Islington (bot) · 5 years ago
  7. c09379b bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761) (GH-16762) by Miss Islington (bot) · 5 years ago
  8. 75d8a75 Fix minor typos in Whatsnew (GH-16759) by Raymond Hettinger · 5 years ago
  9. 36f6286 bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757) (GH-16758) by Miss Islington (bot) · 5 years ago
  10. 9a7c43b Fix strict-aliasing rules errors on gcc 4.8.5. (GH-16714) by Miss Islington (bot) · 5 years ago
  11. 02d6f4f Rebased version of what's new PR (GH-16745) (#16748) by Miss Islington (bot) · 5 years ago
  12. c732660 bpo-38467: Fix argument name of typing functions (GH-16753) by Miss Islington (bot) · 5 years ago
  13. e742826 bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-16743) by Miss Islington (bot) · 5 years ago
  14. a04c7eb Correct signature of __build_class__ (GH-16735) by Miss Islington (bot) · 5 years ago
  15. 6da52ac bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16702) by Miss Islington (bot) · 5 years ago
  16. ba44ea6 bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOURCE (GH-16733) by Miss Islington (bot) · 5 years ago
  17. fdc7cbe Announce the change in the CancelledError inheritance (GH-16730) by Miss Islington (bot) · 5 years ago
  18. e540bb5 bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503) by Miss Islington (bot) · 5 years ago
  19. 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
  20. 1da648a bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525) by Miss Islington (bot) · 5 years ago
  21. 294c522 Fix typo in the "Porting to Python 3.8" section. (GH-16435) by Miss Islington (bot) · 5 years ago
  22. 50290e3 Update badges in README.rst (GH-16709) by Zachary Ware · 5 years ago
  23. 73665b4 bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) by Miss Islington (bot) · 5 years ago
  24. 380eb42 [3.8] Typo fix: "throuhgh" should be "through". (GH-16713) by Benjamin Peterson · 5 years ago
  25. 6bfeb81 docs: Add asyncio source code links (GH-16640) by Miss Islington (bot) · 5 years ago
  26. 398d847 Re-enable the OverflowError test for test_truediv on test_complex (GH-16591) by Miss Islington (bot) · 5 years ago
  27. 8ab11c4 bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16690) by Miss Islington (bot) · 5 years ago
  28. baf8a9b bpo-32996: Documentation fix-up. (GH-16646) by Miss Islington (bot) · 5 years ago
  29. 6b6935e bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688) by Miss Islington (bot) · 5 years ago
  30. 0baa6b3 bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-16684) by Miss Islington (bot) · 5 years ago
  31. 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
  32. 359a1975cb bpo-37531: regrtest ignores output on timeout (GH-16659) by Miss Islington (bot) · 5 years ago
  33. d004a5b bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions. (GH-16589) (GH-16671) by Vinay Sajip · 5 years ago
  34. d8071cb Typo fix: "empy" should be "empty". (GH-16666) by Miss Islington (bot) · 5 years ago
  35. 526ef85 [3.8] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16662) by Pablo Galindo · 5 years ago
  36. 7162440 bpo-38407: Add docstrings for typing.SupportsXXX classes. (GH-16644) by Miss Islington (bot) · 5 years ago
  37. 10b475a bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641) by Miss Islington (bot) · 5 years ago
  38. 364532f bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651) by Miss Islington (bot) · 5 years ago
  39. a1f4500 bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583) by Miss Islington (bot) · 5 years ago
  40. aa9d5b8 Fix typo in _warnings.warn_explicit() docstring (GH-16625) by Miss Islington (bot) · 5 years ago
  41. 4880e5a bpo-38344: Fix syntax in activate.bat (GH-16533) by Miss Islington (bot) · 5 years ago
  42. b731fc5 bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442) by Miss Islington (bot) · 5 years ago
  43. 435b2ee bpo-38376: Fix _PyUnicode_CheckConsistency() definition (GH-16623) by Victor Stinner · 5 years ago
  44. 13915a3 bpo-36356: Fix memory leak in _asynciomodule.c (GH-16598) by Miss Islington (bot) · 5 years ago
  45. 985ec98 bpo-38391: Fixing a typo for Py_DECREF (GH-16616) by Miss Islington (bot) · 5 years ago
  46. f19b4d7 bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588) by Miss Islington (bot) · 5 years ago
  47. ce3c913 bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearray. (GH-16603) by Miss Islington (bot) · 5 years ago
  48. dc19124 bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) by Miss Islington (bot) · 5 years ago
  49. 3af2733 bpo-38235: Correct some arguments names in logging documentation (GH-16571) (GH-16576) by Miss Islington (bot) · 5 years ago
  50. 8edde5c bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463) by Miss Islington (bot) · 5 years ago
  51. e74fa70 bpo-38359: Ensures pyw.exe launcher reads correct registry key (GH-16561) by Miss Islington (bot) · 5 years ago
  52. 6067e1d bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551) by Miss Islington (bot) · 5 years ago
  53. de3195c [3.8] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550) (GH-16560) by Victor Stinner · 5 years ago
  54. 183733d bpo-38338, test.pythoninfo: add more ssl infos (GH-16539) by Miss Islington (bot) · 5 years ago
  55. a72de93 bpo-36670: regrtest bug fixes (GH-16537) by Miss Islington (bot) · 5 years ago
  56. a11df75 bpo-38343: Fixes version handling for nuget packages (GH-16527) by Miss Islington (bot) · 5 years ago
  57. c4976a6 Correct typos in the codecs module documentation (GH-15135) by Miss Islington (bot) · 5 years ago
  58. 3b2f4e9 Post v3.8.0rc1 by Łukasz Langa · 5 years ago
  59. 34214de v3.8.0rc1 by Łukasz Langa · 5 years ago
  60. bfe1f74 [3.8] bpo-3832: Fix compiler warnings (GH-16518) by Victor Stinner · 5 years ago
  61. 6b4c70a bpo-36670: Multiple regrtest bugfixes (GH-16511) by Miss Islington (bot) · 5 years ago
  62. d49f096 bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) by Miss Islington (bot) · 5 years ago
  63. 938c00c bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH-16491) (#16506) by Miss Islington (bot) · 5 years ago
  64. b361207 Restore tp_clear for function object. (#16502) by Neil Schemenauer · 5 years ago
  65. 2f644c0 Fix and improve `asyncio.run()` docs (GH-16403) (GH-16504) by Miss Islington (bot) · 5 years ago
  66. bdace21 bpo-38304: Remove PyConfig.struct_size (GH-16500) by Victor Stinner · 5 years ago
  67. 92ca515 Clear weakrefs in garbage found by the GC (GH-16495) (#16499) by Miss Islington (bot) · 5 years ago
  68. 18c4ba9 bpo-38322: Fix gotlandmark() of PC/getpathp.c (GH-16490) by Victor Stinner · 5 years ago
  69. 81f6b03 bpo-38304: Fix PyConfig usage in python_uwp.cpp (GH-16488) by Victor Stinner · 5 years ago
  70. bfca56b [3.8] bpo-38270: More fixes for strict crypto policy (GH-16418) (#16437) by Christian Heimes · 5 years ago
  71. 1aeb720 bpo-37408: Precise that Tarfile "format" argument only concerns writing. (GH-14389) (#16465) by Miss Islington (bot) · 5 years ago
  72. 2f87a7d bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (GH-7468) (#16486) by Miss Islington (bot) · 5 years ago
  73. 1c19d65 bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16485) by Yury Selivanov · 5 years ago
  74. 21f24ea [3.8] bpo-38163: Child mocks detect their type as sync or async (GH-16471) (GH-16484) by Lisa Roach · 5 years ago
  75. 36e7e4a bpo-38161: Removes _AwaitEvent from AsyncMock. (GH-16443) (GH-16481) by Miss Islington (bot) · 5 years ago
  76. b76ab35 bpo-38108: Makes mock objects inherit from Base (GH-16060) (GH-16470) by Miss Islington (bot) · 5 years ago
  77. c9ed9e6 bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) by Miss Islington (bot) · 5 years ago
  78. 19cd595 bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472) by Miss Islington (bot) · 5 years ago
  79. 36c6fa9 bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) (GH-16464) by Gregory P. Smith · 5 years ago
  80. 8f478b4 bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) by Miss Islington (bot) · 5 years ago
  81. 6e12838 bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453) by Victor Stinner · 5 years ago
  82. 8750bce bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (GH-16446) (#16449) by Miss Islington (bot) · 5 years ago
  83. 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
  84. 6447b9f bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) by Miss Islington (bot) · 5 years ago
  85. 14ddca7 bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248) by Miss Islington (bot) · 5 years ago
  86. b2c2a0c cleanup ababstractproperty in typing.py (GH-16432) by Miss Islington (bot) · 5 years ago
  87. 1931132 [3.8] bpo-38275: Skip ssl tests for disabled versions (GH-16386) (GH-16425) by Christian Heimes · 5 years ago
  88. c989340 bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422) by Miss Islington (bot) · 5 years ago
  89. 96c8475 [3.8] bpo-38234: Backport init path config changes from master (GH-16423) by Victor Stinner · 5 years ago
  90. 68040ed bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) (GH-16415) by Miss Islington (bot) · 5 years ago
  91. b3c35fe Doc: Use the `with` statement in the first example of the ftplib doc. (GH-16271) (GH-16412) by Miss Islington (bot) · 5 years ago
  92. d75bf44 [3.8] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16409) by Benjamin Peterson · 5 years ago
  93. b92b8c5 [3.8] bpo-22273: Changed conditions for ctypes array-in-struct handling. (GH-16381) (GH-16401) by Vinay Sajip · 5 years ago
  94. 4267e8f bpo-38271: encrypt private key test files with AES256 (GH-16385) by Miss Islington (bot) · 5 years ago
  95. ca14f04 bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227) by Miss Islington (bot) · 5 years ago
  96. 66cd041 [3.8] bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) (GH-16393) by Miss Islington (bot) · 5 years ago
  97. 7444a5a bpo-38255: super() can search attributes as well as methods (GH-16368) (GH-16391) by Miss Islington (bot) · 5 years ago
  98. e4be8c9 bpo-36210: correct logic in setup.py for optional extensions for AIX (GH-12202) (GH-16376) by Michael Felt · 5 years ago
  99. 2e566bf bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705) (GH-16389) by Victor Stinner · 5 years ago
  100. c71c54c bpo-37064: Add -k and -a options to pathfix.py tool (GH-16387) by Victor Stinner · 5 years ago