aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/asyncio/selector_events.py
Commit message (Expand)AuthorAge
* Issue #23879, asyncio: SelectorEventLoop.sock_connect() must not call connect()Victor Stinner2015-04-07
* asyncio: Fix _SelectorTransport.__repr__() if the event loop is closedVictor Stinner2015-03-27
* asyncio: Only call _check_resolved_address() in debug modeVictor Stinner2015-02-04
* asyncio: BaseSelectorEventLoop uses directly the private _debug attributeVictor Stinner2015-02-04
* Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transportVictor Stinner2015-01-29
* asyncio: sync with TulipVictor Stinner2015-01-29
* asyncio: sync with TulipVictor Stinner2015-01-29
* asyncio: Fix _SelectorSocketTransport constructorVictor Stinner2015-01-29
* asyncio: SSL transports now clear their reference to the waiterVictor Stinner2015-01-29
* asyncio: pyflakes, remove unused importVictor Stinner2015-01-21
* asyncio: sync with TulipVictor Stinner2015-01-15
* Issue #23197: On SSL handshake failure on matching hostname, check if theVictor Stinner2015-01-14
* Issue #23197, asyncio: On SSL handshake failure, check if the waiter isVictor Stinner2015-01-14
* Issue #22560: New SSL implementation based on ssl.MemoryBIOVictor Stinner2015-01-14
* asyncio: sync with TulipVictor Stinner2015-01-09
* asyncio: sync with TulipVictor Stinner2015-01-09
* asyncio: Truncate to 80 columnsVictor Stinner2015-01-09
* asyncio: _make_ssl_transport: make the waiter parameter optionalVictor Stinner2015-01-08
* Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods ofVictor Stinner2014-12-26
* don't require OpenSSL SNI to pass hostname to ssl functions (#22921)Benjamin Peterson2014-11-23
* asyncio: BaseSelectorEventLoop.close() now closes the self-pipe before callingVictor Stinner2014-11-21
* asyncio: Move loop attribute to _FlowControlMixinVictor Stinner2014-11-05
* Issue #22641: In asyncio, the default SSL context for client connections is n...Antoine Pitrou2014-10-15
* asyncio: enhance protocol representationVictor Stinner2014-10-12
* asyncio, Tulip issue 205: Fix a race condition in BaseSelectorEventLoop.sock_...Victor Stinner2014-08-31
* asyncio: sync with TulipVictor Stinner2014-08-25
* Close #22063: socket operations (socket,recv, sock_sendall, sock_connect,Victor Stinner2014-07-29
* asyncio: sync with TulipVictor Stinner2014-07-25
* Python issue #21645, Tulip issue 192: Rewrite signal handlingVictor Stinner2014-07-17
* asyncio: sync with TulipVictor Stinner2014-07-12
* asyncio, Tulip issue 180: Make Server attributes and methods privateVictor Stinner2014-07-11
* asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() now waitsVictor Stinner2014-07-08
* asyncio: sync with TulipVictor Stinner2014-07-07
* asyncio: sync with TulipVictor Stinner2014-07-07
* Closes #21886, #21447: Fix a race condition in asyncio when setting the resultVictor Stinner2014-07-05
* asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if theVictor Stinner2014-06-23
* Tulip issue 83: document more asyncio functions in docstringsVictor Stinner2014-06-19
* Closes #21595: asyncio.BaseSelectorEventLoop._read_from_self() now reads allVictor Stinner2014-06-19
* Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoopVictor Stinner2014-06-10
* Fix for raising exception not derived from BaseException in _SelectorSslTrans...Andrew Svetlov2014-05-27
* asyncio: Fix the second half of issue #21447: race in _write_to_self().Guido van Rossum2014-05-06
* asyncio: Synchronize with TulipVictor Stinner2014-03-06
* asyncio/windows_events.py: use more revelant names to overlapped callbacksVictor Stinner2014-02-26
* asyncio: Fix spelling and typos.Yury Selivanov2014-02-18
* asyncio, Tulip issue 139: Improve error messages on "fatal errors"Victor Stinner2014-02-19
* asyncio.transports: Make _ProactorBasePipeTransport use _FlowControlMixinYury Selivanov2014-02-18
* asyncio: New error handling API. Issue #20681.Yury Selivanov2014-02-18
* ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error ifVictor Stinner2014-02-13
* asyncio: Tulip issue 112: Inline make_handle() into Handle constructorVictor Stinner2014-02-10
* Issue #20505: Remove resolution and _granularity from selectors and asyncioVictor Stinner2014-02-07