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. dc335ae bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573) by Miss Islington (bot) · 7 years ago
  4. 98c8236 bpo-1529353: IDLE: Squeezer What's New for 3.6.7 (GH-9567) by Miss Islington (bot) · 7 years ago
  5. 857b002 bpo-33937: Catch ENOMEM error in test_socket (GH-9557) by Miss Islington (bot) · 7 years ago
  6. 0b3e120 bpo-1529353: IDLE: squeeze large output in the shell (GH-7626) by Miss Islington (bot) · 7 years ago
  7. 936d740 bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497) by Miss Islington (bot) · 7 years ago
  8. 1ab9dfc bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551) by Miss Islington (bot) · 7 years ago
  9. 7365306 [3.6] bpo-34582: Update syntax of Azure Pipelines builds (GH-9521) (GH-9528) by Steve Dower · 7 years ago
  10. a3a6398 Update Azure Pipelines badge (GH-9531) by Steve Dower · 7 years ago
  11. 582d188 [3.6] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9512) by Christian Heimes · 7 years ago
  12. 6b48f98 bpo-34548: IDLE: use configured theme colors in TextView (GH-9008) by Miss Islington (bot) · 7 years ago
  13. 0b67995 bpo-34421: Improve distutils logging for non-ASCII strings. (GH-9126) (GH-9506) by Miss Islington (bot) · 7 years ago
  14. 94812f7 [3.6] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9507) by Christian Heimes · 7 years ago
  15. ed21919 bpo-34472: Add data descriptor signature to zipfile (GH-8871) (GH-9398) by Miss Islington (bot) · 7 years ago
  16. 09f2eec Fix pickletools doc for NEWFALSE. (GH-9432) by Miss Islington (bot) · 7 years ago
  17. 7529754 [3.6] bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468) (GH-9492) by Christian Heimes · 7 years ago
  18. d1b336e [3.6] bpo-34623: Mention CVE-2018-14647 in news entry (GH-9482) (GH-9489) by Miss Islington (bot) · 7 years ago
  19. 29da839 Make docs of exitcode for subprocess.getstatusoutput more clear. (GH-9477) by Miss Islington (bot) · 7 years ago
  20. f37496e bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418) by Miss Islington (bot) · 7 years ago
  21. 71a9c65 closes bpo-34656: Avoid relying on signed overflow in _pickle memos. (GH-9261) by Miss Islington (bot) · 7 years ago
  22. 6c9e109 Fixes tests requiring extra environment values on Windows (GH-9463) by Steve Dower · 7 years ago
  23. 4fb672f bpo-32215: Fix performance regression in sqlite3 (GH-8511) by Miss Islington (bot) · 7 years ago
  24. 1eabe19 bpo-19756: Prevent test failures due to EADDRNOTAVAIL (GH-9446) by Miss Islington (bot) · 7 years ago
  25. 1148510 [3.6] bpo-34542: Update test certs and keys (GH-8997) (GH-9396) by Christian Heimes · 7 years ago
  26. 1e7d775 Enables test result collection for CI builds (GH-9433) by Miss Islington (bot) · 7 years ago
  27. cccbb9b Ignores failure to update lists (GH-9424) by Miss Islington (bot) · 7 years ago
  28. c927649 bpo-34582: Adds JUnit XML output for regression tests (GH-9210) by Miss Islington (bot) · 7 years ago
  29. f7666e8 bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) by Miss Islington (bot) · 7 years ago
  30. 1a107ee bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158) by Steve Dower · 7 years ago
  31. 68a8f04 bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277) by Miss Islington (bot) · 7 years ago
  32. 83a0985 bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683) by Miss Islington (bot) · 7 years ago
  33. 1e7193b bpo-33216: Improve the documentation for CALL_FUNCTION_* (GH-8338) (GH-8784) by Miss Islington (bot) · 7 years ago
  34. fff869e bpo-34710: fix SSL module build (GH-9347) by Miss Islington (bot) · 7 years ago
  35. f35e4d5 bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113) by Miss Islington (bot) · 7 years ago
  36. e536320 bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258) by Miss Islington (bot) · 7 years ago
  37. 03d8e7c Don't run AC_STRUCT_TIMEZONE twice. (GH-9305) by Miss Islington (bot) · 7 years ago
  38. bd844b0 Change the xkcd link in comment over https. (GH-9294) by Miss Islington (bot) · 7 years ago
  39. f79d74d bpo-31132: Remove prlimit permission test. (GH-9280) by Miss Islington (bot) · 7 years ago
  40. 81361cd bpo-34661: Fix test skipping call. (GH-9266) by Miss Islington (bot) · 7 years ago
  41. 7eeb80b closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262) by Miss Islington (bot) · 7 years ago
  42. 3e3d4a4 bpo-34200: Fix non-determinism of test_pkg (GH-9248) by Miss Islington (bot) · 7 years ago
  43. 2184fe5 [3.6] bpo-34652: Remove lchmod from the big func checking block. (GH-9250) by Benjamin Peterson · 7 years ago
  44. 21a8082 closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238) by Miss Islington (bot) · 7 years ago
  45. bdace2e closes bpo-34652: Always disable lchmod on Linux. (GH-9234) by Miss Islington (bot) · 7 years ago
  46. e105e55 [3.6] closes bpo-34650: Check if sched_getscheduler returns ENOSYS before declaring it supported. (GH-9237) by Benjamin Peterson · 7 years ago
  47. 6d72686 bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225) by Miss Islington (bot) · 7 years ago
  48. 5a435ea closes bpo-34004: Skip lock interruption tests on musl. (GH-9224) by Miss Islington (bot) · 7 years ago
  49. aa12534 closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4178) by Miss Islington (bot) · 7 years ago
  50. a00de68 [3.6] closes bpo-25041: Document AF_PACKET socket address format. (GH-9209) by Benjamin Peterson · 7 years ago
  51. 6539b91 Delete old expat comment. (GH-9197) by Miss Islington (bot) · 7 years ago
  52. 31912b4 bpo-34405: Update to OpenSSL 1.0.2p for macOS installer builds (GH-9191) by Ned Deily · 7 years ago
  53. 8a2c2d4 bpo-34365: Update date object documentation (GH-8814) by Miss Islington (bot) · 7 years ago
  54. 7f76eeb Update VSTS to Azure DevOps and simplify dependencies (GH-9168) by Steve Dower · 7 years ago
  55. 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
  56. cb51dd7 bpo-34613: document the correct value of limit argument of asyncio.StreamReader (GH-9121) by Miss Islington (bot) · 7 years ago
  57. 889f080 bpo-28617 Fixed docs inaccuracies about the types that support membership tests (GH-9086) by Miss Islington (bot) · 7 years ago
  58. ed74a25 Fix Tools/gdb/libpython.py by Miss Islington (bot) · 7 years ago
  59. 2173bb8 bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9149) by Miss Islington (bot) · 7 years ago
  60. b2260e5 bpo-34625: Update vendorized expat version to 2.2.6. (GH-9158) by Miss Islington (bot) · 7 years ago
  61. 3cb90d1 Fix missing line from example shell session (GH-9143) (GH-9156) by Miss Islington (bot) · 7 years ago
  62. c0db817 closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965) by Miss Islington (bot) · 7 years ago
  63. 6a939c8 [3.6] Fix misleading mentions of tp_size in comments (GH-9137) by Benjamin Peterson · 7 years ago
  64. 8a0c254 bpo-23855: Add missing NULL checks for malloc() in _msi.c (GH-9038) by Miss Islington (bot) · 7 years ago
  65. afb25bc bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077) by Miss Islington (bot) · 7 years ago
  66. 9f5351e Test dict values iterator pickling with pickle.HIGHEST_PROTOCOL. (GH-9052) by Miss Islington (bot) · 7 years ago
  67. 8eda821 Revert "Fix misindented yaml in logging how to example (GH-8604)" (GH-9081) by Miss Islington (bot) · 7 years ago
  68. 1bcd891 [3.6] bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (GH-9098) (GH-9105) by William Grzybowski · 7 years ago
  69. 3b36642 bpo-34421 avoid unicode error in distutils logging (GH-8799) by Miss Islington (bot) · 7 years ago
  70. eb6ab73 [3.6] bpo-34246: Use no mutable default args in smtplib (GH-8554) (#9112) by Pablo Galindo · 7 years ago
  71. 963bcc8 [3.6] bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-9022) by Pablo Galindo · 7 years ago
  72. 9eeecfd [3.6] bpo-34594: Don't hardcode errno values in the tests. (GH-9096) by Zackery Spytz · 7 years ago
  73. 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
  74. 3ee07432 bpo-25750: fix refcounts in type_getattro() (GH-6118) (GH-9088) by Miss Islington (bot) · 7 years ago
  75. 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
  76. e2c1657 bpo-34530: Fix distutils find_executable() (GH-9049) (GH-9057) by Miss Islington (bot) · 7 years ago
  77. 635461f [3.6] bpo-34575: Build with only VS2015 on AppVeyor (GH-9066) by Zachary Ware · 7 years ago
  78. f4c4d99 Fix struct sequence glossary entry grammar (GH-9030) by Miss Islington (bot) · 7 years ago
  79. 8926707 Add VSTS status badge to readme (GH-8958) by Steve Dower · 7 years ago
  80. 4ff3887 bpo-34527: Fix FreeBSD with POSIX locale (GH-8975) by Victor Stinner · 7 years ago
  81. 204fb45 bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934) by Miss Islington (bot) · 7 years ago
  82. d60bdf2 closes bpo-34504: Remove the useless NULL check in PySequence_Check(). (GH-8935) by Miss Islington (bot) · 7 years ago
  83. 323a91b closes bpo-34501: PyType_FromSpecWithBases: Check spec->name before dereferencing it. (GH-8930) by Miss Islington (bot) · 7 years ago
  84. 0433f8e Fix markup in stdtypes documentation (GH-8905) by Miss Islington (bot) · 7 years ago
  85. c47acc2 bpo-13312: Avoid int underflow in time year. (GH-8912) by Miss Islington (bot) · 7 years ago
  86. 2443766 Make it more clear that setUpClass runs before each class, not "class run" (GH-8844) by Miss Islington (bot) · 7 years ago
  87. b26fcd6 bpo-34426: fix typo (__lltrace__ -> __ltrace__) (GH-8822) by Miss Islington (bot) · 7 years ago
  88. 0e707b4 bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8864) by Miss Islington (bot) · 7 years ago
  89. 902f161 closes bpo-34468: Objects/rangeobject.c: Fix an always-false condition in range_repr() (GH-8880) by Miss Islington (bot) · 7 years ago
  90. 7d470f3 closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in builtin_sum_impl() (GH-8872) by Miss Islington (bot) · 7 years ago
  91. fbe359a closes bpo-34477: Objects/typeobject.c: Add missing NULL check to type_init() (GH-8876) by Miss Islington (bot) · 7 years ago
  92. 945771b bpo-34436: Fix check that disables overallocation for the last fmt specifier (GH-8826) by Miss Islington (bot) · 7 years ago
  93. 0ef61ee bpo-34457: Python/ast.c: Add missing NULL check to alias_for_import_name(). (GH-8852) by Miss Islington (bot) · 7 years ago
  94. b14a68f bpo-34456: pickle: Add missing NULL check to save_global(). (GH-8851) by Miss Islington (bot) · 7 years ago
  95. e496b2b bpo-34400: Fix more undefined behavior in parsetok.c (GH-8833) by Miss Islington (bot) · 7 years ago
  96. 92970cc bpo-30411: Use --git-dir instead of -C to make git work under version below 1.8.5. (GH-8744) by Miss Islington (bot) · 7 years ago
  97. e77cdae bpo-34435: Add missing NULL check to unicode_encode_ucs1(). (GH-8823) by Miss Islington (bot) · 7 years ago
  98. f19579b bpo-22057: Clarify eval() documentation (GH-8812) by Miss Islington (bot) · 7 years ago
  99. fed8718 bpo-34415: Updated logging.Formatter docstring. (GH-8811) (GH-8816) by Miss Islington (bot) · 7 years ago
  100. fbd0a14 bpo-34432: doc Mention complex and decimal.Decimal on str.format not about locales (GH-8808) (GH-8810) by Miss Islington (bot) · 7 years ago