Tag v3.6.2rc1
  1. 268e1fb Version bump to 3.6.2rc1 by Ned Deily · 8 years ago v3.6.2rc1
  2. 8c5483e Update pydoc topics for v3.6.2rc1 by Ned Deily · 8 years ago
  3. 4f05ef4 Remove check for git binary in Mac installer build by Ned Deily · 8 years ago
  4. 4da5224 Add option to pass vcs info into Mac installer build by Ned Deily · 8 years ago
  5. 0a794a3 bpo-30038: add Misc/NEWS entry. by Ned Deily · 8 years ago
  6. b7c59f0 bpo-23894: add Misc/NEWS entry. (#2255) by Ned Deily · 8 years ago
  7. 304a96e bpo-30176: Add missing curses cell attributes constants (GH-1302). (GH-2241) by Mariatta · 8 years ago
  8. e9f4d8d [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595) (GH-2233) by Mariatta · 8 years ago
  9. 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
  10. a0ccc54 Synchronize libregrtest from master to 3.6 (#2244) by Victor Stinner · 8 years ago
  11. 085a57a Revert "bpo-30673: test.bat: add -t option (timeout) (#2211) (#2225)" (#2246) by Victor Stinner · 8 years ago
  12. 0a4bcf1 [3.6]Add IDLE items to NEWS and idlelib/NEWS.txt (#2239) (#2240) by terryjreedy · 8 years ago
  13. 04431c9 bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) (GH-2237) by Zachary Ware · 8 years ago
  14. 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
  15. 9cead06 Check that Python is 64-bit before enabling BLAKE2_USE_SSE. (GH-1332) (GH-2042) by Neil Schemenauer · 8 years ago
  16. 6a90a12 bpo-30656: Fix Python C API Module Objects documentation (GH-2170) (GH-2230) by Mariatta · 8 years ago
  17. 50dbf57 bpo-23890: Fix ref cycle in TestCase.assertRaises (#858) by Victor Stinner · 8 years ago
  18. e064d4d bpo-30673: test.bat: add -t option (timeout) (#2211) (#2225) by Victor Stinner · 8 years ago
  19. fab05de [3.6] bpo-30626: Fix error handling in PyImport_Import(). (GH-2103) (#2221) by Serhiy Storchaka · 8 years ago
  20. e45ea37 bpo-30149: Fix partialmethod without explicit self parameter (#1308) (#1662) by Dong-hee Na · 8 years ago
  21. 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
  22. f75f6ed [3.6] bpo-30650: Fixed a syntax error: missed right parentheses (GH-2154) (#2215) by Serhiy Storchaka · 8 years ago
  23. 523a243 [3.6] bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (GH-2016) (#2214) by Serhiy Storchaka · 8 years ago
  24. 86b9537 bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2200) by Victor Stinner · 8 years ago
  25. 8a39af9 bpo-30231: Remove skipped test_imaplib tests (#1419) (#2192) by Victor Stinner · 8 years ago
  26. 6628006 [3.6]bpo-15786: Fix IDLE autocomplete return problem. (#2198) (#2199) by terryjreedy · 8 years ago
  27. 789f47e bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173) (GH-2195) by Mariatta · 8 years ago
  28. dd47b19 Fix trivial typo in Python Setup documentation (GH-2185) (GH-2188) by csabella · 8 years ago
  29. 3280579 bpo-15786: IDLE: Fix mouse clicks on autocompletetion window (#1811) (#2187) by terryjreedy · 8 years ago
  30. c2a506e [3.6] bpo-30649: test_os tolerates 50 ms delta for utime (#2156) (#2175) by Victor Stinner · 8 years ago
  31. 22d909f [3.6]bpo-25514: Improve IDLE's connection refused message (#2177) (#2178) by terryjreedy · 8 years ago
  32. d92ee3e [3.6]bpo-27922: Stop gui flash from idle_test.test_parenmatch (#2171) (#2172) by terryjreedy · 8 years ago
  33. b0efd49 [3.6]bpo-30642: Fix ref leak in idle_test.test_macosx (#2163) (#2165) by terryjreedy · 8 years ago
  34. 6fd0345 [3.6] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#2166) by Antoine Pitrou · 8 years ago
  35. 2bfb45d bpo-30642: IDLE: Fix test_query refleak (#2147) (#2161) by terryjreedy · 8 years ago
  36. 92e9e35 [3.6] bpo-29514: Check magic number for bugfix releases (#2157) by Nick Coghlan · 8 years ago
  37. 932946c bpo-30604: Fix __PyCodeExtraState_Get() prototype (#2152) by Victor Stinner · 8 years ago
  38. d0d63dc [3.6] Mention how to disable signal fd wakeup (GH-2140) (#2149) by Antoine Pitrou · 8 years ago
  39. 81c05cc bpo-6519: Improve Python Input Output Tutorial (GH-2143) (GH-2145) by Mariatta · 8 years ago
  40. 2997fec [3.6] bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashes in threads (#2015) by Dino Viehland · 8 years ago
  41. f59cac4b bpo-30217: add the operators ~ and | to the index (GH-1502) (GH-2136) by Marco Buttu · 8 years ago
  42. 8399a17 [3.6] bpo-30177: add NEWS entry (#2134) by Antoine Pietri · 8 years ago
  43. e1b6903 bpo-23404: `make regen-all` What's New entry (#2128) by Nick Coghlan · 8 years ago
  44. d89dc84 [3.6] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2121) by Serhiy Storchaka · 8 years ago
  45. 47c9dec bpo-30621: Update Input Output Tutorial Example(GH-2074) (GH-2118) by Mariatta · 8 years ago
  46. 2737291 backport ssl doc fixes (#2117) by Benjamin Peterson · 8 years ago
  47. 57d8de8 [3.6]bpo-20185: Adjust IDLE test to 3.7 Clinic change [GH-542] (#2116) by terryjreedy · 8 years ago
  48. a895f91 [3.6]bpo-29995: Adjust IDLE test for 3.7 re.escape change [GH-1007] (#2114) by terryjreedy · 8 years ago
  49. 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
  50. 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
  51. 176f2eb bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. (#2109) by Yury Selivanov · 8 years ago
  52. 59422a2 [3.6]bpo-30022: idlelib.run IOError -> OSError [GH-1051] (#2107) by terryjreedy · 8 years ago
  53. a13225e [3.6]bpo-30144: change idlelib abc import [GH-1263] (#2106) by terryjreedy · 8 years ago
  54. c6696fe [3.6] bpo-29919 Remove unused imports from idlelib [GH-137] (#2105) by terryjreedy · 8 years ago
  55. d755d19 [3.6] Remove unused imports (#2104) by terryjreedy · 8 years ago
  56. ccccf31 bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names (#1839) (#2102) by terryjreedy · 8 years ago
  57. c0ef607 [3.6] bpo-30166: backport pyshell changes (GH 1293) (#2098) by terryjreedy · 8 years ago
  58. 556cddb [3.6] Update idlelib NEWS for 3.6 (GH-2089) (#2097) by terryjreedy · 8 years ago
  59. 82e6067 [3.6] Add IDLE news items (GH-2090) (#2096) by terryjreedy · 8 years ago
  60. 8d15b19 bpo-28556: Updates to typing module (GH-2076) (GH-2087) by Mariatta · 8 years ago
  61. 964c261 [3.6] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2083) by Zachary Ware · 8 years ago
  62. 865ed9e bpo-30312: Small correction in datastructures set code sample (GH-2081) (GH-2085) by KatherineMichel · 8 years ago
  63. 76eabd3 bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2065) by Mariatta · 8 years ago
  64. 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
  65. 911068e [3.6] Regenerate Argument Clinic code for bpo-19180. (GH-2073). (#2077) by Serhiy Storchaka · 8 years ago
  66. 0b7629c bpo-30038: fix race condition in signal delivery + wakeup fd (#1082) (#2075) by Victor Stinner · 8 years ago
  67. 12cbd87 [3.6] bpo-30290: IDLE - pep8 names and tests for help-about (#2070) by terryjreedy · 8 years ago
  68. 361362f [3.6] Fix TypeError is asyncio/proactor_events (GH-993) (#2061) by Yury Selivanov · 8 years ago
  69. 753422f bpo-30266: support "= None" pattern in AbstractContextManager (GH-1448) (GH-2054) by Mariatta · 8 years ago
  70. e380c19 [3.6] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) by Zachary Ware · 8 years ago
  71. 10c9a09 [3.6] bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536) (GH-2055) by Mariatta · 8 years ago
  72. fe796ef [3.6] Make codecov config on master the only config used (GH-2041) (GH-2052) by Brett Cannon · 8 years ago
  73. fe9c7a0 Break circular references when closing SSLTransport objects (#981) (#2049) by Yury Selivanov · 8 years ago
  74. 7a16a45 Closing transport during handshake process leaks socket (#480) (#2044) by Yury Selivanov · 8 years ago
  75. d24429a [3.6] Clarify what --enable-optimizations does (GH-1847) (GH-2039) by Brett Cannon · 8 years ago
  76. fa7f519 Fix waiter cancellation in asyncio.Lock (#1031) (#2037) by Yury Selivanov · 8 years ago
  77. 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
  78. b757745 bpo-30524: Write unit tests for FASTCALL (#2022) (#2030) by Victor Stinner · 8 years ago
  79. bbeaccc [3.6] IDLE test_textview: add comments and test, increase coverage to 100% (GH-1641) (#2018) by terryjreedy · 8 years ago
  80. af609a0 bpo-24755: Document asyncio.wrap_future (GH-603) (GH-2019) by Mariatta · 8 years ago
  81. c422959 [3.6] bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 by Nick Coghlan · 8 years ago
  82. f0ff849 bpo-30524: Fix _PyStack_UnpackDict() (#1886) by Victor Stinner · 8 years ago
  83. 570b1c9 [3.6] bpo-30529: Fix errors for invalid whitespaces in f-string subexpressions. (GH-1888) (#2013) by Serhiy Storchaka · 8 years ago
  84. b319d09 bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2004) by Victor Stinner · 8 years ago
  85. 31b950a bpo-30601: Fix a refleak in WindowsConsoleIO (#2003) (#2008) by Victor Stinner · 8 years ago
  86. ca1b66f [3.6] bpo-30584: Fix test_os fails on non-English Windows (GH-1980) (#1999) by Denis Osipov · 8 years ago
  87. 854f7ba [3.6] bpo-30594: Fixed refcounting in newPySSLSocket (GH-1992) (#1994) by Nathaniel J. Smith · 8 years ago
  88. 2c7f927 [3.6] trivial: update config.{guess,sub} from gnu.org. (GH-1987) (#1990) by Matthias Klose · 8 years ago
  89. ceabf9a bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893) (#1985) by Antoine Pietri · 8 years ago
  90. 09b6c0c [3.6] bpo-29822: make inspect.isabstract() work during __init_subclass__ (#1979) by Nate · 8 years ago
  91. 6fb12b5 bpo-29581: bpo-29581: Make ABCMeta.__new__ pass **kwargs to type.__new__ (GH-527) (GH-1282) by Nate · 8 years ago
  92. 063f0b3 bpo-29596: Improve clinic howto documentation (GH-1710) (GH-1976) by gfyoung · 8 years ago
  93. 2bafc0d [3.6] bpo-30557: faulthandler now correctly filters and displays exception … (#1960) by Steve Dower · 8 years ago
  94. b25b725 bpo-30583: Fix typo in datetime dateutil documentation (GH-1972) (GH-1974) by wim glenn · 8 years ago
  95. 68e5af8 [3.6] bpo-30567: Fix refleak in sys.getwindowsversion (GH-1940) (#1970) by Serhiy Storchaka · 8 years ago
  96. e1a60d9 [3.6] bpo-30303: IDLE: Add _utest argument to textview (GH-1499) (#1916) by Mariatta · 8 years ago
  97. 01ea561 [3.6] Install dependencies in Travis OSX build (GH-1952) by Zachary Ware · 8 years ago
  98. 798cfb2 bpo-30052: Always regenerate cross-references (GH-1339) (GH-1921) by Nick Coghlan · 8 years ago
  99. d125738 [3.6] bpo-30417: Disable 'cpu' and 'tzdata' resources on Travis (GH-1928) by Zachary Ware · 8 years ago
  100. ce40550 bpo-30538: Update count() in Functional Programming HOWTO (GH-1919) (GH-1943) by csabella · 8 years ago