Python 3.5.6rc1
  1. 95c6597 PyDoc topics refresh & blurb release for 3.5.6rc1. by Larry Hastings · 7 years ago
  2. 76aa2c0 bpo-33216: Clarify the documentation for CALL_FUNCTION_* (#8338) by larryhastings · 7 years ago
  3. f381cfe [3.5] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (#5991) by Steve Dower · 7 years ago
  4. 937ac1f [3.5] bpo-32981: Fix catastrophic backtracking vulns (GH-5955) (#6034) by Ned Deily · 7 years ago
  5. 8201a1e Finalize blurb archive for 3.5.5 (no new blurbs). by Larry Hastings · 8 years ago
  6. 604fb62 blurb release and pydoc topics for 3.5.5rc1. by Larry Hastings · 8 years ago
  7. 43f014d [3.5] bpo-32072: Fix issues with binary plists. (GH-4455) (#4656) by Serhiy Storchaka · 8 years ago
  8. 891c91d [3.5] bpo-32551: Consistently configure sys.path[0] (#5197) by Nick Coghlan · 8 years ago
  9. fd8614c bpo-30657: Fix CVE-2017-1000158 (#4664) by Miro Hrončok · 8 years ago
  10. 0fcc033 bpo-31095: fix potential crash during GC (GH-2974) (#3196) by INADA Naoki · 8 years ago
  11. f2492bb [3.5][Security] bpo-30947, bpo-31170: Update expat from 2.2.1 to 2.2.4 (#3354) by Victor Stinner · 8 years ago
  12. ff078f4 Blurb release and pydoc topics for 3.5.4 final. by Larry Hastings · 8 years ago
  13. 19b2890 [3.5] [security] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2887) by Dong-hee Na · 8 years ago
  14. 9bf9aa2 Blurb release for 3.5.4rc1. by Larry Hastings · 8 years ago
  15. b902833 Update 3.5 to use blurb! by Larry Hastings · 8 years ago
  16. c824cc8 [3.5] Backport bpo-30876 (GH-2639), bpo-18018 and bpo-26367. (#2677) by Serhiy Storchaka · 8 years ago
  17. e78dc0a [3.5] bpo-29403: Fix mock's broken autospec behavior on method-bound builtin functions (GH-3) by Berker Peksag · 8 years ago
  18. bf3a1e9 bpo-30822: regrtest: remove tzdata (#2782) by Victor Stinner · 8 years ago
  19. 645e503 bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2781) by Victor Stinner · 8 years ago
  20. cb3f024 bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747) (#2749) by Xiang Zhang · 8 years ago
  21. 7527c32 [3.5] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-2634) (#2657) by Serhiy Storchaka · 8 years ago
  22. 69e4180 bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642) (#2644) by Victor Stinner · 8 years ago
  23. 68c3724 [3.5] bpo-29854: Fix segfault in call_readline() (GH-728) by Nir Soffer · 8 years ago
  24. 3bbdf99 bpo-30532: Fix whitespace folding in certain cases (#2592) by Joel Hillacre · 8 years ago
  25. 1a3bc55 [3.5] bpo-30441: Fix bug when modifying os.environ while iterating over it (GH-2409). (#2557) by Serhiy Storchaka · 8 years ago
  26. 5741b70 [3.5] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493) (#2498) by Antoine Pitrou · 8 years ago
  27. eef254d bpo-30383: Add NEWS entry for backported regrtest (#2438) by Victor Stinner · 8 years ago
  28. 85b34ed [3.5] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (GH-2403) (#2419) by Antoine Pitrou · 8 years ago
  29. 99e9eb6 [3.5] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382) (#2392) by Serhiy Storchaka · 8 years ago
  30. 599ff02 [3.5] bpo-30645: don't append to an inner loop path in imp.load_package() (GH-2268) (GH-2365) by Brett Cannon · 8 years ago
  31. a7c0264 [3.5] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2361) by Serhiy Storchaka · 8 years ago
  32. 491afb5 Add "Misc/NEWS.d" directory tree for "blurb". GH-2330 by larryhastings · 8 years ago
  33. 91d171b bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2314) by Victor Stinner · 8 years ago
  34. 29c89d0 [3.5] bpo-29755: Fixed the lgettext() family of functions in the gettext module. (GH-2266) (#2298) by Serhiy Storchaka · 8 years ago
  35. 4108606 bpo-30500: Fix the NEWS entry (#2295) by Victor Stinner · 8 years ago
  36. 4899d84 bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2290) by Victor Stinner · 8 years ago
  37. 2c899cc bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat (#2252) (#2281) by Steve Dower · 8 years ago
  38. 04521c2 bpo-30176: Add missing curses cell attributes constants (#2277) by Xiang Zhang · 8 years ago
  39. 820b714 [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595) (GH-2234) by Mariatta · 8 years ago
  40. 3dc573c Fix ref cycles in TestCase.assertRaises() (#193) (#2228) by Victor Stinner · 8 years ago
  41. fb0825c bpo-30149: Fix partialmethod without explicit self parameter (#1308) (#1663) by Dong-hee Na · 8 years ago
  42. c5a6fb6 [3.5] bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6. (GH-879) (#2218) by Serhiy Storchaka · 8 years ago
  43. 8c797ed bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2201) by Victor Stinner · 8 years ago
  44. a0ecaab [3.5] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#2167) by Antoine Pitrou · 8 years ago
  45. 7d8c1eb [3.5] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2122) by Serhiy Storchaka · 8 years ago
  46. 4e9dfe2 Revert "[3.5] bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (GH-409) (#2063)" (#2113) by Yury Selivanov · 8 years ago
  47. d24c828 bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. (#2110) by Yury Selivanov · 8 years ago
  48. ea8b348 bpo-28556: Updates to typing module (GH-2076) (GH-2088) by Mariatta · 8 years ago
  49. 1395c58 [3.5] bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (GH-409) (#2063) by Yury Selivanov · 8 years ago
  50. 7f1cd72 Break circular references when closing SSLTransport objects (#981) (#2048) by Yury Selivanov · 8 years ago
  51. ff9511b Closing transport during handshake process leaks socket (#480) (#2045) by Yury Selivanov · 8 years ago
  52. d913d1c Fix waiter cancellation in asyncio.Lock (#1031) (#2038) by Yury Selivanov · 8 years ago
  53. df04c08 bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2005) by Victor Stinner · 8 years ago
  54. a0b9088 [3.5] bpo-30584: Fix test_os fails on non-English Windows (GH-1980) (#2000) by Denis Osipov · 8 years ago
  55. e20d226 bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676) (#1902) by Xiang Zhang · 8 years ago
  56. 440bc4f [3.5] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1288) by Mariatta · 8 years ago
  57. 89004d7 [3.5] bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (GH-1683) (#1816) by Antoine Pitrou · 8 years ago
  58. 1d359b8 [3.5] Fix typos in multiple `.rst` files (GH-1668) (#1706) by delirious-lettuce · 8 years ago
  59. 65440f8 bpo-30003: Fix handling escape characters in HZ codec (#1556) (#1718) by Xiang Zhang · 8 years ago
  60. 2f7f533 [3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1678) by Serhiy Storchaka · 8 years ago
  61. 4a86fe9 [3.5] bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (GH-1652) (#1674) by Serhiy Storchaka · 8 years ago
  62. 9081b36 bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601) (#1627) by Xiang Zhang · 8 years ago
  63. aeb6447 bpo-30357: test_thread now uses threading_cleanup() (#1592) (#1623) by Victor Stinner · 8 years ago
  64. c9ba45d bpo-30329: Catch Windows error 10022 on shutdown() (#1538) (#1621) by Victor Stinner · 8 years ago
  65. 24b5ed2 [3.5] bpo-30375: Correct the stacklevel of regex compiling warnings. (GH-1595) (#1605) by Serhiy Storchaka · 8 years ago
  66. 5e94ded bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1547) by INADA Naoki · 8 years ago
  67. 8489409 [3.5] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478) (#1520) by torsava · 8 years ago
  68. f5f7870 bpo-29990: Fix range checking in GB18030 decoder (#1495) (#1508) by Xiang Zhang · 8 years ago
  69. c8faabc [3.5] Revert bpo-26293 for zipfile breakage. See also bpo-29094. (GH-1484). (#1486) by Serhiy Storchaka · 8 years ago
  70. ee22948 [3.5] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1470) by Serhiy Storchaka · 8 years ago
  71. ab6b962 bpo-23404: make touch becomes make regen-all (#1405) (#1461) (#1465) by Victor Stinner · 8 years ago
  72. 7299088 [3.5] bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (GH-1319) (#1455) by Antoine Pitrou · 8 years ago
  73. 4b15e45 [3.5] bpo-28556: Routine updates to typing (GH-1366) (#1417) by Mariatta · 8 years ago
  74. 23b312b [3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#463) (#1424) by Victor Stinner · 8 years ago
  75. 0d9d618 Backport bpo-30205 to 3.5 (#1404) by Antoine Pitrou · 8 years ago
  76. 910ba93 [3.5] bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (#1341) (#1346) by Serhiy Storchaka · 8 years ago
  77. 952a05e [3.5] bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (GH-1131). (#1185) by Serhiy Storchaka · 8 years ago
  78. e63af29 [3.5] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (GH-1096) (GH-1180) (#1182) by Serhiy Storchaka · 8 years ago
  79. 49a9059 [3.5] bpo-29943: Do not replace the function PySlice_GetIndicesEx() with a macro (#1049) by Serhiy Storchaka · 8 years ago
  80. 4f43f87 bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1130) (#1151) by Xiang Zhang · 8 years ago
  81. d7abeb7 [3.5] bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089). (GH-1127) by Mariatta · 8 years ago
  82. 4d015a4 [3.5] bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError (GH-949) (#1107) by Mariatta · 8 years ago
  83. 72b1d41 bpo-26985: Add missing info of code object in inspect documentation (GH-1090) (GH-1100) by Xiang Zhang · 8 years ago
  84. bd18351 bpo-29506: Clarify deep copy note in copy module by Nick Coghlan · 8 years ago
  85. e63f8f2 bpo-29998: Pickling and copying ImportError now preserves name and path (#1010) (#1043) by Serhiy Storchaka · 8 years ago
  86. 2cfe583 [3.5] bpo-19225: Lack of c api exceptions doc (#965) by cocoatomo · 8 years ago
  87. 846bd39 Miscellaneous minor fixes of Misc/NEWS formatting. (#1002) (#1006) by Serhiy Storchaka · 8 years ago
  88. 9273dfe bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#912) by T. Wouters · 8 years ago
  89. 8b8bde4 bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) (#907) (#909) by Serhiy Storchaka · 8 years ago
  90. c90ff1b bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#904) by Serhiy Storchaka · 8 years ago
  91. 9f8e090 bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-884) by Xiang Zhang · 8 years ago
  92. e6a4953 bpo-29643: Fix check for --enable-optimizations (GH-871) by INADA Naoki · 8 years ago
  93. 1fc1f8d bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True) (#805) (#807) by Serhiy Storchaka · 8 years ago
  94. 80cb6ed bpo-29861: release references to multiprocessing Pool tasks (#743) (#801) by Antoine Pitrou · 8 years ago
  95. 6a45811 faulthandler: Restore the old sigaltstack during teardown (GH-777) (GH-796) by Christophe Zeitouny · 8 years ago
  96. 4276068 bpo-28876: bool of large range raises OverflowError (#699) (#735) by Serhiy Storchaka · 8 years ago
  97. 08612ed bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514) (#727) by Serhiy Storchaka · 8 years ago
  98. 0641ada bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords are not strings (#649) (#672) by Michael Seifert · 8 years ago
  99. db522dc bpo-29742: asyncio get_extra_info() throws exception (#525) (#646) by Yury Selivanov · 8 years ago
  100. 216803d Fix wrapping into StopIteration of return values in generators and coroutines (#644) (#648) by Yury Selivanov · 8 years ago