1. b3caf38 closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708) by Alexey Izbyshev · 6 years ago
  2. 6240917 bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5757) by Steve Dower · 6 years ago
  3. dfa015c bpo-31972: Improve docstrings for pathlib classes (#5310) by chason · 6 years ago
  4. 08a6926 Improve error message for "setup.py upload" without dist files (#21060) by Éric Araujo · 6 years ago
  5. 03e3c34 bpo-31333: Re-implement ABCMeta in C (#5273) by Ivan Levkivskyi · 6 years ago
  6. 9f42232 bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692) by Kyle Altendorf · 6 years ago
  7. bd09335 bpo-32436: Add docs for contextvars (#5685) by Yury Selivanov · 6 years ago
  8. 5746510 bpo-32841: Fix cancellation in awaiting asyncio.Condition (#5665) by Bar Harel · 6 years ago
  9. d019bc8 bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) by Oren Milman · 6 years ago
  10. da6c3da bpo-32370: Use the correct encoding for ipconfig output in the uuid module. (GH-5608) by Segev Finer · 6 years ago
  11. 688722c bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646) by Terry Jan Reedy · 6 years ago
  12. f34e03e bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639) by Terry Jan Reedy · 6 years ago
  13. 7766b96 bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449) by Коренберг Марк · 6 years ago
  14. 3c34aad bpo-29248: Fix os.readlink() on Windows (GH-5577) by SSE4 · 6 years ago
  15. 988fb28 bpo-11015: Update test.support documentation (GH-5610) by Cheryl Sabella · 6 years ago
  16. 3793f95 bpo-32792: Preserve mapping order in ChainMap() (GH-5586) by Raymond Hettinger · 6 years ago
  17. 8d1f2f4 bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) by sblondon · 6 years ago
  18. a445feb bpo-30688: Support \N{name} escapes in re patterns. (GH-5588) by Serhiy Storchaka · 6 years ago
  19. 2411292 bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) by Serhiy Storchaka · 6 years ago
  20. 23cdbfa bpo-32775: Fix regular expression warnings in fnmatch. (#5583) by Serhiy Storchaka · 6 years ago
  21. a48e78a bpo-32585: Add tkinter.ttk.Spinbox. (#5221) by Alan D Moore · 6 years ago
  22. c1e46e9 bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) by Alexey Izbyshev · 6 years ago
  23. 6c85efa5 bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (#5497) by Serhiy Storchaka · 6 years ago
  24. d1f3181 bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-4754) by Cheryl Sabella · 6 years ago
  25. 845d864 bpo-32765: Update configdialog General tab create page docstring (GH-5529) by Cheryl Sabella · 6 years ago
  26. 07ca9af bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-4564) by Serhiy Storchaka · 6 years ago
  27. 38bfa84 bpo-32691: Use mod_spec.parent when running modules with pdb (GH-5474) by Mario Corchero · 6 years ago
  28. 2f79c01 bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) by Bar Harel · 6 years ago
  29. 6677142 bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265) by Cheryl Sabella · 6 years ago
  30. bbbcf86 bpo-32303 - Consistency fixes for namespace loaders (#5481) by Barry Warsaw · 6 years ago
  31. 383b32f Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 by Yury Selivanov · 6 years ago
  32. 3d4dbd8 Implement TimerHandle.when() (#5473) by Andrew Svetlov · 6 years ago
  33. 83ab995 bpo-32711: Fix warnings for Python/ast_unparse.c (#5426) by Stéphane Wirtel · 6 years ago
  34. 97f1ca1 [3.8] bpo-31508: Remove support of arguments in tkinter.ttk.Treeview.selection. (GH-3651) by Serhiy Storchaka · 6 years ago
  35. ab32875 bpo-32722: Remove useless example in the Classes tutorial (#5446) by Stéphane Wirtel · 6 years ago
  36. 6e41cd9 Update NEWS, docs, and patchlevel for 3.7.0b1 by Ned Deily · 6 years ago
  37. 1ca2ffd bpo-32726: Build macOS 10.9+ installer with private copy of Tcl/Tk 8.6 by Ned Deily · 6 years ago
  38. 2c7fd46 bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325) by Xiang Zhang · 6 years ago
  39. 8452104 bpo-30693: zip+tarfile: sort directory listing (#2263) by Bernhard M. Wiedemann · 6 years ago
  40. 8d83e4b bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addrs (#5451) by Stéphane Wirtel · 6 years ago
  41. 8c9bb72 bpo-32726: macOS installer and framework enhancements and changes for 3.7.0 (GH-5448) by Ned Deily · 6 years ago
  42. 763f094 bpo-28440: Don't add /Library/Python/3.x/site-packages to sys.path (#5445) by Ned Deily · 6 years ago
  43. 67adb31 bpo-32724: Fix references to commands in Doc/pdb.rst (GH-5444) by Stéphane Wirtel · 6 years ago
  44. 066df4f bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966) by John Jolly · 6 years ago
  45. dd42cb7 bpo-31961: subprocess now accepts path-like args (GH-4329) by Anders Lorentsen · 6 years ago
  46. ce0f33d bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149) by Bo Bayles · 6 years ago
  47. 9544180 closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441) by Benjamin Peterson · 6 years ago
  48. 3d86e48 bpo-32681: Fix an uninitialized variable in the C implementation of os.dup2 (GH-5346) by Stéphane Wirtel · 6 years ago
  49. ce237c7 bpo-21417: Add compresslevel= to the zipfile module (GH-5385) by Bo Bayles · 6 years ago
  50. f4d644f bpo-25942: make subprocess more graceful on ^C (GH-5026) by Gregory P. Smith · 6 years ago
  51. 7f8bfc9 bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh-1748) by Eric Snow · 6 years ago
  52. 332cd5e bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181) by Mark Shannon · 6 years ago
  53. b6e43af bpo-28134: Auto-detect socket values from file descriptor (#1349) by Christian Heimes · 6 years ago
  54. 72a0d21 bpo-31356: Add context manager to temporarily disable GC (GH-4224) by Pablo Galindo · 6 years ago
  55. 2a2270d bpo-32703: Fix coroutine resource warning in case where there's an error (GH-5410) by Yury Selivanov · 6 years ago
  56. aa218d1 bpo-27931: Fix email address header parsing error (#5329) by jayyyin · 6 years ago
  57. e6d3421 bpo-25988: Deprecate exposing collections.abc in collections GH-5414 by Raymond Hettinger · 6 years ago
  58. 66e5742 bpo-28414: ssl module idna test (#5395) by Christian Heimes · 6 years ago
  59. 892d66e bpo-31429: Define TLS cipher suite on build time (#3532) by Christian Heimes · 6 years ago
  60. 2914bb3 bpo-20891: Py_Initialize() now creates the GIL (#4700) by Victor Stinner · 6 years ago
  61. 1e34da4 bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#582) by embg · 6 years ago
  62. 6c6ddf9 bpo-20104: Expose `posix_spawn` in the os module (GH-5109) by Pablo Galindo · 6 years ago
  63. 4687702 bpo-32650: Add native coroutine support to bdb when stepping over line (GH-5400) by Pablo Galindo · 6 years ago
  64. f11b460 bpo-32373: Add socket.getblocking() method. (#4926) by Yury Selivanov · 6 years ago
  65. 631fd38 bpo-32251: Implement asyncio.BufferedProtocol. (#4755) by Yury Selivanov · 6 years ago
  66. 0ceb717 Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (#5394) by Yury Selivanov · 6 years ago
  67. f36ba12 bpo-32697: Definition order of kwonly params is now guaranteed preserved. (#5391) by larryhastings · 6 years ago
  68. bec2372 bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392) by Yury Selivanov · 6 years ago
  69. a4d0001 bpo-32690: Preserve order of locals() (#5379) by Raymond Hettinger · 6 years ago
  70. 059f58c bpo-32228: Reset raw_pos after unwinding the raw stream (#4858) by Nitish Chandra · 6 years ago
  71. f0a95f2 bpo-32660: Solaris should support constants like termios' FIONREAD (#5328) by jcea · 6 years ago
  72. 6c51d51 bpo-32659: Solaris "stat" should support "st_fstype" (#5307) by jcea · 6 years ago
  73. 43c0f1a bpo-32685: Improve suggestion for print statement (GH-5375) by Nitish Chandra · 6 years ago
  74. 255f7a2 bpo-32649: Add C API docs for per-opcode tracing & profiling (GH-5360) by Xiang Zhang · 6 years ago
  75. a278ad2 bpo-30306: Add missing NEWS entry (GH-5374) by Nick Coghlan · 6 years ago
  76. ea8fc52 bpo-32513: Make it easier to override dunders in dataclasses. (GH-5366) by Eric V. Smith · 6 years ago
  77. 47c0b1f bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724) by Коренберг Марк · 6 years ago
  78. 7c68407 bpo-32622: Implement loop.sendfile() (#5271) by Andrew Svetlov · 6 years ago
  79. f13f12d bpo-32630: Use contextvars in decimal (GH-5278) by Yury Selivanov · 6 years ago
  80. 4defba3 bpo-31368: Expose preadv and pwritev in the os module (#5239) by Pablo Galindo · 6 years ago
  81. 61d478c bpo-31399: Let OpenSSL verify hostname and IP address (#3462) by Christian Heimes · 6 years ago
  82. 746cc75 bpo-31853: Replaced socket.method calls with super() in SSLSocket. (#4048) by Mads Jensen · 6 years ago
  83. d0e31b9 bpo-32454: socket closefd (#5048) by Christian Heimes · 6 years ago
  84. 2f050c7 bpo-32433: Optimized HMAC digest (#5023) by Christian Heimes · 6 years ago
  85. a49ac99 bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342) by INADA Naoki · 6 years ago
  86. 29a7df7 bpo-32521: nis libnsl (#5190) by Christian Heimes · 6 years ago
  87. 43c47fe bpo-32670: Enforce PEP 479. (#5327) by Yury Selivanov · 6 years ago
  88. d7773d9 bpo-18533: Avoid RecursionError from repr() of recursive dictview (#4823) by bennorth · 6 years ago
  89. 863b1e4 bpo-29237: Create enum for pstats sorting options (GH-5103) by mwidjaja · 6 years ago
  90. 2fc98ae bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264) by Bo Bayles · 6 years ago
  91. c47dacb bpo-32574: Fix leaks in asyncio.Queue.put() and .get() (#5208) by José Melero Fernández · 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. fe133aa bpo-32391: Implement StreamWriter.wait_closed() (#5281) by Andrew Svetlov · 6 years ago
  95. 04af5b1 bpo-10381: Add timezone to datetime C API (#5032) by Paul Ganssle · 6 years ago
  96. ccbe581 bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based .pyc files (GH-5200) by Bernhard M. Wiedemann · 6 years ago
  97. 6f6eb35 bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipimport (#5248) by Barry Warsaw · 6 years ago
  98. 22feeb8 bpo-32643: Drop support for a few private Task and Future APIs. (#5293) by Yury Selivanov · 6 years ago
  99. 131fd7f bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (#4056) by Pablo Galindo · 6 years ago
  100. 6b273f7 bpo-32502: Discard 64-bit (and other invalid) hardware addresses (#5254) by Bo Bayles · 6 years ago