Python 3.7.1rc1
  1. 2064bcf 3.7.1rc1 by Ned Deily · 7 years ago v3.7.1rc1
  2. d9cfe5e bpo-34370: Update Tk 8.6 used with macOS installers by Ned Deily · 7 years ago
  3. 3cc9557 bpo-34790: [docs] Passing coroutines to asyncio.wait() can be confusing. (GH-9543) by Miss Islington (bot) · 7 years ago
  4. 321f28c bpo-1529353: IDLE: squeeze large output in the shell (GH-7626) by Miss Islington (bot) · 7 years ago
  5. db23206 bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497) by Miss Islington (bot) · 7 years ago
  6. 394e55a [3.7] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9511) by Christian Heimes · 7 years ago
  7. ddc163d bpo-34783: Fix Py_Main() (GH-9526) by Victor Stinner · 7 years ago
  8. aeadf59 bpo-34548: IDLE: use configured theme colors in TextView (GH-9008) by Miss Islington (bot) · 7 years ago
  9. 2756ef3 [3.7] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9505) by Christian Heimes · 7 years ago
  10. 44989bc bpo-34472: Add data descriptor signature to zipfile (GH-8871) (GH-9399) by Miss Islington (bot) · 7 years ago
  11. 0c076ca [3.7] bpo-29577: Enum: mixin classes don't mix well with already mixed Enums (GH-9328) (GH-9486) by Ethan Furman · 7 years ago
  12. 5c3d8b2 [3.7] bpo-34623: Mention CVE-2018-14647 in news entry (GH-9482) (GH-9488) by Miss Islington (bot) · 7 years ago
  13. e5fde1f bpo-34537: Fix test_gdb:test_strings with LC_ALL=C (GH-9483) by Miss Islington (bot) · 7 years ago
  14. 187f2dd bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473) by Miss Islington (bot) · 7 years ago
  15. 975f3cb bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418) by Miss Islington (bot) · 7 years ago
  16. 015cd0f bpo-32215: Fix performance regression in sqlite3 (GH-8511) by Miss Islington (bot) · 7 years ago
  17. 95cc3ee Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379)" (GH-9416) by Victor Stinner · 7 years ago
  18. 1a89cb5 bpo-34582: Adds JUnit XML output for regression tests (GH-9210) by Miss Islington (bot) · 7 years ago
  19. 470a435 bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) by Miss Islington (bot) · 7 years ago
  20. 144f1e2 [3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379) by Victor Stinner · 7 years ago
  21. b7f58d7 bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277) by Miss Islington (bot) · 7 years ago
  22. 1229664 bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158) by Miss Islington (bot) · 7 years ago
  23. efdf316 bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683) by Miss Islington (bot) · 7 years ago
  24. e2c0aea bpo-34710: fix SSL module build (GH-9347) by Miss Islington (bot) · 7 years ago
  25. 1d30788 bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113) by Miss Islington (bot) · 7 years ago
  26. e3f6aa7 bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258) by Miss Islington (bot) · 7 years ago
  27. 51dbae8 closes bpo-34515: Support non-ASCII identifiers in lib2to3. (GH-8950) by Miss Islington (bot) · 7 years ago
  28. c83c375 bpo-32933: Implement __iter__ method on mock_open() (GH-5974) by Miss Islington (bot) · 7 years ago
  29. 78aa3d8 bpo-34363: dataclasses.asdict() and .astuple() now handle fields which are namedtuples. (GH-9151) (GH-9304) by Miss Islington (bot) · 7 years ago
  30. d0491cd [3.7] bpo-34490: Fix test_asyncio for AIX - do not call transport.get_extra_info('sockname') (GH-8907) (#9286) by Andrew Svetlov · 7 years ago
  31. 1550b73 closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262) by Miss Islington (bot) · 7 years ago
  32. b2ff9a9 bpo-34658: Fix rare subprocess prexec_fn fork error. (GH-9255) by Miss Islington (bot) · 7 years ago
  33. 90f7d45 bpo-34200: Fix non-determinism of test_pkg (GH-9248) by Miss Islington (bot) · 7 years ago
  34. 98344a4 closes bpo-34652: Always disable lchmod on Linux. (GH-9234) by Miss Islington (bot) · 7 years ago
  35. 329ea4e bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (GH-3752) by Miss Islington (bot) · 7 years ago
  36. 72c34cf closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4178) by Miss Islington (bot) · 7 years ago
  37. cadb66e [3.7] closes bpo-25041: Document AF_PACKET socket address format. (GH-9207) by Benjamin Peterson · 7 years ago
  38. d8bc7a6 closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point to the "async" keyword. (GH-4175) by Miss Islington (bot) · 7 years ago
  39. 536e45a closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-3788) by Miss Islington (bot) · 7 years ago
  40. 3e648f83 bpo-28617 Fixed docs inaccuracies about the types that support membership tests (GH-9086) by Miss Islington (bot) · 7 years ago
  41. 3235fac bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166) (GH-9167) by Miss Islington (bot) · 7 years ago
  42. 2bc4eea bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150) by Miss Islington (bot) · 7 years ago
  43. 9c4a63f bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9148) by Miss Islington (bot) · 7 years ago
  44. 037582e bpo-33460: remove ellipsis that look like continuation prompts (GH-7851) by Miss Islington (bot) · 7 years ago
  45. c0d63bf [3.7] bpo-34282: Fix Enum._convert method shadowing members named _convert (GH-9034) by orlnub123 · 7 years ago
  46. 4902017 bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077) by Miss Islington (bot) · 7 years ago
  47. d53f1ca [3.7] bpo-34621: fix uuid.UUID (un)pickling compatbility with older Python versions (<3.7) (GH-9133) by Tal Einat · 7 years ago
  48. 7a633ed [3.7] bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (GH-9098) (GH-9104) by William Grzybowski · 7 years ago
  49. 77b92b1 bpo-34421 avoid unicode error in distutils logging (GH-8799) by Miss Islington (bot) · 7 years ago
  50. 9835696 bpo-34246: Use no mutable default args in smtplib (GH-8554) by Miss Islington (bot) · 7 years ago
  51. 18d7dff [3.7] bpo-34594: Don't hardcode errno values in the tests. (GH-9094) by Zackery Spytz · 7 years ago
  52. f862f3a bpo-25750: fix refcounts in type_getattro() (GH-6118) by Miss Islington (bot) · 7 years ago
  53. 2d3f2dc bpo-34542: Update test certs and keys (GH-8997) (GH-9007) by Miss Islington (bot) · 7 years ago
  54. 5b17d7f closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmodule.c. (GH-9067) by Miss Islington (bot) · 7 years ago
  55. e8ca880 bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (GH-9027) (GH-9064) by Miss Islington (bot) · 7 years ago
  56. 7aa3ead bpo-34530: Fix distutils find_executable() (GH-9049) by Miss Islington (bot) · 7 years ago
  57. 4c532da closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKETS_H (GH-9016) by Miss Islington (bot) · 7 years ago
  58. 89c9043 bpo-34558: Add missing parentheses in _aix.py (GH-9017) by Miss Islington (bot) · 7 years ago
  59. 5df3658 bpo-34062: Add missing launcher argument and make behavior consistent between short and long arguments (GH-8827) by Miss Islington (bot) · 7 years ago
  60. 0b9ea4b [3.7] bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986) (GH-8987) by Victor Stinner · 7 years ago
  61. 65ef742 bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972) (GH-8974) by Victor Stinner · 7 years ago
  62. 2cf3316 bpo-33635: Handling Bad file descriptor in Path.is_file and related. (GH-8542) by Miss Islington (bot) · 7 years ago
  63. 55b8c4b Remove AIX workaround test_subprocess (GH-8939) by Miss Islington (bot) · 7 years ago
  64. 80e9fed bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841) by Miss Islington (bot) · 7 years ago
  65. d5f017b bpo-13312: Avoid int underflow in time year. (GH-8912) by Miss Islington (bot) · 7 years ago
  66. 0dc75f0 bpo-34426: fix typo (__lltrace__ -> __ltrace__) (GH-8822) by Miss Islington (bot) · 7 years ago
  67. 3e6020c bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8864) by Miss Islington (bot) · 7 years ago
  68. 89b1654 bpo-34454: fix .fromisoformat() methods crashing on inputs with surrogate code points (GH-8862) by Miss Islington (bot) · 7 years ago
  69. d1f0ccc bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclasses__ (GH-8835) by Miss Islington (bot) · 7 years ago
  70. 870247a [3.7] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (GH-8789) by Miss Islington (bot) · 7 years ago
  71. 64336dc bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775) by Miss Islington (bot) · 7 years ago
  72. 2275b77 closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439) by Miss Islington (bot) · 7 years ago
  73. e3228a3 bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8763) by Miss Islington (bot) · 7 years ago
  74. 32e58fc bpo-34213: Allow dataclasses to work with a field named 'object'. (GH-8452) by Miss Islington (bot) · 7 years ago
  75. 39c1253 closes bpo-34377: Update Valgrind suppressions. (GH-8729) by Miss Islington (bot) · 7 years ago
  76. c614121 bpo-34333: Fix %-formatting in Path.with_suffix() (GH-8663) by Miss Islington (bot) · 7 years ago
  77. ea8835f bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678) by Miss Islington (bot) · 7 years ago
  78. 5799e5a bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634) by Miss Islington (bot) · 7 years ago
  79. 416f343 bpo-19891: Ignore error while writing history file (GH-8483) by Miss Islington (bot) · 7 years ago
  80. 0c90d6f [3.7] bpo-34247: Fix Python 3.7 initialization (#8659) by Victor Stinner · 7 years ago
  81. e65ec49 bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-7683) by Miss Islington (bot) · 7 years ago
  82. ffd6364 bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639) by Miss Islington (bot) · 7 years ago
  83. d9fc795 bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) by Miss Islington (bot) · 7 years ago
  84. 172a81e [3.7] bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532) (GH-8586) by Miss Islington (bot) · 7 years ago
  85. 3e4b688 bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931) by Miss Islington (bot) · 7 years ago
  86. 47957da [3.7] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-8581) by Serhiy Storchaka · 7 years ago
  87. 9ecbe33 Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (GH-3771)" (GH-8241) by Miss Islington (bot) · 7 years ago
  88. d5c75be bpo-33833: Fix ProactorSocketTransport AssertionError (GH-7893) by Miss Islington (bot) · 7 years ago
  89. ad4f64d bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527) by Miss Islington (bot) · 7 years ago
  90. 5753b13 bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544) by Miss Islington (bot) · 7 years ago
  91. 6332de1 bpo-34231: PYTHONBREAKPOINT is not documented on python --help (GH-8475) by Steve Dower · 7 years ago
  92. c3af73d bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911) by Miss Islington (bot) · 7 years ago
  93. 1e98d87 bpo-34251: Restore msilib.Win64 to preserve compatibility (GH-8510) by Miss Islington (bot) · 7 years ago
  94. 2be0124 bpo-33476: Fix _header_value_parser when address group is missing final ';' (GH-7484) by Miss Islington (bot) · 7 years ago
  95. 7cbde0e bpo-30722: Fix NEWS entries (GH-8501) by Miss Islington (bot) · 7 years ago
  96. 3cc505e bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (GH-8464) by Steve Dower · 7 years ago
  97. 89352b0 bpo-32663 Make SMTPUTF8SimTests run (GH-5314) (#8471) by Miss Islington (bot) · 7 years ago
  98. 9736493 bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385) (GH-8466) by Miss Islington (bot) · 7 years ago
  99. 0b27169 bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH-8351) (GH-8435) by Miss Islington (bot) · 7 years ago
  100. 96bba04 bpo-33336, imaplib: Legalize MOVE command (GH-6569) (GH-8409) by Miss Islington (bot) · 7 years ago