Python 3.6.7rc1
  1. 311101f 3.6.7rc1 by Ned Deily · 7 years ago v3.6.7rc1
  2. dc335ae bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573) by Miss Islington (bot) · 7 years ago
  3. 857b002 bpo-33937: Catch ENOMEM error in test_socket (GH-9557) by Miss Islington (bot) · 7 years ago
  4. 0b3e120 bpo-1529353: IDLE: squeeze large output in the shell (GH-7626) by Miss Islington (bot) · 7 years ago
  5. 1ab9dfc bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551) by Miss Islington (bot) · 7 years ago
  6. 7365306 [3.6] bpo-34582: Update syntax of Azure Pipelines builds (GH-9521) (GH-9528) by Steve Dower · 7 years ago
  7. 582d188 [3.6] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9512) by Christian Heimes · 7 years ago
  8. 6b48f98 bpo-34548: IDLE: use configured theme colors in TextView (GH-9008) by Miss Islington (bot) · 7 years ago
  9. 0b67995 bpo-34421: Improve distutils logging for non-ASCII strings. (GH-9126) (GH-9506) by Miss Islington (bot) · 7 years ago
  10. 94812f7 [3.6] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9507) by Christian Heimes · 7 years ago
  11. ed21919 bpo-34472: Add data descriptor signature to zipfile (GH-8871) (GH-9398) by Miss Islington (bot) · 7 years ago
  12. 09f2eec Fix pickletools doc for NEWFALSE. (GH-9432) by Miss Islington (bot) · 7 years ago
  13. 6c9e109 Fixes tests requiring extra environment values on Windows (GH-9463) by Steve Dower · 7 years ago
  14. 1eabe19 bpo-19756: Prevent test failures due to EADDRNOTAVAIL (GH-9446) by Miss Islington (bot) · 7 years ago
  15. 1148510 [3.6] bpo-34542: Update test certs and keys (GH-8997) (GH-9396) by Christian Heimes · 7 years ago
  16. c927649 bpo-34582: Adds JUnit XML output for regression tests (GH-9210) by Miss Islington (bot) · 7 years ago
  17. 68a8f04 bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277) by Miss Islington (bot) · 7 years ago
  18. 83a0985 bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683) 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. bd844b0 Change the xkcd link in comment over https. (GH-9294) by Miss Islington (bot) · 7 years ago
  22. f79d74d bpo-31132: Remove prlimit permission test. (GH-9280) by Miss Islington (bot) · 7 years ago
  23. 81361cd bpo-34661: Fix test skipping call. (GH-9266) by Miss Islington (bot) · 7 years ago
  24. 7eeb80b closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262) by Miss Islington (bot) · 7 years ago
  25. 3e3d4a4 bpo-34200: Fix non-determinism of test_pkg (GH-9248) by Miss Islington (bot) · 7 years ago
  26. 21a8082 closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238) by Miss Islington (bot) · 7 years ago
  27. e105e55 [3.6] closes bpo-34650: Check if sched_getscheduler returns ENOSYS before declaring it supported. (GH-9237) by Benjamin Peterson · 7 years ago
  28. 5a435ea closes bpo-34004: Skip lock interruption tests on musl. (GH-9224) by Miss Islington (bot) · 7 years ago
  29. 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
  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. c0db817 closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965) 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. 9f5351e Test dict values iterator pickling with pickle.HIGHEST_PROTOCOL. (GH-9052) by Miss Islington (bot) · 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. 963bcc8 [3.6] bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-9022) by Pablo Galindo · 7 years ago
  37. 9eeecfd [3.6] bpo-34594: Don't hardcode errno values in the tests. (GH-9096) by Zackery Spytz · 7 years ago
  38. 1a3eb12 [3.7] bpo-26544: Get rid of dependence from distutils in platform. (GH-8356) (GH-8970) (GH-9061) 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. c47acc2 bpo-13312: Avoid int underflow in time year. (GH-8912) by Miss Islington (bot) · 7 years ago
  41. 0e707b4 bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8864) by Miss Islington (bot) · 7 years ago
  42. fed8718 bpo-34415: Updated logging.Formatter docstring. (GH-8811) (GH-8816) by Miss Islington (bot) · 7 years ago
  43. cabe916 [3.6] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (#8790) by Miss Islington (bot) · 7 years ago
  44. 5e9551b [3.6] bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8764) by Christian Heimes · 7 years ago
  45. 3e630c5 bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) (GH-8760) by Christian Heimes · 7 years ago
  46. 2a4ee8a bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761) by Christian Heimes · 7 years ago
  47. ca4badb bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678) by Miss Islington (bot) · 7 years ago
  48. 671a13a bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634) by Miss Islington (bot) · 7 years ago
  49. b0bf51b bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544) by Steve Dower · 7 years ago
  50. 278d975 [3.6] bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8567). (GH-8690) by Serhiy Storchaka · 7 years ago
  51. e20d31c bpo-19891: Ignore error while writing history file (GH-8483) by Miss Islington (bot) · 7 years ago
  52. 2474cef bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-7683) by Miss Islington (bot) · 7 years ago
  53. 764f9d0 bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655) by Miss Islington (bot) · 7 years ago
  54. f0e3da8 bpo-30317: Fix multiprocessing test_timeout() (GH-8621) by Pablo Galindo · 7 years ago
  55. aae872e Fix docstring of Profiler class (GH-8651) 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. 295342a bpo-27910: Update documentation of traceback module (GH-6116) by Miss Islington (bot) · 7 years ago
  58. 8c4a005 bpo-34120: fix text viewer to call grab_release() only when needed (GH-8616) by Miss Islington (bot) · 7 years ago
  59. 9fcfb7b bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) by Miss Islington (bot) · 7 years ago
  60. 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
  61. ada5d99 [3.6] bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931) (GH-8584) by Serhiy Storchaka · 7 years ago
  62. 8f6a7e1 bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (GH-8464) by Miss Islington (bot) · 7 years ago
  63. f17e001 bpo-33476: Fix _header_value_parser when address group is missing final ';' (GH-7484) by Miss Islington (bot) · 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. 9b33ca0 [3.6] bpo-34136: Make test_do_not_recreate_annotations more reliable. (GH-8364) (GH-8366) by Miss Islington (bot) · 7 years ago
  68. ec729d5 bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262) (GH-8424) by Miss Islington (bot) · 7 years ago
  69. 1127849 bpo-33336, imaplib: Legalize MOVE command (GH-6569) by Miss Islington (bot) · 7 years ago
  70. 1724c0c bpo-25094: Fix test_tools.test_sundry() on Windows (GH-8406) by Miss Islington (bot) · 7 years ago
  71. e9e6495 bpo-940286: Fix pydoc to show cross refs correctly (GH-8390) by Miss Islington (bot) · 7 years ago
  72. 0ff1746 [3.6] bpo-34189: Add simple tests for new Tk widget options. (GH-8396) (GH-8399) by Serhiy Storchaka · 7 years ago
  73. 9c13670 bpo-34179: Make sure decimal context doesn't affect other tests. (GH-8376) (#8384) by Miss Islington (bot) · 7 years ago
  74. 9176962 [3.6] bpo-34162: idlelib/NEWS.txt entries to 2018-7-20 (GH-8345) (GH-8348) by Terry Jan Reedy · 7 years ago
  75. 2fe1c6b bpo-32692: Fix test_threading.test_set_and_clear() (GH-8331) by Miss Islington (bot) · 7 years ago
  76. e13180b bpo-34130: Fix test_signal.test_socket() (GH-8326) (GH-8330) by Miss Islington (bot) · 7 years ago
  77. 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
  78. 8b5d191 bpo-33967: Fix wrong use of assertRaises (GH-8306) by Miss Islington (bot) · 7 years ago
  79. 336c953 bpo-33967: Remove use of deprecated assertRaisesRegexp() (GH-8261) (GH-8295) by Miss Islington (bot) · 7 years ago
  80. b2f8aa0 bpo-34087: Backport tests for int/float/complex (GH-8274) by INADA Naoki · 7 years ago
  81. 8df4770 bpo-33716, test_concurrent_futures: increase timeout (GH-7828) (GH-8264) by Victor Stinner · 7 years ago
  82. ec75620 bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192) by Miss Islington (bot) · 7 years ago
  83. d68cb9d bpo-34092, test_logging: increase SMTPHandlerTest timeout (GH-8245) (GH-8249) by Victor Stinner · 7 years ago
  84. cb14eb7 bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091) by Miss Islington (bot) · 7 years ago
  85. 6ceab46 bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184) by Miss Islington (bot) · 7 years ago
  86. 13d1025 Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191) by Miss Islington (bot) · 7 years ago
  87. d73497b bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193) (GH-8195) by Miss Islington (bot) · 7 years ago
  88. 972458a bpo-34054: multiprocessing uses time.monotonic() (GH-8118) by Miss Islington (bot) · 7 years ago
  89. 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
  90. e1adc65 Fix fuzz testing for marshal.loads(). (GH-8106) by Miss Islington (bot) · 7 years ago
  91. 878c4fe bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH-7336) by Miss Islington (bot) · 7 years ago
  92. aea19a0 bpo-32942: Fix environment dependent test_script_helper (GH-8034) by Miss Islington (bot) · 7 years ago
  93. ae23d8d bpo-34040, multiprocessing: Fix test_forkserver_sigkill() (GH-8081) by Miss Islington (bot) · 7 years ago
  94. d7a0ad7 bpo-34010: Fix tarfile read performance regression (GH-8020) by Miss Islington (bot) · 7 years ago
  95. e1ebf51 bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918) (GH-8069) by Miss Islington (bot) · 7 years ago
  96. dd5f43a bpo-34019: Fix wrong arguments for Opera Browser (GH-8047) by Miss Islington (bot) · 7 years ago
  97. 3bd9d3b bpo-33735: Fix test_multiprocessing random failure (GH-8059) by Miss Islington (bot) · 7 years ago
  98. b6c1989 [3.6] bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008). (GH-8045) by Xtreak · 7 years ago
  99. db7ac30 [3.6] bpo-32568: make select.epoll() and its docs consistent (GH-7840) (GH-8025) by Tal Einat · 7 years ago
  100. b2e88fc bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) by Miss Islington (bot) · 7 years ago