1. da6c3da bpo-32370: Use the correct encoding for ipconfig output in the uuid module. (GH-5608) by Segev Finer · 6 years ago
  2. b7e2d67 bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler. (GH-5636) by Serhiy Storchaka · 6 years ago
  3. 688722c bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646) by Terry Jan Reedy · 6 years ago
  4. f34e03e bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639) by Terry Jan Reedy · 6 years ago
  5. 7766b96 bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449) by Коренберг Марк · 6 years ago
  6. 3c34aad bpo-29248: Fix os.readlink() on Windows (GH-5577) by SSE4 · 6 years ago
  7. 6ea20fc Fix AppVeyor doc short-circuit (GH-5632) by Zachary Ware · 6 years ago
  8. e14c010 bpo-32815: Improve docs on the subprocess API *text* parameter (GH-5622) by Pablo Galindo · 6 years ago
  9. 28607e0 Add short-circuit for doc changes to AppVeyor (GH-5519) by Zachary Ware · 6 years ago
  10. 310b052 bpo-32604: Make _xxsubinterpreters build on Windows (GH-5516) by Zachary Ware · 6 years ago
  11. 136c8e0 Code beautification using f-strings (#5618) by Raymond Hettinger · 6 years ago
  12. 988fb28 bpo-11015: Update test.support documentation (GH-5610) by Cheryl Sabella · 6 years ago
  13. 3793f95 bpo-32792: Preserve mapping order in ChainMap() (GH-5586) by Raymond Hettinger · 6 years ago
  14. 8d1f2f4 bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) by sblondon · 6 years ago
  15. 8ff5356 travis: Use -O3 option (GH-5599) by INADA Naoki · 6 years ago
  16. 5df5286 bpo-30688: Import unicodedata only when needed. (GH-5606) by Zhou Fangyi · 6 years ago
  17. a445feb bpo-30688: Support \N{name} escapes in re patterns. (GH-5588) by Serhiy Storchaka · 6 years ago
  18. 2411292 bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) by Serhiy Storchaka · 6 years ago
  19. bfe4fd5 Fix some warnings produced by different compilers. (#5593) by Serhiy Storchaka · 6 years ago
  20. 5bb0005 Make formatting of some return codes conforming to the general style. (#5587) by Serhiy Storchaka · 6 years ago
  21. 23cdbfa bpo-32775: Fix regular expression warnings in fnmatch. (#5583) by Serhiy Storchaka · 6 years ago
  22. feaefc7 Cleanup inspect by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  23. a48e78a bpo-32585: Add tkinter.ttk.Spinbox. (#5221) by Alan D Moore · 6 years ago
  24. 32921f9 bpo-32802: Fix Travis build (GH-5589) by Stéphane Wirtel · 6 years ago
  25. fc1ce81 bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564) by Brice Gros · 6 years ago
  26. 517da1e Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) by Alexey · 6 years ago
  27. 4ad703b bpo-30693: Fix tarfile test cleanup on MSWindows (#5557) by Bernhard M. Wiedemann · 6 years ago
  28. c1e46e9 bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) by Alexey Izbyshev · 6 years ago
  29. 22864bc Add What's new entry for datetime.fromisoformat (#5559) by Paul Ganssle · 6 years ago
  30. 6c85efa5 bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (#5497) by Serhiy Storchaka · 6 years ago
  31. c309bcf Fix typo in whatsnew/3.7.rst (GH-5551) by Dag Heyman · 6 years ago
  32. 7a561af bpo-32720: Fixed the replacement field grammar documentation. (GH-5544) by Mariatta · 6 years ago
  33. d1f3181 bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-4754) by Cheryl Sabella · 6 years ago
  34. 05e8067 Add entry for uniform lower context; add 'since' to be explicit. (GH-5539) by Terry Jan Reedy · 6 years ago
  35. 845d864 bpo-32765: Update configdialog General tab create page docstring (GH-5529) by Cheryl Sabella · 6 years ago
  36. 6850450 Try to fix the AppVeyor cache mechanism (GH-5536) by Zachary Ware · 6 years ago
  37. 7de25b1 Fix version in AppVeyor (GH-5535) by Zachary Ware · 6 years ago
  38. ca6c125 Fix typo -- missing "not" (GH-5528) by Raymond Hettinger · 6 years ago
  39. 95c3262 Use assertTrue() instead of deprecated assert_(). (#5526) by Serhiy Storchaka · 6 years ago
  40. 07ca9af bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-4564) by Serhiy Storchaka · 6 years ago
  41. 8b5fa28 bpo-32720: Fixed the definition for width and precision in format mini-language doc (GH-5482) by nathankerr96 · 6 years ago
  42. c3d9508 bpo-32746: Fix multiple typos (GH-5144) by Leo Arias · 6 years ago
  43. 589c718 bpo-32739: Show default value for rotate() (GH-5485) by Raymond Hettinger · 6 years ago
  44. 38bfa84 bpo-32691: Use mod_spec.parent when running modules with pdb (GH-5474) by Mario Corchero · 6 years ago
  45. 4e9da0d bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (#5507) by Eric Snow · 6 years ago
  46. 2f79c01 bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) by Bar Harel · 6 years ago
  47. 6677142 bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265) by Cheryl Sabella · 6 years ago
  48. bbbcf86 bpo-32303 - Consistency fixes for namespace loaders (#5481) by Barry Warsaw · 6 years ago
  49. 383b32f Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 by Yury Selivanov · 6 years ago
  50. aa0735f bpo-32747: Remove trailing spaces in docstrings. (GH-5491) by oldk · 6 years ago
  51. 2efb973 bpo-32733: Make test_coroutines robust against -Werror (GH-5487) by Nathaniel J. Smith · 6 years ago
  52. 461d225 bpo-32674: Improve the docstring for __import__ (GH-5339) by oldk · 6 years ago
  53. 55e0839 bpo-32436: Fix compiler warning (#5483) by Yury Selivanov · 6 years ago
  54. 01a0cb8 Fix typo in hamt.c comments (#5478) by Dmitry Alimov · 6 years ago
  55. 3d4dbd8 Implement TimerHandle.when() (#5473) by Andrew Svetlov · 6 years ago
  56. 83ab995 bpo-32711: Fix warnings for Python/ast_unparse.c (#5426) by Stéphane Wirtel · 6 years ago
  57. 97f1ca1 [3.8] bpo-31508: Remove support of arguments in tkinter.ttk.Treeview.selection. (GH-3651) by Serhiy Storchaka · 6 years ago
  58. 12e7cd8 bpo-32565: Add missed versionadded directives for all new opcodes. (#5199) by Serhiy Storchaka · 6 years ago
  59. ab32875 bpo-32722: Remove useless example in the Classes tutorial (#5446) by Stéphane Wirtel · 6 years ago
  60. 07a1892 Update Doc build to 3.8 by Ned Deily · 6 years ago
  61. 5489bda Start of 3.8.0a0 by Ned Deily · 6 years ago
  62. 6e41cd9 Update NEWS, docs, and patchlevel for 3.7.0b1 by Ned Deily · 6 years ago
  63. 1ca2ffd bpo-32726: Build macOS 10.9+ installer with private copy of Tcl/Tk 8.6 by Ned Deily · 6 years ago
  64. b299393 bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464) by Cheryl Sabella · 6 years ago
  65. c66f9f8 bpo-25988: Emit a warning when use or import ABCs from 'collections'. (#5460) by Serhiy Storchaka · 6 years ago
  66. a29ddf4 Make site documentation more clear (#5461) by Xiang Zhang · 6 years ago
  67. 2c7fd46 bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325) by Xiang Zhang · 6 years ago
  68. 8452104 bpo-30693: zip+tarfile: sort directory listing (#2263) by Bernhard M. Wiedemann · 6 years ago
  69. 8d83e4b bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addrs (#5451) by Stéphane Wirtel · 6 years ago
  70. 1e17d4a compare with difflib not diff(1) (GH-5450) by Benjamin Peterson · 6 years ago
  71. 8c9bb72 bpo-32726: macOS installer and framework enhancements and changes for 3.7.0 (GH-5448) by Ned Deily · 6 years ago
  72. b8d9032 bpo-28914: Fix compilation of select on Android (#5447) by Victor Stinner · 6 years ago
  73. 763f094 bpo-28440: Don't add /Library/Python/3.x/site-packages to sys.path (#5445) by Ned Deily · 6 years ago
  74. 67adb31 bpo-32724: Fix references to commands in Doc/pdb.rst (GH-5444) by Stéphane Wirtel · 6 years ago
  75. 066df4f bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966) by John Jolly · 6 years ago
  76. 2e0ecde bpo-28134: Ignore proto in unknown socket test (GH-5435) by Christian Heimes · 6 years ago
  77. dd42cb7 bpo-31961: subprocess now accepts path-like args (GH-4329) by Anders Lorentsen · 6 years ago
  78. 14e976e closes bpo-30117: fix lib2to3 ParserIdempotency test (GH-1242) by Eric Appelt · 6 years ago
  79. ce0f33d bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149) by Bo Bayles · 6 years ago
  80. 9544180 closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441) by Benjamin Peterson · 6 years ago
  81. 3d86e48 bpo-32681: Fix an uninitialized variable in the C implementation of os.dup2 (GH-5346) by Stéphane Wirtel · 6 years ago
  82. ce237c7 bpo-21417: Add compresslevel= to the zipfile module (GH-5385) by Bo Bayles · 6 years ago
  83. f4d644f bpo-25942: make subprocess more graceful on ^C (GH-5026) by Gregory P. Smith · 6 years ago
  84. 83e64c8 bpo-32604: NULL-terminate kwlist in channel_drop_interpreter(). (gh-5437) by Eric Snow · 6 years ago
  85. 9424dcb bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401) by Julien Palard · 6 years ago
  86. 77526f0 replace dynamic import with 'exec' with importlib.import_module (#5433) by Benjamin Peterson · 6 years ago
  87. 7f8bfc9 bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh-1748) by Eric Snow · 6 years ago
  88. 332cd5e bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181) by Mark Shannon · 6 years ago
  89. b6e43af bpo-28134: Auto-detect socket values from file descriptor (#1349) by Christian Heimes · 6 years ago
  90. 72a0d21 bpo-31356: Add context manager to temporarily disable GC (GH-4224) by Pablo Galindo · 6 years ago
  91. 0cd6bca bpo-20104: Fix leaks and errors in new os.posix_spawn (GH-5418) by Pablo Galindo · 6 years ago
  92. c65ef77 rename _imp initialization function to follow conventions (#5432) by Benjamin Peterson · 6 years ago
  93. 2a2270d bpo-32703: Fix coroutine resource warning in case where there's an error (GH-5410) by Yury Selivanov · 6 years ago
  94. b647d70 bpo-32707: Fix warnings in hamt.c (#5430) by Yury Selivanov · 6 years ago
  95. aa218d1 bpo-27931: Fix email address header parsing error (#5329) by jayyyin · 6 years ago
  96. e6d3421 bpo-25988: Deprecate exposing collections.abc in collections GH-5414 by Raymond Hettinger · 6 years ago
  97. 4f4ef0a Add a test for pdb until command in coroutine (#5427) by Andrew Svetlov · 6 years ago
  98. 66e5742 bpo-28414: ssl module idna test (#5395) by Christian Heimes · 6 years ago
  99. 892d66e bpo-31429: Define TLS cipher suite on build time (#3532) by Christian Heimes · 6 years ago
  100. d951157 bpo-20891: Reenable test_embed.test_bpo20891() (GH-5420) by Victor Stinner · 6 years ago