COMMITS
/ Lib/asyncio/events.py September 6, 2017
J
bpo-31350: Optimize get_event_loop and _get_running_loop (#3347)
jimmylai committed
April 25, 2017
I
bpo-29617: Remove Python 3.3 support from asyncio (GH-232)
INADA Naoki committed
March 3, 2017
Y
asyncio: Optimize _get_running_loop() to call getpid() only when there's a loop
Yury Selivanov committed
Y
bpo-29703: asyncio: Fix creating new event loops in child processes. (#404)
Yury Selivanov committed
November 8, 2016
Y
Issue #28613: Expose asyncio._get_running_loop() and _set_running_loop()
Yury Selivanov committed
November 4, 2016
Y
Issue #28613: Fix get_event_loop() to return the current loop
Yury Selivanov committed
November 3, 2016
Y
Issue #28600: Optimize loop.call_soon().
Yury Selivanov committed
September 15, 2016
Y
Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.
Yury Selivanov committed
Y
asyncio: Sync with the upstream
Yury Selivanov committed
May 16, 2016
Y
Issue #27041: asyncio: Add loop.create_future method
Yury Selivanov committed
Y
Issue #27040: Add loop.get_exception_handler method
Yury Selivanov committed
October 5, 2015
G
Issue #23972: updates to asyncio datagram API. By Chris Laws.
Guido van Rossum committed
September 21, 2015
V
Issue #23630, asyncio: host parameter of loop.create_server() can now be a
Victor Stinner committed
July 25, 2015
V
asyncio: Add asyncio.compat module
Victor Stinner committed
May 11, 2015
Y
Sync asyncio changes from the main repo.
Yury Selivanov committed
May 3, 2015
G
Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__.
Guido van Rossum committed
December 18, 2014
V
Issue #23074: asyncio.get_event_loop() now raises an exception if the thread
Victor Stinner committed
September 25, 2014
Y
asyncio: Improve canceled timer handles cleanup. Closes issue #22448.
Yury Selivanov committed
September 17, 2014
V
asyncio, Tulip issue 206: In debug mode, keep the callback in the
Victor Stinner committed
July 29, 2014
V
asyncio: sync with Tulip
Victor Stinner committed
July 10, 2014
V
asyncio: sync with Tulip
Victor Stinner committed
July 8, 2014
V
asyncio: sync with Tulip
Victor Stinner committed
June 27, 2014
V
asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task and
Victor Stinner committed
June 25, 2014
V
asyncio: Handle error handler: enhance formatting of the callback
Victor Stinner committed
V
asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and TimerHandle
Victor Stinner committed
June 12, 2014
V
asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task)
Victor Stinner committed
June 5, 2014
V
Tulip issue 83, Python issue #21252: Fill some XXX docstrings in asyncio
Victor Stinner committed
May 28, 2014
V
Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc
Victor Stinner committed
April 27, 2014
G
asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166.
Guido van Rossum committed
February 20, 2014
V
asyncio: remove unused imports and unused variables noticed by pyflakes
Victor Stinner committed
February 19, 2014
V
asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests.
Victor Stinner committed
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 12, 2014
Y
asyncio.events: Use __slots__ in Handle and TimerHandle
Yury Selivanov committed
February 9, 2014
V
asyncio: Tulip issue 112: Inline make_handle() into Handle constructor
Victor Stinner committed
December 3, 2013
V
Fix typo in asyncio.AbstractServer documentation
Victor Stinner committed
November 30, 2013
G
asyncio: Use Interface instead of ABC. Fixes issue 19726.
Guido van Rossum committed
November 27, 2013
G
asyncio: Fix get_event_loop() to call set_event_loop() when setting the loop. By Anthony Baire.
Guido van Rossum committed
November 4, 2013
G
asyncio: Refactor SIGCHLD handling. By Anthony Baire.
Guido van Rossum committed
November 1, 2013
G
asyncio: Document EventLoop.close().
Guido van Rossum committed
G
asyncio: Add server_hostname as create_connection() argument, with secure default.
Guido van Rossum committed
October 30, 2013
G
asyncio: Update some comments.
Guido van Rossum committed
October 17, 2013
G
Rename the logger to plain "logger".
Guido van Rossum committed
G
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum committed