summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/base_events.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #22448: asyncio, cleanup _run_once(), only iterate once to remove delayedVictor Stinner2014-09-301-4/+7
* asyncio: Improve canceled timer handles cleanup. Closes issue #22448.Yury Selivanov2014-09-251-7/+37
* asyncio: sync with TulipVictor Stinner2014-08-251-0/+7
* Issue #20055: Fix BaseEventLoop.stop() docstring, incomplete sentence.Victor Stinner2014-07-241-3/+3
* asyncio: sync with TulipVictor Stinner2014-07-141-39/+92
* asyncio: sync with TulipVictor Stinner2014-07-121-4/+52
* asyncio: improve the documentation of serversVictor Stinner2014-07-111-1/+3
* asyncio, Tulip issue 180: Make Server attributes and methods privateVictor Stinner2014-07-111-20/+21
* asyncio: sync with TulipVictor Stinner2014-07-111-7/+14
* asyncio: sync with TulipVictor Stinner2014-07-101-1/+4
* asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() now waitsVictor Stinner2014-07-081-2/+5
* asyncio: sync with TulipVictor Stinner2014-07-081-0/+6
* Issue #21163: BaseEventLoop.run_until_complete() and test_utils.run_briefly()Victor Stinner2014-06-301-0/+7
* asyncio: sync with TulipVictor Stinner2014-06-301-2/+2
* asyncio: sync with Tulip, add a new asyncio.coroutines moduleVictor Stinner2014-06-281-13/+15
* asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task andVictor Stinner2014-06-271-3/+23
* asyncio: Fix BaseEventLoop._assert_is_current_event_loop(): get_event_loop()Victor Stinner2014-06-231-2/+5
* asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if theVictor Stinner2014-06-221-0/+4
* asyncio, Tulip issue 172: only log selector timing in debug modeVictor Stinner2014-06-221-2/+1
* asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUGVictor Stinner2014-06-221-1/+2
* asyncio: BaseEventLoop._assert_is_current_event_loop() now only raises anVictor Stinner2014-06-221-1/+2
* asyncio, Tulip issue 105: in debug mode, log callbacks taking more than 100 msVictor Stinner2014-06-201-5/+27
* Tulip issue 83: document more asyncio functions in docstringsVictor Stinner2014-06-191-3/+18
* Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoopVictor Stinner2014-06-101-0/+19
* Issue #21119: asyncio now closes sockets on errorsVictor Stinner2014-06-031-0/+8
* asyncio: Upstream issue #167: remove dead code, by Marc Schlaich.Guido van Rossum2014-05-101-5/+1
* asyncio: Ensure call_soon(), call_later() and call_at() are invoked on currentVictor Stinner2014-03-211-1/+22
* asyncio: _check_resolved_address() must also accept IPv6 without flow_info andVictor Stinner2014-02-201-1/+1
* asyncio: Fix _check_resolved_address() for IPv6 addressVictor Stinner2014-02-201-2/+5
* asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests.Victor Stinner2014-02-191-0/+7
* asyncio: pep8-ify the code.Yury Selivanov2014-02-191-5/+6
* asyncio: New error handling API. Issue #20681.Yury Selivanov2014-02-181-2/+94
* asyncio: Add support for UNIX Domain Sockets.Yury Selivanov2014-02-181-0/+7
* ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error ifVictor Stinner2014-02-131-0/+25
* Issue #20505: Remove debug codeVictor Stinner2014-02-111-20/+0
* asyncio, Tulip issue 130: Add more checks on subprocess_exec/subprocess_shellVictor Stinner2014-02-111-3/+9
* asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(),Victor Stinner2014-02-111-0/+6
* Issue #20505: use also the monotonic time to decide if asyncio debug tracesVictor Stinner2014-02-111-3/+4
* Issue #20505: Oops, only print debug info if selector.select(timeout) took lessVictor Stinner2014-02-111-1/+1
* Issue #20505: Improve debug info in asyncio event loopVictor Stinner2014-02-111-5/+18
* Issue #20505: BaseEventLoop uses again the resolution of the clock to decide ifVictor Stinner2014-02-101-2/+3
* Issue #20505: Add debug info to analyze sporaric failures ofVictor Stinner2014-02-101-0/+6
* asyncio: Tulip issue 112: Inline make_handle() into Handle constructorVictor Stinner2014-02-091-1/+1
* Issue #20505: Remove resolution and _granularity from selectors and asyncioVictor Stinner2014-02-071-12/+1
* Issue #20505: add debug infoVictor Stinner2014-02-071-0/+10
* Issue #20452: Remove debug code, no more neededVictor Stinner2014-01-311-9/+1
* asyncio: Fix error message in BaseEventLoop.subprocess_shell(). Patch writtenVictor Stinner2014-01-311-1/+1
* Issue #20452: select and selectors round (again) timeout away from zero forVictor Stinner2014-01-311-10/+5
* Issue #20452: Oops, fix debug code :-/Victor Stinner2014-01-311-5/+10
* Issue #20452: add more info in case of test_asyncio failure to try to debug theVictor Stinner2014-01-311-1/+9