summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/base_events.py
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.5 (asyncio)Victor Stinner2016-04-011-0/+6
|\
| * asyncio: Don't log ConnectionAbortedErrorVictor Stinner2016-04-011-0/+6
* | Add a source parameter to warnings.warn()Victor Stinner2016-03-221-1/+2
|/
* asyncio: Remove duplicate bind addresses in create_server.Yury Selivanov2016-03-021-2/+5
* asyncio: Skip getaddrinfo if host is already resolved.Yury Selivanov2015-12-171-39/+80
* Issue #25593: Change semantics of EventLoop.stop().Guido van Rossum2015-11-191-16/+9
* Issue #23972: updates to asyncio datagram API. By Chris Laws.Guido van Rossum2015-10-051-66/+108
* Issue #23630, asyncio: host parameter of loop.create_server() can now be aVictor Stinner2015-09-211-7/+28
* asyncio: Sync with upstream (compat module)Yury Selivanov2015-08-041-1/+2
* asyncio: Sync with mainstreamYury Selivanov2015-08-041-1/+1
* asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is ru...Yury Selivanov2015-05-121-35/+45
* asyncio: Support PEP 492. Issue #24017.Yury Selivanov2015-05-121-9/+38
* asyncio: async() function is deprecated in favour of ensure_future().Yury Selivanov2015-05-111-1/+1
* Sync asyncio changes from the main repo.Yury Selivanov2015-05-111-11/+33
* asyncio: BaseEventLoop: rename _owner to _thread_idVictor Stinner2015-02-051-6/+6
* asyncio: Only call _check_resolved_address() in debug modeVictor Stinner2015-02-041-16/+32
* Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transportVictor Stinner2015-01-291-0/+11
* asyncio: sync with TulipVictor Stinner2015-01-271-1/+2
* Issue #23208, asyncio: Add BaseEventLoop._current_handleVictor Stinner2015-01-261-6/+19
* asyncio: Close transports on errorVictor Stinner2015-01-261-3/+21
* asyncio: BaseEventLoop._create_connection_transport() catchs any exception, notVictor Stinner2015-01-211-1/+1
* asyncio: pyflakes, remove unused importVictor Stinner2015-01-211-1/+1
* asyncio: sync with TulipVictor Stinner2015-01-141-1/+6
* asyncio: Truncate to 80 columnsVictor Stinner2015-01-081-2/+2
* asyncio: _make_ssl_transport: make the waiter parameter optionalVictor Stinner2015-01-081-1/+1
* Issue #23046: Expose the BaseEventLoop class in the asyncio namespaceVictor Stinner2015-01-061-1/+1
* Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods ofVictor Stinner2014-12-261-18/+20
* Issue #23074: asyncio.get_event_loop() now raises an exception if the threadVictor Stinner2014-12-181-1/+1
* Closes #22429, asyncio: Fix EventLoop.run_until_complete(), don't stop theVictor Stinner2014-12-051-2/+12
* Closes #22922: More EventLoop methods fail if the loop is closed. Initial patchVictor Stinner2014-12-041-0/+4
* asyncio: Coroutine objects are now rejected with a TypeError by the followingVictor Stinner2014-11-201-4/+7
* Issue #22601: run_forever() now consumes BaseException of the temporary taskVictor Stinner2014-10-111-1/+9
* 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