Python 3.6.7rc1
  1. 311101f 3.6.7rc1 by Ned Deily · 7 years ago v3.6.7rc1
  2. adf4932 bpo-34370: Update Tk 8.6 used with macOS installers by Ned Deily · 7 years ago
  3. 0b3e120 bpo-1529353: IDLE: squeeze large output in the shell (GH-7626) by Miss Islington (bot) · 7 years ago
  4. 936d740 bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497) by Miss Islington (bot) · 7 years ago
  5. 582d188 [3.6] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9512) by Christian Heimes · 7 years ago
  6. 6b48f98 bpo-34548: IDLE: use configured theme colors in TextView (GH-9008) by Miss Islington (bot) · 7 years ago
  7. 94812f7 [3.6] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9507) by Christian Heimes · 7 years ago
  8. ed21919 bpo-34472: Add data descriptor signature to zipfile (GH-8871) (GH-9398) by Miss Islington (bot) · 7 years ago
  9. d1b336e [3.6] bpo-34623: Mention CVE-2018-14647 in news entry (GH-9482) (GH-9489) by Miss Islington (bot) · 7 years ago
  10. f37496e bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418) by Miss Islington (bot) · 7 years ago
  11. 4fb672f bpo-32215: Fix performance regression in sqlite3 (GH-8511) by Miss Islington (bot) · 7 years ago
  12. 1148510 [3.6] bpo-34542: Update test certs and keys (GH-8997) (GH-9396) by Christian Heimes · 7 years ago
  13. c927649 bpo-34582: Adds JUnit XML output for regression tests (GH-9210) by Miss Islington (bot) · 7 years ago
  14. f7666e8 bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) by Miss Islington (bot) · 7 years ago
  15. 1a107ee bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158) by Steve Dower · 7 years ago
  16. 68a8f04 bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277) by Miss Islington (bot) · 7 years ago
  17. 83a0985 bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683) by Miss Islington (bot) · 7 years ago
  18. fff869e bpo-34710: fix SSL module build (GH-9347) by Miss Islington (bot) · 7 years ago
  19. f35e4d5 bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113) by Miss Islington (bot) · 7 years ago
  20. e536320 bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258) by Miss Islington (bot) · 7 years ago
  21. 7eeb80b closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262) by Miss Islington (bot) · 7 years ago
  22. 3e3d4a4 bpo-34200: Fix non-determinism of test_pkg (GH-9248) by Miss Islington (bot) · 7 years ago
  23. bdace2e closes bpo-34652: Always disable lchmod on Linux. (GH-9234) by Miss Islington (bot) · 7 years ago
  24. aa12534 closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4178) by Miss Islington (bot) · 7 years ago
  25. a00de68 [3.6] closes bpo-25041: Document AF_PACKET socket address format. (GH-9209) by Benjamin Peterson · 7 years ago
  26. 31912b4 bpo-34405: Update to OpenSSL 1.0.2p for macOS installer builds (GH-9191) by Ned Deily · 7 years ago
  27. ccbbdd0 [3.6] closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-9178) by Benjamin Peterson · 7 years ago
  28. 889f080 bpo-28617 Fixed docs inaccuracies about the types that support membership tests (GH-9086) by Miss Islington (bot) · 7 years ago
  29. ed74a25 Fix Tools/gdb/libpython.py by Miss Islington (bot) · 7 years ago
  30. 2173bb8 bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9149) by Miss Islington (bot) · 7 years ago
  31. b2260e5 bpo-34625: Update vendorized expat version to 2.2.6. (GH-9158) by Miss Islington (bot) · 7 years ago
  32. afb25bc bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077) by Miss Islington (bot) · 7 years ago
  33. 1bcd891 [3.6] bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (GH-9098) (GH-9105) by William Grzybowski · 7 years ago
  34. 3b36642 bpo-34421 avoid unicode error in distutils logging (GH-8799) by Miss Islington (bot) · 7 years ago
  35. eb6ab73 [3.6] bpo-34246: Use no mutable default args in smtplib (GH-8554) (#9112) by Pablo Galindo · 7 years ago
  36. 9eeecfd [3.6] bpo-34594: Don't hardcode errno values in the tests. (GH-9096) by Zackery Spytz · 7 years ago
  37. 23f427a [3.6] bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (GH-9027) (GH-9069) by Alexander Buchkovsky · 7 years ago
  38. 3ee07432 bpo-25750: fix refcounts in type_getattro() (GH-6118) (GH-9088) by Miss Islington (bot) · 7 years ago
  39. e2c1657 bpo-34530: Fix distutils find_executable() (GH-9049) (GH-9057) by Miss Islington (bot) · 7 years ago
  40. 4ff3887 bpo-34527: Fix FreeBSD with POSIX locale (GH-8975) by Victor Stinner · 7 years ago
  41. c47acc2 bpo-13312: Avoid int underflow in time year. (GH-8912) by Miss Islington (bot) · 7 years ago
  42. b26fcd6 bpo-34426: fix typo (__lltrace__ -> __ltrace__) (GH-8822) by Miss Islington (bot) · 7 years ago
  43. 0e707b4 bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8864) by Miss Islington (bot) · 7 years ago
  44. cabe916 [3.6] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (#8790) by Miss Islington (bot) · 7 years ago
  45. eeca87c bpo-34405: Updated to OpenSSL 1.0.2p for Windows builds. (GH-8776) by Steve Dower · 7 years ago
  46. 5e9551b [3.6] bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8764) by Christian Heimes · 7 years ago
  47. 981aa46 closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439) by Miss Islington (bot) · 7 years ago
  48. 3e630c5 bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) (GH-8760) by Christian Heimes · 7 years ago
  49. 2a4ee8a bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761) by Christian Heimes · 7 years ago
  50. fe62d36 closes bpo-34377: Update Valgrind suppressions. (GH-8734) by Miss Islington (bot) · 7 years ago
  51. ca4badb bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678) by Miss Islington (bot) · 7 years ago
  52. 671a13a bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634) by Miss Islington (bot) · 7 years ago
  53. b0bf51b bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544) by Steve Dower · 7 years ago
  54. e20d31c bpo-19891: Ignore error while writing history file (GH-8483) by Miss Islington (bot) · 7 years ago
  55. 2474cef bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-7683) by Miss Islington (bot) · 7 years ago
  56. 363105e bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639) by Miss Islington (bot) · 7 years ago
  57. 9fcfb7b bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) by Miss Islington (bot) · 7 years ago
  58. 6f16ffc [3.6] bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532) (GH-8587) by Miss Islington (bot) · 7 years ago
  59. ada5d99 [3.6] bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931) (GH-8584) by Serhiy Storchaka · 7 years ago
  60. 28bbbda bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911) by Steve Dower · 7 years ago
  61. 8f6a7e1 bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (GH-8464) by Miss Islington (bot) · 7 years ago
  62. f17e001 bpo-33476: Fix _header_value_parser when address group is missing final ';' (GH-7484) by Miss Islington (bot) · 7 years ago
  63. 9d85856 bpo-30722: Fix NEWS entry (GH-8501) by Berker Peksag · 7 years ago
  64. 6ea8a3a [3.6] bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385) (GH-8498) by Ammar Askar · 7 years ago
  65. cecbe0a bpo-32663 Make SMTPUTF8SimTests run (GH-5314) (#8470) by Miss Islington (bot) · 7 years ago
  66. 113f86e [3.6] bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH-8351) (GH-8436) by Serhiy Storchaka · 7 years ago
  67. 1127849 bpo-33336, imaplib: Legalize MOVE command (GH-6569) by Miss Islington (bot) · 7 years ago
  68. e9e6495 bpo-940286: Fix pydoc to show cross refs correctly (GH-8390) by Miss Islington (bot) · 7 years ago
  69. cf30d5c bpo-24618: Add a check in the code constructor. (GH-8283) (GH-8311) by Serhiy Storchaka · 7 years ago
  70. cc13016 bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception set (GH-8282). (GH-8312) by Serhiy Storchaka · 7 years ago
  71. 8487ef6 [3.6] bpo-34121: Fix detection of C11 atomic support on clang. (GH-8290) by Benjamin Peterson · 7 years ago
  72. 3b06285d bpo-34080: Fix a memory leak in the compiler. (GH-8222) (GH-8257) by Miss Islington (bot) · 7 years ago
  73. ec75620 bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192) by Miss Islington (bot) · 7 years ago
  74. 6ceab46 bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184) by Miss Islington (bot) · 7 years ago
  75. eeaae26 [3.6] bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WITH. (GH-8159) (GH-8198) by Serhiy Storchaka · 7 years ago
  76. d73497b bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193) (GH-8195) by Miss Islington (bot) · 7 years ago
  77. becb527 [3.6] closes bpo-34050: Fix link in SSL docs (GH-8173) (GH-8178) by Benjamin Peterson · 7 years ago
  78. cad4a27 [3.6] bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153). (GH-8155) by Dong-hee Na · 7 years ago
  79. 972458a bpo-34054: multiprocessing uses time.monotonic() (GH-8118) by Miss Islington (bot) · 7 years ago
  80. 11c36a3 [3.6] bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (GH-7891) (GH-8134) by Ammar Askar · 7 years ago
  81. d7a0ad7 bpo-34010: Fix tarfile read performance regression (GH-8020) by Miss Islington (bot) · 7 years ago
  82. e1ebf51 bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918) (GH-8069) by Miss Islington (bot) · 7 years ago
  83. dd5f43a bpo-34019: Fix wrong arguments for Opera Browser (GH-8047) by Miss Islington (bot) · 7 years ago
  84. 580c7db bpo-34006: Revert line length limit for Windows help docs (GH-8051) by Miss Islington (bot) · 7 years ago
  85. b6c1989 [3.6] bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008). (GH-8045) by Xtreak · 7 years ago
  86. db7ac30 [3.6] bpo-32568: make select.epoll() and its docs consistent (GH-7840) (GH-8025) by Tal Einat · 7 years ago
  87. b2e88fc bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) by Miss Islington (bot) · 7 years ago
  88. d6a283b [3.6] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918). (GH-8012) by Zackery Spytz · 7 years ago
  89. 00e0524 bpo-14117: Make minor tweaks to turtledemo (GH-8002) by Miss Islington (bot) · 7 years ago
  90. c00144c bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993) by Miss Islington (bot) · 7 years ago
  91. 0ebd1bc bpo-31546: Fix input hook integration (GH-7978) by Miss Islington (bot) · 7 years ago
  92. 28c6b94 Fix NEWS entry for bpo-31647 by Ned Deily · 7 years ago
  93. 853a36a Merge 3.6.6 final changes by Ned Deily · 7 years ago
  94. acda5ea bpo-24567: Random subnormal.diff (GH-7954) (GH-7956) by Miss Islington (bot) · 7 years ago
  95. 5d2d9d7 bpo-33975: Avoid small type when running IDLE's htests. (GH-7944) by Miss Islington (bot) · 7 years ago
  96. 5dc3f23 bpo-33956: update vendored expat to 2.2.5 (GH-7925) by Miss Islington (bot) · 7 years ago
  97. 4cf1f54 3.6.6 final by Ned Deily · 7 years ago v3.6.6
  98. 1d55888 bpo-33873: Backport regrtest from master to 3.7 (GH-7935) (GH-7937) by Victor Stinner · 7 years ago
  99. 8f8ad2c bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884) by Miss Islington (bot) · 7 years ago
  100. 1094891 bpo-33916: Fix bz2 and lzma init when called twice (GH-7843) (GH-7872) by Victor Stinner · 7 years ago