1. 3c39beb bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037) by Miss Islington (bot) · 7 years ago
  2. 8c163bb bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname (GH-6010) by Miss Islington (bot) · 7 years ago
  3. e724dd4 Add two missing error checks in hamt.c (GH-5851) by Miss Islington (bot) · 7 years ago
  4. c072e25 Fix some ipaddress documentation errors (GH-6021) by Miss Islington (bot) · 7 years ago
  5. d824b4e bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002) by Miss Islington (bot) · 7 years ago
  6. c4d77a6 bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988) by Miss Islington (bot) · 7 years ago
  7. 112f799 bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6004) by Miss Islington (bot) · 7 years ago
  8. 5a0c398 bpo-32991: Restore expectation that inspect.getfile raises TypeError on namespace package (GH-5980) (GH-5997) by Miss Islington (bot) · 7 years ago
  9. 31e2b76 bpo-33005: Fix _PyGILState_Reinit() (GH-6001) by Miss Islington (bot) · 7 years ago
  10. 96fdbac bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) by Miss Islington (bot) · 7 years ago
  11. 063c637 Add What's New for issues 32303 and 32305 (GH-5994) (GH-5995) by Miss Islington (bot) · 7 years ago
  12. fd340bf bpo-32984: IDLE - set __file__ for startup files (GH-5981) by Miss Islington (bot) · 7 years ago
  13. f92478d [3.7] bpo-30147: Add re.escape changes to 3.7 What's New (GH-5978) (GH-5979) by Miss Islington (bot) · 7 years ago
  14. a5303dd bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5701) by Miss Islington (bot) · 7 years ago
  15. 0902a2d bpo-32981: Fix catastrophic backtracking vulns (GH-5955) by Miss Islington (bot) · 7 years ago
  16. 0f7cf7e Fix missing coroutine declaration in the asyncio documentation. (GH-5964) by Miss Islington (bot) · 7 years ago
  17. a13b654 bpo-32964: Reuse a testing implementation of the path protocol in tests. (GH-5930) by Miss Islington (bot) · 7 years ago
  18. 0e06be8 Add What's new entry for datetime.fromisoformat (GH-5559) (GH-5939) by Miss Islington (bot) · 7 years ago
  19. 398242a Fixed incorrect default value for dataclass unsafe_hash. (GH-5949) (GH-5950) by Miss Islington (bot) · 7 years ago
  20. 6ae75d9 bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) (#5945) by Miss Islington (bot) · 7 years ago
  21. 82734a6 Fix typo in logging doc: picked -> pickled (GH-5942) by Miss Islington (bot) · 7 years ago
  22. 7e57634 bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862) by Miss Islington (bot) · 7 years ago
  23. cefbd01 Minor improvements to the Windows build/release process (GH-5935) by Miss Islington (bot) · 7 years ago
  24. b2df4a0 Moving on to 3.7.0b2+ by Ned Deily · 7 years ago
  25. b0ef5c9 Update NEWS, docs, and patchlevel for 3.7.0b2 by Ned Deily · 7 years ago
  26. 0ea49fc bpo-30928: Update idlelib/NEWS.txt, possibly for 3.7.0b2 (GH-5932) by Miss Islington (bot) · 7 years ago
  27. b7dcae3 Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (GH-5912) (GH-5931) by Miss Islington (bot) · 7 years ago
  28. 88369bf Update macOS installer resources by Ned Deily · 7 years ago
  29. a7edca7 bpo-32901: update macOS 10.9+ installer to Tcl/Tk 8.6.8 by Ned Deily · 7 years ago
  30. fff596f bpo-10381, bpo-32403: What's new entries for changes to datetime (gh-5814) (gh-5929) by Miss Islington (bot) · 7 years ago
  31. 4c842b0 bpo-31453: Add setter for min/max protocol version (GH-5259) by Miss Islington (bot) · 7 years ago
  32. 89c2051 [3.7] bpo-32951: Disable SSLSocket/SSLObject constructor (GH-5864) (#5925) by Christian Heimes · 7 years ago
  33. 102d520 bpo-28124: deprecate ssl.wrap_socket() (GH-5888) by Miss Islington (bot) · 7 years ago
  34. 2614ed4 bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (GH-5663) by Miss Islington (bot) · 7 years ago
  35. 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
  36. a9a8a98 bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434) by Miss Islington (bot) · 7 years ago
  37. 51d95ff bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH-4745) by Miss Islington (bot) · 7 years ago
  38. 53d3f8a bpo-32394: Remove some TCP options on old version Windows. (GH-5523) by Miss Islington (bot) · 7 years ago
  39. f8a3485 Revert unneccessary changes made in bpo-30296 and apply other improvements. (GH-2624) by Miss Islington (bot) · 7 years ago
  40. a9e0b07 bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832) by Miss Islington (bot) · 7 years ago
  41. 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
  42. 1a57906 Fix 'deecorator' typo in test/test_dataclasses (GH-5899) by Miss Islington (bot) · 7 years ago
  43. 139e646 bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Length() (GH-5767) by Miss Islington (bot) · 7 years ago
  44. e48e649 bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-4041) by Miss Islington (bot) · 7 years ago
  45. ddf2485 bpo-25059: Clarify the print separator usage in tutorial (GH-5879) by Miss Islington (bot) · 7 years ago
  46. 632c1cb bpo-32622: Native sendfile on windows (GH-5565) by Miss Islington (bot) · 7 years ago
  47. 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
  48. 83f4394 Delete a broken threading.local example (GH-5870) by Miss Islington (bot) · 7 years ago
  49. 9617741 [3.7] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5880) by Miss Islington (bot) · 7 years ago
  50. 4cb3733 [3.7] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5874) by Miss Islington (bot) · 7 years ago
  51. ff7528f [3.7] bpo-31809: test secp ECDH curves (GH-4036) (#5872) by Miss Islington (bot) · 7 years ago
  52. b5655f3 bpo-17232: Clarify docs for -O and -OO command line options (GH-5839) by Miss Islington (bot) · 7 years ago
  53. 01d9c23 [3.7] bpo-30622: Improve NPN support detection (GH-5859) (#5860) by Miss Islington (bot) · 7 years ago
  54. 8fa8478 [3.7] bpo-24334: Cleanup SSLSocket (GH-5252) (#5857) by Miss Islington (bot) · 7 years ago
  55. d24c5a0 [3.7] bpo-32931: fix macOS 10.9+ installer c++ compiler name (GH-5856) by Miss Islington (bot) · 7 years ago
  56. e49bf0f bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754) by Miss Islington (bot) · 7 years ago
  57. 46632f4 [3.7] bpo-32819: Simplify and improve ssl.match_hostname (GH-5620) (#5847) by Miss Islington (bot) · 7 years ago
  58. 1c37e27 [bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128) (GH-5843) by Miss Islington (bot) · 7 years ago
  59. f409c99 bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830) by Miss Islington (bot) · 7 years ago
  60. 8d9d4b5 bpo-32838: Fix Python versions in the table of magic numbers. (GH-5658) by Miss Islington (bot) · 7 years ago
  61. 1ad6ca5 bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833) by Miss Islington (bot) · 7 years ago
  62. 079d75d bpo-32924: Fix the Show Source url in the docs. (GH-5835) by Mariatta · 7 years ago
  63. 74b7364 bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823) by Miss Islington (bot) · 7 years ago
  64. c673a62 bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473) by Miss Islington (bot) · 7 years ago
  65. 694c5e0 bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) by Miss Islington (bot) · 7 years ago
  66. 24d6e3c Test that new_timezone can return the UTC singleton (gh-5318) (#5819) by Miss Islington (bot) · 7 years ago
  67. e5a9b35 bpo-32457: Improves handling of denormalized executable path when launching Python (GH-5756) by Miss Islington (bot) · 7 years ago
  68. 01dd52f bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage now correctly convert from bytes. (GH-5761) by Miss Islington (bot) · 7 years ago
  69. dfa1144 bpo-32905: IDLE - remove unused code in pyparse module (GH-5807) by Miss Islington (bot) · 7 years ago
  70. bc2e110 closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800) by Miss Islington (bot) · 7 years ago
  71. c59bc98 bpo-32874: IDLE: add tests for pyparse (GH-5755) by Miss Islington (bot) · 7 years ago
  72. 69607b4 bpo-32889: update valgrind suppressions (GH-5779) by Miss Islington (bot) · 7 years ago
  73. e5d38de bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789) by Miss Islington (bot) · 7 years ago
  74. 7452f6d bpo-28886: doc: Move deprecated abc decorators to separate section (GH-176) by Miss Islington (bot) · 7 years ago
  75. 98a86cb bpo-32540: Update venv documentation (GH-5736) by Miss Islington (bot) · 7 years ago
  76. eed3c7a bpo-32604: Swap threads only if the interpreter is different. (gh-5783) by Miss Islington (bot) · 7 years ago
  77. 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
  78. bab4fe3 closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708) by Miss Islington (bot) · 7 years ago
  79. a3d6c1b bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5765) by Miss Islington (bot) · 7 years ago
  80. 622a824 bpo-30121: Fix test_subprocess for Windows Debug builds (GH-5758) by Miss Islington (bot) · 7 years ago
  81. 0cd3581 bpo-32682: Improve libz version parsing in test_zilb (GH-5347) by Miss Islington (bot) · 7 years ago
  82. 2072c80 Improve error message for "setup.py upload" without dist files (GH-21060) by Miss Islington (bot) · 7 years ago
  83. 19b7f66 bpo-31972: Improve docstrings for pathlib classes (GH-5310) by Miss Islington (bot) · 7 years ago
  84. 034a945 bpo-31333: Fix typo in whatsnew/3.7.rst (GH-5744) by Miss Islington (bot) · 7 years ago
  85. ca82e3c bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (GH-5739) by Miss Islington (bot) · 7 years ago
  86. 2e84e47 bpo-25988: add NEWS entry for 3.7.0b2 (#5743) by Ned Deily · 7 years ago
  87. 0442de5 bpo-25988: Emit a warning when use or import ABCs from 'collections'. (GH-5734) by Ivan Levkivskyi · 7 years ago
  88. 3892899 bpo-31333: Re-implement ABCMeta in C (GH-5733) by Ivan Levkivskyi · 7 years ago
  89. 7da582d Clean up Travis config (GH-5727) by Miss Islington (bot) · 7 years ago
  90. fa9a502 [3.7] Improves the ability to build in CI (GH-5729) by Miss Islington (bot) · 7 years ago
  91. d5be8e1 bpo-30638: Add clinic to `make regen-all` (GH-5671) by Miss Islington (bot) · 7 years ago
  92. aeb5d73 Fix a typo in asyncio docs (GH-5721) by Miss Islington (bot) · 7 years ago
  93. afb5e55 bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692) by Miss Islington (bot) · 7 years ago
  94. 025544a DOC: fix documentation for copyright and credits (GH-5706) by Miss Islington (bot) · 7 years ago
  95. 0f76411 bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5712) by Miss Islington (bot) · 7 years ago
  96. 3db05a3 bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5710) by Miss Islington (bot) · 7 years ago
  97. 803e1a5 Correct the code example in Python 3.7's What's New (GH-5696) by Miss Islington (bot) · 7 years ago
  98. af6eaae bpo-32436: Add docs for contextvars (GH-5685) by Miss Islington (bot) · 7 years ago
  99. f26b019 Update and sync importlib.resources documentation (GH-5694) (#5697) by Miss Islington (bot) · 7 years ago
  100. f0616ce Update comment in posixmodule.c (GH-5681) by Miss Islington (bot) · 7 years ago