1. 2ddbd21 bpo-34616: Document top level async in whatsnew/3.8. (GH-13484) by Matthias Bussonnier · 5 years ago
  2. b121f63 bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463) by Jake Tesler · 5 years ago
  3. 4c7a46e bpo-36972: Add SupportsIndex (GH-13448) by Paul Dagnelie · 5 years ago
  4. ef9d9b6 bpo-36829: Add sys.unraisablehook() (GH-13187) by Victor Stinner · 5 years ago
  5. 565b4f1 bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148) by Matthias Bussonnier · 5 years ago
  6. aa32a7e bpo-23378: Add an extend action to argparse (GH-13305) by Batuhan Taşkaya · 5 years ago
  7. f2d7ac7 bpo-31904: Add posix module support for VxWorks (GH-12118) by pxinwr · 5 years ago
  8. d12e757 Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)" (GH-13458) by Victor Stinner · 5 years ago
  9. e7cb23b Fix RuntimeWarning in unittest.mock asyncio example (GH-13449) by Xtreak · 5 years ago
  10. d0ebf13 bpo-36932: use proper deprecation-removed directive (GH-13349) by Matthias Bussonnier · 5 years ago
  11. 3099ae4 Remove workaround for defaults in namedtuple now that we have the defaults parameter (GH-13263) by Andre Delfino · 5 years ago
  12. 6220c02 bpo-35563: Add reference links to warnings.rst (GH-11289) by Cheryl Sabella · 5 years ago
  13. 1a3faf9 bpo-36952: Remove the bufsize parameter in fileinput.input(). (GH-13400) by Matthias Bussonnier · 5 years ago
  14. c09a9f5 bpo-36888: Add multiprocessing.parent_process() (GH-13247) by Thomas Moreau · 5 years ago
  15. 77b3b77 bpo-26467: Adds AsyncMock for asyncio Mock library support (GH-9296) by Lisa Roach · 5 years ago
  16. 522ccef bpo-22865: Expand on documentation for the pty.spawn function (GH-11980) by Geoff Shannon · 5 years ago
  17. 6d965b3 bpo-36958: In IDLE, print exit message (GH-13435) by Terry Jan Reedy · 5 years ago
  18. 287b84d bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079) by Xtreak · 5 years ago
  19. 1d5bdef Orthographical fix (GH-13418) by Boštjan Mejak · 5 years ago
  20. 9892f45 bpo-33519: clarify that .copy() is not part of the MutableSequence ABC (GH-6965) by Jelle Zijlstra · 5 years ago
  21. eab9965 bpo-36567: Use manpages_url to create links for man pages (GH-13339) by Batuhan Taşkaya · 5 years ago
  22. 56027cc bpo-19376: Added doc mentioning `datetime.strptime()` without a year fails for Feb 29. (GH-10243) by Abhishek Kumar Singh · 5 years ago
  23. e917f2e bpo-36546: Add more tests and expand docs (#13406) by Raymond Hettinger · 5 years ago
  24. 73934b9 bpo-36887: add math.isqrt (GH-13244) by Mark Dickinson · 5 years ago
  25. e7b1136 Document a workaround for a curses bug (GH-13209) by Toshio Kuratomi · 5 years ago
  26. 51a860e Correct typos in the Barrier specification (GH-9395) by Géry Ogam · 5 years ago
  27. f98c3c5 docs 36789: resolve incorrect note regarding UTF-8 (GH-13111) by redshiftzero · 5 years ago
  28. 6faad35 bpo-36908: 'This module is always available' isn't helpful. (#13297) by Ned Batchelder · 5 years ago
  29. cbb6484 Doc: Replace the deprecated highlightlang directive by highlight. (#13377) by Stéphane Wirtel · 5 years ago
  30. 245f528 Doc: Add link threading.settrace to sys.settrace (GH-13345) by Stefan Hoelzl · 5 years ago
  31. aee19f5 bpo-36751: Undeprecate getfullargspec (GH-13245) by Pablo Galindo · 5 years ago
  32. 68b34a7 bpo-36921: Deprecate @coroutine for sake of async def (GH-13346) by Andrew Svetlov · 5 years ago
  33. 8a533ff Fix typos in documentation. Patch by tirkarthi. (GH-13354) by Terry Jan Reedy · 5 years ago
  34. 9b5a0ef Fix typos in documentation (#13344) by Xtreak · 5 years ago
  35. d9e006b bpo-33123: pathlib: Add missing_ok parameter to Path.unlink (GH-6191) by ‮zlohhcuB treboR · 5 years ago
  36. 1a2dd82 bpo-36786: Run compileall in parallel during "make install" (GH-13078) by Antoine Pitrou · 5 years ago
  37. c981ad1 bpo-26707: Enable plistlib to read UID keys. (GH-12153) by Jon Janzen · 5 years ago
  38. e307e5c Reference zipimport source code from docs. (GH-13310) by Xtreak · 5 years ago
  39. 133fc89 bpo-36799: Fix typo in ctypes.rst (GH-13104) by Yavor Konstantinov · 5 years ago
  40. e883091 bpo-36760: Clarify subprocess capture_output docs. (GH-13322) by Gregory P. Smith · 5 years ago
  41. c0a1a07 bpo-32995 - Added context variable in glossary (GH-9741) by Vinodhini Balusamy · 5 years ago
  42. dae1229 bpo-36797: Prune more legacy distutils documentation (GH-13092) by Nick Coghlan · 5 years ago
  43. 0a52d73 Doc: Update pip and setuptools when creating the virtual environment (GH-13307) by Stéphane Wirtel · 5 years ago
  44. 1a10a6b Simplify the ``LastUpdatedOrderedDict`` example recipe (GH-13296) by wim glenn · 5 years ago
  45. 8da5ebe bpo-35138: Added an example for timeit.timeit with callable arguments (GH-9787) by Anders Hovmöller · 5 years ago
  46. b6a09ae bpo-36895: Undocument removed time.clock (GH-13286) by Matthias Bussonnier · 5 years ago
  47. be6939f Docs: Add bz2 usage examples (GH-13258) by Brad · 5 years ago
  48. 50466c6 bpo-36867: DOC update multiprocessing.rst (GH-13289) by Pierre Glaser · 5 years ago
  49. c1f7262 bpo-36728: Remove PyEval_ReInitThreads documentation (GH-13282) by Victor Stinner · 5 years ago
  50. 778a910 bpo-34682: Wording and grammatical changes to the doc(https://docs.python.org/3) (GH-13120) by divyag9 · 5 years ago
  51. 3e2afd7 bpo-36008: Doc update for 3.8 migration (GH-12887) by Utkarsh Gupta · 5 years ago
  52. 32d1458 Changes to the documentation of normcase (GH-4725) by Kexuan Sun · 5 years ago
  53. d5d9e81 bpo-36728: Remove PyEval_ReInitThreads() from C API (GH-13241) by Victor Stinner · 5 years ago
  54. 3aef48e bpo-36778: Update cp65001 codec documentation (GH-13240) by Victor Stinner · 5 years ago
  55. cf599f6 bpo-6584: Add a BadGzipFile exception to the gzip module. (GH-13022) by Zackery Spytz · 5 years ago
  56. d28772a bpo-36783: Add new references for C API Documentation changes (GH-13204) by Edison A · 5 years ago
  57. 4ef9b8e Correct misspelling (GH-11470) by Johnny Gérard · 5 years ago
  58. e250061 bpo-36895: remove time.clock() as per removal notice. (GH-13270) by Matthias Bussonnier · 5 years ago
  59. 5d23e28 bpo-36886: Document changes in code object in What's new section (GH-13255) by Pablo Galindo · 5 years ago
  60. 4959c33 bpo-36084: Add native thread ID to threading.Thread objects (GH-11993) by Jake Tesler · 5 years ago
  61. 90fb04c bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145) by Sanyam Khurana · 5 years ago
  62. f6e17dd Hide module name from local (anchor) links in shutil docs (GH-6695) by Aurelio Jargas · 5 years ago
  63. 4ebcd7e bpo-21536: Update What's New in Python 3.8 entry (GH-13242) by Victor Stinner · 5 years ago
  64. 960bb88 Fix sphinx deprecation warning about env.note_versionchange() (GH-13236) by Pablo Galindo · 5 years ago
  65. 1b4abcf bpo-33071: remove outdated PyPI docs (GH-13087) by Kojo Idrissa · 5 years ago
  66. e9a465f bpo-36676: Update what's new document. (#13226) by Stefan Behnel · 5 years ago
  67. fce5ff1 bpo-27497: Add return value to csv.DictWriter.writeheader (GH-12306) by Rémi Lapeyre · 5 years ago
  68. d267ac2 bpo-36778: cp65001 encoding becomes an alias to utf_8 (GH-13230) by Victor Stinner · 5 years ago
  69. a076e4f bpo-36802: Drop awrite()/aclose(), support await write() and await close() instead (#13099) by Andrew Svetlov · 5 years ago
  70. 3b2f9ab doc: fix broken link on howto/unicode page (#13160) by redshiftzero · 5 years ago
  71. e657624 bpo-30262: Don't expose private objects in sqlite3 (GH-1440) by Aviv Palivoda · 5 years ago
  72. 3aca40d closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) by Benjamin Peterson · 5 years ago
  73. 289f1f8 bpo-35900: Enable custom reduction callback registration in _pickle (GH-12499) by Pierre Glaser · 5 years ago
  74. 9a4135e bpo-36817: Add f-string debugging using '='. (GH-13123) by Eric V. Smith · 5 years ago
  75. 65d98d0 bpo-35900: Add a state_setter arg to save_reduce (GH-12588) by Pierre Glaser · 5 years ago
  76. 3988986 bpo-26903: Limit ProcessPoolExecutor to 61 workers on Windows (GH-13132) by Brian Quinlan · 5 years ago
  77. 85225b6 bpo-31873: Update unicode.rst - 'unicode' capitalization (GH-4125) by toonarmycaptain · 5 years ago
  78. 1d4b160 Doc: Be explicit that Pathlib resolve was strict before 3.6. (GH-11316) by Julien Palard · 5 years ago
  79. b2758ff bpo-36832: add zipfile.Path (#13153) by Jason R. Coombs · 5 years ago
  80. 70b8054 Doc: Fix missing bracket (GH-13163) by Zhaorong Ma · 5 years ago
  81. 3918ad6 bpo-36838: Suggest 'make venv' when missing Doc/ tools. (GH-13173) by Gregory P. Smith · 5 years ago
  82. e19a91e Add a footnote about Cheese Shop in Doc/tutorial (GH-13103) by Adorilson Bezerra · 5 years ago
  83. 91cc01f bpo-11001: updated cookie docs (GH-13086) by Julia Iliuk · 5 years ago
  84. e85ef7a bpo-28795: Signal documentation: Fix misleading statement. (GH-13121) by Julien Palard · 5 years ago
  85. 5765ecf bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_FromDateAndTimeAndFold (GH-13147) by Edison A · 5 years ago
  86. 7b3a028 Fix rst formatting for several links in ssl documentation (GH-13133) by Toshio Kuratomi · 5 years ago
  87. 96aeaec bpo-36793: Remove unneeded __str__ definitions. (GH-13081) by Serhiy Storchaka · 5 years ago
  88. 9646630 bpo-36766: Typos in docs and code comments (GH-13116) by penguindustin · 5 years ago
  89. 3921b1c bpo-36275: enhance documentation for venv.create() (GH-13114) by Sebastian Koslowski · 5 years ago
  90. e9b49d1 Clarify the download unit in the download section (GH-13122) by Stéphane Wirtel · 5 years ago
  91. 4920c09 bpo-30668: add missing word in license.rst (GH-13115) by Patrick Mühlbauer · 5 years ago
  92. ae2c32f bpo-36798: Updating f-string docs for := use case (GH-13107) by Logan Jones · 5 years ago
  93. f7b494c Update wsgiref.rst (#10488) by Andre Delfino · 5 years ago
  94. cec0184 Doc/c-api/exceptions.rst: fix grammar (#12091) by Daniel Hahler · 5 years ago
  95. e152169 bpo-16024: Doc cleanup regarding path_fd, dir_fd, follow_symlinks (GH-5505) by Cheryl Sabella · 5 years ago
  96. 88f07a8 bpo-33530: Implement Happy Eyeballs in asyncio, v2 (GH-7237) by twisteroid ambassador · 5 years ago
  97. 98a1e06 bpo-36189: Fixing typo in tutorial introduction (GH-13090) by Jonatan · 5 years ago
  98. 5e98f05 bpo-36166: Change to rst datamodel file. (GH-13089) by Catherine Alvarado · 5 years ago
  99. 6b5b013 bpo-26978: Implement pathlib.Path.link_to (Using os.link) (GH-12990) by Joannah Nanjekye · 5 years ago
  100. 4754168 bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ElementPath, and extend the surrounding tests and docs. (GH-12997) by Stefan Behnel · 5 years ago