1. 6d965b3 bpo-36958: In IDLE, print exit message (GH-13435) by Terry Jan Reedy · 5 years ago
  2. d673810 bpo-35252: Remove FIXME from test_functools (GH-10551) by Lysandros Nikolaou · 5 years ago
  3. 5c08ce9 bpo-36957: Speed up math.isqrt (#13405) by Mark Dickinson · 5 years ago
  4. 7c59362 bpo-29183: Fix double exceptions in wsgiref.handlers.BaseHandler (GH-12914) by Berker Peksag · 5 years ago
  5. f4e1bab bpo-27141: Fix collections.UserList and UserDict shallow copy. (GH-4094) by Bar Harel · 5 years ago
  6. c661b30 bpo-36948: Fix NameError in urllib.request.URLopener.retrieve (GH-13389) by Xtreak · 5 years ago
  7. f665b96 Fix typo in test comment (GH-11442) by Ashwin Ramaswami · 5 years ago
  8. da6129e bpo-36961: Handle positional-only arguments in uparse.c (GH-13412) by Pablo Galindo · 5 years ago
  9. fa19a25 Add support for PEP572 in ast_unparse.c (GH-13337) by Batuhan Taşkaya · 5 years ago
  10. abea73b bpo-2180: Treat line continuation at EOF as a `SyntaxError` (GH-13401) by Anthony Sottile · 5 years ago
  11. e917f2e bpo-36546: Add more tests and expand docs (#13406) by Raymond Hettinger · 5 years ago
  12. 73934b9 bpo-36887: add math.isqrt (GH-13244) by Mark Dickinson · 5 years ago
  13. 410759f bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402) by Victor Stinner · 5 years ago
  14. bab0db6 bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398) by Victor Stinner · 5 years ago
  15. bcfbbd7 bpo-36945: Add _PyPreConfig.configure_locale (GH-13368) by Victor Stinner · 5 years ago
  16. 98ff4d5 bpo-36782: Created C API wrappers and added missing tests for functions in the PyDateTimeAPI. (#13088) by Edison A · 5 years ago
  17. feac6cd bpo-33524: Fix the folding of email header when max_line_length is 0 or None (#13391) by Abhilash Raj · 5 years ago
  18. cbe72d8 bpo-36867: _test_multiprocessing: avoid weak sync primitive (GH-13292) by Pierre Glaser · 5 years ago
  19. cab5d07 bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388) by Victor Stinner · 5 years ago
  20. b16b4e4 bpo-36763: Add PyMemAllocatorName (GH-13387) by Victor Stinner · 5 years ago
  21. 80ed353 Simplify SSLSocket / SSLObject doc string (GH-9972) by Christian Heimes · 5 years ago
  22. af8646c bpo-1875: Raise SyntaxError in invalid blocks that will be optimised away (GH-13332) by Pablo Galindo · 5 years ago
  23. fed02e1 bpo-36763: Remove _PyCoreConfig.program (GH-13373) by Victor Stinner · 5 years ago
  24. ac8eb8f bpo-35545: Fix asyncio discarding IPv6 scopes (GH-11271) by Erwan Le Pape · 5 years ago
  25. 14514d9 bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375) by Zackery Spytz · 5 years ago
  26. aee19f5 bpo-36751: Undeprecate getfullargspec (GH-13245) by Pablo Galindo · 5 years ago
  27. 54b43bb bpo-36763: Add _PyCoreConfig.configure_c_stdio (GH-13363) by Victor Stinner · 5 years ago
  28. 9ef5dca bpo-36763: Add _Py_InitializeMain() (GH-13362) by Victor Stinner · 5 years ago
  29. ae239f6 bpo-36763: Add _PyCoreConfig.parse_argv (GH-13361) by Victor Stinner · 5 years ago
  30. 68b34a7 bpo-36921: Deprecate @coroutine for sake of async def (GH-13346) by Andrew Svetlov · 5 years ago
  31. 6e78900 bpo-35589: Prevent buffer copy in sock_sendall() (GH-11418) by Andrew Svetlov · 5 years ago
  32. 8a533ff Fix typos in documentation. Patch by tirkarthi. (GH-13354) by Terry Jan Reedy · 5 years ago
  33. fb7e750 bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779) by Paul Monson · 5 years ago
  34. d9e006b bpo-33123: pathlib: Add missing_ok parameter to Path.unlink (GH-6191) by ‮zlohhcuB treboR · 5 years ago
  35. 1a2dd82 bpo-36786: Run compileall in parallel during "make install" (GH-13078) by Antoine Pitrou · 5 years ago
  36. c981ad1 bpo-26707: Enable plistlib to read UID keys. (GH-12153) by Jon Janzen · 5 years ago
  37. 5eb8b07 bpo-36763: InitConfigTests tests all core config (GH-13331) by Victor Stinner · 5 years ago
  38. 54b74fe bpo-36801: Temporarily fix regression in writer.drain() (#13330) by Andrew Svetlov · 5 years ago
  39. 91c9987 bpo-36763: Add test for _PyCoreConfig_SetString() (GH-13275) by Victor Stinner · 5 years ago
  40. c1f5667 bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) by Krzysztof Wojcik · 5 years ago
  41. 4d45a3b json.tool: use stdin and stdout in default cmdlne arguments (GH-11992) by Hervé Beraud · 5 years ago
  42. f12ba7c bpo-36916: asyncio: Swallow unhandled write() exception (GH-13313) by Andrew Svetlov · 5 years ago
  43. 3c93153 bpo-36915: regrtest always remove tempdir of worker processes (GH-13312) by Victor Stinner · 5 years ago
  44. 5e48e3d bpo-36845: validate integer network prefix when constructing IP networks (GH-13298) by Nicolai Moore · 5 years ago
  45. c923c34 bpo-36719: Fix regrtest MultiprocessThread (GH-13301) by Victor Stinner · 5 years ago
  46. 45b2f88 bpo-34424: Handle different policy.linesep lengths correctly. (#8803) by Jens Troeger · 5 years ago
  47. b1dfcad bpo-36867: Create the resource_tracker before launching SharedMemoryManagers (GH-13276) by Pierre Glaser · 5 years ago
  48. 95da83d bpo-36894: Fix regression in test_multiprocessing_spawn (no tests run on Windows) (GH-13290) by Antoine Pitrou · 5 years ago
  49. b0917df bpo-36719: regrtest -jN no longer stops on crash (GH-13231) by Victor Stinner · 5 years ago
  50. 2c10538 bpo-36903: Fix ResourceWarning in test_logging (GH-13283) by Xtreak · 5 years ago
  51. 4f098b3 bpo-36807: When saving a file in IDLE, call flush and fsync (#13102) by Guido van Rossum · 5 years ago
  52. cf599f6 bpo-6584: Add a BadGzipFile exception to the gzip module. (GH-13022) by Zackery Spytz · 5 years ago
  53. e250061 bpo-36895: remove time.clock() as per removal notice. (GH-13270) by Matthias Bussonnier · 5 years ago
  54. 4959c33 bpo-36084: Add native thread ID to threading.Thread objects (GH-11993) by Jake Tesler · 5 years ago
  55. 26f55c2 bpo-36817: Do not decrement reference for expr_text on fstring = parsing failure (GH-13256) by Pablo Galindo · 5 years ago
  56. d8320ec bpo-36878: Allow extra text after `# type: ignore` comments (GH-13238) by Michael J. Sullivan · 5 years ago
  57. 79972f1 bpo-36884: Fix DeprecationWarning in test_asyncio StreamReader instantiation (GH-13243) by Xtreak · 5 years ago
  58. f22cc69 bpo-36867: Make semaphore_tracker track other system resources (GH-13222) by Pierre Glaser · 5 years ago
  59. d0d64ad bpo-36368: Ignore SIGINT in SharedMemoryManager servers. (GH-12483) by Pierre Glaser · 5 years ago
  60. 351c674 bpo-35983: skip trashcan for subclasses (GH-11841) by Jeroen Demeyer · 5 years ago
  61. 79efbb7 bpo-24538: Fix bug in shutil involving the copying of xattrs to read-only files. (PR-13212) by Olexa Bilaniuk · 5 years ago
  62. 948ed8c bpo-36814: ensure os.posix_spawn() handles None (GH-13144) by Anthony Shaw · 5 years ago
  63. fce5ff1 bpo-27497: Add return value to csv.DictWriter.writeheader (GH-12306) by Rémi Lapeyre · 5 years ago
  64. d267ac2 bpo-36778: cp65001 encoding becomes an alias to utf_8 (GH-13230) by Victor Stinner · 5 years ago
  65. a076e4f bpo-36802: Drop awrite()/aclose(), support await write() and await close() instead (#13099) by Andrew Svetlov · 5 years ago
  66. 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
  67. 33e067d Add support for .parent and .joinpath in zipfile.Path (#13213) by Jason R. Coombs · 5 years ago
  68. afd1e6d bpo-36239: Skip comments in gettext infos (GH-12255) by Julien Palard · 5 years ago
  69. 88db8bd bpo-36831: Do not apply default namespace to unprefixed attributes in ElementPath. (#13201) by Stefan Behnel · 5 years ago
  70. 3aca40d closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) by Benjamin Peterson · 5 years ago
  71. 289f1f8 bpo-35900: Enable custom reduction callback registration in _pickle (GH-12499) by Pierre Glaser · 5 years ago
  72. 9a4135e bpo-36817: Add f-string debugging using '='. (GH-13123) by Eric V. Smith · 5 years ago
  73. 65d98d0 bpo-35900: Add a state_setter arg to save_reduce (GH-12588) by Pierre Glaser · 5 years ago
  74. 3988986 bpo-26903: Limit ProcessPoolExecutor to 61 workers on Windows (GH-13132) by Brian Quinlan · 5 years ago
  75. b9b08cd bpo-24758: Improve the error msg for unittest.mock.Mock()'s unsafe mode (#12991) by Zackery Spytz · 5 years ago
  76. 6bd8173 bpo-36816: Update the self-signed.pythontest.net cert (GH-13192) by Gregory P. Smith · 5 years ago
  77. b2758ff bpo-36832: add zipfile.Path (#13153) by Jason R. Coombs · 5 years ago
  78. b1c3167 bpo-27639: Correct return type for UserList slicing operation (#13169) by Michael Blahay · 5 years ago
  79. ca87eeb bpo-36015: Handle StreamHandler representaton of stream with an integer name (GH-11908) by Riccardo Magliocchetti · 5 years ago
  80. 1cc0ee7 bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13098) by Andrew Svetlov · 5 years ago
  81. b35acc5 bpo-35125: remove inner callback on outer cancellation in asyncio shield (GH-10340) by Romain Picard · 5 years ago
  82. f7bda5c Don't import wait from connection, it shadows a name (GH-13112) by Brian Quinlan · 5 years ago
  83. 63deaa5 bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423) by Vincent Michel · 5 years ago
  84. 64aa6d2 bpo-36533: Reinit logging.Handler locks on fork(). (GH-12704) by Gregory P. Smith · 5 years ago
  85. bbbdc2b Merge tag 'v3.8.0a4' by Łukasz Langa · 5 years ago
  86. 11a8832 bpo-31855: unittest.mock.mock_open() results now respects the argument of read([size]) (GH-11521) by Rémi Lapeyre · 5 years ago
  87. ad4ed87 Forbid creating of stream objects outside of asyncio (#13101) by Andrew Svetlov · 5 years ago
  88. 2cc0223 bpo-35925: Skip SSL tests that fail due to weak external certs. (GH-13124) by Gregory P. Smith · 5 years ago
  89. d53cf99 bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705) by Serhiy Storchaka · 5 years ago
  90. 96aeaec bpo-36793: Remove unneeded __str__ definitions. (GH-13081) by Serhiy Storchaka · 5 years ago
  91. 9646630 bpo-36766: Typos in docs and code comments (GH-13116) by penguindustin · 5 years ago
  92. c1004b8 Python 3.8.0a4 by Łukasz Langa · 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. 6b5b013 bpo-26978: Implement pathlib.Path.link_to (Using os.link) (GH-12990) by Joannah Nanjekye · 5 years ago
  96. 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
  97. 4737b92 bpo-24638: Improve the error message in asyncio.ensure_future() (#12848) by Zackery Spytz · 5 years ago
  98. c1964e9 bpo-36613: call remove_done_callback if exception (GH-12800) by gescheit · 5 years ago
  99. 4461d70 bpo-36341: Fix tests calling bind() on AF_UNIX sockets (GH-12399) by xdegaye · 5 years ago
  100. 45e92fc Add correct license for C14N test suite to license docs. (GH-13055) by Stefan Behnel · 5 years ago