Version v3.6.2
  1. 5fd33b5 Version bump to 3.6.2final by Ned Deily · 8 years ago v3.6.2
  2. 8913311 Version bump to 3.6.2rc2 by Ned Deily · 8 years ago v3.6.2rc2
  3. bdabd76 bpo-30797, bpo-30694: Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2615) by Ned Deily · 8 years ago
  4. d1d6501 [3.6] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376) (#2378) by Serhiy Storchaka · 8 years ago
  5. a9b16cf [3.6] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2360) by Serhiy Storchaka · 8 years ago
  6. c794b64 bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455) (#2456) by Victor Stinner · 8 years ago
  7. b6012f9 [3.6] bpo-30726: Also fix pyexpat.vcxproj (GH-2375) (#2570) by Segev Finer · 8 years ago
  8. 5777e79 [3.6] bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348) (#2349) by Victor Stinner · 8 years ago
  9. ea1ab80 bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2313) by Victor Stinner · 8 years ago
  10. b0fba88 bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2289) by Victor Stinner · 8 years ago
  11. 00134f6 bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat (#2252) (#2280) by Steve Dower · 8 years ago
  12. 268e1fb Version bump to 3.6.2rc1 by Ned Deily · 8 years ago v3.6.2rc1
  13. 8c5483e Update pydoc topics for v3.6.2rc1 by Ned Deily · 8 years ago
  14. 4f05ef4 Remove check for git binary in Mac installer build by Ned Deily · 8 years ago
  15. 4da5224 Add option to pass vcs info into Mac installer build by Ned Deily · 8 years ago
  16. 0a794a3 bpo-30038: add Misc/NEWS entry. by Ned Deily · 8 years ago
  17. b7c59f0 bpo-23894: add Misc/NEWS entry. (#2255) by Ned Deily · 8 years ago
  18. 304a96e bpo-30176: Add missing curses cell attributes constants (GH-1302). (GH-2241) by Mariatta · 8 years ago
  19. e9f4d8d [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595) (GH-2233) by Mariatta · 8 years ago
  20. 2eca5b4 [3.6] bpo-30682: Removed a too-strict assertion that failed for certain f-strings. (GH-2232) (#2242) by Serhiy Storchaka · 8 years ago
  21. a0ccc54 Synchronize libregrtest from master to 3.6 (#2244) by Victor Stinner · 8 years ago
  22. 085a57a Revert "bpo-30673: test.bat: add -t option (timeout) (#2211) (#2225)" (#2246) by Victor Stinner · 8 years ago
  23. 0a4bcf1 [3.6]Add IDLE items to NEWS and idlelib/NEWS.txt (#2239) (#2240) by terryjreedy · 8 years ago
  24. 04431c9 bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) (GH-2237) by Zachary Ware · 8 years ago
  25. 292b421 bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a 'trailer', e.g. zip()[x] (GH-24) (GH-2235) by Mariatta · 8 years ago
  26. 9cead06 Check that Python is 64-bit before enabling BLAKE2_USE_SSE. (GH-1332) (GH-2042) by Neil Schemenauer · 8 years ago
  27. 6a90a12 bpo-30656: Fix Python C API Module Objects documentation (GH-2170) (GH-2230) by Mariatta · 8 years ago
  28. 50dbf57 bpo-23890: Fix ref cycle in TestCase.assertRaises (#858) by Victor Stinner · 8 years ago
  29. e064d4d bpo-30673: test.bat: add -t option (timeout) (#2211) (#2225) by Victor Stinner · 8 years ago
  30. fab05de [3.6] bpo-30626: Fix error handling in PyImport_Import(). (GH-2103) (#2221) by Serhiy Storchaka · 8 years ago
  31. e45ea37 bpo-30149: Fix partialmethod without explicit self parameter (#1308) (#1662) by Dong-hee Na · 8 years ago
  32. cf58dfb [3.6] bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6. (GH-879) (#2217) by Serhiy Storchaka · 8 years ago
  33. f75f6ed [3.6] bpo-30650: Fixed a syntax error: missed right parentheses (GH-2154) (#2215) by Serhiy Storchaka · 8 years ago
  34. 523a243 [3.6] bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (GH-2016) (#2214) by Serhiy Storchaka · 8 years ago
  35. 86b9537 bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2200) by Victor Stinner · 8 years ago
  36. 8a39af9 bpo-30231: Remove skipped test_imaplib tests (#1419) (#2192) by Victor Stinner · 8 years ago
  37. 6628006 [3.6]bpo-15786: Fix IDLE autocomplete return problem. (#2198) (#2199) by terryjreedy · 8 years ago
  38. 789f47e bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173) (GH-2195) by Mariatta · 8 years ago
  39. dd47b19 Fix trivial typo in Python Setup documentation (GH-2185) (GH-2188) by csabella · 8 years ago
  40. 3280579 bpo-15786: IDLE: Fix mouse clicks on autocompletetion window (#1811) (#2187) by terryjreedy · 8 years ago
  41. c2a506e [3.6] bpo-30649: test_os tolerates 50 ms delta for utime (#2156) (#2175) by Victor Stinner · 8 years ago
  42. 22d909f [3.6]bpo-25514: Improve IDLE's connection refused message (#2177) (#2178) by terryjreedy · 8 years ago
  43. d92ee3e [3.6]bpo-27922: Stop gui flash from idle_test.test_parenmatch (#2171) (#2172) by terryjreedy · 8 years ago
  44. b0efd49 [3.6]bpo-30642: Fix ref leak in idle_test.test_macosx (#2163) (#2165) by terryjreedy · 8 years ago
  45. 6fd0345 [3.6] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#2166) by Antoine Pitrou · 8 years ago
  46. 2bfb45d bpo-30642: IDLE: Fix test_query refleak (#2147) (#2161) by terryjreedy · 8 years ago
  47. 92e9e35 [3.6] bpo-29514: Check magic number for bugfix releases (#2157) by Nick Coghlan · 8 years ago
  48. 932946c bpo-30604: Fix __PyCodeExtraState_Get() prototype (#2152) by Victor Stinner · 8 years ago
  49. d0d63dc [3.6] Mention how to disable signal fd wakeup (GH-2140) (#2149) by Antoine Pitrou · 8 years ago
  50. 81c05cc bpo-6519: Improve Python Input Output Tutorial (GH-2143) (GH-2145) by Mariatta · 8 years ago
  51. 2997fec [3.6] bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashes in threads (#2015) by Dino Viehland · 8 years ago
  52. f59cac4b bpo-30217: add the operators ~ and | to the index (GH-1502) (GH-2136) by Marco Buttu · 8 years ago
  53. 8399a17 [3.6] bpo-30177: add NEWS entry (#2134) by Antoine Pietri · 8 years ago
  54. e1b6903 bpo-23404: `make regen-all` What's New entry (#2128) by Nick Coghlan · 8 years ago
  55. d89dc84 [3.6] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2121) by Serhiy Storchaka · 8 years ago
  56. 47c9dec bpo-30621: Update Input Output Tutorial Example(GH-2074) (GH-2118) by Mariatta · 8 years ago
  57. 2737291 backport ssl doc fixes (#2117) by Benjamin Peterson · 8 years ago
  58. 57d8de8 [3.6]bpo-20185: Adjust IDLE test to 3.7 Clinic change [GH-542] (#2116) by terryjreedy · 8 years ago
  59. a895f91 [3.6]bpo-29995: Adjust IDLE test for 3.7 re.escape change [GH-1007] (#2114) by terryjreedy · 8 years ago
  60. f57e34b [3.6] Use Travis to make sure all generated files are up to date (GH-2080) (GH-2092) by Zachary Ware · 8 years ago
  61. 83d30bd Revert "[3.6] bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (GH-409) (#2062)" (#2112) by Yury Selivanov · 8 years ago
  62. 176f2eb bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. (#2109) by Yury Selivanov · 8 years ago
  63. 59422a2 [3.6]bpo-30022: idlelib.run IOError -> OSError [GH-1051] (#2107) by terryjreedy · 8 years ago
  64. a13225e [3.6]bpo-30144: change idlelib abc import [GH-1263] (#2106) by terryjreedy · 8 years ago
  65. c6696fe [3.6] bpo-29919 Remove unused imports from idlelib [GH-137] (#2105) by terryjreedy · 8 years ago
  66. d755d19 [3.6] Remove unused imports (#2104) by terryjreedy · 8 years ago
  67. ccccf31 bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names (#1839) (#2102) by terryjreedy · 8 years ago
  68. c0ef607 [3.6] bpo-30166: backport pyshell changes (GH 1293) (#2098) by terryjreedy · 8 years ago
  69. 556cddb [3.6] Update idlelib NEWS for 3.6 (GH-2089) (#2097) by terryjreedy · 8 years ago
  70. 82e6067 [3.6] Add IDLE news items (GH-2090) (#2096) by terryjreedy · 8 years ago
  71. 8d15b19 bpo-28556: Updates to typing module (GH-2076) (GH-2087) by Mariatta · 8 years ago
  72. 964c261 [3.6] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2083) by Zachary Ware · 8 years ago
  73. 865ed9e bpo-30312: Small correction in datastructures set code sample (GH-2081) (GH-2085) by KatherineMichel · 8 years ago
  74. 76eabd3 bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2065) by Mariatta · 8 years ago
  75. 6e14fd2 [3.6] bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (GH-409) (#2062) by Yury Selivanov · 8 years ago
  76. 911068e [3.6] Regenerate Argument Clinic code for bpo-19180. (GH-2073). (#2077) by Serhiy Storchaka · 8 years ago
  77. 0b7629c bpo-30038: fix race condition in signal delivery + wakeup fd (#1082) (#2075) by Victor Stinner · 8 years ago
  78. 12cbd87 [3.6] bpo-30290: IDLE - pep8 names and tests for help-about (#2070) by terryjreedy · 8 years ago
  79. 361362f [3.6] Fix TypeError is asyncio/proactor_events (GH-993) (#2061) by Yury Selivanov · 8 years ago
  80. 753422f bpo-30266: support "= None" pattern in AbstractContextManager (GH-1448) (GH-2054) by Mariatta · 8 years ago
  81. e380c19 [3.6] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) by Zachary Ware · 8 years ago
  82. 10c9a09 [3.6] bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536) (GH-2055) by Mariatta · 8 years ago
  83. fe796ef [3.6] Make codecov config on master the only config used (GH-2041) (GH-2052) by Brett Cannon · 8 years ago
  84. fe9c7a0 Break circular references when closing SSLTransport objects (#981) (#2049) by Yury Selivanov · 8 years ago
  85. 7a16a45 Closing transport during handshake process leaks socket (#480) (#2044) by Yury Selivanov · 8 years ago
  86. d24429a [3.6] Clarify what --enable-optimizations does (GH-1847) (GH-2039) by Brett Cannon · 8 years ago
  87. fa7f519 Fix waiter cancellation in asyncio.Lock (#1031) (#2037) by Yury Selivanov · 8 years ago
  88. e89f95b [3.6] bpo-30039: Don't run signal handlers while resuming a yield from stack (GH-1081) (#1640) by Yury Selivanov · 8 years ago
  89. b757745 bpo-30524: Write unit tests for FASTCALL (#2022) (#2030) by Victor Stinner · 8 years ago
  90. bbeaccc [3.6] IDLE test_textview: add comments and test, increase coverage to 100% (GH-1641) (#2018) by terryjreedy · 8 years ago
  91. af609a0 bpo-24755: Document asyncio.wrap_future (GH-603) (GH-2019) by Mariatta · 8 years ago
  92. c422959 [3.6] bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 by Nick Coghlan · 8 years ago
  93. f0ff849 bpo-30524: Fix _PyStack_UnpackDict() (#1886) by Victor Stinner · 8 years ago
  94. 570b1c9 [3.6] bpo-30529: Fix errors for invalid whitespaces in f-string subexpressions. (GH-1888) (#2013) by Serhiy Storchaka · 8 years ago
  95. b319d09 bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2004) by Victor Stinner · 8 years ago
  96. 31b950a bpo-30601: Fix a refleak in WindowsConsoleIO (#2003) (#2008) by Victor Stinner · 8 years ago
  97. ca1b66f [3.6] bpo-30584: Fix test_os fails on non-English Windows (GH-1980) (#1999) by Denis Osipov · 8 years ago
  98. 854f7ba [3.6] bpo-30594: Fixed refcounting in newPySSLSocket (GH-1992) (#1994) by Nathaniel J. Smith · 8 years ago
  99. 2c7f927 [3.6] trivial: update config.{guess,sub} from gnu.org. (GH-1987) (#1990) by Matthias Klose · 8 years ago
  100. ceabf9a bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893) (#1985) by Antoine Pietri · 8 years ago