aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/asyncio/selector_events.py
Commit message (Expand)AuthorAge
...
* 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
* asyncio: Refactoring: move write flow control to a subclass/mixin.Guido van Rossum2014-01-29
* Merge latest Tulip into asyncioVictor Stinner2014-01-26
* Update asyncio from the Tulip projectVictor Stinner2014-01-25
* Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximumVictor Stinner2014-01-25
* Issue #19509: Finish implementation of check_hostnameChristian Heimes2013-12-06
* asyncio: Change write buffer use to avoid O(N**2). Make write()/sendto() acce...Guido van Rossum2013-11-27
* Keep asyncio working with Python 3.3 too.Guido van Rossum2013-11-23
* Issue #19735: Implement private function ssl._create_stdlib_context() toChristian Heimes2013-11-23
* asyncio: Replace connection_refused() with error_received().Guido van Rossum2013-11-15
* asyncio: Better-looking errors when ssl module cannot be imported. In part by...Guido van Rossum2013-11-01
* asyncio: Log a warning when eof_received() returns true and using ssl.Guido van Rossum2013-11-01
* asyncio: Refactor ssl transport ready loop (Nikolay Kim).Guido van Rossum2013-11-01
* asyncio: Add server_hostname as create_connection() argument, with secure def...Guido van Rossum2013-11-01
* asyncio: Fold some long lines.Guido van Rossum2013-11-01
* asyncio: Pause accepting whenever accept() returns certain errors. Fixes asyn...Guido van Rossum2013-11-01
* asyncio: When not closing the connection after receiving EOF, still remove th...Guido van Rossum2013-10-30
* Issue #19299: fix refleak test failures in test_asyncioAntoine Pitrou2013-10-20
* Verify hostname if verify_mode is CERT_OPTIONAL too.Guido van Rossum2013-10-19
* Write flow control for asyncio (includes asyncio.streams overhaul).Guido van Rossum2013-10-18
* Important race condition fix for Tulip.Guido van Rossum2013-10-18
* Rename Transport.pause/resume to pause_reading/pause_writing. Also relax time...Guido van Rossum2013-10-18
* Rename the logger to plain "logger".Guido van Rossum2013-10-17
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-17