1. 11a1493 [bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128) by Christian Heimes · 6 years ago
  2. 98f42aa bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833) by Mariatta · 6 years ago
  3. 0febc05 bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473) by cocoatomo · 6 years ago
  4. 520b7ae bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006) by Serhiy Storchaka · 6 years ago
  5. e9edee0 bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789) by Benjamin Peterson · 6 years ago
  6. 52c6b89 bpo-28886: doc: Move deprecated abc decorators to separate section (GH-176) by Harshul jain · 6 years ago
  7. 7a1e178 bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Length() (GH-5767) by Zackery Spytz · 6 years ago
  8. 3fb813d bpo-31333: Fix typo in whatsnew/3.7.rst (GH-5744) by Terry Jan Reedy · 6 years ago
  9. e8eb972 Correct venv doc (fix #32540) (#5736) by TROUVERIE Joachim · 6 years ago
  10. 03e3c34 bpo-31333: Re-implement ABCMeta in C (#5273) by Ivan Levkivskyi · 6 years ago
  11. 17ab8f0 Fix a typo in asyncio docs (#5721) by Andrew Svetlov · 6 years ago
  12. 243d6d7 DOC: fix documentation for copyright and credits (GH-5706) by Gerrit Holl · 6 years ago
  13. 6887d86 bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5712) by Zackery Spytz · 6 years ago
  14. bd09335 bpo-32436: Add docs for contextvars (#5685) by Yury Selivanov · 6 years ago
  15. b65cb16 Correct the code example in Python 3.7's What's New (GH-5696) by xpvpc · 6 years ago
  16. 997b8c1 Update and sync importlib.resources documentation (#5694) by Barry Warsaw · 6 years ago
  17. 3384d38 Fix installation instructions for *nix (GH-5605) by Eitan Adler · 6 years ago
  18. 88c38a4 bpo-27846: Delete incorrect note in base64 docs (GH-5666) by Zackery Spytz · 6 years ago
  19. aec7532 bpo-30579: Docs for dynamic traceback creation (GH-5653) by Nick Coghlan · 6 years ago
  20. 7766b96 bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449) by Коренберг Марк · 6 years ago
  21. e14c010 bpo-32815: Improve docs on the subprocess API *text* parameter (GH-5622) by Pablo Galindo · 6 years ago
  22. 988fb28 bpo-11015: Update test.support documentation (GH-5610) by Cheryl Sabella · 6 years ago
  23. 8d1f2f4 bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) by sblondon · 6 years ago
  24. a445feb bpo-30688: Support \N{name} escapes in re patterns. (GH-5588) by Serhiy Storchaka · 6 years ago
  25. 5bb0005 Make formatting of some return codes conforming to the general style. (#5587) by Serhiy Storchaka · 6 years ago
  26. a48e78a bpo-32585: Add tkinter.ttk.Spinbox. (#5221) by Alan D Moore · 6 years ago
  27. fc1ce81 bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564) by Brice Gros · 6 years ago
  28. 22864bc Add What's new entry for datetime.fromisoformat (#5559) by Paul Ganssle · 6 years ago
  29. 6c85efa5 bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (#5497) by Serhiy Storchaka · 6 years ago
  30. c309bcf Fix typo in whatsnew/3.7.rst (GH-5551) by Dag Heyman · 6 years ago
  31. 7a561af bpo-32720: Fixed the replacement field grammar documentation. (GH-5544) by Mariatta · 6 years ago
  32. d1f3181 bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-4754) by Cheryl Sabella · 6 years ago
  33. ca6c125 Fix typo -- missing "not" (GH-5528) by Raymond Hettinger · 6 years ago
  34. 07ca9af bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-4564) by Serhiy Storchaka · 6 years ago
  35. 8b5fa28 bpo-32720: Fixed the definition for width and precision in format mini-language doc (GH-5482) by nathankerr96 · 6 years ago
  36. c3d9508 bpo-32746: Fix multiple typos (GH-5144) by Leo Arias · 6 years ago
  37. 589c718 bpo-32739: Show default value for rotate() (GH-5485) by Raymond Hettinger · 6 years ago
  38. 6677142 bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265) by Cheryl Sabella · 6 years ago
  39. bbbcf86 bpo-32303 - Consistency fixes for namespace loaders (#5481) by Barry Warsaw · 6 years ago
  40. 383b32f Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 by Yury Selivanov · 6 years ago
  41. 3d4dbd8 Implement TimerHandle.when() (#5473) by Andrew Svetlov · 6 years ago
  42. 97f1ca1 [3.8] bpo-31508: Remove support of arguments in tkinter.ttk.Treeview.selection. (GH-3651) by Serhiy Storchaka · 6 years ago
  43. 12e7cd8 bpo-32565: Add missed versionadded directives for all new opcodes. (#5199) by Serhiy Storchaka · 6 years ago
  44. ab32875 bpo-32722: Remove useless example in the Classes tutorial (#5446) by Stéphane Wirtel · 6 years ago
  45. 07a1892 Update Doc build to 3.8 by Ned Deily · 6 years ago
  46. 5489bda Start of 3.8.0a0 by Ned Deily · 6 years ago
  47. b299393 bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464) by Cheryl Sabella · 6 years ago
  48. a29ddf4 Make site documentation more clear (#5461) by Xiang Zhang · 6 years ago
  49. 8452104 bpo-30693: zip+tarfile: sort directory listing (#2263) by Bernhard M. Wiedemann · 6 years ago
  50. 67adb31 bpo-32724: Fix references to commands in Doc/pdb.rst (GH-5444) by Stéphane Wirtel · 6 years ago
  51. 066df4f bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966) by John Jolly · 6 years ago
  52. dd42cb7 bpo-31961: subprocess now accepts path-like args (GH-4329) by Anders Lorentsen · 6 years ago
  53. ce0f33d bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149) by Bo Bayles · 6 years ago
  54. ce237c7 bpo-21417: Add compresslevel= to the zipfile module (GH-5385) by Bo Bayles · 6 years ago
  55. 9424dcb bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401) by Julien Palard · 6 years ago
  56. 332cd5e bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181) by Mark Shannon · 6 years ago
  57. b6e43af bpo-28134: Auto-detect socket values from file descriptor (#1349) by Christian Heimes · 6 years ago
  58. 72a0d21 bpo-31356: Add context manager to temporarily disable GC (GH-4224) by Pablo Galindo · 6 years ago
  59. e6d3421 bpo-25988: Deprecate exposing collections.abc in collections GH-5414 by Raymond Hettinger · 6 years ago
  60. 892d66e bpo-31429: Define TLS cipher suite on build time (#3532) by Christian Heimes · 6 years ago
  61. db8189b bpo-31233, bpo-31151: Document socketserver changes (#5417) by Victor Stinner · 6 years ago
  62. 2914bb3 bpo-20891: Py_Initialize() now creates the GIL (#4700) by Victor Stinner · 6 years ago
  63. 2a3260b Fix minor markup typo (#5407) by cocoatomo · 6 years ago
  64. 07627e9 bpo-32251: Fix docs (#5408) by Yury Selivanov · 6 years ago
  65. f5b04a3 Document the error return of PyLong_As* APIs. (#5396) by Gregory P. Smith · 6 years ago
  66. 15ea3a6 bpo-32699: Improves doc for .pth files in presense of a ._pth file (#5399) by Steve Dower · 6 years ago
  67. f11b460 bpo-32373: Add socket.getblocking() method. (#4926) by Yury Selivanov · 6 years ago
  68. 631fd38 bpo-32251: Implement asyncio.BufferedProtocol. (#4755) by Yury Selivanov · 6 years ago
  69. 0ceb717 Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (#5394) by Yury Selivanov · 6 years ago
  70. f36ba12 bpo-32697: Definition order of kwonly params is now guaranteed preserved. (#5391) by larryhastings · 6 years ago
  71. bec2372 bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392) by Yury Selivanov · 6 years ago
  72. 79db11c Fix PyTrace_RETURN documentation (GH-5384) by Xiang Zhang · 6 years ago
  73. 4d02966 Add example for PEP 557. (GH-5383) by Eric V. Smith · 6 years ago
  74. 6c51d51 bpo-32659: Solaris "stat" should support "st_fstype" (#5307) by jcea · 6 years ago
  75. 255f7a2 bpo-32649: Add C API docs for per-opcode tracing & profiling (GH-5360) by Xiang Zhang · 6 years ago
  76. 9ed0aee bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (#5361) by Xiang Zhang · 6 years ago
  77. c4b1248 Pep 557 What's New (GH-5371) by Eric V. Smith · 6 years ago
  78. 47c0b1f bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724) by Коренберг Марк · 6 years ago
  79. ee72ac0 bpo-32622: Fix AbstractEventLoop.sendfile signature in documentation. (GH-5368) by Elvis Pranskevichus · 6 years ago
  80. 7c68407 bpo-32622: Implement loop.sendfile() (#5271) by Andrew Svetlov · 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. d0e31b9 bpo-32454: socket closefd (#5048) by Christian Heimes · 6 years ago
  85. 2f050c7 bpo-32433: Optimized HMAC digest (#5023) by Christian Heimes · 6 years ago
  86. a49ac99 bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342) by INADA Naoki · 6 years ago
  87. 85527cf bpo-27505: Add change notes in module attribute docs (GH-5320) by Cheryl Sabella · 6 years ago
  88. 43c47fe bpo-32670: Enforce PEP 479. (#5327) by Yury Selivanov · 6 years ago
  89. 95e4d58 String annotations [PEP 563] (#4390) by Guido van Rossum · 6 years ago
  90. 863b1e4 bpo-29237: Create enum for pstats sorting options (GH-5103) by mwidjaja · 6 years ago
  91. 2fc98ae bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264) by Bo Bayles · 6 years ago
  92. c9070d0 bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312) by Yury Selivanov · 6 years ago
  93. 1aa094f bpo-29302: Implement contextlib.AsyncExitStack. (#4790) by Ilya Kulakov · 6 years ago
  94. cab0b2b bpo-29708: Add What's New entries for SOURCE_DATE_EPOCH and py_compile (GH-5306) by Brett Cannon · 6 years ago
  95. fe133aa bpo-32391: Implement StreamWriter.wait_closed() (#5281) by Andrew Svetlov · 6 years ago
  96. 04af5b1 bpo-10381: Add timezone to datetime C API (#5032) by Paul Ganssle · 6 years ago
  97. ccbe581 bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based .pyc files (GH-5200) by Bernhard M. Wiedemann · 6 years ago
  98. 6f6eb35 bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipimport (#5248) by Barry Warsaw · 6 years ago
  99. d499031 bpo-32651 Recommend getpass.getuser() (#5301) by Barry Warsaw · 6 years ago
  100. 131fd7f bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (#4056) by Pablo Galindo · 6 years ago