1. 4c22e16 closes bpo-37633: Reëxport some function compatibility wrappers for macros in ``pythonrun.h``. (GH-17056) by Miss Islington (bot) · 4 years, 8 months ago
  2. e8bad63 Fix a typo in wave module docstring (GH-17009) by Miss Islington (bot) · 4 years, 8 months ago
  3. f90e0d2 bpo-37759: Show output from var_access_benchmark (GH-17040) (GH-17041) by Miss Skeleton (bot) · 4 years, 8 months ago
  4. 87af518 bpo-38388: Document pickle protocol version 5 (GH-16639) by Miss Skeleton (bot) · 4 years, 8 months ago
  5. aa1fee8 bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679) by Miss Skeleton (bot) · 4 years, 8 months ago
  6. fe934e1 [3.8] Slightly improve plistlib test coverage. (GH-17025) (GH-17028) by Jon Janzen · 4 years, 8 months ago
  7. 9528997 [3.8] bpo-16575: Add checks for unions passed by value to functions. (GH-16799) (GH-17016) by Vinay Sajip · 4 years, 8 months ago
  8. c1ebe6a Add docstring for shlex.split (GH-16740) (GH-17013) by Miss Skeleton (bot) · 4 years, 8 months ago
  9. 2ed52b8 Update the URL for the requests package (GH-17006) by Miss Skeleton (bot) · 4 years, 8 months ago
  10. 2c921c6 [3.8] bpo-38600: NULL -> ``NULL``. (GH-17001) (GH-17003) by Serhiy Storchaka · 4 years, 8 months ago
  11. f2ba17b [3.8] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) (GH-16999) by Serhiy Storchaka · 4 years, 8 months ago
  12. dcb338e bpo-38640: Allow break and continue in always false while loops (GH-16992) by Miss Skeleton (bot) · 4 years, 8 months ago
  13. 1d2862a bpo-37330: open(): "U" mode is removed in Python 3.9 (GH-16972) by Victor Stinner · 4 years, 8 months ago
  14. 3801b26 bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (GH-14656) by Miss Skeleton (bot) · 4 years, 8 months ago
  15. 31c19e6 Fix asyncio.wait() 3.8 whatsnew entry (GH-16975) by Miss Skeleton (bot) · 4 years, 8 months ago
  16. 2267cb9 bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive (GH-16968) by Miss Skeleton (bot) · 4 years, 8 months ago
  17. a4ee7ab bpo-38534: Replace wrong KB number references (GH-16955) by Miss Skeleton (bot) · 4 years, 8 months ago
  18. 07eee64 bpo-38519: Internal include files missing on Windows (GH-16921) by Miss Skeleton (bot) · 4 years, 8 months ago
  19. 955f96f bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) (GH-16953) by Miss Skeleton (bot) · 4 years, 8 months ago
  20. 76fbdaa bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937) by Miss Skeleton (bot) · 4 years, 8 months ago
  21. 6d6418a [3.8] bpo-37309: First idlelib/NEWS.txt for 3.8.1 (GH-16947) by Terry Jan Reedy · 4 years, 8 months ago
  22. 7a3b1a6 bpo-34162: Last idlelib/NEWS.txt items for 3.8.0. (GH-16943) by Miss Skeleton (bot) · 4 years, 8 months ago
  23. e3a477a bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939) by Miss Skeleton (bot) · 4 years, 8 months ago
  24. 11f0f11 bpo-38434: Fixes some audit event documentation (GH-16932) by Miss Skeleton (bot) · 4 years, 8 months ago
  25. 4992dc6 bpo-38557: Improve documentation for list and tuple C API. (GH-16925) by Miss Skeleton (bot) · 4 years, 8 months ago
  26. ba3a566 bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861) by Miss Skeleton (bot) · 4 years, 8 months ago
  27. cf028b5 bpo-38558: Mention `:=` in conditions tutorial (GH-16919) by Miss Skeleton (bot) · 4 years, 8 months ago
  28. edf9e8e Fix typo in formatter_unicode (GH-16831) by Miss Skeleton (bot) · 4 years, 8 months ago
  29. d04661f bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) by Miss Skeleton (bot) · 4 years, 8 months ago
  30. d8fc9c8 Add missing asyncio changes from 3.8 whatsnew (GH-16911) by Miss Skeleton (bot) · 4 years, 8 months ago
  31. 229335c Update URL in macOS installer copy of license (GH-16905) by Miss Skeleton (bot) · 4 years, 8 months ago
  32. cbf474c bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901) by Miss Skeleton (bot) · 4 years, 8 months ago
  33. c54b54b Spell Bitbucket correctly. (GH-16862) (GH-16898) by Miss Skeleton (bot) · 4 years, 8 months ago
  34. c5d3ea8 bpo-38555: Fix an undefined behavior. (GH-16883) by Miss Skeleton (bot) · 4 years, 8 months ago
  35. e113b5c Fix Zope URL (GH-16880) by Miss Skeleton (bot) · 4 years, 8 months ago
  36. 6329a56 bpo-38466: Fix threading.excepthook doc (GH-16891) by Miss Skeleton (bot) · 4 years, 8 months ago
  37. dbcea39 bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717) by Miss Skeleton (bot) · 4 years, 8 months ago
  38. 2f8d4f0 bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860) by Miss Skeleton (bot) · 4 years, 8 months ago
  39. b1fc8c0 bpo-38540: Fix possible leak in PyArg_Parse for "esGH-" and "etGH-". (GH-16869) by Miss Skeleton (bot) · 4 years, 8 months ago
  40. db38522 bpo-38531: document extend action's added version (GH-16865) (GH-16868) by Miss Islington (bot) · 4 years, 8 months ago
  41. c39bc5c bpo-37759: More updates to Whatsnew 3.8 (GH-16854) (GH-16867) by Miss Islington (bot) · 4 years, 8 months ago
  42. d73205d bpo-38525: Fix a segmentation fault when using reverse iterators of empty dict (GH-16846) by Miss Islington (bot) · 4 years, 8 months ago
  43. bbd600a Remove doc reference to unmaitained Nose package (GH-16849) by Miss Islington (bot) · 4 years, 8 months ago
  44. 652a1cb bpo-38521: Fix error in NormalDist.__eq__() (GH-16840) (GH-16842) by Miss Islington (bot) · 4 years, 9 months ago
  45. 5fb8142 bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670) by Miss Islington (bot) · 4 years, 9 months ago
  46. 0f3187c [3.8] bpo-27657: Fix urlparse() with numeric paths (GH-661) (#16839) by Senthil Kumaran · 4 years, 9 months ago
  47. de81268 Fix minor typos in What's New in Python 3.8. (GH-16770) by Miss Islington (bot) · 4 years, 9 months ago
  48. 380d443 Doc: Add missing entry for functools.cached_property (GH-16803) by Miss Islington (bot) · 4 years, 9 months ago
  49. c615db6 bpo-33604: Raise TypeError on missing hmac arg. (GH-16805) by Miss Islington (bot) · 4 years, 9 months ago
  50. 7773d39 bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824) by Miss Islington (bot) · 4 years, 9 months ago
  51. afbcd9f bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815) by Miss Islington (bot) · 4 years, 9 months ago
  52. 2d647c0 Update doc switcher list for 3.8.0 (GH-16809) by Miss Islington (bot) · 4 years, 9 months ago
  53. 8ca282f Typo fix - implemention should be implementation (GH-16806) by Miss Islington (bot) · 4 years, 9 months ago
  54. f705f8e bpo-38478: Correctly handle keyword argument with same name as positional-only parameter (GH-16800) by Miss Islington (bot) · 4 years, 9 months ago
  55. f82ce5b [3.8] bpo-36389: Backport debug enhancements from master (GH-16796) by Victor Stinner · 4 years, 9 months ago
  56. 42308e8 bpo-38133: Update docs to reflect fixes to py.exe launcher (GH-16791) by Miss Islington (bot) · 4 years, 9 months ago
  57. 6fa79f9 Doc: 3.8 is now stable. (GH-16790) by Miss Islington (bot) · 4 years, 9 months ago
  58. 4f0587f [3.8] bpo-38456: Use /bin/true in test_subprocess (GH-16737) by Gregory P. Smith · 4 years, 9 months ago
  59. cc06217 Post v3.8.0 by Łukasz Langa · 4 years, 9 months ago
  60. 85da2dd Merge tag 'v3.8.0' into 3.8 by Łukasz Langa · 4 years, 9 months ago
  61. deba4fa Remove draft status. Add asyncio REPL example (GH-16785) (GH-16786) by Miss Islington (bot) · 4 years, 9 months ago
  62. aa909b6 bpo-38453: Resolve test directories before chdir to them (GH-16723) by Miss Islington (bot) · 4 years, 9 months ago
  63. fa919fd v3.8.0 by Łukasz Langa · 4 years, 9 months ago
  64. e498329 [3.8] bpo-37759: Polish What's New in Python 3.8. (GH-16769) (#16777) by Łukasz Langa · 4 years, 9 months ago
  65. c0c6ae9 Make 3.8 README link to 3.8 doc pages, not master (GH-16776) by Ned Deily · 4 years, 9 months ago
  66. 80f8532 Update build docs for macOS (GH-16771) by Miss Islington (bot) · 4 years, 9 months ago
  67. 927f07c bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16755) (#16760) by Miss Islington (bot) · 4 years, 9 months ago
  68. ac53ba6 [3.8] Update macOS installer display files for 3.8.0 (GH-16766) by Ned Deily · 4 years, 9 months ago
  69. 3ac1529 bpo-37759: Add examples for the new typing features (GH-16763) (GH-16764) by Miss Islington (bot) · 4 years, 9 months ago
  70. c09379b bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761) (GH-16762) by Miss Islington (bot) · 4 years, 9 months ago
  71. 75d8a75 Fix minor typos in Whatsnew (GH-16759) by Raymond Hettinger · 4 years, 9 months ago
  72. 36f6286 bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757) (GH-16758) by Miss Islington (bot) · 4 years, 9 months ago
  73. 9a7c43b Fix strict-aliasing rules errors on gcc 4.8.5. (GH-16714) by Miss Islington (bot) · 4 years, 9 months ago
  74. 02d6f4f Rebased version of what's new PR (GH-16745) (#16748) by Miss Islington (bot) · 4 years, 9 months ago
  75. c732660 bpo-38467: Fix argument name of typing functions (GH-16753) by Miss Islington (bot) · 4 years, 9 months ago
  76. e742826 bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-16743) by Miss Islington (bot) · 4 years, 9 months ago
  77. a04c7eb Correct signature of __build_class__ (GH-16735) by Miss Islington (bot) · 4 years, 9 months ago
  78. 6da52ac bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16702) by Miss Islington (bot) · 4 years, 9 months ago
  79. ba44ea6 bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOURCE (GH-16733) by Miss Islington (bot) · 4 years, 9 months ago
  80. fdc7cbe Announce the change in the CancelledError inheritance (GH-16730) by Miss Islington (bot) · 4 years, 9 months ago
  81. e540bb5 bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503) by Miss Islington (bot) · 4 years, 9 months ago
  82. 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 · 4 years, 9 months ago
  83. 1da648a bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525) by Miss Islington (bot) · 4 years, 9 months ago
  84. 294c522 Fix typo in the "Porting to Python 3.8" section. (GH-16435) by Miss Islington (bot) · 4 years, 9 months ago
  85. 50290e3 Update badges in README.rst (GH-16709) by Zachary Ware · 4 years, 9 months ago
  86. 73665b4 bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) by Miss Islington (bot) · 4 years, 9 months ago
  87. 380eb42 [3.8] Typo fix: "throuhgh" should be "through". (GH-16713) by Benjamin Peterson · 4 years, 9 months ago
  88. 6bfeb81 docs: Add asyncio source code links (GH-16640) by Miss Islington (bot) · 4 years, 9 months ago
  89. 398d847 Re-enable the OverflowError test for test_truediv on test_complex (GH-16591) by Miss Islington (bot) · 4 years, 9 months ago
  90. 8ab11c4 bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16690) by Miss Islington (bot) · 4 years, 9 months ago
  91. baf8a9b bpo-32996: Documentation fix-up. (GH-16646) by Miss Islington (bot) · 4 years, 9 months ago
  92. 6b6935e bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688) by Miss Islington (bot) · 4 years, 9 months ago
  93. 0baa6b3 bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-16684) by Miss Islington (bot) · 4 years, 9 months ago
  94. 0bd9fac [3.8] bpo-38379: don't claim objects are collected when they aren't (GH-16658) (GH-16683) by Pablo Galindo · 4 years, 9 months ago
  95. 359a1975cb bpo-37531: regrtest ignores output on timeout (GH-16659) by Miss Islington (bot) · 4 years, 9 months ago
  96. d004a5b bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions. (GH-16589) (GH-16671) by Vinay Sajip · 4 years, 9 months ago
  97. d8071cb Typo fix: "empy" should be "empty". (GH-16666) by Miss Islington (bot) · 4 years, 9 months ago
  98. 526ef85 [3.8] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16662) by Pablo Galindo · 4 years, 9 months ago
  99. 7162440 bpo-38407: Add docstrings for typing.SupportsXXX classes. (GH-16644) by Miss Islington (bot) · 4 years, 9 months ago
  100. 10b475a bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641) by Miss Islington (bot) · 4 years, 9 months ago