1. 394119a bpo-37008: make mock_open handle able to honor next() (GH-13492) by Damien Nadé · 5 years ago
  2. 51aa35e bpo-33164: update blake2 implementation (GH-6286) by David Carlier · 5 years ago
  3. 20e1e25 bpo-36763: Fix _PyPreConfig_InitCompatConfig() utf8_mode (GH-13518) by Victor Stinner · 5 years ago
  4. bc2aa81 bpo-18748: _pyio.IOBase emits unraisable exception (GH-13512) by Victor Stinner · 5 years ago
  5. 0a8e572 bpo-36721: Add --embed option to python-config (GH-13500) by Victor Stinner · 5 years ago
  6. ef5bb25 bpo-27737: Allow whitespace only headers encoding (#13478) by Batuhan Taşkaya · 5 years ago
  7. 6bc5917 bpo-35091: Objects/listobject.c: Replace overflow checks in gallop fu… (GH-10202) by Alexey Izbyshev · 5 years ago
  8. df22c03 bpo-36829: PyErr_WriteUnraisable() normalizes exception (GH-13507) by Victor Stinner · 5 years ago
  9. 5edcf26 bpo-36763: Rename private Python initialization functions (GH-13511) by Victor Stinner · 5 years ago
  10. cfb241b bpo-36941: Project file fixups for Windows ARM64 (GH-13477) by Paul Monson · 5 years ago
  11. 022be02 bpo-36763: Add _PyPreConfig._config_init (GH-13481) by Victor Stinner · 5 years ago
  12. e4d300e bpo-36829: Add test.support.catch_unraisable_exception() (GH-13490) by Victor Stinner · 5 years ago
  13. 904e34d bpo-24882: Let ThreadPoolExecutor reuse idle threads before creating new thread (#6375) by Sean · 5 years ago
  14. 2a3a2ec bpo-33110: Catch errors raised when running add_done_callback on already completed futures (GH-13141) by Sam Martin · 5 years ago
  15. d8a82e2 bpo-36878: Only allow text after `# type: ignore` if first character ASCII (GH-13504) by Michael J. Sullivan · 5 years ago
  16. 0c2b6a3 bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13474) by Victor Stinner · 5 years ago
  17. 2ddbd21 bpo-34616: Document top level async in whatsnew/3.8. (GH-13484) by Matthias Bussonnier · 5 years ago
  18. b121f63 bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463) by Jake Tesler · 5 years ago
  19. b3be407 bpo-33482: fix codecs.StreamRecoder.writelines (GH-6779) by Jelle Zijlstra · 5 years ago
  20. 933e150 bpo-36878: Track extra text added to 'type: ignore' in the AST (GH-13479) by Michael J. Sullivan · 5 years ago
  21. 4c7a46e bpo-36972: Add SupportsIndex (GH-13448) by Paul Dagnelie · 5 years ago
  22. 33e71e0 bpo-31862: Port binascii to PEP 489 multiphase initialization (GH-4108) by Marcel Plch · 5 years ago
  23. 77aa396 bpo-36907: fix refcount bug in _PyStack_UnpackDict() (GH-13381) by Jeroen Demeyer · 5 years ago
  24. b892d3e bpo-36994: add test for profiling method_descriptor with **kwargs (GH-13461) by Jeroen Demeyer · 5 years ago
  25. ef9d9b6 bpo-36829: Add sys.unraisablehook() (GH-13187) by Victor Stinner · 5 years ago
  26. 2725cb0 bpo-36948: Fix test_urlopener_retrieve_file on Windows (GH-13476) by Berker Peksag · 5 years ago
  27. eca18aa bpo-34616: Fix code style and unbreak buildbots (GH-13473) by Yury Selivanov · 5 years ago
  28. 7abf8c6 bpo-25652: Fix __rmod__ of UserString (GH-13326) by Batuhan Taşkaya · 5 years ago
  29. 565b4f1 bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148) by Matthias Bussonnier · 5 years ago
  30. aa32a7e bpo-23378: Add an extend action to argparse (GH-13305) by Batuhan Taşkaya · 5 years ago
  31. d5c120f bpo-36035: fix Path.rglob for broken links (GH-11988) by Jörg Stucke · 5 years ago
  32. ccb7ca7 bpo-36929: Modify io/re tests to allow for missing mod name (#13392) by Max Bernstein · 5 years ago
  33. ad098b6 Annotate the unexplained assignment in exception unbinding (GH-11448) by Chris Angelico · 5 years ago
  34. 4fb1502 bpo-36648: fix mmap issue for VxWorks (GH-12394) by Lihua Zhao · 5 years ago
  35. f2d7ac7 bpo-31904: Add posix module support for VxWorks (GH-12118) by pxinwr · 5 years ago
  36. d12e757 Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)" (GH-13458) by Victor Stinner · 5 years ago
  37. 925af1d bpo-36965: Fix includes in main.c on Windows with non-MSC compilers (GH-13421) by Erik Janssens · 5 years ago
  38. e7cb23b Fix RuntimeWarning in unittest.mock asyncio example (GH-13449) by Xtreak · 5 years ago
  39. d0ebf13 bpo-36932: use proper deprecation-removed directive (GH-13349) by Matthias Bussonnier · 5 years ago
  40. 3099ae4 Remove workaround for defaults in namedtuple now that we have the defaults parameter (GH-13263) by Andre Delfino · 5 years ago
  41. 6220c02 bpo-35563: Add reference links to warnings.rst (GH-11289) by Cheryl Sabella · 5 years ago
  42. bf457c7 bpo-36969: Make PDB args command display keyword only arguments (GH-13452) by Rémi Lapeyre · 5 years ago
  43. 1a3faf9 bpo-36952: Remove the bufsize parameter in fileinput.input(). (GH-13400) by Matthias Bussonnier · 5 years ago
  44. 4011d86 bpo-23896: Add a grammar where exec isn't a stmt (#13272) by Batuhan Taşkaya · 5 years ago
  45. c09a9f5 bpo-36888: Add multiprocessing.parent_process() (GH-13247) by Thomas Moreau · 5 years ago
  46. 5ae1c84 bpo-36949: Implement __repr__ on WeakSet (GH-13415) by Batuhan Taşkaya · 5 years ago
  47. 77b3b77 bpo-26467: Adds AsyncMock for asyncio Mock library support (GH-9296) by Lisa Roach · 5 years ago
  48. 0f72147 bpo-36763: Fix _PyRuntime.preconfig.coerce_c_locale (GH-13444) by Victor Stinner · 5 years ago
  49. 522ccef bpo-22865: Expand on documentation for the pty.spawn function (GH-11980) by Geoff Shannon · 5 years ago
  50. 45a24b8 Pass _asyncio_internal=True into stream tests on windows (#13442) by Andrew Svetlov · 5 years ago
  51. 425717f bpo-36763: Fix encoding/locale tests in test_embed (GH-13443) by Victor Stinner · 5 years ago
  52. 9932fd9 bpo-35721: Close socket pair if Popen in _UnixSubprocessTransport fails (GH-11553) by Niklas Fiekas · 5 years ago
  53. 6d1c467 bpo-36763: Fix Python preinitialization (GH-13432) by Victor Stinner · 5 years ago
  54. 6d965b3 bpo-36958: In IDLE, print exit message (GH-13435) by Terry Jan Reedy · 5 years ago
  55. 53d378c closes bpo-36951: Correct some types in the type_members struct in typeobject.c. (GH-13403) by Zackery Spytz · 5 years ago
  56. fd1e0e9 bpo-35134: Register new traceback.h header files (GH-13431) by Victor Stinner · 5 years ago
  57. ed48866 bpo-35134: Split traceback.h header (GH-13430) by Victor Stinner · 5 years ago
  58. d673810 bpo-35252: Remove FIXME from test_functools (GH-10551) by Lysandros Nikolaou · 5 years ago
  59. 287b84d bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079) by Xtreak · 5 years ago
  60. 5c08ce9 bpo-36957: Speed up math.isqrt (#13405) by Mark Dickinson · 5 years ago
  61. 7c59362 bpo-29183: Fix double exceptions in wsgiref.handlers.BaseHandler (GH-12914) by Berker Peksag · 5 years ago
  62. f4e1bab bpo-27141: Fix collections.UserList and UserDict shallow copy. (GH-4094) by Bar Harel · 5 years ago
  63. c661b30 bpo-36948: Fix NameError in urllib.request.URLopener.retrieve (GH-13389) by Xtreak · 5 years ago
  64. a5119e7 bpo-36957: Add _PyLong_Rshift() and _PyLong_Lshift(). (GH-13416) by Serhiy Storchaka · 5 years ago
  65. 1d5bdef Orthographical fix (GH-13418) by Boštjan Mejak · 5 years ago
  66. f665b96 Fix typo in test comment (GH-11442) by Ashwin Ramaswami · 5 years ago
  67. 9892f45 bpo-33519: clarify that .copy() is not part of the MutableSequence ABC (GH-6965) by Jelle Zijlstra · 5 years ago
  68. da6129e bpo-36961: Handle positional-only arguments in uparse.c (GH-13412) by Pablo Galindo · 5 years ago
  69. fa19a25 Add support for PEP572 in ast_unparse.c (GH-13337) by Batuhan Taşkaya · 5 years ago
  70. eab9965 bpo-36567: Use manpages_url to create links for man pages (GH-13339) by Batuhan Taşkaya · 5 years ago
  71. 56027cc bpo-19376: Added doc mentioning `datetime.strptime()` without a year fails for Feb 29. (GH-10243) by Abhishek Kumar Singh · 5 years ago
  72. abea73b bpo-2180: Treat line continuation at EOF as a `SyntaxError` (GH-13401) by Anthony Sottile · 5 years ago
  73. e917f2e bpo-36546: Add more tests and expand docs (#13406) by Raymond Hettinger · 5 years ago
  74. 73934b9 bpo-36887: add math.isqrt (GH-13244) by Mark Dickinson · 5 years ago
  75. 410759f bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402) by Victor Stinner · 5 years ago
  76. bab0db6 bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398) by Victor Stinner · 5 years ago
  77. 27ee0f8 Fix couple of dead code paths (GH-7418) by David Carlier · 5 years ago
  78. e7b1136 Document a workaround for a curses bug (GH-13209) by Toshio Kuratomi · 5 years ago
  79. 51a860e Correct typos in the Barrier specification (GH-9395) by Géry Ogam · 5 years ago
  80. b594784 bpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssize_t (GH-13396) by Victor Stinner · 5 years ago
  81. 4fa7504 bpo-27268: Fix incorrect error message on float('') (GH-2745) by Pedro Lacerda · 5 years ago
  82. 871ff77 bpo-36763: Add _PyInitError functions (GH-13395) by Victor Stinner · 5 years ago
  83. 1208328 bpo-36763: _Py_RunMain() doesn't call Py_Exit() anymore (GH-13390) by Victor Stinner · 5 years ago
  84. bcfbbd7 bpo-36945: Add _PyPreConfig.configure_locale (GH-13368) by Victor Stinner · 5 years ago
  85. 98ff4d5 bpo-36782: Created C API wrappers and added missing tests for functions in the PyDateTimeAPI. (#13088) by Edison A · 5 years ago
  86. feac6cd bpo-33524: Fix the folding of email header when max_line_length is 0 or None (#13391) by Abhilash Raj · 5 years ago
  87. cbe72d8 bpo-36867: _test_multiprocessing: avoid weak sync primitive (GH-13292) by Pierre Glaser · 5 years ago
  88. 3ea702e bpo-36942 Windows build changes for Windows ARM64 (GH-13366) by Paul Monson · 5 years ago
  89. f96e7fd bpo-36941: Windows build changes for Windows ARM64 (GH-13365) by Paul Monson · 5 years ago
  90. cab5d07 bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388) by Victor Stinner · 5 years ago
  91. b16b4e4 bpo-36763: Add PyMemAllocatorName (GH-13387) by Victor Stinner · 5 years ago
  92. 80ed353 Simplify SSLSocket / SSLObject doc string (GH-9972) by Christian Heimes · 5 years ago
  93. f98c3c5 docs 36789: resolve incorrect note regarding UTF-8 (GH-13111) by redshiftzero · 5 years ago
  94. af8646c bpo-1875: Raise SyntaxError in invalid blocks that will be optimised away (GH-13332) by Pablo Galindo · 5 years ago
  95. a8b4694 Fix typo in _PyMethodDef_RawFastCallKeywords error message (GH-13343) by Jeroen Demeyer · 5 years ago
  96. 6faad35 bpo-36908: 'This module is always available' isn't helpful. (#13297) by Ned Batchelder · 5 years ago
  97. cbb6484 Doc: Replace the deprecated highlightlang directive by highlight. (#13377) by Stéphane Wirtel · 5 years ago
  98. fed02e1 bpo-36763: Remove _PyCoreConfig.program (GH-13373) by Victor Stinner · 5 years ago
  99. 245f528 Doc: Add link threading.settrace to sys.settrace (GH-13345) by Stefan Hoelzl · 5 years ago
  100. ac8eb8f bpo-35545: Fix asyncio discarding IPv6 scopes (GH-11271) by Erwan Le Pape · 5 years ago