1. a96e938 [3.8] Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *reuse_address* parameter (GH-17595). (#17630) by Kyle Stanley · 4 years, 7 months ago
  2. b738237 bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568) (GH-17569) by Miss Islington (bot) · 4 years, 7 months ago
  3. 0ac9aae bpo-39007: Add auditing events to functions in winreg (GH-17541) by Miss Islington (bot) · 4 years, 7 months ago
  4. c93d68b bpo-39008: Require Py_ssize_t for PySys_Audit formats rather than raise a deprecation warning (GH-17540) by Miss Islington (bot) · 4 years, 7 months ago
  5. 79c2974 bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17311) (#17529) by Miss Islington (bot) · 4 years, 7 months ago
  6. 0381ea7 bpo-38916: Document array.array deprecation (GH-17523) by Victor Stinner · 4 years, 7 months ago
  7. 9d3cacd [3.8] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17499) by Miss Islington (bot) · 4 years, 7 months ago
  8. baf0739 bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436) by Miss Islington (bot) · 4 years, 7 months ago
  9. d300c0e document threading.Lock.locked() (GH-17427) by Miss Islington (bot) · 4 years, 7 months ago
  10. 5f23453 Fix typos (GH-17423) by Miss Islington (bot) · 4 years, 7 months ago
  11. 305189e [3.8] Added missing coma after end of list in subprocess.rst (GH-17389) by Jules Lasne (jlasne) · 4 years, 7 months ago
  12. b74a6f1 bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisablehook are invoked (GH-17392) by Steve Dower · 4 years, 7 months ago
  13. 18d8edb bpo-38928: Remove upgrade_dependencies() from venv doc (GH-17410) by Tzu-ping Chung · 4 years, 7 months ago
  14. c0db88f bpo-38524: clarify example a bit and improve formatting (GH-17406) by Miss Islington (bot) · 4 years, 7 months ago
  15. d21b8e8 bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400) by Miss Islington (bot) · 4 years, 7 months ago
  16. 0f9c9d5 bpo-38524: document implicit and explicit calling of descriptors' __set_name__ (GH-17364) by Miss Islington (bot) · 4 years, 7 months ago
  17. a9c86f5 [3.8] bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366) by Terry Jan Reedy · 4 years, 7 months ago
  18. 86d9933 bpo-38892: Improve docs for audit event (GH-17361) by Miss Islington (bot) · 4 years, 7 months ago
  19. dadff6f Remove use of deprecated `array.fromstring` method (GH-17332) by Miss Islington (bot) · 4 years, 7 months ago
  20. 089387e bpo-21063: Improve module synopsis for distutils (GH-17363) by Miss Islington (bot) · 4 years, 7 months ago
  21. ca5fafc closes bpo-29275: Remove Y2K reference from time module docs (GH-17321) by Miss Islington (bot) · 4 years, 7 months ago
  22. 107ed88 bpo-38526: Fix zipfile.Path method name to be the correct one (GH-17317) by Miss Islington (bot) · 4 years, 7 months ago
  23. b2744c1 [3.8] bpo-38857: AsyncMock fix for awaitable values and StopIteration fix [3.8] (GH-17269) (#17304) by Lisa Roach · 4 years, 7 months ago
  24. 23f9be2 Update functions.rst (GH-16468) by Miss Islington (bot) · 4 years, 7 months ago
  25. d5d41d3 bpo-36277: Add document for pdb debug and retval commands (GH-12872) by Miss Islington (bot) · 4 years, 7 months ago
  26. ac99ea4 Removed capital letter in parameter in stdtypes.rst (GH-17218) by Miss Islington (bot) · 4 years, 7 months ago
  27. c5fe339 Fixed an incorrect sentence in the docs (GH-17205) by Miss Islington (bot) · 4 years, 7 months ago
  28. c749326 Add missing comma and period in unittest docs (GH-17211) by Miss Islington (bot) · 4 years, 8 months ago
  29. 47db743 bpo-38622: Add missing audit events for ctypes module (GH-17158) by Miss Islington (bot) · 4 years, 8 months ago
  30. ca877c7 Correct the description of the 3.7 change in urllib.parse.quote (GH-17065) by Miss Islington (bot) · 4 years, 8 months ago
  31. 21eb731 [3.8] bpo-38830: Correct slot signature in Qt example. (GH-17220) (GH-17221) by Vinay Sajip · 4 years, 8 months ago
  32. 39134b3 bpo-38678: Improve argparse example in tutorial (GH-17207) (GH-17212) by Miss Islington (bot) · 4 years, 8 months ago
  33. 20a4f6c bpo-25866: Minor cleanups to "sequence" in docs (GH-17177) (GH-17208) by Miss Islington (bot) · 4 years, 8 months ago
  34. e963c57 Updated missing periods in cmdline.rst (GH-17173) by Miss Islington (bot) · 4 years, 8 months ago
  35. 0b634df Fix the description of isdatadescriptor in inspect.rst (GH-16645) by Miss Islington (bot) · 4 years, 8 months ago
  36. a4be5aa bpo-38778: Document that os.fork is not allowed in subinterpreters (GH-17123) by Miss Islington (bot) · 4 years, 8 months ago
  37. 7a5d4c7 bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176) by Miss Islington (bot) · 4 years, 8 months ago
  38. dae27cc bpo-38351: Modernize email examples from %-formatting to f-strings (GH-17162) by Miss Islington (bot) · 4 years, 8 months ago
  39. 5a3b8d8 Fix minor typos. (GH-17095) by Miss Islington (bot) · 4 years, 8 months ago
  40. d360346 [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125) by Serhiy Storchaka · 4 years, 8 months ago
  41. 29fd6a7 [3.8] bpo-38421: Update email.utils documentation (GH-16678) (GH-17122) by Miss Islington (bot) · 4 years, 8 months ago
  42. 3562439 bpo-38385: Fix iterator/iterable terminology in statistics docs (GH-17111) (GH-17113) by Miss Islington (bot) · 4 years, 8 months ago
  43. d8e0845 bpo-38771: Explict test for None in code example (GH-17108) (GH-17109) by Miss Islington (bot) · 4 years, 8 months ago
  44. 6b66dc3 bpo-38382: Document the early-out behavior for a zero (GH-17037) (GH-17078) by Miss Islington (bot) · 4 years, 8 months ago
  45. 30da387 bpo-38696: Fix usage example of HTTPStatus (GH-17066) by Miss Islington (bot) · 4 years, 8 months ago
  46. 1eac437 [3.8] Update interpreter.rst (GH-17059) (GH-17060) by Jules Lasne (jlasne) · 4 years, 8 months ago
  47. 1270d2c [3.8] bpo-38159: Clarify documentation of PyState_AddModule (GH-16101) (GH-17026) by Miss Islington (bot) · 4 years, 8 months ago
  48. 0eb6fef Convert argument to snake_case (GH-16990) (GH-17033) by Miss Islington (bot) · 4 years, 8 months ago
  49. f90e0d2 bpo-37759: Show output from var_access_benchmark (GH-17040) (GH-17041) by Miss Skeleton (bot) · 4 years, 8 months ago
  50. 87af518 bpo-38388: Document pickle protocol version 5 (GH-16639) by Miss Skeleton (bot) · 4 years, 8 months ago
  51. fe934e1 [3.8] Slightly improve plistlib test coverage. (GH-17025) (GH-17028) by Jon Janzen · 4 years, 8 months ago
  52. 2ed52b8 Update the URL for the requests package (GH-17006) by Miss Skeleton (bot) · 4 years, 8 months ago
  53. 2c921c6 [3.8] bpo-38600: NULL -> ``NULL``. (GH-17001) (GH-17003) by Serhiy Storchaka · 4 years, 8 months ago
  54. 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
  55. 1d2862a bpo-37330: open(): "U" mode is removed in Python 3.9 (GH-16972) by Victor Stinner · 4 years, 8 months ago
  56. 31c19e6 Fix asyncio.wait() 3.8 whatsnew entry (GH-16975) by Miss Skeleton (bot) · 4 years, 8 months ago
  57. a4ee7ab bpo-38534: Replace wrong KB number references (GH-16955) by Miss Skeleton (bot) · 4 years, 8 months ago
  58. 955f96f bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) (GH-16953) by Miss Skeleton (bot) · 4 years, 8 months ago
  59. 11f0f11 bpo-38434: Fixes some audit event documentation (GH-16932) by Miss Skeleton (bot) · 4 years, 8 months ago
  60. 4992dc6 bpo-38557: Improve documentation for list and tuple C API. (GH-16925) by Miss Skeleton (bot) · 4 years, 8 months ago
  61. cf028b5 bpo-38558: Mention `:=` in conditions tutorial (GH-16919) by Miss Skeleton (bot) · 4 years, 8 months ago
  62. d8fc9c8 Add missing asyncio changes from 3.8 whatsnew (GH-16911) by Miss Skeleton (bot) · 4 years, 8 months ago
  63. c54b54b Spell Bitbucket correctly. (GH-16862) (GH-16898) by Miss Skeleton (bot) · 4 years, 8 months ago
  64. e113b5c Fix Zope URL (GH-16880) by Miss Skeleton (bot) · 4 years, 8 months ago
  65. 6329a56 bpo-38466: Fix threading.excepthook doc (GH-16891) by Miss Skeleton (bot) · 4 years, 8 months ago
  66. db38522 bpo-38531: document extend action's added version (GH-16865) (GH-16868) by Miss Islington (bot) · 4 years, 9 months ago
  67. c39bc5c bpo-37759: More updates to Whatsnew 3.8 (GH-16854) (GH-16867) by Miss Islington (bot) · 4 years, 9 months ago
  68. bbd600a Remove doc reference to unmaitained Nose package (GH-16849) by Miss Islington (bot) · 4 years, 9 months ago
  69. de81268 Fix minor typos in What's New in Python 3.8. (GH-16770) by Miss Islington (bot) · 4 years, 9 months ago
  70. 380d443 Doc: Add missing entry for functools.cached_property (GH-16803) by Miss Islington (bot) · 4 years, 9 months ago
  71. c615db6 bpo-33604: Raise TypeError on missing hmac arg. (GH-16805) by Miss Islington (bot) · 4 years, 9 months ago
  72. 2d647c0 Update doc switcher list for 3.8.0 (GH-16809) by Miss Islington (bot) · 4 years, 9 months ago
  73. 42308e8 bpo-38133: Update docs to reflect fixes to py.exe launcher (GH-16791) by Miss Islington (bot) · 4 years, 9 months ago
  74. 6fa79f9 Doc: 3.8 is now stable. (GH-16790) by Miss Islington (bot) · 4 years, 9 months ago
  75. 85da2dd Merge tag 'v3.8.0' into 3.8 by Łukasz Langa · 4 years, 9 months ago
  76. deba4fa Remove draft status. Add asyncio REPL example (GH-16785) (GH-16786) by Miss Islington (bot) · 4 years, 9 months ago
  77. fa919fd v3.8.0 by Łukasz Langa · 4 years, 9 months ago
  78. e498329 [3.8] bpo-37759: Polish What's New in Python 3.8. (GH-16769) (#16777) by Łukasz Langa · 4 years, 9 months ago
  79. 3ac1529 bpo-37759: Add examples for the new typing features (GH-16763) (GH-16764) by Miss Islington (bot) · 4 years, 9 months ago
  80. 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
  81. 75d8a75 Fix minor typos in Whatsnew (GH-16759) by Raymond Hettinger · 4 years, 9 months ago
  82. 36f6286 bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757) (GH-16758) by Miss Islington (bot) · 4 years, 9 months ago
  83. 02d6f4f Rebased version of what's new PR (GH-16745) (#16748) by Miss Islington (bot) · 4 years, 9 months ago
  84. c732660 bpo-38467: Fix argument name of typing functions (GH-16753) by Miss Islington (bot) · 4 years, 9 months ago
  85. e742826 bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-16743) by Miss Islington (bot) · 4 years, 9 months ago
  86. fdc7cbe Announce the change in the CancelledError inheritance (GH-16730) by Miss Islington (bot) · 4 years, 9 months ago
  87. 294c522 Fix typo in the "Porting to Python 3.8" section. (GH-16435) by Miss Islington (bot) · 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. baf8a9b bpo-32996: Documentation fix-up. (GH-16646) by Miss Islington (bot) · 4 years, 9 months ago
  90. b731fc5 bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442) by Miss Islington (bot) · 4 years, 9 months ago
  91. 985ec98 bpo-38391: Fixing a typo for Py_DECREF (GH-16616) by Miss Islington (bot) · 4 years, 9 months ago
  92. f19b4d7 bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588) by Miss Islington (bot) · 4 years, 9 months ago
  93. 3af2733 bpo-38235: Correct some arguments names in logging documentation (GH-16571) (GH-16576) by Miss Islington (bot) · 4 years, 9 months ago
  94. c4976a6 Correct typos in the codecs module documentation (GH-15135) by Miss Islington (bot) · 4 years, 9 months ago
  95. d49f096 bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) by Miss Islington (bot) · 4 years, 9 months ago
  96. 2f644c0 Fix and improve `asyncio.run()` docs (GH-16403) (GH-16504) by Miss Islington (bot) · 4 years, 9 months ago
  97. bdace21 bpo-38304: Remove PyConfig.struct_size (GH-16500) by Victor Stinner · 4 years, 9 months ago
  98. 1aeb720 bpo-37408: Precise that Tarfile "format" argument only concerns writing. (GH-14389) (#16465) by Miss Islington (bot) · 4 years, 9 months ago
  99. 1c19d65 bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16485) by Yury Selivanov · 4 years, 9 months ago
  100. 21f24ea [3.8] bpo-38163: Child mocks detect their type as sync or async (GH-16471) (GH-16484) by Lisa Roach · 4 years, 9 months ago