1. 23f9be2 Update functions.rst (GH-16468) by Miss Islington (bot) · 5 years ago
  2. d5d41d3 bpo-36277: Add document for pdb debug and retval commands (GH-12872) by Miss Islington (bot) · 5 years ago
  3. ac99ea4 Removed capital letter in parameter in stdtypes.rst (GH-17218) by Miss Islington (bot) · 5 years ago
  4. c5fe339 Fixed an incorrect sentence in the docs (GH-17205) by Miss Islington (bot) · 5 years ago
  5. b762375 bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix (GH-17294) by Miss Islington (bot) · 5 years ago
  6. 836f137 bpo-38821: Fix crash in argparse when using gettext (GH-17192) by Miss Islington (bot) · 5 years ago
  7. daf7a08 bpo-38823: Fix refleak in _tracemalloc init error handling (GH-17235) by Miss Islington (bot) · 5 years ago
  8. 2ea4c37c bpo-38823: Fix refleak in marshal init error path (GH-17260) by Miss Islington (bot) · 5 years ago
  9. 1322439 bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008) by Miss Islington (bot) · 5 years ago
  10. a5ed2fe bpo-38823: Fix refleaks in faulthandler init error path on Windows (GH-17250) by Miss Islington (bot) · 5 years ago
  11. 829593a bpo-38707: Fix for multiprocessing.Process MainThread.native_id (GH-17088) by Miss Islington (bot) · 5 years ago
  12. 6c3b471 bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755) by Miss Islington (bot) · 5 years ago
  13. c749326 Add missing comma and period in unittest docs (GH-17211) by Miss Islington (bot) · 5 years ago
  14. b5bb3b6 bpo-38807: Add os.PathLike to exception message raised by _check_arg_types (GH-17160) (GH-17249) by Miss Islington (bot) · 5 years ago
  15. bec7015 bpo-38622: Ensure ctypes.PyObj_FromPtr audit event passes tuples as a single argument (GH-17243) by Miss Islington (bot) · 5 years ago
  16. e37767b bpo-38722: Runpy use io.open_code() (GH-17234) by Miss Islington (bot) · 5 years ago
  17. 47db743 bpo-38622: Add missing audit events for ctypes module (GH-17158) by Miss Islington (bot) · 5 years ago
  18. cbbf109 bpo-38809: Windows build scripts use python.exe from virtual envs (GH-17164) by Miss Islington (bot) · 5 years ago
  19. ca877c7 Correct the description of the 3.7 change in urllib.parse.quote (GH-17065) by Miss Islington (bot) · 5 years ago
  20. 42a4359 bpo-38823: Clean up refleaks in _tkinter initialization. (GH-17206) by Miss Islington (bot) · 5 years ago
  21. bef2815 bpo-16576: Add checks for bitfields passed by value to functions. (GH-17097) (GH-17223) by Miss Islington (bot) · 5 years ago
  22. 21eb731 [3.8] bpo-38830: Correct slot signature in Qt example. (GH-17220) (GH-17221) by Vinay Sajip · 5 years ago
  23. 39134b3 bpo-38678: Improve argparse example in tutorial (GH-17207) (GH-17212) by Miss Islington (bot) · 5 years ago
  24. 20a4f6c bpo-25866: Minor cleanups to "sequence" in docs (GH-17177) (GH-17208) by Miss Islington (bot) · 5 years ago
  25. 1fe79a4 bpo-38823: Clean up refleaks in _contextvars initialization. (GH-17198) by Miss Islington (bot) · 5 years ago
  26. 48f4f75 bpo-38823: Clean up refleaks in _asyncio initialization. (GH-17195) by Miss Islington (bot) · 5 years ago
  27. e7c495e Fix typo in Lib/socketserver.py (GH-17024) by Miss Islington (bot) · 5 years ago
  28. 6f602fb bpo-38453: Ensure correct short path is obtained for test (GH-17184) by Miss Islington (bot) · 5 years ago
  29. 66c0f01 bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967) by Steve Dower · 5 years ago
  30. e963c57 Updated missing periods in cmdline.rst (GH-17173) by Miss Islington (bot) · 5 years ago
  31. 0b634df Fix the description of isdatadescriptor in inspect.rst (GH-16645) by Miss Islington (bot) · 5 years ago
  32. a4be5aa bpo-38778: Document that os.fork is not allowed in subinterpreters (GH-17123) by Miss Islington (bot) · 5 years ago
  33. 7a5d4c7 bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176) by Miss Islington (bot) · 5 years ago
  34. 25ce77d bpo-38677: Fix arraymodule error handling in module initialization. (GH-17039) by Miss Islington (bot) · 5 years ago
  35. dae27cc bpo-38351: Modernize email examples from %-formatting to f-strings (GH-17162) by Miss Islington (bot) · 5 years ago
  36. 694c03f bpo-38785: Prevent asyncio from crashing (GH-17144) by Miss Islington (bot) · 5 years ago
  37. a67bc10 bpo-4630: Add cursor no-blink option for IDLE (GH-16960) by Miss Islington (bot) · 5 years ago
  38. 5a3b8d8 Fix minor typos. (GH-17095) by Miss Islington (bot) · 5 years ago
  39. e5125f7 Add Ilya Kulakov to Misc/ACKS. (GH-17130) by Miss Islington (bot) · 5 years ago
  40. 9788f97 [3.8] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17136) by Benjamin Peterson · 5 years ago
  41. 0a8e7fd bpo-38723: Pdb._runscript should use io.open_code() instead of open() (GH-17127) by Miss Islington (bot) · 5 years ago
  42. d360346 [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125) by Serhiy Storchaka · 5 years ago
  43. 29fd6a7 [3.8] bpo-38421: Update email.utils documentation (GH-16678) (GH-17122) by Miss Islington (bot) · 5 years ago
  44. 8ce1a9c bpo-26353: IDLE adds an unneeded newline when saving a shell window (GH-17103) by Miss Islington (bot) · 5 years ago
  45. 8341a4d [3.8] bpo-37309: idlelib/NEWS.txt - add missing period. (#17115) by Terry Jan Reedy · 5 years ago
  46. 3562439 bpo-38385: Fix iterator/iterable terminology in statistics docs (GH-17111) (GH-17113) by Miss Islington (bot) · 5 years ago
  47. d8e0845 bpo-38771: Explict test for None in code example (GH-17108) (GH-17109) by Miss Islington (bot) · 5 years ago
  48. 85e4151 bpo-22367: Add tests for fcntl.lockf(). (GH-17010) by Miss Islington (bot) · 5 years ago
  49. 6b66dc3 bpo-38382: Document the early-out behavior for a zero (GH-17037) (GH-17078) by Miss Islington (bot) · 5 years ago
  50. 30da387 bpo-38696: Fix usage example of HTTPStatus (GH-17066) by Miss Islington (bot) · 5 years ago
  51. 7c20888 bpo-38684: haslib: fix build when Blake2 not enabled in OpenSSL (GH-17043) by Miss Islington (bot) · 5 years ago
  52. 1eac437 [3.8] Update interpreter.rst (GH-17059) (GH-17060) by Jules Lasne (jlasne) · 5 years ago
  53. 1270d2c [3.8] bpo-38159: Clarify documentation of PyState_AddModule (GH-16101) (GH-17026) by Miss Islington (bot) · 5 years ago
  54. 0eb6fef Convert argument to snake_case (GH-16990) (GH-17033) by Miss Islington (bot) · 5 years ago
  55. 4c22e16 closes bpo-37633: Reëxport some function compatibility wrappers for macros in ``pythonrun.h``. (GH-17056) by Miss Islington (bot) · 5 years ago
  56. e8bad63 Fix a typo in wave module docstring (GH-17009) by Miss Islington (bot) · 5 years ago
  57. f90e0d2 bpo-37759: Show output from var_access_benchmark (GH-17040) (GH-17041) by Miss Skeleton (bot) · 5 years ago
  58. 87af518 bpo-38388: Document pickle protocol version 5 (GH-16639) by Miss Skeleton (bot) · 5 years ago
  59. aa1fee8 bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679) by Miss Skeleton (bot) · 5 years ago
  60. fe934e1 [3.8] Slightly improve plistlib test coverage. (GH-17025) (GH-17028) by Jon Janzen · 5 years ago
  61. 9528997 [3.8] bpo-16575: Add checks for unions passed by value to functions. (GH-16799) (GH-17016) by Vinay Sajip · 5 years ago
  62. c1ebe6a Add docstring for shlex.split (GH-16740) (GH-17013) by Miss Skeleton (bot) · 5 years ago
  63. 2ed52b8 Update the URL for the requests package (GH-17006) by Miss Skeleton (bot) · 5 years ago
  64. 2c921c6 [3.8] bpo-38600: NULL -> ``NULL``. (GH-17001) (GH-17003) by Serhiy Storchaka · 5 years ago
  65. f2ba17b [3.8] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) (GH-16999) by Serhiy Storchaka · 5 years ago
  66. dcb338e bpo-38640: Allow break and continue in always false while loops (GH-16992) by Miss Skeleton (bot) · 5 years ago
  67. 1d2862a bpo-37330: open(): "U" mode is removed in Python 3.9 (GH-16972) by Victor Stinner · 5 years ago
  68. 3801b26 bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (GH-14656) by Miss Skeleton (bot) · 5 years ago
  69. 31c19e6 Fix asyncio.wait() 3.8 whatsnew entry (GH-16975) by Miss Skeleton (bot) · 5 years ago
  70. 2267cb9 bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive (GH-16968) by Miss Skeleton (bot) · 5 years ago
  71. a4ee7ab bpo-38534: Replace wrong KB number references (GH-16955) by Miss Skeleton (bot) · 5 years ago
  72. 07eee64 bpo-38519: Internal include files missing on Windows (GH-16921) by Miss Skeleton (bot) · 5 years ago
  73. 955f96f bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) (GH-16953) by Miss Skeleton (bot) · 5 years ago
  74. 76fbdaa bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937) by Miss Skeleton (bot) · 5 years ago
  75. 6d6418a [3.8] bpo-37309: First idlelib/NEWS.txt for 3.8.1 (GH-16947) by Terry Jan Reedy · 5 years ago
  76. 7a3b1a6 bpo-34162: Last idlelib/NEWS.txt items for 3.8.0. (GH-16943) by Miss Skeleton (bot) · 5 years ago
  77. e3a477a bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939) by Miss Skeleton (bot) · 5 years ago
  78. 11f0f11 bpo-38434: Fixes some audit event documentation (GH-16932) by Miss Skeleton (bot) · 5 years ago
  79. 4992dc6 bpo-38557: Improve documentation for list and tuple C API. (GH-16925) by Miss Skeleton (bot) · 5 years ago
  80. ba3a566 bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861) by Miss Skeleton (bot) · 5 years ago
  81. cf028b5 bpo-38558: Mention `:=` in conditions tutorial (GH-16919) by Miss Skeleton (bot) · 5 years ago
  82. edf9e8e Fix typo in formatter_unicode (GH-16831) by Miss Skeleton (bot) · 5 years ago
  83. d04661f bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) by Miss Skeleton (bot) · 5 years ago
  84. d8fc9c8 Add missing asyncio changes from 3.8 whatsnew (GH-16911) by Miss Skeleton (bot) · 5 years ago
  85. 229335c Update URL in macOS installer copy of license (GH-16905) by Miss Skeleton (bot) · 5 years ago
  86. cbf474c bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901) by Miss Skeleton (bot) · 5 years ago
  87. c54b54b Spell Bitbucket correctly. (GH-16862) (GH-16898) by Miss Skeleton (bot) · 5 years ago
  88. c5d3ea8 bpo-38555: Fix an undefined behavior. (GH-16883) by Miss Skeleton (bot) · 5 years ago
  89. e113b5c Fix Zope URL (GH-16880) by Miss Skeleton (bot) · 5 years ago
  90. 6329a56 bpo-38466: Fix threading.excepthook doc (GH-16891) by Miss Skeleton (bot) · 5 years ago
  91. dbcea39 bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717) by Miss Skeleton (bot) · 5 years ago
  92. 2f8d4f0 bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860) by Miss Skeleton (bot) · 5 years ago
  93. b1fc8c0 bpo-38540: Fix possible leak in PyArg_Parse for "esGH-" and "etGH-". (GH-16869) by Miss Skeleton (bot) · 5 years ago
  94. db38522 bpo-38531: document extend action's added version (GH-16865) (GH-16868) by Miss Islington (bot) · 5 years ago
  95. c39bc5c bpo-37759: More updates to Whatsnew 3.8 (GH-16854) (GH-16867) by Miss Islington (bot) · 5 years ago
  96. d73205d bpo-38525: Fix a segmentation fault when using reverse iterators of empty dict (GH-16846) by Miss Islington (bot) · 5 years ago
  97. bbd600a Remove doc reference to unmaitained Nose package (GH-16849) by Miss Islington (bot) · 5 years ago
  98. 652a1cb bpo-38521: Fix error in NormalDist.__eq__() (GH-16840) (GH-16842) by Miss Islington (bot) · 5 years ago
  99. 5fb8142 bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670) by Miss Islington (bot) · 5 years ago
  100. 0f3187c [3.8] bpo-27657: Fix urlparse() with numeric paths (GH-661) (#16839) by Senthil Kumaran · 5 years ago