1. c1f7262 bpo-36728: Remove PyEval_ReInitThreads documentation (GH-13282) by Victor Stinner · 5 years ago
  2. 778a910 bpo-34682: Wording and grammatical changes to the doc(https://docs.python.org/3) (GH-13120) by divyag9 · 5 years ago
  3. 4f098b3 bpo-36807: When saving a file in IDLE, call flush and fsync (#13102) by Guido van Rossum · 5 years ago
  4. 3e2afd7 bpo-36008: Doc update for 3.8 migration (GH-12887) by Utkarsh Gupta · 5 years ago
  5. 32d1458 Changes to the documentation of normcase (GH-4725) by Kexuan Sun · 5 years ago
  6. d5d9e81 bpo-36728: Remove PyEval_ReInitThreads() from C API (GH-13241) by Victor Stinner · 5 years ago
  7. 3aef48e bpo-36778: Update cp65001 codec documentation (GH-13240) by Victor Stinner · 5 years ago
  8. cf599f6 bpo-6584: Add a BadGzipFile exception to the gzip module. (GH-13022) by Zackery Spytz · 5 years ago
  9. d28772a bpo-36783: Add new references for C API Documentation changes (GH-13204) by Edison A · 5 years ago
  10. af070c1 Name individual Travis CI jobs (GH-13268) by Gordon P. Hemsley · 5 years ago
  11. 4ef9b8e Correct misspelling (GH-11470) by Johnny Gérard · 5 years ago
  12. e250061 bpo-36895: remove time.clock() as per removal notice. (GH-13270) by Matthias Bussonnier · 5 years ago
  13. 5d23e28 bpo-36886: Document changes in code object in What's new section (GH-13255) by Pablo Galindo · 5 years ago
  14. 4959c33 bpo-36084: Add native thread ID to threading.Thread objects (GH-11993) by Jake Tesler · 5 years ago
  15. 87068ed bpo-36684: Split out gcc and test coverage builds (GH-13146) by Gordon P. Hemsley · 5 years ago
  16. 26f55c2 bpo-36817: Do not decrement reference for expr_text on fstring = parsing failure (GH-13256) by Pablo Galindo · 5 years ago
  17. 5833e94 bpo-36817: Fix reference leak for expr_text in f-string = parsing (GH-13249) by Pablo Galindo · 5 years ago
  18. 90fb04c bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145) by Sanyam Khurana · 5 years ago
  19. d8320ec bpo-36878: Allow extra text after `# type: ignore` comments (GH-13238) by Michael J. Sullivan · 5 years ago
  20. 6236c98 bpo-36856: Handle possible overflow in faulthandler_stack_overflow (GH-13205) by Xi Ruoyao · 5 years ago
  21. 79972f1 bpo-36884: Fix DeprecationWarning in test_asyncio StreamReader instantiation (GH-13243) by Xtreak · 5 years ago
  22. f6e17dd Hide module name from local (anchor) links in shutil docs (GH-6695) by Aurelio Jargas · 5 years ago
  23. 4ebcd7e bpo-21536: Update What's New in Python 3.8 entry (GH-13242) by Victor Stinner · 5 years ago
  24. 960bb88 Fix sphinx deprecation warning about env.note_versionchange() (GH-13236) by Pablo Galindo · 5 years ago
  25. 09532fe bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934) by Victor Stinner · 5 years ago
  26. f22cc69 bpo-36867: Make semaphore_tracker track other system resources (GH-13222) by Pierre Glaser · 5 years ago
  27. d0d64ad bpo-36368: Ignore SIGINT in SharedMemoryManager servers. (GH-12483) by Pierre Glaser · 5 years ago
  28. 86ea581 bpo-36737: Use the module state C-API for warnings. (gh-13159) by Eric Snow · 5 years ago
  29. 351c674 bpo-35983: skip trashcan for subclasses (GH-11841) by Jeroen Demeyer · 5 years ago
  30. a2fedd8 bpo-36869: fix warning of unused variables (GH-13182) by Emmanuel Arias · 5 years ago
  31. 1b4abcf bpo-33071: remove outdated PyPI docs (GH-13087) by Kojo Idrissa · 5 years ago
  32. e9a465f bpo-36676: Update what's new document. (#13226) by Stefan Behnel · 5 years ago
  33. 79efbb7 bpo-24538: Fix bug in shutil involving the copying of xattrs to read-only files. (PR-13212) by Olexa Bilaniuk · 5 years ago
  34. 948ed8c bpo-36814: ensure os.posix_spawn() handles None (GH-13144) by Anthony Shaw · 5 years ago
  35. fce5ff1 bpo-27497: Add return value to csv.DictWriter.writeheader (GH-12306) by Rémi Lapeyre · 5 years ago
  36. d237b3f bpo-36601: clarify signal handler comment and remove unnecessary pid check. (GH-12784) by Jeroen Demeyer · 5 years ago
  37. d267ac2 bpo-36778: cp65001 encoding becomes an alias to utf_8 (GH-13230) by Victor Stinner · 5 years ago
  38. 137be34 bpo-32523: Simplifying news entries with multiple paragraphs. (GH-8154) by Julien Palard · 5 years ago
  39. a076e4f bpo-36802: Drop awrite()/aclose(), support await write() and await close() instead (#13099) by Andrew Svetlov · 5 years ago
  40. 3b2f9ab doc: fix broken link on howto/unicode page (#13160) by redshiftzero · 5 years ago
  41. 0613c1e Fix a possible crash due to PyType_FromSpecWithBases() (GH-10304) by Zackery Spytz · 5 years ago
  42. e657624 bpo-30262: Don't expose private objects in sqlite3 (GH-1440) by Aviv Palivoda · 5 years ago
  43. f00828a bpo-36851: Clean the frame stack if the execution ends with a return and the stack is not empty (GH-13191) by Pablo Galindo · 5 years ago
  44. 33e067d Add support for .parent and .joinpath in zipfile.Path (#13213) by Jason R. Coombs · 5 years ago
  45. afd1e6d bpo-36239: Skip comments in gettext infos (GH-12255) by Julien Palard · 5 years ago
  46. 88db8bd bpo-36831: Do not apply default namespace to unprefixed attributes in ElementPath. (#13201) by Stefan Behnel · 5 years ago
  47. 3aca40d closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) by Benjamin Peterson · 5 years ago
  48. 289f1f8 bpo-35900: Enable custom reduction callback registration in _pickle (GH-12499) by Pierre Glaser · 5 years ago
  49. 9a4135e bpo-36817: Add f-string debugging using '='. (GH-13123) by Eric V. Smith · 5 years ago
  50. 65d98d0 bpo-35900: Add a state_setter arg to save_reduce (GH-12588) by Pierre Glaser · 5 years ago
  51. 3988986 bpo-26903: Limit ProcessPoolExecutor to 61 workers on Windows (GH-13132) by Brian Quinlan · 5 years ago
  52. b9b08cd bpo-24758: Improve the error msg for unittest.mock.Mock()'s unsafe mode (#12991) by Zackery Spytz · 5 years ago
  53. 6bd8173 bpo-36816: Update the self-signed.pythontest.net cert (GH-13192) by Gregory P. Smith · 5 years ago
  54. 94a64e9 bpo-24048: Save the live exception during import.c's remove_module() (GH-13005) by Zackery Spytz · 5 years ago
  55. 85225b6 bpo-31873: Update unicode.rst - 'unicode' capitalization (GH-4125) by toonarmycaptain · 5 years ago
  56. 1d4b160 Doc: Be explicit that Pathlib resolve was strict before 3.6. (GH-11316) by Julien Palard · 5 years ago
  57. b2758ff bpo-36832: add zipfile.Path (#13153) by Jason R. Coombs · 5 years ago
  58. 70b8054 Doc: Fix missing bracket (GH-13163) by Zhaorong Ma · 5 years ago
  59. b1c3167 bpo-27639: Correct return type for UserList slicing operation (#13169) by Michael Blahay · 5 years ago
  60. ca87eeb bpo-36015: Handle StreamHandler representaton of stream with an integer name (GH-11908) by Riccardo Magliocchetti · 5 years ago
  61. 3918ad6 bpo-36838: Suggest 'make venv' when missing Doc/ tools. (GH-13173) by Gregory P. Smith · 5 years ago
  62. 1cc0ee7 bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13098) by Andrew Svetlov · 5 years ago
  63. e19a91e Add a footnote about Cheese Shop in Doc/tutorial (GH-13103) by Adorilson Bezerra · 5 years ago
  64. b35acc5 bpo-35125: remove inner callback on outer cancellation in asyncio shield (GH-10340) by Romain Picard · 5 years ago
  65. f7bda5c Don't import wait from connection, it shadows a name (GH-13112) by Brian Quinlan · 5 years ago
  66. 63deaa5 bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423) by Vincent Michel · 5 years ago
  67. 91cc01f bpo-11001: updated cookie docs (GH-13086) by Julia Iliuk · 5 years ago
  68. 64aa6d2 bpo-36533: Reinit logging.Handler locks on fork(). (GH-12704) by Gregory P. Smith · 5 years ago
  69. e85ef7a bpo-28795: Signal documentation: Fix misleading statement. (GH-13121) by Julien Palard · 5 years ago
  70. 5765ecf bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_FromDateAndTimeAndFold (GH-13147) by Edison A · 5 years ago
  71. 14987d4 Post v3.8.0a4 by Łukasz Langa · 5 years ago
  72. bbbdc2b Merge tag 'v3.8.0a4' by Łukasz Langa · 5 years ago
  73. 11a8832 bpo-31855: unittest.mock.mock_open() results now respects the argument of read([size]) (GH-11521) by Rémi Lapeyre · 5 years ago
  74. ad4ed87 Forbid creating of stream objects outside of asyncio (#13101) by Andrew Svetlov · 5 years ago
  75. 2cc0223 bpo-35925: Skip SSL tests that fail due to weak external certs. (GH-13124) by Gregory P. Smith · 5 years ago
  76. 7b3a028 Fix rst formatting for several links in ssl documentation (GH-13133) by Toshio Kuratomi · 5 years ago
  77. d53cf99 bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705) by Serhiy Storchaka · 5 years ago
  78. 96aeaec bpo-36793: Remove unneeded __str__ definitions. (GH-13081) by Serhiy Storchaka · 5 years ago
  79. 9646630 bpo-36766: Typos in docs and code comments (GH-13116) by penguindustin · 5 years ago
  80. 3921b1c bpo-36275: enhance documentation for venv.create() (GH-13114) by Sebastian Koslowski · 5 years ago
  81. e9b49d1 Clarify the download unit in the download section (GH-13122) by Stéphane Wirtel · 5 years ago
  82. 4920c09 bpo-30668: add missing word in license.rst (GH-13115) by Patrick Mühlbauer · 5 years ago
  83. c1004b8 Python 3.8.0a4 by Łukasz Langa · 5 years ago
  84. 678bb9d Unroll import-team in CODEOWNERS (#13118) by Brett Cannon · 5 years ago
  85. 1a2252e bpo-36594: Fix incorrect use of %p in format strings (GH-12769) by Zackery Spytz · 5 years ago
  86. ae2c32f bpo-36798: Updating f-string docs for := use case (GH-13107) by Logan Jones · 5 years ago
  87. f7b494c Update wsgiref.rst (#10488) by Andre Delfino · 5 years ago
  88. cec0184 Doc/c-api/exceptions.rst: fix grammar (#12091) by Daniel Hahler · 5 years ago
  89. 6b95149 bpo-36811: Fix a C compiler warning in _elementtree.c. (GH-13109) by Stefan Behnel · 5 years ago
  90. 8b1271b Only count number of members once (#12691) by Eddie Elizondo · 5 years ago
  91. e152169 bpo-16024: Doc cleanup regarding path_fd, dir_fd, follow_symlinks (GH-5505) by Cheryl Sabella · 5 years ago
  92. 2950073 bpo-36791: Safer detection of integer overflow in sum(). (GH-13080) by Serhiy Storchaka · 5 years ago
  93. 88f07a8 bpo-33530: Implement Happy Eyeballs in asyncio, v2 (GH-7237) by twisteroid ambassador · 5 years ago
  94. c4d92c8 simplify StartupImportTests (GH-13096) by Inada Naoki · 5 years ago
  95. 98a1e06 bpo-36189: Fixing typo in tutorial introduction (GH-13090) by Jonatan · 5 years ago
  96. 5e98f05 bpo-36166: Change to rst datamodel file. (GH-13089) by Catherine Alvarado · 5 years ago
  97. c664b34 bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068) by Victor Stinner · 5 years ago
  98. 6b5b013 bpo-26978: Implement pathlib.Path.link_to (Using os.link) (GH-12990) by Joannah Nanjekye · 5 years ago
  99. f090019 Suppress clang warning (GH-12384) by Rémi Lapeyre · 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