1. cc5ac04 Update macOS installer resources by Ned Deily · 7 years ago
  2. 9189e95 bpo-32901: update macOS 10.9+ installer to Tcl/Tk 8.6.8 by Ned Deily · 7 years ago
  3. d7687eb bpo-31355: Travis-CI: re-enable macOS job (#5858) by Antoine Pitrou · 7 years ago
  4. 5bd04f9 bpo-10381, bpo-32403: What's new entries for changes to datetime (gh-5814) by Paul Ganssle · 7 years ago
  5. 698dde1 bpo-31453: Add setter for min/max protocol version (#5259) by Christian Heimes · 7 years ago
  6. 9d50ab5 bpo-32951: Disable SSLSocket/SSLObject constructor (#5864) by Christian Heimes · 7 years ago
  7. 90f05a5 bpo-28124: deprecate ssl.wrap_socket() (#5888) by Christian Heimes · 7 years ago
  8. 05d9fe3 bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663) by Christian Heimes · 7 years ago
  9. 2fa6b9e bpo-32960: For dataclasses, disallow inheriting frozen from non-frozen classes and vice-versa, (GH-5919) by Eric V. Smith · 7 years ago
  10. 72d9b2b bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434) by Joffrey F · 7 years ago
  11. eee72d4 bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH-4745) by Tobotimus · 7 years ago
  12. 3a087be bpo-32836: Remove obsolete code from symtable pass (GH-5680) by Nitish Chandra · 7 years ago
  13. 6b5df90 bpo-32147: Improved perfomance of binascii.unhexlify(). (GH-4586) by Sergey Fedoseev · 7 years ago
  14. 19e7d48 bpo-32394: Remove some TCP options on old version Windows. (GH-5523) by animalize · 7 years ago
  15. 3f2e6f1 Revert unneccessary changes made in bpo-30296 and apply other improvements. (GH-2624) by Serhiy Storchaka · 7 years ago
  16. 6f600ff bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832) by Serhiy Storchaka · 7 years ago
  17. 973cae0 Fix 'deecorator' typo in test/test_dataclasses (GH-5899) by Terry Jan Reedy · 7 years ago
  18. dbf9cff bpo-32929: Dataclasses: Change the tri-state hash parameter to the boolean unsafe_hash. (#5891) by Eric V. Smith · 7 years ago
  19. 9c17e3a Update PR template file, don't reference bpo 12345 (GH-5897) by Mariatta · 7 years ago
  20. fbee882 bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-4041) by Mario Corchero · 7 years ago
  21. 84c4b0c bpo-25059: Clarify the print separator usage in tutorial (GH-5879) by Cheryl Sabella · 7 years ago
  22. a19fb3c bpo-32622: Native sendfile on windows (#5565) by Andrew Svetlov · 7 years ago
  23. 5fb632e Delete a broken threading.local example (#5870) by Aaron Gallagher · 7 years ago
  24. 29eab55 bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (#5876) by Christian Heimes · 7 years ago
  25. 5bb9692 bpo-32647: Link ctypes extension with libdl. (#5550) by Christian Heimes · 7 years ago
  26. b7b9225 bpo-31809: test secp ECDH curves (#4036) by Christian Heimes · 7 years ago
  27. 186b606 bpo-17232: Clarify docs for -O and -OO command line options (#5839) by Cheryl Sabella · 7 years ago
  28. 6cdb795 bpo-30622: Improve NPN support detection (#5859) by Christian Heimes · 7 years ago
  29. 141c5e8 bpo-24334: Cleanup SSLSocket (#5252) by Christian Heimes · 7 years ago
  30. b18f8bc remove vestigal locking from obmalloc (GH-5805) by Benjamin Peterson · 7 years ago
  31. acd7163 bpo-32931: fix macOS 10.9+ installer c++ compiler name (#5855) by Ned Deily · 7 years ago
  32. 42c35d9 bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754) by Serhiy Storchaka · 7 years ago
  33. aef1283 bpo-32819: Simplify and improve ssl.match_hostname (#5620) by Christian Heimes · 7 years ago
  34. c29c03a bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830) by Cheryl Sabella · 7 years ago
  35. 11a1493 [bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128) by Christian Heimes · 7 years ago
  36. 82ab13d Update the Pull_request_template.md file (GH-5841) by Mariatta · 7 years ago
  37. 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 · 7 years ago
  38. 98f42aa bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833) by Mariatta · 7 years ago
  39. efa6c76 bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823) by Steve Dower · 7 years ago
  40. 0febc05 bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473) by cocoatomo · 7 years ago
  41. 58a1096 ipaddress: Use str.isascii() instead of frozenset (GH-5811) by INADA Naoki · 7 years ago
  42. 33dddac bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) by Anselm Kruis · 7 years ago
  43. 520b7ae bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006) by Serhiy Storchaka · 7 years ago
  44. 4af8fd5 bpo-32838: Fix Python versions in the table of magic numbers. (#5658) by Serhiy Storchaka · 7 years ago
  45. a049f57 Test that new_timezone can return the UTC singleton (gh-5318) by Paul Ganssle · 7 years ago
  46. 48e8c82 bpo-32457: Improves handling of denormalized executable path when launching Python (GH-5756) by Steve Dower · 7 years ago
  47. 23ad6d0 bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage now correctly convert from bytes. (GH-5761) by Steve Dower · 7 years ago
  48. 451d1ed bpo-32905: IDLE - remove unused code in pyparse module (GH-5807) by Terry Jan Reedy · 7 years ago
  49. 745dc65 closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800) by Eddie Elizondo · 7 years ago
  50. c84cf6c bpo-32874: IDLE: add tests for pyparse (GH-5755) by Cheryl Sabella · 7 years ago
  51. ba51880 bpo-32889: update valgrind suppressions (GH-5779) by Paul Price · 7 years ago
  52. e9edee0 bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789) by Benjamin Peterson · 7 years ago
  53. 52c6b89 bpo-28886: doc: Move deprecated abc decorators to separate section (GH-176) by Harshul jain · 7 years ago
  54. f53d9f2 bpo-32604: Swap threads only if the interpreter is different. (gh-5778) by Eric Snow · 7 years ago
  55. 80d20b9 bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (#5240) by Zackery Spytz · 7 years ago
  56. 7a1e178 bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Length() (GH-5767) by Zackery Spytz · 7 years ago
  57. b3caf38 closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708) by Alexey Izbyshev · 7 years ago
  58. 6240917 bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5757) by Steve Dower · 7 years ago
  59. 5537646 bpo-30121: Fix test_subprocess for Windows Debug builds (GH-5758) by Zachary Ware · 7 years ago
  60. 4c7108a bpo-32682: Improve libz version parsing in test_zilb (GH-5347) by pmp-p · 7 years ago
  61. dfa015c bpo-31972: Improve docstrings for pathlib classes (#5310) by chason · 7 years ago
  62. 08a6926 Improve error message for "setup.py upload" without dist files (#21060) by Éric Araujo · 7 years ago
  63. 3fb813d bpo-31333: Fix typo in whatsnew/3.7.rst (GH-5744) by Terry Jan Reedy · 7 years ago
  64. b3b4a9d bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (#5739) by Alexey Izbyshev · 7 years ago
  65. e8eb972 Correct venv doc (fix #32540) (#5736) by TROUVERIE Joachim · 7 years ago
  66. 7eb3f82 Clean up Travis config (GH-5727) by Zachary Ware · 7 years ago
  67. 03e3c34 bpo-31333: Re-implement ABCMeta in C (#5273) by Ivan Levkivskyi · 7 years ago
  68. 667b91a Add missing backslashes to get_externals.bat (GH-5731) by Steve Dower · 7 years ago
  69. 01423cb Improves the ability to build in CI (GH-5728) by Steve Dower · 7 years ago
  70. d6ff8a7 bpo-30638: Add clinic to `make regen-all` (GH-5671) by Zachary Ware · 7 years ago
  71. 17ab8f0 Fix a typo in asyncio docs (#5721) by Andrew Svetlov · 7 years ago
  72. 9f42232 bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692) by Kyle Altendorf · 7 years ago
  73. 243d6d7 DOC: fix documentation for copyright and credits (GH-5706) by Gerrit Holl · 7 years ago
  74. 6887d86 bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5712) by Zackery Spytz · 7 years ago
  75. 4c6955e bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5709) by Eric Snow · 7 years ago
  76. bd09335 bpo-32436: Add docs for contextvars (#5685) by Yury Selivanov · 7 years ago
  77. b65cb16 Correct the code example in Python 3.7's What's New (GH-5696) by xpvpc · 7 years ago
  78. 997b8c1 Update and sync importlib.resources documentation (#5694) by Barry Warsaw · 7 years ago
  79. 7745ec4 Update comment in posixmodule.c (GH-5681) by ngie-eign · 7 years ago
  80. 5746510 bpo-32841: Fix cancellation in awaiting asyncio.Condition (#5665) by Bar Harel · 7 years ago
  81. 3384d38 Fix installation instructions for *nix (GH-5605) by Eitan Adler · 7 years ago
  82. 2b86f4c remove mercurial dot files (GH-5558) by Benjamin Peterson · 7 years ago
  83. 88c38a4 bpo-27846: Delete incorrect note in base64 docs (GH-5666) by Zackery Spytz · 7 years ago
  84. f0bc645 bpo-31787: Skip refleak check when _hashlib is not available (GH-5660) by INADA Naoki · 7 years ago
  85. 2b77a92 bpo-29803: remove a redandunt op and fix a comment in unicodeobject.c (#660) by Xiang Zhang · 7 years ago
  86. d019bc8 bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) by Oren Milman · 7 years ago
  87. aec7532 bpo-30579: Docs for dynamic traceback creation (GH-5653) by Nick Coghlan · 7 years ago
  88. da6c3da bpo-32370: Use the correct encoding for ipconfig output in the uuid module. (GH-5608) by Segev Finer · 7 years ago
  89. b7e2d67 bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler. (GH-5636) by Serhiy Storchaka · 7 years ago
  90. 688722c bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646) by Terry Jan Reedy · 7 years ago
  91. f34e03e bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639) by Terry Jan Reedy · 7 years ago
  92. 7766b96 bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449) by Коренберг Марк · 7 years ago
  93. 3c34aad bpo-29248: Fix os.readlink() on Windows (GH-5577) by SSE4 · 7 years ago
  94. 6ea20fc Fix AppVeyor doc short-circuit (GH-5632) by Zachary Ware · 7 years ago
  95. e14c010 bpo-32815: Improve docs on the subprocess API *text* parameter (GH-5622) by Pablo Galindo · 7 years ago
  96. 28607e0 Add short-circuit for doc changes to AppVeyor (GH-5519) by Zachary Ware · 7 years ago
  97. 310b052 bpo-32604: Make _xxsubinterpreters build on Windows (GH-5516) by Zachary Ware · 7 years ago
  98. 136c8e0 Code beautification using f-strings (#5618) by Raymond Hettinger · 7 years ago
  99. 988fb28 bpo-11015: Update test.support documentation (GH-5610) by Cheryl Sabella · 7 years ago
  100. 3793f95 bpo-32792: Preserve mapping order in ChainMap() (GH-5586) by Raymond Hettinger · 7 years ago