1. ca87eeb bpo-36015: Handle StreamHandler representaton of stream with an integer name (GH-11908) by Riccardo Magliocchetti · 5 years ago
  2. 3918ad6 bpo-36838: Suggest 'make venv' when missing Doc/ tools. (GH-13173) by Gregory P. Smith · 5 years ago
  3. 1cc0ee7 bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13098) by Andrew Svetlov · 5 years ago
  4. e19a91e Add a footnote about Cheese Shop in Doc/tutorial (GH-13103) by Adorilson Bezerra · 5 years ago
  5. b35acc5 bpo-35125: remove inner callback on outer cancellation in asyncio shield (GH-10340) by Romain Picard · 5 years ago
  6. f7bda5c Don't import wait from connection, it shadows a name (GH-13112) by Brian Quinlan · 5 years ago
  7. 63deaa5 bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423) by Vincent Michel · 5 years ago
  8. 91cc01f bpo-11001: updated cookie docs (GH-13086) by Julia Iliuk · 5 years ago
  9. 64aa6d2 bpo-36533: Reinit logging.Handler locks on fork(). (GH-12704) by Gregory P. Smith · 5 years ago
  10. e85ef7a bpo-28795: Signal documentation: Fix misleading statement. (GH-13121) by Julien Palard · 5 years ago
  11. 5765ecf bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_FromDateAndTimeAndFold (GH-13147) by Edison A · 5 years ago
  12. 14987d4 Post v3.8.0a4 by Łukasz Langa · 5 years ago
  13. bbbdc2b Merge tag 'v3.8.0a4' by Łukasz Langa · 5 years ago
  14. 11a8832 bpo-31855: unittest.mock.mock_open() results now respects the argument of read([size]) (GH-11521) by Rémi Lapeyre · 5 years ago
  15. ad4ed87 Forbid creating of stream objects outside of asyncio (#13101) by Andrew Svetlov · 5 years ago
  16. 2cc0223 bpo-35925: Skip SSL tests that fail due to weak external certs. (GH-13124) by Gregory P. Smith · 5 years ago
  17. 7b3a028 Fix rst formatting for several links in ssl documentation (GH-13133) by Toshio Kuratomi · 5 years ago
  18. d53cf99 bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705) by Serhiy Storchaka · 5 years ago
  19. 96aeaec bpo-36793: Remove unneeded __str__ definitions. (GH-13081) by Serhiy Storchaka · 5 years ago
  20. 9646630 bpo-36766: Typos in docs and code comments (GH-13116) by penguindustin · 5 years ago
  21. 3921b1c bpo-36275: enhance documentation for venv.create() (GH-13114) by Sebastian Koslowski · 5 years ago
  22. e9b49d1 Clarify the download unit in the download section (GH-13122) by Stéphane Wirtel · 5 years ago
  23. 4920c09 bpo-30668: add missing word in license.rst (GH-13115) by Patrick Mühlbauer · 5 years ago
  24. c1004b8 Python 3.8.0a4 by Łukasz Langa · 5 years ago
  25. 678bb9d Unroll import-team in CODEOWNERS (#13118) by Brett Cannon · 5 years ago
  26. 1a2252e bpo-36594: Fix incorrect use of %p in format strings (GH-12769) by Zackery Spytz · 5 years ago
  27. ae2c32f bpo-36798: Updating f-string docs for := use case (GH-13107) by Logan Jones · 5 years ago
  28. f7b494c Update wsgiref.rst (#10488) by Andre Delfino · 5 years ago
  29. cec0184 Doc/c-api/exceptions.rst: fix grammar (#12091) by Daniel Hahler · 5 years ago
  30. 6b95149 bpo-36811: Fix a C compiler warning in _elementtree.c. (GH-13109) by Stefan Behnel · 5 years ago
  31. 8b1271b Only count number of members once (#12691) by Eddie Elizondo · 5 years ago
  32. e152169 bpo-16024: Doc cleanup regarding path_fd, dir_fd, follow_symlinks (GH-5505) by Cheryl Sabella · 5 years ago
  33. 2950073 bpo-36791: Safer detection of integer overflow in sum(). (GH-13080) by Serhiy Storchaka · 5 years ago
  34. 88f07a8 bpo-33530: Implement Happy Eyeballs in asyncio, v2 (GH-7237) by twisteroid ambassador · 5 years ago
  35. c4d92c8 simplify StartupImportTests (GH-13096) by Inada Naoki · 5 years ago
  36. 98a1e06 bpo-36189: Fixing typo in tutorial introduction (GH-13090) by Jonatan · 5 years ago
  37. 5e98f05 bpo-36166: Change to rst datamodel file. (GH-13089) by Catherine Alvarado · 5 years ago
  38. c664b34 bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068) by Victor Stinner · 5 years ago
  39. 6b5b013 bpo-26978: Implement pathlib.Path.link_to (Using os.link) (GH-12990) by Joannah Nanjekye · 5 years ago
  40. f090019 Suppress clang warning (GH-12384) by Rémi Lapeyre · 5 years ago
  41. 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
  42. cf48e55 bpo-33882: mention breakpoint() in debugger-related FAQ (GH-7759) by Andre Delfino · 5 years ago
  43. 4737b92 bpo-24638: Improve the error message in asyncio.ensure_future() (#12848) by Zackery Spytz · 5 years ago
  44. ceb842e Fixed typo (GH-11522) by Alexander Vasin · 5 years ago
  45. c1964e9 bpo-36613: call remove_done_callback if exception (GH-12800) by gescheit · 5 years ago
  46. 4461d70 bpo-36341: Fix tests calling bind() on AF_UNIX sockets (GH-12399) by xdegaye · 5 years ago
  47. a8a79ca Improve grammar on async context managers and shorten text (GH-12379) by Andre Delfino · 5 years ago
  48. 5861cdd Don't use the LHS/RHS acronym in Simple statements (GH-12996) by Andre Delfino · 5 years ago
  49. 22c5263 bpo:34848 : Correct an incorrect docstring for range().index method (GH-9877) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 5 years ago
  50. 45e92fc Add correct license for C14N test suite to license docs. (GH-13055) by Stefan Behnel · 5 years ago
  51. 4631da1 bpo-36763: Remove _PyCoreConfig._init_main (GH-13066) by Victor Stinner · 5 years ago
  52. 70005ac bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037) by Victor Stinner · 5 years ago
  53. 709d23d bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062) by Victor Stinner · 5 years ago
  54. 6ae2bbb bpo-36776: Add @support.skip_unless_symlink to test_lll.py (GH-13058) by Zackery Spytz · 5 years ago
  55. 373893c bpo-36763: Add _PyCoreConfig._config_version (GH-13065) by Victor Stinner · 5 years ago
  56. 874ad1b Fix typo: quaatile to quantile (GH=13001) by Xtreak · 5 years ago
  57. 43fc3bb bpo-36775: Add _PyUnicode_InitEncodings() (GH-13057) by Victor Stinner · 5 years ago
  58. e251095 bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056) by Victor Stinner · 5 years ago
  59. c4e78b1 bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026) by Zackery Spytz · 5 years ago
  60. 0d5864f bpo-13611: Include C14N 2.0 test data in installation (GH-13053) by Stefan Behnel · 5 years ago
  61. 0522291 Fix tiny tiny typo in 3.8 what's new (GH-13049) by Daniel Porteous · 5 years ago
  62. 5f2b3b0 regarding to grammar and spell check (#13020) by Hossein Pourbozorg · 5 years ago
  63. cb9fbd3 bpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052) by Victor Stinner · 5 years ago
  64. 11e4a94 Change bisect to bisect_cmd in docstring (#13040) by Xtreak · 5 years ago
  65. 671d782 bpo-36018: Update example to show mean and stdev (GH-13047) by Raymond Hettinger · 5 years ago
  66. 482b6b5 Move dangling bullet points into named subsections (GH-13046) by Raymond Hettinger · 5 years ago
  67. adbf178 Mock 100% coverage (GH-13045) by Chris Withers · 5 years ago
  68. b7378d7 bpo-30458: Use InvalidURL instead of ValueError. (GH-13044) by Gregory P. Smith · 5 years ago
  69. e1d5dd6 bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966) by Stefan Behnel · 5 years ago
  70. ee88af3 Namespace packages _bootstrap.ModuleSpec.loader attributes are no longer None (#10376) by Géry Ogam · 5 years ago
  71. dde3eeb bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target (GH-12885) by Stefan Behnel · 5 years ago
  72. 43851a2 bpo-36673: Implement comment/PI parsing support for the TreeBuilder in ElementTree. (#12883) by Stefan Behnel · 5 years ago
  73. 3d37ea2 bpo-27682: Handle client connection terminations in wsgiref (GH-9713) by Petter Strandmark · 5 years ago
  74. 18029d8 MNT: set stacklevel in the getfullargspec deprecation warning to 2 (GH-13029) by Thomas A Caswell · 5 years ago
  75. 1a9f0d8 bpo-36763: Add _PyCoreConfig_SetString() (GH-13035) by Victor Stinner · 5 years ago
  76. 2fc936e bpo-30458: Disable https related urllib tests on a build without ssl (GH-13032) by Xtreak · 5 years ago
  77. 49e27f0 remove jython support from unittest.mock (GH#13033) by Chris Withers · 5 years ago
  78. db71975 bpo-36763: Rework _PyInitError API (GH-13031) by Victor Stinner · 5 years ago
  79. c4e671e bpo-30458: Disallow control chars in http URLs. (GH-12755) by Gregory P. Smith · 5 years ago
  80. 5f38b84 bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030) by Victor Stinner · 5 years ago
  81. 463b82a bpo-36763: Fix Py_SetStandardStreamEncoding() (GH-13028) by Victor Stinner · 5 years ago
  82. 0df635c Don't report deleted attributes in __dir__ (GH#10148) by Mario Corchero · 5 years ago
  83. d537ab0 bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-13017) by Steve Dower · 5 years ago
  84. b84cb70 bpo-36734: Fix compilation of faulthandler.c on HP-UX (GH-12970) by Victor Stinner · 5 years ago
  85. 3bbcc92 bpo-25430: improve performance of IPNetwork.__contains__ (GH-1785) by gescheit · 5 years ago
  86. b0a2c0f bpo-36018: Test idempotence. Test two methods against one-another. (GH-13021) by Raymond Hettinger · 5 years ago
  87. ee0309f closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-13008) by Utkarsh Gupta · 5 years ago
  88. d5d2b45 bpo-36751: Deprecate getfullargspec and report positional-only args as regular args (GH-13016) by Pablo Galindo · 5 years ago
  89. 81c5a90 bpo-36232: Improve error message on dbm.open() when the db doesn't exist (GH-12060) by Marco Rougeth · 5 years ago
  90. 9bdd6d1 Prevent macOS installer build failure if ABIFLAGS is empty. (GH-13012) by Ned Deily · 5 years ago
  91. 883dfc6 bpo-34602: Avoid failures setting macOS stack resource limit (GH-13011) by Ned Deily · 5 years ago
  92. be6dbfb bpo-1613500: Don't hardcode output file mode in fileinput.FileInput (GH-12986) by Berker Peksag · 5 years ago
  93. 88c0937 bpo-36004: Add date.fromisocalendar (GH-11888) by Paul Ganssle · 5 years ago
  94. a86e064 bpo-35952: Fix test.pythoninfo when the compiler is missing (GH-13007) by xdegaye · 5 years ago
  95. 843bf42 Add initial 'whatsnew' section for PEP 570 (GH-12942) by Guido van Rossum · 5 years ago
  96. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 5 years ago
  97. 99fcc61 Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006) by Victor Stinner · 5 years ago
  98. b36e5d6 bpo-36356: Destroy the GIL at exit (GH-12453) by Victor Stinner · 5 years ago
  99. 7a5a1cf bpo-36747: Remove the stale scriptsinstall Makefile target (GH-13003) by xdegaye · 5 years ago
  100. f781d20 bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly (GH-12667) by Joannah Nanjekye · 5 years ago