1. 74ebbae bpo-29248: Fix os.readlink() on Windows (GH-5577) by Miss Islington (bot) · 8 years ago
  2. 38b4dd7 bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639) by Miss Islington (bot) · 8 years ago
  3. 0442599 bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (GH-5449) (#5641) by Miss Islington (bot) · 8 years ago
  4. 972edd9 Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (GH-5569) by Miss Islington (bot) · 8 years ago
  5. ba4f218 bpo-32815: Improve docs on the subprocess API *text* parameter (GH-5622) (GH-5631) by Miss Islington (bot) · 8 years ago
  6. 09df4b7 Fix AppVeyor doc short-circuit (GH-5633) by Miss Islington (bot) · 8 years ago
  7. 40f7d9a [3.7] Add short-circuit for doc changes to AppVeyor (GH-5626) by Zachary Ware · 8 years ago
  8. fe61e8d bpo-32604: Make _xxsubinterpreters build on Windows (GH-5624) by Miss Islington (bot) · 8 years ago
  9. a0b998d bpo-11015: Update test.support documentation (GH-5619) by Miss Islington (bot) · 8 years ago
  10. 170b3f7 bpo-32792: Preserve mapping order in ChainMap() (GH-5586) (#GH-5617) by Miss Islington (bot) · 8 years ago
  11. e603320 bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5611) by Miss Islington (bot) · 8 years ago
  12. e39429a travis: Use -O3 option (GH-5599) by Miss Islington (bot) · 8 years ago
  13. 2ef69a1 bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5602) by Miss Islington (bot) · 8 years ago
  14. 7df8049 Fix some warnings produced by different compilers. (GH-5593) (GH-5600) by Miss Islington (bot) · 8 years ago
  15. 3a047a7 Make formatting of some return codes conforming to the general style. (GH-5587) (GH-5597) by Miss Islington (bot) · 8 years ago
  16. 0e36173 bpo-32775: Fix regular expression warnings in fnmatch. (GH-5583) (GH-5596) by Miss Islington (bot) · 8 years ago
  17. 105fcbf bpo-32585: Add tkinter.ttk.Spinbox. (GH-5221) (GH-5592) by Miss Islington (bot) · 8 years ago
  18. ad3997c bpo-32802: Fix Travis build (GH-5589) (GH-5590) by Miss Islington (bot) · 8 years ago
  19. a747cf6 bpo-32720: Fixed the replacement field grammar documentation. (GH-5544) (GH-5546) by Miss Islington (bot) · 8 years ago
  20. a702f6b Fix typo in whatsnew/3.7.rst (GH-5551) (GH-5553) by Miss Islington (bot) · 8 years ago
  21. 4e7a964 bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564) (GH-5572) by Miss Islington (bot) · 8 years ago
  22. 2c6f668 bpo-30693: Fix tarfile test cleanup on MSWindows (GH-5557) (GH-5567) by Miss Islington (bot) · 8 years ago
  23. 2bb0bfa bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5562) by Miss Islington (bot) · 8 years ago
  24. fea0a12 [3.7] bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-5543) by Miss Islington (bot) · 8 years ago
  25. 4abcbc0 bpo-30928: IDLE - update NEWS.txt. (GH-5539) (GH-5540) by Miss Islington (bot) · 8 years ago
  26. 5b933aa bpo-32765: Update configdialog General tab create page docstring (GH-5529) (GH-5537) by Miss Islington (bot) · 8 years ago
  27. 5c5e61b Fix typo -- missing "not" (GH-5528) (GH-5530) by Miss Islington (bot) · 8 years ago
  28. e6499a0 Use assertTrue() instead of deprecated assert_(). (GH-5526) (GH-5527) by Miss Islington (bot) · 8 years ago
  29. 1a0239e [3.7] bpo-32691: Use mod_spec.parent when running modules with pdb (GH-5510) by Miss Islington (bot) · 8 years ago
  30. 133514e bpo-32720: Fixed the definition for width and precision in format mini-language doc (GH-5482) (GH-5524) by Miss Islington (bot) · 8 years ago
  31. e86db34 [3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520) by Miss Islington (bot) · 8 years ago
  32. 52f7458 bpo-32739: Show default value for rotate() (GH-5485) (GH-5514) by Miss Islington (bot) · 8 years ago
  33. f33eced bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (GH-5507) by Miss Islington (bot) · 8 years ago
  34. a23d30f bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5503) by Barry Warsaw · 8 years ago
  35. 2b5937e bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5501) by Miss Islington (bot) · 8 years ago
  36. c7de1d7 bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265) (#5499) by Miss Islington (bot) · 8 years ago
  37. 29fd9ea Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 (#5496) by Miss Islington (bot) · 8 years ago
  38. 709f6ad bpo-32733: Make test_coroutines robust against -Werror (GH-5487) (GH-5490) by Miss Islington (bot) · 8 years ago
  39. e985afc bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5488) by Miss Islington (bot) · 8 years ago
  40. 7876778 bpo-32436: Fix compiler warning (GH-5483) (GH-5486) by Miss Islington (bot) · 8 years ago
  41. 5d2dcd0 Fix typo in hamt.c comments (GH-5478) (#5484) by Miss Islington (bot) · 8 years ago
  42. 71a0b0e Implement TimerHandle.when() (GH-5473) (GH-5480) by Miss Islington (bot) · 8 years ago
  43. 78758f2 [3.7] bpo-32711: Fix warnings for Python/ast_unparse.c (GH-5426) (#5475) by Miss Islington (bot) · 8 years ago
  44. 4d65430 bpo-32565: Add missed versionadded directives for all new opcodes. (GH-5199) (GH-5470) by Miss Islington (bot) · 8 years ago
  45. 7f38637 Update Doc build for split off of 3.7 branch by Ned Deily · 8 years ago
  46. 70e3042 bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464) by Cheryl Sabella · 8 years ago
  47. f3da70f Make site documentation more clear (#5461) by Xiang Zhang · 8 years ago
  48. 86fdad0 bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325) by Xiang Zhang · 8 years ago
  49. 57750be bpo-30693: zip+tarfile: sort directory listing (#2263) by Bernhard M. Wiedemann · 8 years ago
  50. 209108b bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addrs (#5451) by Stéphane Wirtel · 8 years ago
  51. f5f8a74 finished 3.7.0b1 - on to b1+ by Ned Deily · 8 years ago
  52. 9561d7f Update NEWS, docs, and patchlevel for 3.7.0b1 by Ned Deily · 8 years ago
  53. 7fdefac bpo-32726: Build macOS 10.9+ installer with private copy of Tcl/Tk 8.6 by Ned Deily · 8 years ago
  54. 1e17d4a compare with difflib not diff(1) (GH-5450) by Benjamin Peterson · 8 years ago
  55. 8c9bb72 bpo-32726: macOS installer and framework enhancements and changes for 3.7.0 (GH-5448) by Ned Deily · 8 years ago
  56. b8d9032 bpo-28914: Fix compilation of select on Android (#5447) by Victor Stinner · 8 years ago
  57. 763f094 bpo-28440: Don't add /Library/Python/3.x/site-packages to sys.path (#5445) by Ned Deily · 8 years ago
  58. 67adb31 bpo-32724: Fix references to commands in Doc/pdb.rst (GH-5444) by Stéphane Wirtel · 8 years ago
  59. 066df4f bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966) by John Jolly · 8 years ago
  60. 2e0ecde bpo-28134: Ignore proto in unknown socket test (GH-5435) by Christian Heimes · 8 years ago
  61. dd42cb7 bpo-31961: subprocess now accepts path-like args (GH-4329) by Anders Lorentsen · 8 years ago
  62. 14e976e closes bpo-30117: fix lib2to3 ParserIdempotency test (GH-1242) by Eric Appelt · 8 years ago
  63. ce0f33d bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149) by Bo Bayles · 8 years ago
  64. 9544180 closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441) by Benjamin Peterson · 8 years ago
  65. 3d86e48 bpo-32681: Fix an uninitialized variable in the C implementation of os.dup2 (GH-5346) by Stéphane Wirtel · 8 years ago
  66. ce237c7 bpo-21417: Add compresslevel= to the zipfile module (GH-5385) by Bo Bayles · 8 years ago
  67. f4d644f bpo-25942: make subprocess more graceful on ^C (GH-5026) by Gregory P. Smith · 8 years ago
  68. 83e64c8 bpo-32604: NULL-terminate kwlist in channel_drop_interpreter(). (gh-5437) by Eric Snow · 8 years ago
  69. 9424dcb bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401) by Julien Palard · 8 years ago
  70. 77526f0 replace dynamic import with 'exec' with importlib.import_module (#5433) by Benjamin Peterson · 8 years ago
  71. 7f8bfc9 bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh-1748) by Eric Snow · 8 years ago
  72. 332cd5e bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181) by Mark Shannon · 8 years ago
  73. b6e43af bpo-28134: Auto-detect socket values from file descriptor (#1349) by Christian Heimes · 8 years ago
  74. 72a0d21 bpo-31356: Add context manager to temporarily disable GC (GH-4224) by Pablo Galindo · 8 years ago
  75. 0cd6bca bpo-20104: Fix leaks and errors in new os.posix_spawn (GH-5418) by Pablo Galindo · 8 years ago
  76. c65ef77 rename _imp initialization function to follow conventions (#5432) by Benjamin Peterson · 8 years ago
  77. 2a2270d bpo-32703: Fix coroutine resource warning in case where there's an error (GH-5410) by Yury Selivanov · 8 years ago
  78. b647d70 bpo-32707: Fix warnings in hamt.c (#5430) by Yury Selivanov · 8 years ago
  79. aa218d1 bpo-27931: Fix email address header parsing error (#5329) by jayyyin · 8 years ago
  80. e6d3421 bpo-25988: Deprecate exposing collections.abc in collections GH-5414 by Raymond Hettinger · 8 years ago
  81. 4f4ef0a Add a test for pdb until command in coroutine (#5427) by Andrew Svetlov · 8 years ago
  82. 66e5742 bpo-28414: ssl module idna test (#5395) by Christian Heimes · 8 years ago
  83. 892d66e bpo-31429: Define TLS cipher suite on build time (#3532) by Christian Heimes · 8 years ago
  84. d951157 bpo-20891: Reenable test_embed.test_bpo20891() (GH-5420) by Victor Stinner · 8 years ago
  85. 8017b80 bpo-28685: Fix compiler warning (GH-5423) by Victor Stinner · 8 years ago
  86. 51500f3 bpo-32706: Skip test_ftplib.test_check_hostname() (#5422) by Victor Stinner · 8 years ago
  87. db8189b bpo-31233, bpo-31151: Document socketserver changes (#5417) by Victor Stinner · 8 years ago
  88. 2914bb3 bpo-20891: Py_Initialize() now creates the GIL (#4700) by Victor Stinner · 8 years ago
  89. 8997f9c bpo-32705: Current Android does not have posix_spawn (#5413) by Chih-Hsuan Yen · 8 years ago
  90. 2a3260b Fix minor markup typo (#5407) by cocoatomo · 8 years ago
  91. 95e2147 bpo-32591: silence deprecation warnings in test_coroutine (GH-5412) by Nathaniel J. Smith · 8 years ago
  92. 1e5b25b bpo-23749: Make start-tls tests more stable on win7 buildbot (GH-5409) by Yury Selivanov · 8 years ago
  93. 07627e9 bpo-32251: Fix docs (#5408) by Yury Selivanov · 8 years ago
  94. 9ee1bf9 bpo-32650: Add an asyncgen pdb test (#5406) by Yury Selivanov · 8 years ago
  95. 997478e bpo-32688: Make why the line is commented out clear (GH-5405) by Xiang Zhang · 8 years ago
  96. 1e34da4 bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#582) by embg · 8 years ago
  97. 6c6ddf9 bpo-20104: Expose `posix_spawn` in the os module (GH-5109) by Pablo Galindo · 8 years ago
  98. f5b04a3 Document the error return of PyLong_As* APIs. (#5396) by Gregory P. Smith · 8 years ago
  99. c7ab581 bpo-32650 Add support for async generators and more test for coroutines in pdb (#5403) by Pablo Galindo · 8 years ago
  100. 4687702 bpo-32650: Add native coroutine support to bdb when stepping over line (GH-5400) by Pablo Galindo · 8 years ago