COMMITS
/ Lib/asyncio/test_utils.py September 1, 2017
V
bpo-31250, test_asyncio: fix dangling threads (#3252)
Victor Stinner committed
June 30, 2017
V
bpo-30280: Cleanup threads in ayncio tests (#2501)
Victor Stinner committed
April 25, 2017
I
bpo-29617: Remove Python 3.3 support from asyncio (GH-232)
INADA Naoki committed
March 3, 2017
Y
bpo-29703: asyncio: Fix creating new event loops in child processes. (#404)
Yury Selivanov committed
November 4, 2016
Y
Merge 3.5 (issue #28613)
Yury Selivanov committed
Y
Issue #28613: Fix get_event_loop() to return the current loop
Yury Selivanov committed
October 5, 2016
Y
Merge 3.5 (issue #28369)
Yury Selivanov committed
Y
Issue #28369: Raise an error when transport's FD is used with add_reader
Yury Selivanov committed
September 10, 2016
C
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
Christian Heimes committed
December 17, 2015
Y
asyncio: Skip getaddrinfo if host is already resolved.
Yury Selivanov committed
November 20, 2015
Y
asyncio: Fix with github
Yury Selivanov committed
November 19, 2015
G
Issue #25593: Change semantics of EventLoop.stop().
Guido van Rossum committed
February 2, 2015
V
Issue #23353, asyncio: Workaround CPython bug #23353
Victor Stinner committed
January 14, 2015
V
asyncio: sync with Tulip
Victor Stinner committed
January 13, 2015
V
Issue #22560: New SSL implementation based on ssl.MemoryBIO
Victor Stinner committed
October 15, 2014
August 25, 2014
V
asyncio: sync with Tulip
Victor Stinner committed
July 14, 2014
V
asyncio tests: make quiet the logs of SSL handshake failures when running tests
Victor Stinner committed
July 8, 2014
V
asyncio: sync with Tulip
Victor Stinner committed
June 30, 2014
V
Issue #21163: BaseEventLoop.run_until_complete() and test_utils.run_briefly()
Victor Stinner committed
June 28, 2014
V
asyncio: sync with Tulip, add a new asyncio.coroutines module
Victor Stinner committed
June 17, 2014
V
asyncio: Refactor tests: add a base TestCase class
Victor Stinner committed
June 12, 2014
V
asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task)
Victor Stinner committed
March 6, 2014
V
asyncio, Tulip issue 157: Improve test_events.py, avoid run_briefly() which is
Victor Stinner committed
February 26, 2014
V
asyncio: Fix pyflakes warnings: remove unused variables and imports
Victor Stinner committed
V
asyncio: Replace "unittest.mock" with "mock" in unit tests
Victor Stinner committed
February 20, 2014
V
asyncio: remove unused imports and unused variables noticed by pyflakes
Victor Stinner committed
February 19, 2014
Y
asyncio: Fix spelling and typos.
Yury Selivanov committed
February 18, 2014
Y
asyncio: New error handling API. Issue #20681.
Yury Selivanov committed
Y
asyncio: Add support for UNIX Domain Sockets.
Yury Selivanov committed
February 11, 2014
V
asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(),
Victor Stinner committed
V
Issue #20505: Fix TestLoop, set the clock resolution
Victor Stinner committed
February 9, 2014
V
asyncio: Tulip issue 112: Inline make_handle() into Handle constructor
Victor Stinner committed
G
asyncio: Remove more relics of resolution/granularity.
Guido van Rossum committed
January 31, 2014
V
asyncio: Fix granularity of test_utils.TestLoop.
Victor Stinner committed
January 25, 2014
V
Fix asyncio tests: define resolution
Victor Stinner committed
December 13, 2013
V
asyncio: remove references to the Tulip project, rename Tulip to asyncio.
Victor Stinner committed
December 7, 2013
V
Remove a duplicated import
Victor Stinner committed
December 6, 2013
G
asyncio: Add Task.current_task() class method.
Guido van Rossum committed
C
fix cert names for asyncio test
Christian Heimes committed
December 1, 2013
C
Issue #19842: Refactor BaseSelector to make it an actual usable ABC.
Charles-François Natali committed
October 20, 2013
A
Close #19297: fix resource warnings in test_asyncio. Patch by Vajrasky Kok.
Antoine Pitrou committed
October 19, 2013
A
Issue #19305: try to fix sporadic test_asyncio failure on FreeBSD 10.0
Antoine Pitrou committed
October 17, 2013
G
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum committed