summaryrefslogtreecommitdiff
path: root/asyncio/events.py
Commit message (Expand)AuthorAgeFilesLines
* Python issue #23074: get_event_loop() now raises an exception if the thread hasVictor Stinner2014-12-181-3/+3
* Improve canceled timer callback handles cleanup (CPython issue #22448)Yury Selivanov2014-09-251-9/+20
* Fix Handle and TimerHandle repr in debug modeVictor Stinner2014-09-171-13/+19
* Enhance representation of Future and Future subclassesVictor Stinner2014-07-291-5/+10
* Handle.cancel() now clears references to callback and argsVictor Stinner2014-07-101-4/+14
* Tulip issue #185: Add a create_task() method to event loopsVictor Stinner2014-07-081-0/+5
* Update AbstractEventLoop: add new event loop methods; update also the unit testVictor Stinner2014-07-071-0/+4
* Tulip issue #137: In debug mode, save traceback where Future, Task and HandleVictor Stinner2014-06-271-4/+14
* Handle error handler: enhance formatting of the callbackVictor Stinner2014-06-261-2/+2
* Tulip issue #177: Rewite repr() of Future, Task, Handle and TimerHandleVictor Stinner2014-06-251-17/+39
* Issue #173: Enhance repr(Handle) and repr(Task)Victor Stinner2014-06-121-1/+29
* Tulip issue #83, Python issue 21252: Fill some XXX docstringsVictor Stinner2014-06-051-12/+23
* Python issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe docVictor Stinner2014-06-041-3/+3
* Add __weakref__ slots to Handle and CoroWrapper. Fixes issue #166.Guido van Rossum2014-04-271-1/+1
* asyncio: remove unused imports and unused variables noticed by pyflakesVictor Stinner2014-02-201-3/+0
* Issue #136: Add get/set_debug() methods to BaseEventLoopTests. Add also aVictor Stinner2014-02-191-0/+8
* Fix spelling & typosYury Selivanov2014-02-181-3/+3
* Add new event loop exception handling API (closes issue #80).Yury Selivanov2014-02-181-7/+24
* Add support for UNIX Domain Sockets. Closes issue #81.Yury Selivanov2014-02-181-0/+26
* events: Use __slots__ in Handle and TimerHandleYury Selivanov2014-02-121-0/+4
* Issue #112: Inline make_handle() into Handle constructorVictor Stinner2014-02-101-6/+1
* Fix docstring typo.Guido van Rossum2013-12-041-1/+1
* Use Interface instead of ABC. Fixes issue 19726.Guido van Rossum2013-11-301-2/+2
* Fix get_event_loop() to call set_event_loop() when setting the loop. By Antho...Guido van Rossum2013-11-271-1/+1
* Refactor SIGCHLD handler, by Anthony Baire. Fixes issue 67.Guido van Rossum2013-11-041-19/+51
* Document EventLoop.close().Guido van Rossum2013-10-311-0/+13
* Add server_hostname as create_connection() argument, with secure default.Guido van Rossum2013-10-301-1/+1
* Update some comments.Guido van Rossum2013-10-241-3/+1
* MergeGuido van Rossum2013-10-171-3/+3
* MergeGuido van Rossum2013-10-161-5/+1
* Rename tulip package to asyncio.Guido van Rossum2013-10-141-0/+399