1. e7d4b2f bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692) by Berker Peksag · 6 years ago
  2. ef8861c Fix Doc/whatsnew/3.8.rst (GH-8848) by Berker Peksag · 6 years ago
  3. 84a13fb bpo-9372: Deprecate several __getitem__ methods (GH-8609) by Berker Peksag · 6 years ago
  4. cca4eec bpo-34270: Make it possible to name asyncio tasks (GH-8547) by Alex Grönholm · 6 years ago
  5. 22d2508 bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (GH-8533) by Elvis Pranskevichus · 6 years ago
  6. 1d2dafa bpo-33666: Add what's new entry for os.errno removal (GH-#8497) by INADA Naoki · 6 years ago
  7. 02ec92f bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769) by Serhiy Storchaka · 6 years ago
  8. 961d54c bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229) by Antoine Pitrou · 6 years ago
  9. d5c875b bpo-33597: Add What's New for PyGC_Head (GH-8236) by INADA Naoki · 6 years ago
  10. 5fe7c98 bpo-34009: Expand on platform support changes (GH-8022) by Nick Coghlan · 6 years ago
  11. 4d26c8a bpo-32996: Enhancements to What's New based on feedback (GH-7988) by Elvis Pranskevichus · 6 years ago
  12. 461a1c4 bpo-33842: Remove tarfile.filemode (GH-7661) by INADA Naoki · 6 years ago
  13. aee5df5 Forward port 3.7.0 final changes by Ned Deily · 6 years ago
  14. 16eb3bc bpo-33499: PYTHONPYCACHEPREFIX What's New entry (GH-7749) by Nick Coghlan · 6 years ago
  15. c7f02a9 bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#7681) by Giampaolo Rodola · 6 years ago
  16. 698865d bpo-33843: Remove deprecated stuff in cgi module (GH-7662) by INADA Naoki · 6 years ago
  17. c151f78 bpo-33859: Fix spelling mistakes in docs. (GH-7691) by Xtreak · 6 years ago
  18. ceeef10 bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581) by Serhiy Storchaka · 6 years ago
  19. 4a172cc bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win) (#7160) by Giampaolo Rodola · 6 years ago
  20. 5a98209 Fix nested list in 3.7 What's New (GH-7659) by Ned Deily · 6 years ago
  21. 04290cb bpo-25612: Add minimal What's New in 3.7 entry (GH-7656) by Ned Deily · 6 years ago
  22. 8a05f55 bpo-33656: Add entry to What's New 3.7. (GH-7638) by Terry Jan Reedy · 6 years ago
  23. 800415e bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137) by Terry Jan Reedy · 6 years ago
  24. 9d6171d bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7620) by Ned Deily · 6 years ago
  25. 12c6cdf bpo-33745: Add What's New for empty function docstring change. (GH-7611) by Ned Deily · 6 years ago
  26. ef057bf bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609) by Ned Deily · 6 years ago
  27. 820c53a bpo-33820: Fix IDLE What's New typo (#7594) by Terry Jan Reedy · 6 years ago
  28. 222f7f4 bpo-33821: Update idlelib subsection of What's New 3.7 (#7590) by Terry Jan Reedy · 6 years ago
  29. e226eb7 bpo-33820: Update idlelib subsection of What's New 3.6 (GH-7589) by Terry Jan Reedy · 6 years ago
  30. 1bcb8a6 bpo-33409: Clarify PEP 538/540 relationship (GH-7534) by Nick Coghlan · 6 years ago
  31. c0d062f bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326) by Elvis Pranskevichus · 6 years ago
  32. 8f40429 bpo-33792: Add selector and proactor windows policies (GH-7487) by Yury Selivanov · 6 years ago
  33. 34b7346 update 3.7 whatsnew entry about Unicode version (GH-7480) by Benjamin Peterson · 6 years ago
  34. cebe80b bpo-29235: Update document for Profiler's context manager (GH-7331) by Scott Sanderson · 6 years ago
  35. 0a36ac1 bpo-33641: Convert RFC references into links. (GH-7103) by Serhiy Storchaka · 6 years ago
  36. 02e2a08 bpo-31368: Enhance os.preadv() documentation (GH-7254) by Pablo Galindo · 6 years ago
  37. 495e567 3.6 what's new: fix a reference to PEP 528 (#7113) by Dmitry Shachnev · 6 years ago
  38. a34e424 Fix whatsnew entry about ThreadedHTTPServer. (GH-7220) by Julien Palard · 6 years ago
  39. e55de2d bpo-30935: update get_event_loop docs (GH-2731) by Mandeep Singh · 6 years ago
  40. 73cbe7a bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197) by Serhiy Storchaka · 6 years ago
  41. 453bd0b bpo-33540: Add block_on_close attr to socketserver (GH-6911) by Victor Stinner · 6 years ago
  42. 529525f bpo-33618: Enable TLS 1.3 in tests (GH-7079) by Christian Heimes · 6 years ago
  43. 28b9178 bpo-32436: Document PEP 567 changes to asyncio. (GH-7073) by Yury Selivanov · 6 years ago
  44. b2f5f59 bpo-33592: Document the C API in PEP 567 (contextvars) (GH-7033) by Elvis Pranskevichus · 6 years ago
  45. dd28187 Add idlelib and IDLE section to What's New in 3.7. (#7019) by Terry Jan Reedy · 6 years ago
  46. f5e7b19 bpo-23722: Raise a RuntimeError for absent __classcell__. (GH-6931) by Serhiy Storchaka · 6 years ago
  47. 8ae8e6a bpo-23722: Fix docs for future __classcell__ changes. (GH-6999) by Serhiy Storchaka · 6 years ago
  48. 63536bd bpo-32996: The bulk of What's New in Python 3.7 (GH-6978) by Elvis Pranskevichus · 6 years ago
  49. fb9dd89 bpo-33559: Attribute changed repr of exceptions (GH-6954) by Miro Hrončok · 6 years ago
  50. 631753f bpo-33559: Document changed repr of exceptions (GH-6943) by Miro Hrončok · 6 years ago
  51. 19177fb bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) by Stéphane Wirtel · 6 years ago
  52. bd5f965 bpo-32717: Document PEP 560 (GH-6726) by Ivan Levkivskyi · 6 years ago
  53. 335a602 Add What's New for Korean documentation translation. (GH-6645) by Julien Palard · 6 years ago
  54. a8c3424 bpo-25427: Remove pyvenv (GH-5962) by Brett Cannon · 6 years ago
  55. 9009f3e Update What's new in 3.7 to reference preadv, pwritev and posix_spawn (GH-6524) by Pablo Galindo · 6 years ago
  56. 1a5c4bd bpo-33185: Improve wording and markup (GH-6477) by Nick Coghlan · 6 years ago
  57. 82a9481 bpo-33185: Fix regression in pydoc CLI sys.path handling (GH-6419) by Nick Coghlan · 6 years ago
  58. 46936d5 Improve highlighting of some code blocks. (GH-6401) by Serhiy Storchaka · 6 years ago
  59. c51d8c9 bpo-23403: Bump pickle.DEFAULT_PROTOCOL to 4 (#6355) by Łukasz Langa · 6 years ago
  60. bac2d5b Fix duplicating words words. (GH-6296) by Serhiy Storchaka · 6 years ago
  61. e622357 Fix description about SimpleXMLRPCServer constructor parameter bind_and_activate. (GH-776) by cocoatomo · 6 years ago
  62. d5d9e02 bpo-33053: -m now adds *starting* directory to sys.path (GH-6231) by Nick Coghlan · 6 years ago
  63. bc77eff bpo-33042: Fix pre-initialization sys module configuration (GH-6157) by Nick Coghlan · 6 years ago
  64. 702f8f3 bpo-33041: Rework compiling an "async for" loop. (#6142) by Serhiy Storchaka · 6 years ago
  65. fe2bbb1 bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822) by Serhiy Storchaka · 6 years ago
  66. a34510a bpo-29719: Remove Date and Release field in whatsnew/3.7 and 8 (GH-6093) by Ned Deily · 6 years ago
  67. 51302a5 bpo-32996: Improve What's New in 3.7. (#5983) by Serhiy Storchaka · 6 years ago
  68. d7aed41 bpo-27645: Add support for native backup facility of SQLite (GH-4238) by Emanuele Gaifas · 6 years ago
  69. 4c19b95 Add What's New for issues 32303 and 32305 (GH-5994) by Barry Warsaw · 6 years ago
  70. 18fd892 bpo-30147: Add re.escape changes to 3.7 What's New (GH-5978) by Cheryl Sabella · 6 years ago
  71. 45ab51c Fix 3.8 whatsnew changelog link by Ned Deily · 6 years ago
  72. 5bd04f9 bpo-10381, bpo-32403: What's new entries for changes to datetime (gh-5814) by Paul Ganssle · 6 years ago
  73. 698dde1 bpo-31453: Add setter for min/max protocol version (#5259) by Christian Heimes · 6 years ago
  74. 9d50ab5 bpo-32951: Disable SSLSocket/SSLObject constructor (#5864) by Christian Heimes · 6 years ago
  75. 90f05a5 bpo-28124: deprecate ssl.wrap_socket() (#5888) by Christian Heimes · 6 years ago
  76. 05d9fe3 bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663) by Christian Heimes · 6 years ago
  77. 11a1493 [bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128) by Christian Heimes · 6 years ago
  78. 520b7ae bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006) by Serhiy Storchaka · 6 years ago
  79. 3fb813d bpo-31333: Fix typo in whatsnew/3.7.rst (GH-5744) by Terry Jan Reedy · 6 years ago
  80. 03e3c34 bpo-31333: Re-implement ABCMeta in C (#5273) by Ivan Levkivskyi · 6 years ago
  81. bd09335 bpo-32436: Add docs for contextvars (#5685) by Yury Selivanov · 6 years ago
  82. b65cb16 Correct the code example in Python 3.7's What's New (GH-5696) by xpvpc · 6 years ago
  83. aec7532 bpo-30579: Docs for dynamic traceback creation (GH-5653) by Nick Coghlan · 6 years ago
  84. a445feb bpo-30688: Support \N{name} escapes in re patterns. (GH-5588) by Serhiy Storchaka · 6 years ago
  85. 5bb0005 Make formatting of some return codes conforming to the general style. (#5587) by Serhiy Storchaka · 6 years ago
  86. a48e78a bpo-32585: Add tkinter.ttk.Spinbox. (#5221) by Alan D Moore · 6 years ago
  87. 22864bc Add What's new entry for datetime.fromisoformat (#5559) by Paul Ganssle · 6 years ago
  88. 6c85efa5 bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (#5497) by Serhiy Storchaka · 6 years ago
  89. c309bcf Fix typo in whatsnew/3.7.rst (GH-5551) by Dag Heyman · 6 years ago
  90. 07ca9af bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-4564) by Serhiy Storchaka · 6 years ago
  91. 97f1ca1 [3.8] bpo-31508: Remove support of arguments in tkinter.ttk.Treeview.selection. (GH-3651) by Serhiy Storchaka · 6 years ago
  92. 07a1892 Update Doc build to 3.8 by Ned Deily · 6 years ago
  93. 332cd5e bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181) by Mark Shannon · 6 years ago
  94. e6d3421 bpo-25988: Deprecate exposing collections.abc in collections GH-5414 by Raymond Hettinger · 6 years ago
  95. 892d66e bpo-31429: Define TLS cipher suite on build time (#3532) by Christian Heimes · 6 years ago
  96. db8189b bpo-31233, bpo-31151: Document socketserver changes (#5417) by Victor Stinner · 6 years ago
  97. 4d02966 Add example for PEP 557. (GH-5383) by Eric V. Smith · 6 years ago
  98. c4b1248 Pep 557 What's New (GH-5371) by Eric V. Smith · 6 years ago
  99. 61d478c bpo-31399: Let OpenSSL verify hostname and IP address (#3462) by Christian Heimes · 6 years ago
  100. 2f050c7 bpo-32433: Optimized HMAC digest (#5023) by Christian Heimes · 6 years ago