Python 3.7.0b2
  1. b0ef5c9 Update NEWS, docs, and patchlevel for 3.7.0b2 by Ned Deily · 7 years ago v3.7.0b2
  2. 0ea49fc bpo-30928: Update idlelib/NEWS.txt, possibly for 3.7.0b2 (GH-5932) by Miss Islington (bot) · 7 years ago
  3. b7dcae3 Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (GH-5912) (GH-5931) by Miss Islington (bot) · 7 years ago
  4. 4c842b0 bpo-31453: Add setter for min/max protocol version (GH-5259) by Miss Islington (bot) · 7 years ago
  5. 89c2051 [3.7] bpo-32951: Disable SSLSocket/SSLObject constructor (GH-5864) (#5925) by Christian Heimes · 7 years ago
  6. 2614ed4 bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (GH-5663) by Miss Islington (bot) · 7 years ago
  7. a93e3dc bpo-32960: For dataclasses, disallow inheriting frozen from non-frozen classes and vice-versa, (GH-5919) (GH-5920) by Miss Islington (bot) · 7 years ago
  8. a9a8a98 bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434) by Miss Islington (bot) · 7 years ago
  9. 51d95ff bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH-4745) by Miss Islington (bot) · 7 years ago
  10. 53d3f8a bpo-32394: Remove some TCP options on old version Windows. (GH-5523) by Miss Islington (bot) · 7 years ago
  11. f8a3485 Revert unneccessary changes made in bpo-30296 and apply other improvements. (GH-2624) by Miss Islington (bot) · 7 years ago
  12. a9e0b07 bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832) by Miss Islington (bot) · 7 years ago
  13. 4cffe2f bpo-32929: Dataclasses: Change the tri-state hash parameter to the boolean unsafe_hash. (GH-5891) (GH-5902) by Miss Islington (bot) · 7 years ago
  14. 1a57906 Fix 'deecorator' typo in test/test_dataclasses (GH-5899) by Miss Islington (bot) · 7 years ago
  15. 632c1cb bpo-32622: Native sendfile on windows (GH-5565) by Miss Islington (bot) · 7 years ago
  16. b6b6669 Exhaustively test dataclass hashing when no hash= value is provided. This is in anticipation of changing how non-default hashing is handled. (GH-5834) (GH-5889) by Miss Islington (bot) · 7 years ago
  17. 83f4394 Delete a broken threading.local example (GH-5870) by Miss Islington (bot) · 7 years ago
  18. ff7528f [3.7] bpo-31809: test secp ECDH curves (GH-4036) (#5872) by Miss Islington (bot) · 7 years ago
  19. 8fa8478 [3.7] bpo-24334: Cleanup SSLSocket (GH-5252) (#5857) by Miss Islington (bot) · 7 years ago
  20. e49bf0f bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754) by Miss Islington (bot) · 7 years ago
  21. 46632f4 [3.7] bpo-32819: Simplify and improve ssl.match_hostname (GH-5620) (#5847) by Miss Islington (bot) · 7 years ago
  22. 1c37e27 [bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128) (GH-5843) by Miss Islington (bot) · 7 years ago
  23. f409c99 bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830) by Miss Islington (bot) · 7 years ago
  24. 8d9d4b5 bpo-32838: Fix Python versions in the table of magic numbers. (GH-5658) by Miss Islington (bot) · 7 years ago
  25. 694c5e0 bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) by Miss Islington (bot) · 7 years ago
  26. 24d6e3c Test that new_timezone can return the UTC singleton (gh-5318) (#5819) by Miss Islington (bot) · 7 years ago
  27. e5a9b35 bpo-32457: Improves handling of denormalized executable path when launching Python (GH-5756) by Miss Islington (bot) · 7 years ago
  28. 01dd52f bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage now correctly convert from bytes. (GH-5761) by Miss Islington (bot) · 7 years ago
  29. dfa1144 bpo-32905: IDLE - remove unused code in pyparse module (GH-5807) by Miss Islington (bot) · 7 years ago
  30. c59bc98 bpo-32874: IDLE: add tests for pyparse (GH-5755) by Miss Islington (bot) · 7 years ago
  31. eed3c7a bpo-32604: Swap threads only if the interpreter is different. (gh-5783) by Miss Islington (bot) · 7 years ago
  32. 1d927d4 bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (GH-5240) by Miss Islington (bot) · 7 years ago
  33. a3d6c1b bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5765) by Miss Islington (bot) · 7 years ago
  34. 622a824 bpo-30121: Fix test_subprocess for Windows Debug builds (GH-5758) by Miss Islington (bot) · 7 years ago
  35. 0cd3581 bpo-32682: Improve libz version parsing in test_zilb (GH-5347) by Miss Islington (bot) · 7 years ago
  36. 2072c80 Improve error message for "setup.py upload" without dist files (GH-21060) by Miss Islington (bot) · 7 years ago
  37. 19b7f66 bpo-31972: Improve docstrings for pathlib classes (GH-5310) by Miss Islington (bot) · 7 years ago
  38. 0442de5 bpo-25988: Emit a warning when use or import ABCs from 'collections'. (GH-5734) by Ivan Levkivskyi · 8 years ago
  39. 3892899 bpo-31333: Re-implement ABCMeta in C (GH-5733) by Ivan Levkivskyi · 8 years ago
  40. fa9a502 [3.7] Improves the ability to build in CI (GH-5729) by Miss Islington (bot) · 8 years ago
  41. afb5e55 bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692) by Miss Islington (bot) · 8 years ago
  42. 3db05a3 bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5710) by Miss Islington (bot) · 8 years ago
  43. 8caee0f bpo-32841: Fix cancellation in awaiting asyncio.Condition (GH-5665) by Miss Islington (bot) · 8 years ago
  44. e81a6c8 bpo-31787: Skip refleak check when _hashlib is not available (GH-5660) by Miss Islington (bot) · 8 years ago
  45. ef20abe bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) by Miss Islington (bot) · 8 years ago
  46. 9b5a90b bpo-32370: Use the correct encoding for ipconfig output in the uuid module. (GH-5608) by Miss Islington (bot) · 8 years ago
  47. 65c32bb bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646) by Miss Islington (bot) · 8 years ago
  48. 74ebbae bpo-29248: Fix os.readlink() on Windows (GH-5577) by Miss Islington (bot) · 8 years ago
  49. 38b4dd7 bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639) by Miss Islington (bot) · 8 years ago
  50. 0442599 bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (GH-5449) (#5641) by Miss Islington (bot) · 8 years ago
  51. 170b3f7 bpo-32792: Preserve mapping order in ChainMap() (GH-5586) (#GH-5617) by Miss Islington (bot) · 8 years ago
  52. 2ef69a1 bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5602) by Miss Islington (bot) · 8 years ago
  53. 0e36173 bpo-32775: Fix regular expression warnings in fnmatch. (GH-5583) (GH-5596) by Miss Islington (bot) · 8 years ago
  54. 105fcbf bpo-32585: Add tkinter.ttk.Spinbox. (GH-5221) (GH-5592) by Miss Islington (bot) · 8 years ago
  55. 2c6f668 bpo-30693: Fix tarfile test cleanup on MSWindows (GH-5557) (GH-5567) by Miss Islington (bot) · 8 years ago
  56. 4abcbc0 bpo-30928: IDLE - update NEWS.txt. (GH-5539) (GH-5540) by Miss Islington (bot) · 8 years ago
  57. 5b933aa bpo-32765: Update configdialog General tab create page docstring (GH-5529) (GH-5537) by Miss Islington (bot) · 8 years ago
  58. e6499a0 Use assertTrue() instead of deprecated assert_(). (GH-5526) (GH-5527) by Miss Islington (bot) · 8 years ago
  59. 1a0239e [3.7] bpo-32691: Use mod_spec.parent when running modules with pdb (GH-5510) by Miss Islington (bot) · 8 years ago
  60. e86db34 [3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520) by Miss Islington (bot) · 8 years ago
  61. f33eced bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (GH-5507) by Miss Islington (bot) · 8 years ago
  62. a23d30f bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5503) by Barry Warsaw · 8 years ago
  63. 2b5937e bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5501) by Miss Islington (bot) · 8 years ago
  64. 29fd9ea Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 (#5496) by Miss Islington (bot) · 8 years ago
  65. 709f6ad bpo-32733: Make test_coroutines robust against -Werror (GH-5487) (GH-5490) by Miss Islington (bot) · 8 years ago
  66. 71a0b0e Implement TimerHandle.when() (GH-5473) (GH-5480) by Miss Islington (bot) · 8 years ago
  67. 86fdad0 bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325) by Xiang Zhang · 8 years ago
  68. 57750be bpo-30693: zip+tarfile: sort directory listing (#2263) by Bernhard M. Wiedemann · 8 years ago
  69. 209108b bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addrs (#5451) by Stéphane Wirtel · 8 years ago
  70. 9561d7f Update NEWS, docs, and patchlevel for 3.7.0b1 by Ned Deily · 8 years ago v3.7.0b1
  71. 1e17d4a compare with difflib not diff(1) (GH-5450) by Benjamin Peterson · 8 years ago
  72. 763f094 bpo-28440: Don't add /Library/Python/3.x/site-packages to sys.path (#5445) by Ned Deily · 8 years ago
  73. 066df4f bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966) by John Jolly · 8 years ago
  74. 2e0ecde bpo-28134: Ignore proto in unknown socket test (GH-5435) by Christian Heimes · 8 years ago
  75. dd42cb7 bpo-31961: subprocess now accepts path-like args (GH-4329) by Anders Lorentsen · 8 years ago
  76. 14e976e closes bpo-30117: fix lib2to3 ParserIdempotency test (GH-1242) by Eric Appelt · 8 years ago
  77. ce0f33d bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149) by Bo Bayles · 8 years ago
  78. 9544180 closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441) by Benjamin Peterson · 8 years ago
  79. ce237c7 bpo-21417: Add compresslevel= to the zipfile module (GH-5385) by Bo Bayles · 8 years ago
  80. f4d644f bpo-25942: make subprocess more graceful on ^C (GH-5026) by Gregory P. Smith · 8 years ago
  81. 77526f0 replace dynamic import with 'exec' with importlib.import_module (#5433) by Benjamin Peterson · 8 years ago
  82. 7f8bfc9 bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh-1748) by Eric Snow · 8 years ago
  83. 332cd5e bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181) by Mark Shannon · 8 years ago
  84. b6e43af bpo-28134: Auto-detect socket values from file descriptor (#1349) by Christian Heimes · 8 years ago
  85. 72a0d21 bpo-31356: Add context manager to temporarily disable GC (GH-4224) by Pablo Galindo · 8 years ago
  86. 2a2270d bpo-32703: Fix coroutine resource warning in case where there's an error (GH-5410) by Yury Selivanov · 8 years ago
  87. aa218d1 bpo-27931: Fix email address header parsing error (#5329) by jayyyin · 8 years ago
  88. e6d3421 bpo-25988: Deprecate exposing collections.abc in collections GH-5414 by Raymond Hettinger · 8 years ago
  89. 4f4ef0a Add a test for pdb until command in coroutine (#5427) by Andrew Svetlov · 8 years ago
  90. 66e5742 bpo-28414: ssl module idna test (#5395) by Christian Heimes · 8 years ago
  91. 892d66e bpo-31429: Define TLS cipher suite on build time (#3532) by Christian Heimes · 8 years ago
  92. d951157 bpo-20891: Reenable test_embed.test_bpo20891() (GH-5420) by Victor Stinner · 8 years ago
  93. 51500f3 bpo-32706: Skip test_ftplib.test_check_hostname() (#5422) by Victor Stinner · 8 years ago
  94. 95e2147 bpo-32591: silence deprecation warnings in test_coroutine (GH-5412) by Nathaniel J. Smith · 8 years ago
  95. 1e5b25b bpo-23749: Make start-tls tests more stable on win7 buildbot (GH-5409) by Yury Selivanov · 8 years ago
  96. 07627e9 bpo-32251: Fix docs (#5408) by Yury Selivanov · 8 years ago
  97. 9ee1bf9 bpo-32650: Add an asyncgen pdb test (#5406) by Yury Selivanov · 8 years ago
  98. 1e34da4 bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#582) by embg · 8 years ago
  99. 6c6ddf9 bpo-20104: Expose `posix_spawn` in the os module (GH-5109) by Pablo Galindo · 8 years ago
  100. c7ab581 bpo-32650 Add support for async generators and more test for coroutines in pdb (#5403) by Pablo Galindo · 8 years ago