1. 98ef920 bpo-36999: Add asyncio.Task.get_coro() (GH-13680) by Alex Grönholm · 6 years ago
  2. 413d955 bpo-36610: shutil.copyfile(): use sendfile() on Linux only (GH-13675) by Giampaolo Rodola · 6 years ago
  3. 29cb21d Regenerate topics file (GH-13642) by Pablo Galindo · 6 years ago
  4. 8f96c9f bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameindex() on Windows (GH-13522) by Zackery Spytz · 6 years ago
  5. ada319b bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944) by Antoine Pitrou · 6 years ago
  6. 43fdbd2 bpo-26836: Add os.memfd_create() (#13567) by Zackery Spytz · 6 years ago
  7. 0c2f930 bpo-22385: Support output separators in hex methods. (#13578) by Gregory P. Smith · 6 years ago
  8. 34f4f5e bpo-36794: Document that Lock.acquire is fair. (GH-13082) by Hrvoje Nikšić · 6 years ago
  9. 46ed90d Doc: Add an optional obsolete header. (GH-13638) by Julien Palard · 6 years ago
  10. ca80495 bpo-22454: Add shlex.join() (the opposite of shlex.split()) (GH-7605) by Bo Bayles · 6 years ago
  11. 0ae022c bpo-37075: Fix string concatenation in assert_has_awaits error message (GH-13616) by Xtreak · 6 years ago
  12. e1f95e7 bpo-36739: Update controlflow.rst (GH-12983) by pbhd · 6 years ago
  13. 8b09500 bpo-37076: _thread.start_new_thread() calls _PyErr_WriteUnraisableMsg() (GH-13617) by Victor Stinner · 6 years ago
  14. b76302d bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202) by Pablo Galindo · 6 years ago
  15. 9e3c452 bpo-31961: Fix support of path-like executables in subprocess. (GH-5914) by Serhiy Storchaka · 6 years ago
  16. 1b05aa2 Fix typo in docs for socket.CAN_RAW_FD_FRAMES (GH-13635) by karl ding · 6 years ago
  17. 382034b bpo-36933: fix what's new. (GH-13627) by Matthias Bussonnier · 6 years ago
  18. 2e33ecd bpo-22640: Add silent mode to py_compile.compile() (GH-12976) by Joannah Nanjekye · 6 years ago
  19. 3c8724f bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980) by Zackery Spytz · 6 years ago
  20. 17a5588 bpo-33725: multiprocessing uses spawn by default on macOS (GH-13603) by Victor Stinner · 6 years ago
  21. 51ddab8 Doc: Add missing forward reference in the tutorial. (GH-13499) by Julien Palard · 6 years ago
  22. 0453081 bpo-32299: Return patched dict when using patch.dict as a context manager (GH-11062) by Mario Corchero · 6 years ago
  23. eb65e24 bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338) by Jeroen Demeyer · 6 years ago
  24. 0811f2d Doc: Space breaking whole definition. (GH-13615) by Julien Palard · 6 years ago
  25. 9a7e5b1 bpo-35279: reduce default max_workers of ThreadPoolExecutor (GH-13618) by Inada Naoki · 6 years ago
  26. 293e9f8 Remove outdated time.monotonic reference (GH-13264) by Brad · 6 years ago
  27. bafd4b5 bpo-29883: Asyncio proactor udp (GH-13440) by Andrew Svetlov · 6 years ago
  28. 9ee2c26 DOC: Unnecessary plural. (GH-13613) by Julien Palard · 6 years ago
  29. 74d7f76 bpo-37058: PEP 544: Add Protocol to typing module (GH-13585) by Ivan Levkivskyi · 6 years ago
  30. 3880f26 bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577) by Matthias Bussonnier · 6 years ago
  31. f0d4c64 bpo-36686: Improve the documentation of the std* params in loop.subprocess_exec (GH-13586) by sbstp · 6 years ago
  32. df9b032 bpo-37039: IDLE - zoomheight fixes (GH-13576) by Terry Jan Reedy · 6 years ago
  33. cd590a7 bpo-1230540: Add threading.excepthook() (GH-13515) by Victor Stinner · 6 years ago
  34. cc1c582 bpo-37051: Refine note on what objects are hashable (GH-13587) by Raymond Hettinger · 6 years ago
  35. 02db696 bpo-32941: Add madvise() for mmap objects (GH-6172) by Zackery Spytz · 6 years ago
  36. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 6 years ago
  37. 674ee12 bpo-35397: Remove deprecation and document urllib.parse.unwrap (GH-11481) by Rémi Lapeyre · 6 years ago
  38. ff6b2e6 bpo-37047: Refactor AsyncMock setup logic for autospeccing (GH-13574) by Xtreak · 6 years ago
  39. 71c52e3 bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488) by Victor Stinner · 6 years ago
  40. b821868 bpo-36772 Allow lru_cache to be used as decorator without making a function call (GH-13048) by Raymond Hettinger · 6 years ago
  41. 91f4380 bpo-36785: PEP 574 implementation (GH-7076) by Antoine Pitrou · 6 years ago
  42. 22ccb0b Fix highlighting in importlib.metadata docs (GH-13575) by Anthony Sottile · 6 years ago
  43. 135c6a5 bpo-37049: PEP 589: Add TypedDict to typing module (GH-13573) by Ivan Levkivskyi · 6 years ago
  44. b891c46 bpo-37046: PEP 586: Add Literal to typing module (#13572) by Ivan Levkivskyi · 6 years ago
  45. f367242 bpo-37045: PEP 591: Add final qualifiers to typing module (GH-13571) by Ivan Levkivskyi · 6 years ago
  46. 7114c65 Docs: FIX broken links. (GH-13491) by Julien Palard · 6 years ago
  47. 1bbf7b6 bpo-34632: Add importlib.metadata (GH-12547) by Jason R. Coombs · 6 years ago
  48. 6dbbe74 bpo-36829: Document test.support.catch_unraisable_exception() (GH-13554) by Victor Stinner · 6 years ago
  49. a9f05d6 bpo-37032: Add CodeType.replace() method (GH-13542) by Victor Stinner · 6 years ago
  50. c994c8f bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-13549) by E. M. Bray · 6 years ago
  51. 13d4e6a Fix typos in Doc/library/email.generator.rst documentation (GH-13539) by Nick Sung · 6 years ago
  52. b3a9843 Support Py_UNUSED() on clang (GH-13544) by Victor Stinner · 6 years ago
  53. cf7d5ef Fix typo: decription -> description (GH-13543) by Xtreak · 6 years ago
  54. f1e17e9 bpo-34626: Document creating heap types from the C-API (GH-9154) by Petr Viktorin · 6 years ago
  55. 608876b bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778) by Matěj Cepl · 6 years ago
  56. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 6 years ago
  57. e788057 bpo-36797: Reduce levels of indirection in outdated distutils docs (#13462) by Nick Coghlan · 6 years ago
  58. bc2aa81 bpo-18748: _pyio.IOBase emits unraisable exception (GH-13512) by Victor Stinner · 6 years ago
  59. 0a8e572 bpo-36721: Add --embed option to python-config (GH-13500) by Victor Stinner · 6 years ago
  60. 2ddbd21 bpo-34616: Document top level async in whatsnew/3.8. (GH-13484) by Matthias Bussonnier · 6 years ago
  61. b121f63 bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463) by Jake Tesler · 6 years ago
  62. 4c7a46e bpo-36972: Add SupportsIndex (GH-13448) by Paul Dagnelie · 6 years ago
  63. ef9d9b6 bpo-36829: Add sys.unraisablehook() (GH-13187) by Victor Stinner · 6 years ago
  64. 565b4f1 bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148) by Matthias Bussonnier · 6 years ago
  65. aa32a7e bpo-23378: Add an extend action to argparse (GH-13305) by Batuhan Taşkaya · 6 years ago
  66. f2d7ac7 bpo-31904: Add posix module support for VxWorks (GH-12118) by pxinwr · 6 years ago
  67. d12e757 Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)" (GH-13458) by Victor Stinner · 6 years ago
  68. e7cb23b Fix RuntimeWarning in unittest.mock asyncio example (GH-13449) by Xtreak · 6 years ago
  69. d0ebf13 bpo-36932: use proper deprecation-removed directive (GH-13349) by Matthias Bussonnier · 6 years ago
  70. 3099ae4 Remove workaround for defaults in namedtuple now that we have the defaults parameter (GH-13263) by Andre Delfino · 6 years ago
  71. 6220c02 bpo-35563: Add reference links to warnings.rst (GH-11289) by Cheryl Sabella · 6 years ago
  72. 1a3faf9 bpo-36952: Remove the bufsize parameter in fileinput.input(). (GH-13400) by Matthias Bussonnier · 6 years ago
  73. c09a9f5 bpo-36888: Add multiprocessing.parent_process() (GH-13247) by Thomas Moreau · 6 years ago
  74. 77b3b77 bpo-26467: Adds AsyncMock for asyncio Mock library support (GH-9296) by Lisa Roach · 6 years ago
  75. 522ccef bpo-22865: Expand on documentation for the pty.spawn function (GH-11980) by Geoff Shannon · 6 years ago
  76. 6d965b3 bpo-36958: In IDLE, print exit message (GH-13435) by Terry Jan Reedy · 6 years ago
  77. 287b84d bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079) by Xtreak · 6 years ago
  78. 1d5bdef Orthographical fix (GH-13418) by Boštjan Mejak · 6 years ago
  79. 9892f45 bpo-33519: clarify that .copy() is not part of the MutableSequence ABC (GH-6965) by Jelle Zijlstra · 6 years ago
  80. eab9965 bpo-36567: Use manpages_url to create links for man pages (GH-13339) by Batuhan Taşkaya · 6 years ago
  81. 56027cc bpo-19376: Added doc mentioning `datetime.strptime()` without a year fails for Feb 29. (GH-10243) by Abhishek Kumar Singh · 6 years ago
  82. e917f2e bpo-36546: Add more tests and expand docs (#13406) by Raymond Hettinger · 6 years ago
  83. 73934b9 bpo-36887: add math.isqrt (GH-13244) by Mark Dickinson · 6 years ago
  84. e7b1136 Document a workaround for a curses bug (GH-13209) by Toshio Kuratomi · 6 years ago
  85. 51a860e Correct typos in the Barrier specification (GH-9395) by Géry Ogam · 6 years ago
  86. f98c3c5 docs 36789: resolve incorrect note regarding UTF-8 (GH-13111) by redshiftzero · 6 years ago
  87. 6faad35 bpo-36908: 'This module is always available' isn't helpful. (#13297) by Ned Batchelder · 6 years ago
  88. cbb6484 Doc: Replace the deprecated highlightlang directive by highlight. (#13377) by Stéphane Wirtel · 6 years ago
  89. 245f528 Doc: Add link threading.settrace to sys.settrace (GH-13345) by Stefan Hoelzl · 6 years ago
  90. aee19f5 bpo-36751: Undeprecate getfullargspec (GH-13245) by Pablo Galindo · 6 years ago
  91. 68b34a7 bpo-36921: Deprecate @coroutine for sake of async def (GH-13346) by Andrew Svetlov · 6 years ago
  92. 8a533ff Fix typos in documentation. Patch by tirkarthi. (GH-13354) by Terry Jan Reedy · 6 years ago
  93. 9b5a0ef Fix typos in documentation (#13344) by Xtreak · 6 years ago
  94. d9e006b bpo-33123: pathlib: Add missing_ok parameter to Path.unlink (GH-6191) by ‮zlohhcuB treboR · 6 years ago
  95. 1a2dd82 bpo-36786: Run compileall in parallel during "make install" (GH-13078) by Antoine Pitrou · 6 years ago
  96. c981ad1 bpo-26707: Enable plistlib to read UID keys. (GH-12153) by Jon Janzen · 6 years ago
  97. e307e5c Reference zipimport source code from docs. (GH-13310) by Xtreak · 6 years ago
  98. 133fc89 bpo-36799: Fix typo in ctypes.rst (GH-13104) by Yavor Konstantinov · 6 years ago
  99. e883091 bpo-36760: Clarify subprocess capture_output docs. (GH-13322) by Gregory P. Smith · 6 years ago
  100. c0a1a07 bpo-32995 - Added context variable in glossary (GH-9741) by Vinodhini Balusamy · 6 years ago