From 59061a7ae2cf53961ef6cb24becae7a0344f3fa9 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 5 Dec 2014 00:59:45 +0100 Subject: update changelog --- doc/changelog.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/changelog.rst b/doc/changelog.rst index f584502..18aff80 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -7,6 +7,16 @@ Version 1.0.4 (development version) Changes: +* Python issue #22922: create_task(), call_at(), call_soon(), + call_soon_threadsafe() and run_in_executor() now raise an error if the event + loop is closed. Initial patch written by Torsten Landschoff. +* Initialize more Future and Task attributes in the class definition to avoid + attribute errors in destructors. +* Python issue #22921: Don't require OpenSSL SNI to pass hostname to ssl + functions. Patch by Donald Stufft. +* Python issue #22685: Set the transport of stdout and stderr StreamReader + objects in the SubprocessStreamProtocol. It allows to pause the transport to + not buffer too much stdout or stderr data. * BaseSelectorEventLoop.close() now closes the self-pipe before calling the parent close() method. If the event loop is already closed, the self-pipe is not unregistered from the selector. -- cgit v1.2.1