1. 05d9fe3 bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663) by Christian Heimes · 6 years ago
  2. 2fa6b9e bpo-32960: For dataclasses, disallow inheriting frozen from non-frozen classes and vice-versa, (GH-5919) by Eric V. Smith · 6 years ago
  3. 72d9b2b bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434) by Joffrey F · 6 years ago
  4. eee72d4 bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH-4745) by Tobotimus · 6 years ago
  5. 6b5df90 bpo-32147: Improved perfomance of binascii.unhexlify(). (GH-4586) by Sergey Fedoseev · 6 years ago
  6. 19e7d48 bpo-32394: Remove some TCP options on old version Windows. (GH-5523) by animalize · 6 years ago
  7. 3f2e6f1 Revert unneccessary changes made in bpo-30296 and apply other improvements. (GH-2624) by Serhiy Storchaka · 6 years ago
  8. 6f600ff bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832) by Serhiy Storchaka · 6 years ago
  9. 973cae0 Fix 'deecorator' typo in test/test_dataclasses (GH-5899) by Terry Jan Reedy · 6 years ago
  10. dbf9cff bpo-32929: Dataclasses: Change the tri-state hash parameter to the boolean unsafe_hash. (#5891) by Eric V. Smith · 6 years ago
  11. a19fb3c bpo-32622: Native sendfile on windows (#5565) by Andrew Svetlov · 6 years ago
  12. 5fb632e Delete a broken threading.local example (#5870) by Aaron Gallagher · 6 years ago
  13. b7b9225 bpo-31809: test secp ECDH curves (#4036) by Christian Heimes · 6 years ago
  14. 141c5e8 bpo-24334: Cleanup SSLSocket (#5252) by Christian Heimes · 6 years ago
  15. 42c35d9 bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754) by Serhiy Storchaka · 6 years ago
  16. aef1283 bpo-32819: Simplify and improve ssl.match_hostname (#5620) by Christian Heimes · 6 years ago
  17. c29c03a bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830) by Cheryl Sabella · 6 years ago
  18. 11a1493 [bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128) by Christian Heimes · 6 years ago
  19. 718070d Exhaustively test dataclass hashing when no hash= value is provided. This is in anticipation of changing how non-default hashing is handled. (#5834) by Eric V. Smith · 6 years ago
  20. 58a1096 ipaddress: Use str.isascii() instead of frozenset (GH-5811) by INADA Naoki · 6 years ago
  21. 33dddac bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) by Anselm Kruis · 6 years ago
  22. 520b7ae bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006) by Serhiy Storchaka · 6 years ago
  23. 4af8fd5 bpo-32838: Fix Python versions in the table of magic numbers. (#5658) by Serhiy Storchaka · 6 years ago
  24. a049f57 Test that new_timezone can return the UTC singleton (gh-5318) by Paul Ganssle · 6 years ago
  25. 48e8c82 bpo-32457: Improves handling of denormalized executable path when launching Python (GH-5756) by Steve Dower · 6 years ago
  26. 23ad6d0 bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage now correctly convert from bytes. (GH-5761) by Steve Dower · 6 years ago
  27. 451d1ed bpo-32905: IDLE - remove unused code in pyparse module (GH-5807) by Terry Jan Reedy · 6 years ago
  28. c84cf6c bpo-32874: IDLE: add tests for pyparse (GH-5755) by Cheryl Sabella · 6 years ago
  29. f53d9f2 bpo-32604: Swap threads only if the interpreter is different. (gh-5778) by Eric Snow · 6 years ago
  30. 80d20b9 bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (#5240) by Zackery Spytz · 6 years ago
  31. 6240917 bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5757) by Steve Dower · 6 years ago
  32. 5537646 bpo-30121: Fix test_subprocess for Windows Debug builds (GH-5758) by Zachary Ware · 6 years ago
  33. 4c7108a bpo-32682: Improve libz version parsing in test_zilb (GH-5347) by pmp-p · 6 years ago
  34. dfa015c bpo-31972: Improve docstrings for pathlib classes (#5310) by chason · 6 years ago
  35. 08a6926 Improve error message for "setup.py upload" without dist files (#21060) by Éric Araujo · 6 years ago
  36. 03e3c34 bpo-31333: Re-implement ABCMeta in C (#5273) by Ivan Levkivskyi · 6 years ago
  37. 01423cb Improves the ability to build in CI (GH-5728) by Steve Dower · 6 years ago
  38. 9f42232 bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692) by Kyle Altendorf · 6 years ago
  39. 4c6955e bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5709) by Eric Snow · 6 years ago
  40. 5746510 bpo-32841: Fix cancellation in awaiting asyncio.Condition (#5665) by Bar Harel · 6 years ago
  41. f0bc645 bpo-31787: Skip refleak check when _hashlib is not available (GH-5660) by INADA Naoki · 6 years ago
  42. d019bc8 bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) by Oren Milman · 6 years ago
  43. da6c3da bpo-32370: Use the correct encoding for ipconfig output in the uuid module. (GH-5608) by Segev Finer · 6 years ago
  44. 688722c bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646) by Terry Jan Reedy · 6 years ago
  45. f34e03e bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639) by Terry Jan Reedy · 6 years ago
  46. 7766b96 bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449) by Коренберг Марк · 6 years ago
  47. 3c34aad bpo-29248: Fix os.readlink() on Windows (GH-5577) by SSE4 · 6 years ago
  48. 136c8e0 Code beautification using f-strings (#5618) by Raymond Hettinger · 6 years ago
  49. 3793f95 bpo-32792: Preserve mapping order in ChainMap() (GH-5586) by Raymond Hettinger · 6 years ago
  50. 5df5286 bpo-30688: Import unicodedata only when needed. (GH-5606) by Zhou Fangyi · 6 years ago
  51. a445feb bpo-30688: Support \N{name} escapes in re patterns. (GH-5588) by Serhiy Storchaka · 6 years ago
  52. 2411292 bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) by Serhiy Storchaka · 6 years ago
  53. 23cdbfa bpo-32775: Fix regular expression warnings in fnmatch. (#5583) by Serhiy Storchaka · 6 years ago
  54. feaefc7 Cleanup inspect by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 6 years ago
  55. a48e78a bpo-32585: Add tkinter.ttk.Spinbox. (#5221) by Alan D Moore · 6 years ago
  56. 4ad703b bpo-30693: Fix tarfile test cleanup on MSWindows (#5557) by Bernhard M. Wiedemann · 6 years ago
  57. 6c85efa5 bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (#5497) by Serhiy Storchaka · 6 years ago
  58. 05e8067 Add entry for uniform lower context; add 'since' to be explicit. (GH-5539) by Terry Jan Reedy · 6 years ago
  59. 845d864 bpo-32765: Update configdialog General tab create page docstring (GH-5529) by Cheryl Sabella · 6 years ago
  60. 95c3262 Use assertTrue() instead of deprecated assert_(). (#5526) by Serhiy Storchaka · 6 years ago
  61. 07ca9af bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-4564) by Serhiy Storchaka · 6 years ago
  62. c3d9508 bpo-32746: Fix multiple typos (GH-5144) by Leo Arias · 6 years ago
  63. 38bfa84 bpo-32691: Use mod_spec.parent when running modules with pdb (GH-5474) by Mario Corchero · 6 years ago
  64. 4e9da0d bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (#5507) by Eric Snow · 6 years ago
  65. 2f79c01 bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) by Bar Harel · 6 years ago
  66. bbbcf86 bpo-32303 - Consistency fixes for namespace loaders (#5481) by Barry Warsaw · 6 years ago
  67. 383b32f Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 by Yury Selivanov · 6 years ago
  68. 2efb973 bpo-32733: Make test_coroutines robust against -Werror (GH-5487) by Nathaniel J. Smith · 6 years ago
  69. 3d4dbd8 Implement TimerHandle.when() (#5473) by Andrew Svetlov · 6 years ago
  70. 97f1ca1 [3.8] bpo-31508: Remove support of arguments in tkinter.ttk.Treeview.selection. (GH-3651) by Serhiy Storchaka · 6 years ago
  71. 6e41cd9 Update NEWS, docs, and patchlevel for 3.7.0b1 by Ned Deily · 6 years ago
  72. c66f9f8 bpo-25988: Emit a warning when use or import ABCs from 'collections'. (#5460) by Serhiy Storchaka · 6 years ago
  73. 2c7fd46 bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325) by Xiang Zhang · 6 years ago
  74. 8452104 bpo-30693: zip+tarfile: sort directory listing (#2263) by Bernhard M. Wiedemann · 6 years ago
  75. 8d83e4b bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addrs (#5451) by Stéphane Wirtel · 6 years ago
  76. 1e17d4a compare with difflib not diff(1) (GH-5450) by Benjamin Peterson · 6 years ago
  77. 763f094 bpo-28440: Don't add /Library/Python/3.x/site-packages to sys.path (#5445) by Ned Deily · 6 years ago
  78. 066df4f bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966) by John Jolly · 6 years ago
  79. 2e0ecde bpo-28134: Ignore proto in unknown socket test (GH-5435) by Christian Heimes · 6 years ago
  80. dd42cb7 bpo-31961: subprocess now accepts path-like args (GH-4329) by Anders Lorentsen · 6 years ago
  81. 14e976e closes bpo-30117: fix lib2to3 ParserIdempotency test (GH-1242) by Eric Appelt · 6 years ago
  82. ce0f33d bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149) by Bo Bayles · 6 years ago
  83. 9544180 closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441) by Benjamin Peterson · 6 years ago
  84. ce237c7 bpo-21417: Add compresslevel= to the zipfile module (GH-5385) by Bo Bayles · 6 years ago
  85. f4d644f bpo-25942: make subprocess more graceful on ^C (GH-5026) by Gregory P. Smith · 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. 2a2270d bpo-32703: Fix coroutine resource warning in case where there's an error (GH-5410) by Yury Selivanov · 6 years ago
  92. aa218d1 bpo-27931: Fix email address header parsing error (#5329) by jayyyin · 6 years ago
  93. e6d3421 bpo-25988: Deprecate exposing collections.abc in collections GH-5414 by Raymond Hettinger · 6 years ago
  94. 4f4ef0a Add a test for pdb until command in coroutine (#5427) by Andrew Svetlov · 6 years ago
  95. 66e5742 bpo-28414: ssl module idna test (#5395) by Christian Heimes · 6 years ago
  96. 892d66e bpo-31429: Define TLS cipher suite on build time (#3532) by Christian Heimes · 6 years ago
  97. d951157 bpo-20891: Reenable test_embed.test_bpo20891() (GH-5420) by Victor Stinner · 6 years ago
  98. 51500f3 bpo-32706: Skip test_ftplib.test_check_hostname() (#5422) by Victor Stinner · 6 years ago
  99. 95e2147 bpo-32591: silence deprecation warnings in test_coroutine (GH-5412) by Nathaniel J. Smith · 6 years ago
  100. 1e5b25b bpo-23749: Make start-tls tests more stable on win7 buildbot (GH-5409) by Yury Selivanov · 6 years ago