summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/events.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23326: Removed __ne__ implementations. Since fixing default __ne__Serhiy Storchaka2015-01-311-4/+0
* Issue #23074: asyncio.get_event_loop() now raises an exception if the threadVictor Stinner2014-12-181-3/+3
* asyncio: Improve canceled timer handles cleanup. Closes issue #22448.Yury Selivanov2014-09-251-9/+20
* asyncio, Tulip issue 206: In debug mode, keep the callback in theVictor Stinner2014-09-171-13/+19
* asyncio: sync with TulipVictor Stinner2014-07-291-5/+10
* asyncio: sync with TulipVictor Stinner2014-07-101-4/+14
* asyncio: sync with TulipVictor Stinner2014-07-081-0/+9
* asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task andVictor Stinner2014-06-271-4/+14
* asyncio: Handle error handler: enhance formatting of the callbackVictor Stinner2014-06-251-2/+2
* asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and TimerHandleVictor Stinner2014-06-251-17/+39
* asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task)Victor Stinner2014-06-121-1/+29
* Tulip issue 83, Python issue #21252: Fill some XXX docstrings in asyncioVictor Stinner2014-06-051-12/+23
* Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe docVictor Stinner2014-05-281-3/+3
* asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166.Guido van Rossum2014-04-271-1/+1
* asyncio: remove unused imports and unused variables noticed by pyflakesVictor Stinner2014-02-201-3/+0
* asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests.Victor Stinner2014-02-191-0/+8
* asyncio: Fix spelling and typos.Yury Selivanov2014-02-191-3/+3
* asyncio: New error handling API. Issue #20681.Yury Selivanov2014-02-181-7/+24
* asyncio: Add support for UNIX Domain Sockets.Yury Selivanov2014-02-181-0/+26
* asyncio.events: Use __slots__ in Handle and TimerHandleYury Selivanov2014-02-121-0/+4
* asyncio: Tulip issue 112: Inline make_handle() into Handle constructorVictor Stinner2014-02-091-6/+1
* Fix typo in asyncio.AbstractServer documentationVictor Stinner2013-12-031-1/+1
* asyncio: Use Interface instead of ABC. Fixes issue 19726.Guido van Rossum2013-11-301-2/+2
* asyncio: Fix get_event_loop() to call set_event_loop() when setting the loop....Guido van Rossum2013-11-271-1/+1
* asyncio: Refactor SIGCHLD handling. By Anthony Baire.Guido van Rossum2013-11-041-19/+51
* asyncio: Document EventLoop.close().Guido van Rossum2013-11-011-0/+13
* asyncio: Add server_hostname as create_connection() argument, with secure def...Guido van Rossum2013-11-011-1/+1
* asyncio: Update some comments.Guido van Rossum2013-10-301-3/+1
* Rename the logger to plain "logger".Guido van Rossum2013-10-171-3/+3
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-171-0/+395