1. 8d83e4b bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addrs (#5451) by Stéphane Wirtel · 6 years ago
  2. 1e17d4a compare with difflib not diff(1) (GH-5450) by Benjamin Peterson · 6 years ago
  3. 8c9bb72 bpo-32726: macOS installer and framework enhancements and changes for 3.7.0 (GH-5448) by Ned Deily · 6 years ago
  4. b8d9032 bpo-28914: Fix compilation of select on Android (#5447) by Victor Stinner · 6 years ago
  5. 763f094 bpo-28440: Don't add /Library/Python/3.x/site-packages to sys.path (#5445) by Ned Deily · 6 years ago
  6. 67adb31 bpo-32724: Fix references to commands in Doc/pdb.rst (GH-5444) by Stéphane Wirtel · 6 years ago
  7. 066df4f bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966) by John Jolly · 6 years ago
  8. 2e0ecde bpo-28134: Ignore proto in unknown socket test (GH-5435) by Christian Heimes · 6 years ago
  9. dd42cb7 bpo-31961: subprocess now accepts path-like args (GH-4329) by Anders Lorentsen · 6 years ago
  10. 14e976e closes bpo-30117: fix lib2to3 ParserIdempotency test (GH-1242) by Eric Appelt · 6 years ago
  11. ce0f33d bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149) by Bo Bayles · 6 years ago
  12. 9544180 closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441) by Benjamin Peterson · 6 years ago
  13. 3d86e48 bpo-32681: Fix an uninitialized variable in the C implementation of os.dup2 (GH-5346) by Stéphane Wirtel · 6 years ago
  14. ce237c7 bpo-21417: Add compresslevel= to the zipfile module (GH-5385) by Bo Bayles · 6 years ago
  15. f4d644f bpo-25942: make subprocess more graceful on ^C (GH-5026) by Gregory P. Smith · 6 years ago
  16. 83e64c8 bpo-32604: NULL-terminate kwlist in channel_drop_interpreter(). (gh-5437) by Eric Snow · 6 years ago
  17. 9424dcb bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401) by Julien Palard · 6 years ago
  18. 77526f0 replace dynamic import with 'exec' with importlib.import_module (#5433) by Benjamin Peterson · 6 years ago
  19. 7f8bfc9 bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh-1748) by Eric Snow · 6 years ago
  20. 332cd5e bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181) by Mark Shannon · 6 years ago
  21. b6e43af bpo-28134: Auto-detect socket values from file descriptor (#1349) by Christian Heimes · 6 years ago
  22. 72a0d21 bpo-31356: Add context manager to temporarily disable GC (GH-4224) by Pablo Galindo · 6 years ago
  23. 0cd6bca bpo-20104: Fix leaks and errors in new os.posix_spawn (GH-5418) by Pablo Galindo · 6 years ago
  24. c65ef77 rename _imp initialization function to follow conventions (#5432) by Benjamin Peterson · 6 years ago
  25. 2a2270d bpo-32703: Fix coroutine resource warning in case where there's an error (GH-5410) by Yury Selivanov · 6 years ago
  26. b647d70 bpo-32707: Fix warnings in hamt.c (#5430) by Yury Selivanov · 6 years ago
  27. aa218d1 bpo-27931: Fix email address header parsing error (#5329) by jayyyin · 6 years ago
  28. e6d3421 bpo-25988: Deprecate exposing collections.abc in collections GH-5414 by Raymond Hettinger · 6 years ago
  29. 4f4ef0a Add a test for pdb until command in coroutine (#5427) by Andrew Svetlov · 6 years ago
  30. 66e5742 bpo-28414: ssl module idna test (#5395) by Christian Heimes · 6 years ago
  31. 892d66e bpo-31429: Define TLS cipher suite on build time (#3532) by Christian Heimes · 6 years ago
  32. d951157 bpo-20891: Reenable test_embed.test_bpo20891() (GH-5420) by Victor Stinner · 6 years ago
  33. 8017b80 bpo-28685: Fix compiler warning (GH-5423) by Victor Stinner · 6 years ago
  34. 51500f3 bpo-32706: Skip test_ftplib.test_check_hostname() (#5422) by Victor Stinner · 6 years ago
  35. db8189b bpo-31233, bpo-31151: Document socketserver changes (#5417) by Victor Stinner · 6 years ago
  36. 2914bb3 bpo-20891: Py_Initialize() now creates the GIL (#4700) by Victor Stinner · 6 years ago
  37. 8997f9c bpo-32705: Current Android does not have posix_spawn (#5413) by Chih-Hsuan Yen · 6 years ago
  38. 2a3260b Fix minor markup typo (#5407) by cocoatomo · 6 years ago
  39. 95e2147 bpo-32591: silence deprecation warnings in test_coroutine (GH-5412) by Nathaniel J. Smith · 6 years ago
  40. 1e5b25b bpo-23749: Make start-tls tests more stable on win7 buildbot (GH-5409) by Yury Selivanov · 6 years ago
  41. 07627e9 bpo-32251: Fix docs (#5408) by Yury Selivanov · 6 years ago
  42. 9ee1bf9 bpo-32650: Add an asyncgen pdb test (#5406) by Yury Selivanov · 6 years ago
  43. 997478e bpo-32688: Make why the line is commented out clear (GH-5405) by Xiang Zhang · 6 years ago
  44. 1e34da4 bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#582) by embg · 6 years ago
  45. 6c6ddf9 bpo-20104: Expose `posix_spawn` in the os module (GH-5109) by Pablo Galindo · 6 years ago
  46. f5b04a3 Document the error return of PyLong_As* APIs. (#5396) by Gregory P. Smith · 6 years ago
  47. c7ab581 bpo-32650 Add support for async generators and more test for coroutines in pdb (#5403) by Pablo Galindo · 6 years ago
  48. 4687702 bpo-32650: Add native coroutine support to bdb when stepping over line (GH-5400) by Pablo Galindo · 6 years ago
  49. 7c99e93 Fix trivial typo in test_dataclasses.py. (GH-5398) by Eric V. Smith · 6 years ago
  50. 15ea3a6 bpo-32699: Improves doc for .pth files in presense of a ._pth file (#5399) by Steve Dower · 6 years ago
  51. f11b460 bpo-32373: Add socket.getblocking() method. (#4926) by Yury Selivanov · 6 years ago
  52. 631fd38 bpo-32251: Implement asyncio.BufferedProtocol. (#4755) by Yury Selivanov · 6 years ago
  53. 0ceb717 Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (#5394) by Yury Selivanov · 6 years ago
  54. f36ba12 bpo-32697: Definition order of kwonly params is now guaranteed preserved. (#5391) by larryhastings · 6 years ago
  55. bec2372 bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392) by Yury Selivanov · 6 years ago
  56. a4d0001 bpo-32690: Preserve order of locals() (#5379) by Raymond Hettinger · 6 years ago
  57. 059f58c bpo-32228: Reset raw_pos after unwinding the raw stream (#4858) by Nitish Chandra · 6 years ago
  58. 79db11c Fix PyTrace_RETURN documentation (GH-5384) by Xiang Zhang · 6 years ago
  59. 4d02966 Add example for PEP 557. (GH-5383) by Eric V. Smith · 6 years ago
  60. f0a95f2 bpo-32660: Solaris should support constants like termios' FIONREAD (#5328) by jcea · 6 years ago
  61. 6c51d51 bpo-32659: Solaris "stat" should support "st_fstype" (#5307) by jcea · 6 years ago
  62. 43c0f1a bpo-32685: Improve suggestion for print statement (GH-5375) by Nitish Chandra · 6 years ago
  63. 255f7a2 bpo-32649: Add C API docs for per-opcode tracing & profiling (GH-5360) by Xiang Zhang · 6 years ago
  64. 9ed0aee bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (#5361) by Xiang Zhang · 6 years ago
  65. a278ad2 bpo-30306: Add missing NEWS entry (GH-5374) by Nick Coghlan · 6 years ago
  66. fcf8b4c bpo-32206: Update pdb usage to include new module option (GH-5111) by Mario Corchero · 6 years ago
  67. dd0e087 bpo-30306: release arguments of contextmanager (GH-1500) by Martin Teichmann · 6 years ago
  68. c4b1248 Pep 557 What's New (GH-5371) by Eric V. Smith · 6 years ago
  69. bea5706 bpo-32677: Optimize str.isascii() (GH-5356) by INADA Naoki · 6 years ago
  70. ea8fc52 bpo-32513: Make it easier to override dunders in dataclasses. (GH-5366) by Eric V. Smith · 6 years ago
  71. 2a2247c bpo-32622: Normalize ENOTCONN to ConnectionError on macOS (GH-5369) by Yury Selivanov · 6 years ago
  72. 47c0b1f bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724) by Коренберг Марк · 6 years ago
  73. ee72ac0 bpo-32622: Fix AbstractEventLoop.sendfile signature in documentation. (GH-5368) by Elvis Pranskevichus · 6 years ago
  74. 0f54e00 Fix tests if Python compiled without SSL (#5367) by Andrew Svetlov · 6 years ago
  75. b2ec361 Fix changed file detection on Travis (GH-3129) by Ammar Askar · 6 years ago
  76. b1a6ac4 bpo-32622: Enforce sendfile fallback policy for FALLBACK transports (#5364) by Yury Selivanov · 6 years ago
  77. 7c68407 bpo-32622: Implement loop.sendfile() (#5271) by Andrew Svetlov · 6 years ago
  78. f13f12d bpo-32630: Use contextvars in decimal (GH-5278) by Yury Selivanov · 6 years ago
  79. bc4123b bpo-32436: Use PyThreadState_GET() in all hot paths (GH-5363) by Yury Selivanov · 6 years ago
  80. 7cc95f5 Fix wrong assert in unicodeobject (GH-5340) by INADA Naoki · 6 years ago
  81. 4defba3 bpo-31368: Expose preadv and pwritev in the os module (#5239) by Pablo Galindo · 6 years ago
  82. 60da99b bpo-32532: Improve documentation of settrace and setprofile (#5359) by Xiang Zhang · 6 years ago
  83. 61d478c bpo-31399: Let OpenSSL verify hostname and IP address (#3462) by Christian Heimes · 6 years ago
  84. 746cc75 bpo-31853: Replaced socket.method calls with super() in SSLSocket. (#4048) by Mads Jensen · 6 years ago
  85. d0e31b9 bpo-32454: socket closefd (#5048) by Christian Heimes · 6 years ago
  86. 2f050c7 bpo-32433: Optimized HMAC digest (#5023) by Christian Heimes · 6 years ago
  87. a49ac99 bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342) by INADA Naoki · 6 years ago
  88. 85527cf bpo-27505: Add change notes in module attribute docs (GH-5320) by Cheryl Sabella · 6 years ago
  89. 37420de bpo-32678: inspect: Import ast lazily (GH-5344) by INADA Naoki · 6 years ago
  90. 29a7df7 bpo-32521: nis libnsl (#5190) by Christian Heimes · 6 years ago
  91. 226e500 bpo-32436: Make PyContextVar_Get a little bit faster (#5350) by Yury Selivanov · 6 years ago
  92. 43c47fe bpo-32670: Enforce PEP 479. (#5327) by Yury Selivanov · 6 years ago
  93. dba976b bpo-32591: fix abort in _PyErr_WarnUnawaitedCoroutine during shutdown (#5337) by Nathaniel J. Smith · 6 years ago
  94. 95e4d58 String annotations [PEP 563] (#4390) by Guido van Rossum · 6 years ago
  95. d7773d9 bpo-18533: Avoid RecursionError from repr() of recursive dictview (#4823) by bennorth · 6 years ago
  96. e76daeb bpo-32571: Fix reading uninitialized memory (GH-5332) by INADA Naoki · 6 years ago
  97. 4112c5b bpo-32662: Try making test_asyncio.test_server more reliable (#5338) by Yury Selivanov · 6 years ago
  98. 863b1e4 bpo-29237: Create enum for pstats sorting options (GH-5103) by mwidjaja · 6 years ago
  99. 4666ec5 bpo-32596: Make lazy-load portable (GH-5316) by INADA Naoki · 6 years ago
  100. 2fc98ae bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264) by Bo Bayles · 6 years ago