Python 3.6.7
  1. 6ec5cf2 3.6.7final by Ned Deily · 7 years ago v3.6.7
  2. 92fe93e bpo-34576: Revert doc change until it can be properly fixed (GH-9720) by Ned Deily · 7 years ago
  3. d404ffa bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850) by Miss Islington (bot) · 7 years ago
  4. 4893861 3.6.7rc2 by Ned Deily · 7 years ago v3.6.7rc2
  5. f55c3ae bpo-34370: Revert to using released Tk 8.6.8 with macOS installers by Ned Deily · 7 years ago
  6. 69e6ad6 [3.6] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) (GH-9798) (GH-9801) by Miss Islington (bot) · 7 years ago
  7. 1a23abe Fix a possible decref of a borrowed reference in symtable.c. (GH-9786) by Miss Islington (bot) · 7 years ago
  8. f543e18 [3.6] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-8581) (GH-9657) by Serhiy Storchaka · 7 years ago
  9. 3baee3b bpo-34576 warn users on security for http.server (GH-9720) by Miss Islington (bot) · 7 years ago
  10. a14dda5 [3.6] bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716) (GH-9792) by twisteroid ambassador · 7 years ago
  11. e7ebf14 [3.6] bpo-34906: Doc: Fix typos (2) (GH-9735) by Stéphane Wirtel · 7 years ago
  12. 482dc94 bpo-23596: Add unit tests for the command line for the gzip module (GH-9775) by Miss Islington (bot) · 7 years ago
  13. 25bfb1a bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-9656) by Miss Islington (bot) · 7 years ago
  14. 64bcedc bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758) by Miss Islington (bot) · 7 years ago
  15. 177254c bpo-34910: Ensure that PyObject_Print() always returns -1 on error. (GH-9733) by Miss Islington (bot) · 7 years ago
  16. 22e86fb [3.7] bpo-34282: Fix Enum._convert method shadowing members named _convert (GH-9034) (GH-9229) by Miss Islington (bot) · 7 years ago
  17. 526929b bpo-34899: Fix a possible assertion failure due to int_from_bytes_impl() (GH-9705) by Miss Islington (bot) · 7 years ago
  18. dd0670f Fix a compiler warning added in bpo-34872. (GH-9722). (GH-9726) (GH-9728) by Miss Islington (bot) · 7 years ago
  19. d02490a Use assertEqual() instead of assertEquals(). (GH-9721) (GH-9725) (GH-9727) by Miss Islington (bot) · 7 years ago
  20. 467360e bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719) by Miss Islington (bot) · 7 years ago
  21. 77bd606 Fix a typo ssl.py docstring (GH-9697) (#9710) by Miss Islington (bot) · 7 years ago
  22. 70a083b bpo-34871: inspect: Don't pollute sys.modules (GH-9696) (GH-9702) by Miss Islington (bot) · 7 years ago
  23. 166773d [3.6] bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679) (GH-9690) by Elvis Pranskevichus · 7 years ago
  24. 6580e52 bpo-34879: Fix a possible null pointer dereference in bytesobject.c (GH-9683) by Miss Islington (bot) · 7 years ago
  25. f1e8be7 Make it clear that the msg argument to assertWarns/assertWarnsRegex/assertRaisesRegex is keyword-only. (GH-9680) by Miss Islington (bot) · 7 years ago
  26. 07b96a9 bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9677) by Miss Islington (bot) · 7 years ago
  27. 58376c6 Make it clear that the msg argument to assertRaises is keyword-only. (GH-9670) by Miss Islington (bot) · 7 years ago
  28. 7455bf4 closes bpo-34868: Improve error message with '_' is combined with an invalid type specifier. (GH-9666) by Miss Islington (bot) · 7 years ago
  29. 56c1025 bpo-31865: Fix a couple of typos in the html.unescape() docs. (GH-9664) by Miss Islington (bot) · 7 years ago
  30. cb0bec3 bpo-34850: Replace is with == in idlelib.iomenu (GH-9649) by Miss Islington (bot) · 7 years ago
  31. 3cd5e8e bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123) by Miss Islington (bot) · 7 years ago
  32. 207bb5f Fix incorrect error handling in _pickle.Unpickler.__init__() (GH-9630) by Miss Islington (bot) · 7 years ago
  33. 5d33ee1 bpo-34521: Fix tests in test_multiprocessing_spawn to use correctly CMSG_SPACE (GH-9613) by Miss Islington (bot) · 7 years ago
  34. fe48b6d Fix tests in test_socket to use correctly CMSG_LEN (GH-9594) by Miss Islington (bot) · 7 years ago
  35. 3a4aa6a bpo-34819: Use a monotonic clock to compute timeouts in concurrent.futures (GH-9599) by Miss Islington (bot) · 7 years ago
  36. 6475c05 Post release bump by Ned Deily · 7 years ago
  37. e05a94c Merge tag 'v3.6.7rc1' into 3.6 by Ned Deily · 7 years ago
  38. 43500a5 bpo-28655: Fix test_import.test_missing_source_legacy() (GH-9589) by Victor Stinner · 7 years ago
  39. dfa1113 Clarify that Type[SomeTypeVar] is legal (GH-9585) by Miss Islington (bot) · 7 years ago
  40. 3707bcf Drop confusing commented out code in pystrtod.c (GH-6072) (GH-9587) by Victor Stinner · 7 years ago
  41. d45a961 [3.6] bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624) (GH-9583) by Miss Islington (bot) · 7 years ago
  42. 311101f 3.6.7rc1 by Ned Deily · 7 years ago v3.6.7rc1
  43. adf4932 bpo-34370: Update Tk 8.6 used with macOS installers by Ned Deily · 7 years ago
  44. dc335ae bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573) by Miss Islington (bot) · 7 years ago
  45. 98c8236 bpo-1529353: IDLE: Squeezer What's New for 3.6.7 (GH-9567) by Miss Islington (bot) · 7 years ago
  46. 857b002 bpo-33937: Catch ENOMEM error in test_socket (GH-9557) by Miss Islington (bot) · 7 years ago
  47. 0b3e120 bpo-1529353: IDLE: squeeze large output in the shell (GH-7626) by Miss Islington (bot) · 7 years ago
  48. 936d740 bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497) by Miss Islington (bot) · 7 years ago
  49. 1ab9dfc bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551) by Miss Islington (bot) · 7 years ago
  50. 7365306 [3.6] bpo-34582: Update syntax of Azure Pipelines builds (GH-9521) (GH-9528) by Steve Dower · 7 years ago
  51. a3a6398 Update Azure Pipelines badge (GH-9531) by Steve Dower · 7 years ago
  52. 582d188 [3.6] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9512) by Christian Heimes · 7 years ago
  53. 6b48f98 bpo-34548: IDLE: use configured theme colors in TextView (GH-9008) by Miss Islington (bot) · 7 years ago
  54. 0b67995 bpo-34421: Improve distutils logging for non-ASCII strings. (GH-9126) (GH-9506) by Miss Islington (bot) · 7 years ago
  55. 94812f7 [3.6] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9507) by Christian Heimes · 7 years ago
  56. ed21919 bpo-34472: Add data descriptor signature to zipfile (GH-8871) (GH-9398) by Miss Islington (bot) · 7 years ago
  57. 09f2eec Fix pickletools doc for NEWFALSE. (GH-9432) by Miss Islington (bot) · 7 years ago
  58. 7529754 [3.6] bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468) (GH-9492) by Christian Heimes · 7 years ago
  59. d1b336e [3.6] bpo-34623: Mention CVE-2018-14647 in news entry (GH-9482) (GH-9489) by Miss Islington (bot) · 7 years ago
  60. 29da839 Make docs of exitcode for subprocess.getstatusoutput more clear. (GH-9477) by Miss Islington (bot) · 7 years ago
  61. f37496e bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418) by Miss Islington (bot) · 7 years ago
  62. 71a9c65 closes bpo-34656: Avoid relying on signed overflow in _pickle memos. (GH-9261) by Miss Islington (bot) · 7 years ago
  63. 6c9e109 Fixes tests requiring extra environment values on Windows (GH-9463) by Steve Dower · 7 years ago
  64. 4fb672f bpo-32215: Fix performance regression in sqlite3 (GH-8511) by Miss Islington (bot) · 7 years ago
  65. 1eabe19 bpo-19756: Prevent test failures due to EADDRNOTAVAIL (GH-9446) by Miss Islington (bot) · 7 years ago
  66. 1148510 [3.6] bpo-34542: Update test certs and keys (GH-8997) (GH-9396) by Christian Heimes · 7 years ago
  67. 1e7d775 Enables test result collection for CI builds (GH-9433) by Miss Islington (bot) · 7 years ago
  68. cccbb9b Ignores failure to update lists (GH-9424) by Miss Islington (bot) · 7 years ago
  69. c927649 bpo-34582: Adds JUnit XML output for regression tests (GH-9210) by Miss Islington (bot) · 7 years ago
  70. f7666e8 bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) by Miss Islington (bot) · 7 years ago
  71. 1a107ee bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158) by Steve Dower · 7 years ago
  72. 68a8f04 bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277) by Miss Islington (bot) · 7 years ago
  73. 83a0985 bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683) by Miss Islington (bot) · 7 years ago
  74. 1e7193b bpo-33216: Improve the documentation for CALL_FUNCTION_* (GH-8338) (GH-8784) by Miss Islington (bot) · 7 years ago
  75. fff869e bpo-34710: fix SSL module build (GH-9347) by Miss Islington (bot) · 7 years ago
  76. f35e4d5 bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113) by Miss Islington (bot) · 7 years ago
  77. e536320 bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258) by Miss Islington (bot) · 7 years ago
  78. 03d8e7c Don't run AC_STRUCT_TIMEZONE twice. (GH-9305) by Miss Islington (bot) · 7 years ago
  79. bd844b0 Change the xkcd link in comment over https. (GH-9294) by Miss Islington (bot) · 7 years ago
  80. f79d74d bpo-31132: Remove prlimit permission test. (GH-9280) by Miss Islington (bot) · 7 years ago
  81. 81361cd bpo-34661: Fix test skipping call. (GH-9266) by Miss Islington (bot) · 7 years ago
  82. 7eeb80b closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262) by Miss Islington (bot) · 7 years ago
  83. 3e3d4a4 bpo-34200: Fix non-determinism of test_pkg (GH-9248) by Miss Islington (bot) · 7 years ago
  84. 2184fe5 [3.6] bpo-34652: Remove lchmod from the big func checking block. (GH-9250) by Benjamin Peterson · 7 years ago
  85. 21a8082 closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238) by Miss Islington (bot) · 7 years ago
  86. bdace2e closes bpo-34652: Always disable lchmod on Linux. (GH-9234) by Miss Islington (bot) · 7 years ago
  87. e105e55 [3.6] closes bpo-34650: Check if sched_getscheduler returns ENOSYS before declaring it supported. (GH-9237) by Benjamin Peterson · 7 years ago
  88. 6d72686 bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225) by Miss Islington (bot) · 7 years ago
  89. 5a435ea closes bpo-34004: Skip lock interruption tests on musl. (GH-9224) by Miss Islington (bot) · 7 years ago
  90. aa12534 closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4178) by Miss Islington (bot) · 7 years ago
  91. a00de68 [3.6] closes bpo-25041: Document AF_PACKET socket address format. (GH-9209) by Benjamin Peterson · 7 years ago
  92. 6539b91 Delete old expat comment. (GH-9197) by Miss Islington (bot) · 7 years ago
  93. 31912b4 bpo-34405: Update to OpenSSL 1.0.2p for macOS installer builds (GH-9191) by Ned Deily · 7 years ago
  94. 8a2c2d4 bpo-34365: Update date object documentation (GH-8814) by Miss Islington (bot) · 7 years ago
  95. 7f76eeb Update VSTS to Azure DevOps and simplify dependencies (GH-9168) by Steve Dower · 7 years ago
  96. 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
  97. cb51dd7 bpo-34613: document the correct value of limit argument of asyncio.StreamReader (GH-9121) by Miss Islington (bot) · 7 years ago
  98. 889f080 bpo-28617 Fixed docs inaccuracies about the types that support membership tests (GH-9086) by Miss Islington (bot) · 7 years ago
  99. ed74a25 Fix Tools/gdb/libpython.py by Miss Islington (bot) · 7 years ago
  100. 2173bb8 bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9149) by Miss Islington (bot) · 7 years ago