Tag v3.6.2rc1
  1. 8c5483e Update pydoc topics for v3.6.2rc1 by Ned Deily · 8 years ago
  2. e9f4d8d [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595) (GH-2233) by Mariatta · 8 years ago
  3. 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
  4. a0ccc54 Synchronize libregrtest from master to 3.6 (#2244) by Victor Stinner · 8 years ago
  5. 0a4bcf1 [3.6]Add IDLE items to NEWS and idlelib/NEWS.txt (#2239) (#2240) by terryjreedy · 8 years ago
  6. 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
  7. 50dbf57 bpo-23890: Fix ref cycle in TestCase.assertRaises (#858) by Victor Stinner · 8 years ago
  8. e45ea37 bpo-30149: Fix partialmethod without explicit self parameter (#1308) (#1662) by Dong-hee Na · 8 years ago
  9. 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
  10. 523a243 [3.6] bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (GH-2016) (#2214) by Serhiy Storchaka · 8 years ago
  11. 8a39af9 bpo-30231: Remove skipped test_imaplib tests (#1419) (#2192) by Victor Stinner · 8 years ago
  12. 6628006 [3.6]bpo-15786: Fix IDLE autocomplete return problem. (#2198) (#2199) by terryjreedy · 8 years ago
  13. 3280579 bpo-15786: IDLE: Fix mouse clicks on autocompletetion window (#1811) (#2187) by terryjreedy · 8 years ago
  14. c2a506e [3.6] bpo-30649: test_os tolerates 50 ms delta for utime (#2156) (#2175) by Victor Stinner · 8 years ago
  15. 22d909f [3.6]bpo-25514: Improve IDLE's connection refused message (#2177) (#2178) by terryjreedy · 8 years ago
  16. d92ee3e [3.6]bpo-27922: Stop gui flash from idle_test.test_parenmatch (#2171) (#2172) by terryjreedy · 8 years ago
  17. b0efd49 [3.6]bpo-30642: Fix ref leak in idle_test.test_macosx (#2163) (#2165) by terryjreedy · 8 years ago
  18. 6fd0345 [3.6] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#2166) by Antoine Pitrou · 8 years ago
  19. 2bfb45d bpo-30642: IDLE: Fix test_query refleak (#2147) (#2161) by terryjreedy · 8 years ago
  20. 92e9e35 [3.6] bpo-29514: Check magic number for bugfix releases (#2157) by Nick Coghlan · 8 years ago
  21. 2997fec [3.6] bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashes in threads (#2015) by Dino Viehland · 8 years ago
  22. d89dc84 [3.6] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2121) by Serhiy Storchaka · 8 years ago
  23. 57d8de8 [3.6]bpo-20185: Adjust IDLE test to 3.7 Clinic change [GH-542] (#2116) by terryjreedy · 8 years ago
  24. a895f91 [3.6]bpo-29995: Adjust IDLE test for 3.7 re.escape change [GH-1007] (#2114) by terryjreedy · 8 years ago
  25. 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
  26. 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
  27. 176f2eb bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. (#2109) by Yury Selivanov · 8 years ago
  28. 59422a2 [3.6]bpo-30022: idlelib.run IOError -> OSError [GH-1051] (#2107) by terryjreedy · 8 years ago
  29. a13225e [3.6]bpo-30144: change idlelib abc import [GH-1263] (#2106) by terryjreedy · 8 years ago
  30. c6696fe [3.6] bpo-29919 Remove unused imports from idlelib [GH-137] (#2105) by terryjreedy · 8 years ago
  31. d755d19 [3.6] Remove unused imports (#2104) by terryjreedy · 8 years ago
  32. ccccf31 bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names (#1839) (#2102) by terryjreedy · 8 years ago
  33. c0ef607 [3.6] bpo-30166: backport pyshell changes (GH 1293) (#2098) by terryjreedy · 8 years ago
  34. 556cddb [3.6] Update idlelib NEWS for 3.6 (GH-2089) (#2097) by terryjreedy · 8 years ago
  35. 8d15b19 bpo-28556: Updates to typing module (GH-2076) (GH-2087) by Mariatta · 8 years ago
  36. 964c261 [3.6] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2083) by Zachary Ware · 8 years ago
  37. 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
  38. 12cbd87 [3.6] bpo-30290: IDLE - pep8 names and tests for help-about (#2070) by terryjreedy · 8 years ago
  39. 361362f [3.6] Fix TypeError is asyncio/proactor_events (GH-993) (#2061) by Yury Selivanov · 8 years ago
  40. 753422f bpo-30266: support "= None" pattern in AbstractContextManager (GH-1448) (GH-2054) by Mariatta · 8 years ago
  41. fe9c7a0 Break circular references when closing SSLTransport objects (#981) (#2049) by Yury Selivanov · 8 years ago
  42. 7a16a45 Closing transport during handshake process leaks socket (#480) (#2044) by Yury Selivanov · 8 years ago
  43. fa7f519 Fix waiter cancellation in asyncio.Lock (#1031) (#2037) by Yury Selivanov · 8 years ago
  44. 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
  45. b757745 bpo-30524: Write unit tests for FASTCALL (#2022) (#2030) by Victor Stinner · 8 years ago
  46. bbeaccc [3.6] IDLE test_textview: add comments and test, increase coverage to 100% (GH-1641) (#2018) by terryjreedy · 8 years ago
  47. 570b1c9 [3.6] bpo-30529: Fix errors for invalid whitespaces in f-string subexpressions. (GH-1888) (#2013) by Serhiy Storchaka · 8 years ago
  48. b319d09 bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2004) by Victor Stinner · 8 years ago
  49. ca1b66f [3.6] bpo-30584: Fix test_os fails on non-English Windows (GH-1980) (#1999) by Denis Osipov · 8 years ago
  50. ceabf9a bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893) (#1985) by Antoine Pietri · 8 years ago
  51. 09b6c0c [3.6] bpo-29822: make inspect.isabstract() work during __init_subclass__ (#1979) by Nate · 8 years ago
  52. 6fb12b5 bpo-29581: bpo-29581: Make ABCMeta.__new__ pass **kwargs to type.__new__ (GH-527) (GH-1282) by Nate · 8 years ago
  53. 2bafc0d [3.6] bpo-30557: faulthandler now correctly filters and displays exception … (#1960) by Steve Dower · 8 years ago
  54. e1a60d9 [3.6] bpo-30303: IDLE: Add _utest argument to textview (GH-1499) (#1916) by Mariatta · 8 years ago
  55. 7e6d999 [3.6] Fix skipping test_UNC_path on AppVeyor due to a different error being raised (GH-1920) by Zachary Ware · 8 years ago
  56. 95b4da2 bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676) (#1903) by Xiang Zhang · 8 years ago
  57. 94d8261 [3.6] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1287) by Mariatta · 8 years ago
  58. b52c68a [3.6] bpo-30398: Add a docstring for re.error. (GH-1647) (#1830) by Serhiy Storchaka · 8 years ago
  59. 2783cc4 [3.6] bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (GH-1683) (#1815) by Antoine Pitrou · 8 years ago
  60. 89a3102 [3.6] bpo-29104: Fixed parsing backslashes in f-strings. (GH-490) (#1812) by Serhiy Storchaka · 8 years ago
  61. c3454f0 bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700) (#1790) by Stéphane Wirtel · 8 years ago
  62. 70705e3 [3.6] call remove_done_callback in finally section (GH-1688) (#1755) by Łukasz Langa · 8 years ago
  63. 762add7 Fix spelling mistakes in tkinter.py (#1751) by Vijay Kumar · 8 years ago
  64. e8412e6 [3.6] bpo-23894: make lib2to3 recognize f-strings (GH-1733) (#1737) by Łukasz Langa · 8 years ago
  65. 1398b1b [3.6] Make rb'' strings work in lib2to3 (GH-1724) (#1730) by Łukasz Langa · 8 years ago
  66. 54af41d bpo-30003: Fix handling escape characters in HZ codec (#1556) (#1719) by Xiang Zhang · 8 years ago
  67. 0702cc0 [3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702) by delirious-lettuce · 8 years ago
  68. cf5c1be [3.6] bpo-30415: Add new tests for the fnmatch module. (GH-1684) (#1694) by Serhiy Storchaka · 8 years ago
  69. b5bf7e8 bpo-29976: urllib.parse clarify '' in scheme values. (GH-984) (GH-1692) by Senthil Kumaran · 8 years ago
  70. 564398a [3.6] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1677) by Serhiy Storchaka · 8 years ago
  71. 193f7e0 [3.6] bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (GH-1652) (#1673) by Serhiy Storchaka · 8 years ago
  72. 2773add bpo-27103: regrtest disables -W if -R is used (#1651) (#1656) by Victor Stinner · 8 years ago
  73. 44944b6 bpo-30387: Fix warning in test_threading (#1634) (#1636) by Victor Stinner · 8 years ago
  74. 0d17278 Remove unused variable in test_urllibnet. (#1598) (#1600) by Senthil Kumaran · 8 years ago
  75. 43d4c03 bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601) (#1628) by Xiang Zhang · 8 years ago
  76. 460945f bpo-30273: update distutils.sysconfig for venv's created from Python (#1515) (#1625) by Victor Stinner · 8 years ago
  77. 6b5b85a bpo-30357: test_thread now uses threading_cleanup() (#1592) (#1622) by Victor Stinner · 8 years ago
  78. aaa0536 bpo-30329: Catch Windows error 10022 on shutdown() (#1538) (#1620) by Victor Stinner · 8 years ago
  79. 73fb45d [3.6] bpo-30375: Correct the stacklevel of regex compiling warnings. (GH-1595) (#1604) by Serhiy Storchaka · 8 years ago
  80. 0ce1f7e bpo-30110: fix resource leak in test_asyncio.test_events (#1413) (#1584) by Xiang Zhang · 8 years ago
  81. d05f7fd [3.6] bpo-30345: Update test_gdb.py and python-gdb.py from master (#1549) by Victor Stinner · 8 years ago
  82. 3dc7c52 bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1546) by INADA Naoki · 8 years ago
  83. 81ed537 bpo-30320: test_eintr now uses pthread_sigmask() (#1523) (#1524) by Victor Stinner · 8 years ago
  84. 418d60a [3.6] bpo-30298: Weaken the condition of deprecation warnings for inline modifiers. (GH-1490) (#1525) by Serhiy Storchaka · 8 years ago
  85. 72e1b61 bpo-29990: Fix range checking in GB18030 decoder (#1495) (#1507) by Xiang Zhang · 8 years ago
  86. 70dc6a7 [3.6] Revert bpo-26293 for zipfile breakage. See also bpo-29094. (GH-1484). (#1485) by Serhiy Storchaka · 8 years ago
  87. 0fe870f bpo-30264: ExpatParser closes the source on error (#1451) (#1474) by Victor Stinner · 8 years ago
  88. 9d02f56 [3.6] bpo-23404: make touch becomes make regen-all (#1405) (#1461) by Victor Stinner · 8 years ago
  89. a7e48b5 [3.6] bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (GH-1319) (#1454) by Antoine Pitrou · 8 years ago
  90. 1bebd8a [3.6] bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (GH-1316). (#1441) by Serhiy Storchaka · 8 years ago
  91. e612c28 [3.6] bpo-28556: Routine updates to typing (GH-1366) (#1416) by Mariatta · 8 years ago
  92. 564e89f regrtest: always show before/after of modified env (#1192) (#1406) by Victor Stinner · 8 years ago
  93. 0c2ff08 Backport bpo-30205 to 3.6 (#1403) by Antoine Pitrou · 8 years ago
  94. 3c422b9 bpo-30199: test_ssl closes all asyncore channels (#1381) (#1390) by Victor Stinner · 8 years ago
  95. 3076895 bpo-30132: distutils BuildExtTestCase use temp_cwd (#1387) by Victor Stinner · 8 years ago
  96. 33a5d40 bpo-30108: Restore sys.path in test_site (#1197) (#1378) by Victor Stinner · 8 years ago
  97. 712114b [3.6] bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (GH-1341) (#1345) by Serhiy Storchaka · 8 years ago
  98. e005dd9 bpo-30125: disable faulthandler in ctypes test_SEH (#1237) (#1343) by Victor Stinner · 8 years ago
  99. cb21f5f bpo-30131: test_logging now joins queue threads (#1298) (#1317) by Victor Stinner · 8 years ago
  100. caa59c1 [3.6] bpo-30106: Fix test_asyncore.test_quick_connect() (#1336) by Victor Stinner · 8 years ago