Tag v3.6.2rc1
  1. 268e1fb Version bump to 3.6.2rc1 by Ned Deily · 8 years ago v3.6.2rc1
  2. 0a794a3 bpo-30038: add Misc/NEWS entry. by Ned Deily · 8 years ago
  3. b7c59f0 bpo-23894: add Misc/NEWS entry. (#2255) by Ned Deily · 8 years ago
  4. 304a96e bpo-30176: Add missing curses cell attributes constants (GH-1302). (GH-2241) by Mariatta · 8 years ago
  5. e9f4d8d [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595) (GH-2233) by Mariatta · 8 years ago
  6. 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
  7. 0a4bcf1 [3.6]Add IDLE items to NEWS and idlelib/NEWS.txt (#2239) (#2240) by terryjreedy · 8 years ago
  8. 04431c9 bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) (GH-2237) by Zachary Ware · 8 years ago
  9. 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
  10. 50dbf57 bpo-23890: Fix ref cycle in TestCase.assertRaises (#858) by Victor Stinner · 8 years ago
  11. e45ea37 bpo-30149: Fix partialmethod without explicit self parameter (#1308) (#1662) by Dong-hee Na · 8 years ago
  12. 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
  13. 523a243 [3.6] bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (GH-2016) (#2214) by Serhiy Storchaka · 8 years ago
  14. 86b9537 bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2200) by Victor Stinner · 8 years ago
  15. 6fd0345 [3.6] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#2166) by Antoine Pitrou · 8 years ago
  16. 2997fec [3.6] bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashes in threads (#2015) by Dino Viehland · 8 years ago
  17. 8399a17 [3.6] bpo-30177: add NEWS entry (#2134) by Antoine Pietri · 8 years ago
  18. d89dc84 [3.6] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2121) by Serhiy Storchaka · 8 years ago
  19. 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
  20. 176f2eb bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. (#2109) by Yury Selivanov · 8 years ago
  21. 82e6067 [3.6] Add IDLE news items (GH-2090) (#2096) by terryjreedy · 8 years ago
  22. 8d15b19 bpo-28556: Updates to typing module (GH-2076) (GH-2087) by Mariatta · 8 years ago
  23. 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
  24. 753422f bpo-30266: support "= None" pattern in AbstractContextManager (GH-1448) (GH-2054) by Mariatta · 8 years ago
  25. fe9c7a0 Break circular references when closing SSLTransport objects (#981) (#2049) by Yury Selivanov · 8 years ago
  26. 7a16a45 Closing transport during handshake process leaks socket (#480) (#2044) by Yury Selivanov · 8 years ago
  27. fa7f519 Fix waiter cancellation in asyncio.Lock (#1031) (#2037) by Yury Selivanov · 8 years ago
  28. 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
  29. b319d09 bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2004) by Victor Stinner · 8 years ago
  30. ca1b66f [3.6] bpo-30584: Fix test_os fails on non-English Windows (GH-1980) (#1999) by Denis Osipov · 8 years ago
  31. ceabf9a bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893) (#1985) by Antoine Pietri · 8 years ago
  32. 09b6c0c [3.6] bpo-29822: make inspect.isabstract() work during __init_subclass__ (#1979) by Nate · 8 years ago
  33. 6fb12b5 bpo-29581: bpo-29581: Make ABCMeta.__new__ pass **kwargs to type.__new__ (GH-527) (GH-1282) by Nate · 8 years ago
  34. 2bafc0d [3.6] bpo-30557: faulthandler now correctly filters and displays exception … (#1960) by Steve Dower · 8 years ago
  35. 798cfb2 bpo-30052: Always regenerate cross-references (GH-1339) (GH-1921) by Nick Coghlan · 8 years ago
  36. 95b4da2 bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676) (#1903) by Xiang Zhang · 8 years ago
  37. 00b381b bpo-17188: DOC: Document 'from None' in raise statement (GH-1671) (GH-1867) by csabella · 8 years ago
  38. 94d8261 [3.6] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1287) by Mariatta · 8 years ago
  39. 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
  40. f43b293 [3.6] bpo-29943: Do not replace the function PySlice_GetIndicesEx() with a macro (GH-1049) (#1813) by Serhiy Storchaka · 8 years ago
  41. 89a3102 [3.6] bpo-29104: Fixed parsing backslashes in f-strings. (GH-490) (#1812) by Serhiy Storchaka · 8 years ago
  42. 07a40a1 [3.6] Add --with-assertions configure flag to enable C assertions(GH-1731) (#1739) by T. Wouters · 8 years ago
  43. d29fecc [3.6] bpo-30395 _PyGILState_Reinit deadlock fix (GH-1734) (#1740) by Łukasz Langa · 8 years ago
  44. 54af41d bpo-30003: Fix handling escape characters in HZ codec (#1556) (#1719) by Xiang Zhang · 8 years ago
  45. 564398a [3.6] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1677) by Serhiy Storchaka · 8 years ago
  46. 193f7e0 [3.6] bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (GH-1652) (#1673) by Serhiy Storchaka · 8 years ago
  47. 43d4c03 bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601) (#1628) by Xiang Zhang · 8 years ago
  48. 6b5b85a bpo-30357: test_thread now uses threading_cleanup() (#1592) (#1622) by Victor Stinner · 8 years ago
  49. aaa0536 bpo-30329: Catch Windows error 10022 on shutdown() (#1538) (#1620) by Victor Stinner · 8 years ago
  50. 8fc1ff5 [3.6] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1614) by Serhiy Storchaka · 8 years ago
  51. 73fb45d [3.6] bpo-30375: Correct the stacklevel of regex compiling warnings. (GH-1595) (#1604) by Serhiy Storchaka · 8 years ago
  52. d05f7fd [3.6] bpo-30345: Update test_gdb.py and python-gdb.py from master (#1549) by Victor Stinner · 8 years ago
  53. 3dc7c52 bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1546) by INADA Naoki · 8 years ago
  54. a4465a5 [3.6] bpo-28787: Fix out of tree --with-dtrace builds (GH-135) (#1543) by stratakis · 8 years ago
  55. 418d60a [3.6] bpo-30298: Weaken the condition of deprecation warnings for inline modifiers. (GH-1490) (#1525) by Serhiy Storchaka · 8 years ago
  56. 03b8a37 [3.6] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478) (#1518) by torsava · 8 years ago
  57. 72e1b61 bpo-29990: Fix range checking in GB18030 decoder (#1495) (#1507) by Xiang Zhang · 8 years ago
  58. 70dc6a7 [3.6] Revert bpo-26293 for zipfile breakage. See also bpo-29094. (GH-1484). (#1485) by Serhiy Storchaka · 8 years ago
  59. 39b73dd [3.6] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1469) by Serhiy Storchaka · 8 years ago
  60. 9d02f56 [3.6] bpo-23404: make touch becomes make regen-all (#1405) (#1461) by Victor Stinner · 8 years ago
  61. a7e48b5 [3.6] bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (GH-1319) (#1454) by Antoine Pitrou · 8 years ago
  62. e612c28 [3.6] bpo-28556: Routine updates to typing (GH-1366) (#1416) by Mariatta · 8 years ago
  63. 0c2ff08 Backport bpo-30205 to 3.6 (#1403) by Antoine Pitrou · 8 years ago
  64. 712114b [3.6] bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (GH-1341) (#1345) by Serhiy Storchaka · 8 years ago
  65. df5df13 [3.6] bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168) (#1198) by Dong-hee Na · 8 years ago
  66. 39dedb6 [3.6] bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (GH-1131). (#1184) by Serhiy Storchaka · 8 years ago
  67. 680fea4 bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) (#1180) by Serhiy Storchaka · 8 years ago
  68. 8e5b52a bpo-30017: Allowed calling the close() method of the zip entry writer object (#1041) (#1092) by Serhiy Storchaka · 8 years ago
  69. d5fa5f3 bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1130) (#1150) by Xiang Zhang · 8 years ago
  70. cbc46af [3.6] bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089). (GH-1126) by Mariatta · 8 years ago
  71. 9b409ff [3.6] bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError (GH-949) (#1105) by Mariatta · 8 years ago
  72. 14944c6 bpo-26985: Add missing info of code object in inspect documentation (GH-1090) (GH-1099) by Xiang Zhang · 8 years ago
  73. a524d63 bpo-29506: Clarify deep copy note in copy module by Nick Coghlan · 8 years ago
  74. af685f9 bpo-29998: Pickling and copying ImportError now preserves name and path (#1010) (#1042) by Serhiy Storchaka · 8 years ago
  75. ba980e8 Miscellaneous minor fixes of Misc/NEWS formatting. (#1002) (#1003) by Serhiy Storchaka · 8 years ago
  76. d184c20 Keep the c-api exception doc up-to-date (#966) by cocoatomo · 8 years ago
  77. efde51a bpo-29949: Fix set memory usage regression (GH-945) by INADA Naoki · 8 years ago
  78. 7d5d13d bpo-29953: Fix memory leaks in the replace() method of datetime and t… (#933) by Serhiy Storchaka · 8 years ago
  79. 599bb18 bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#911) by T. Wouters · 8 years ago
  80. bf4bb2e bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) (#907) by Serhiy Storchaka · 8 years ago
  81. a6b4e19 bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903) by Serhiy Storchaka · 8 years ago
  82. 346dcd6 bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-882) by Xiang Zhang · 8 years ago
  83. f01de61 bpo-29643: Fix check for --enable-optimizations (GH-869) by INADA Naoki · 8 years ago
  84. 8c8785b bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True)… (#806) by Serhiy Storchaka · 8 years ago
  85. cc3331f bpo-29861: release references to multiprocessing Pool tasks (#743) (#800) by Antoine Pitrou · 8 years ago
  86. 90eafdb faulthandler: Restore the old sigaltstack during teardown (GH-777) (GH-797) by Christophe Zeitouny · 8 years ago
  87. f93b994 Merge branch '3.6.1' of github.com:ned-deily/cpython into 3.6 by Ned Deily · 8 years ago
  88. 1688e64 Bump to 3.6.2rc1 development. by Ned Deily · 8 years ago
  89. 677df6e Revert and fix Misc/NEWS after merge error in fca705d53397. (#755) by Ned Deily · 8 years ago
  90. fe30339 bpo-29859: Fix error messages from return codes for pthread_* calls (GH-753) by INADA Naoki · 8 years ago
  91. 69c0db5 Update docs and patchlevel for 3.6.1 final by Ned Deily · 8 years ago v3.6.1
  92. 75345c5 [3.6] bpo-29723: Consistently configure sys.path[0] (#636) by Nick Coghlan · 8 years ago
  93. 6fad409 bpo-28876: bool of large range raises OverflowError (#699) (#734) by Serhiy Storchaka · 8 years ago
  94. fca705d bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514) (#722) by Serhiy Storchaka · 8 years ago
  95. 02c6fa5 Delete duplicate entry in Misc/NEWS (#673) by Berker Peksag · 8 years ago
  96. 53b2667 bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords are not strings (#649) (#671) by Michael Seifert · 8 years ago
  97. faa2cc6 bpo-28856: Let %b format for bytes support objects that follow the buffer protocol (GH-664) by Xiang Zhang · 8 years ago
  98. 99f8d33 bpo-29742: asyncio get_extra_info() throws exception (#525) (#645) by Yury Selivanov · 8 years ago
  99. fa448de Fix wrapping into StopIteration of return values in generators and coroutines (#644) (#647) by Yury Selivanov · 8 years ago
  100. aac875f [3.6] bpo-8256: Fixed possible failing or crashing input() (#641) by Serhiy Storchaka · 8 years ago