| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be... | Yury Selivanov | 2017-11-20 | 1 | -2/+2 |
|
|
* | bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314) | Antoine Pitrou | 2017-11-07 | 1 | -1/+20 |
|
|
* | Add asyncio.Handle.cancelled() method (#2388) | Marat Sharafutdinov | 2017-11-07 | 1 | -0/+3 |
|
|
* | bpo-31245: Asyncio unix socket datagram (#3164) | Quentin Dawans | 2017-10-30 | 1 | -2/+2 |
|
|
* | bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051) | Antoine Pitrou | 2017-10-19 | 1 | -0/+3 |
|
|
* | bpo-31350: Optimize get_event_loop and _get_running_loop (#3347) | jimmylai | 2017-09-06 | 1 | -6/+4 |
|
|
* | bpo-29617: Remove Python 3.3 support from asyncio (GH-232) | INADA Naoki | 2017-04-25 | 1 | -7/+2 |
|
|
* | asyncio: Optimize _get_running_loop() to call getpid() only when there's a loop | Yury Selivanov | 2017-03-03 | 1 | -2/+3 |
|
|
* | bpo-29703: asyncio: Fix creating new event loops in child processes. (#404) | Yury Selivanov | 2017-03-03 | 1 | -1/+7 |
|
|
* | Issue #28613: Expose asyncio._get_running_loop() and _set_running_loop() | Yury Selivanov | 2016-11-08 | 1 | -0/+1 |
|
|
* | Issue #28613: Fix get_event_loop() to return the current loop | Yury Selivanov | 2016-11-04 | 1 | -1/+35 |
|
|
* | Issue #28600: Optimize loop.call_soon(). | Yury Selivanov | 2016-11-03 | 1 | -1/+0 |
|
|
* | Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__. | Yury Selivanov | 2016-09-15 | 1 | -13/+14 |
|
|
* | asyncio: Sync with the upstream | Yury Selivanov | 2016-09-15 | 1 | -0/+4 |
|
|
* | Issue #27041: asyncio: Add loop.create_future method | Yury Selivanov | 2016-05-16 | 1 | -0/+3 |
|
|
* | Issue #27040: Add loop.get_exception_handler method | Yury Selivanov | 2016-05-16 | 1 | -0/+3 |
|
|
* | Issue #23972: updates to asyncio datagram API. By Chris Laws. | Guido van Rossum | 2015-10-05 | 1 | -2/+38 |
|
|
* | Issue #23630, asyncio: host parameter of loop.create_server() can now be a | Victor Stinner | 2015-09-21 | 1 | -1/+2 |
|
|
* | asyncio: Add asyncio.compat module | Victor Stinner | 2015-07-25 | 1 | -4/+3 |
|
|
* | Sync asyncio changes from the main repo. | Yury Selivanov | 2015-05-11 | 1 | -1/+9 |
|
|
* | Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions witho... | Guido van Rossum | 2015-05-03 | 1 | -4/+10 |
|
|
* | Issue #23074: asyncio.get_event_loop() now raises an exception if the thread | Victor Stinner | 2014-12-18 | 1 | -3/+3 |
|
|
* | asyncio: Improve canceled timer handles cleanup. Closes issue #22448. | Yury Selivanov | 2014-09-25 | 1 | -9/+20 |
|
|
* | asyncio, Tulip issue 206: In debug mode, keep the callback in the | Victor Stinner | 2014-09-17 | 1 | -13/+19 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-29 | 1 | -5/+10 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-10 | 1 | -4/+14 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-08 | 1 | -0/+9 |
|
|
* | asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task and | Victor Stinner | 2014-06-27 | 1 | -4/+14 |
|
|
* | asyncio: Handle error handler: enhance formatting of the callback | Victor Stinner | 2014-06-25 | 1 | -2/+2 |
|
|
* | asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and TimerHandle | Victor Stinner | 2014-06-25 | 1 | -17/+39 |
|
|
* | asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task) | Victor Stinner | 2014-06-12 | 1 | -1/+29 |
|
|
* | Tulip issue 83, Python issue #21252: Fill some XXX docstrings in asyncio | Victor Stinner | 2014-06-05 | 1 | -12/+23 |
|
|
* | Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc | Victor Stinner | 2014-05-28 | 1 | -3/+3 |
|
|
* | asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166. | Guido van Rossum | 2014-04-27 | 1 | -1/+1 |
|
|
* | asyncio: remove unused imports and unused variables noticed by pyflakes | Victor Stinner | 2014-02-20 | 1 | -3/+0 |
|
|
* | asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. | Victor Stinner | 2014-02-19 | 1 | -0/+8 |
|
|
* | asyncio: Fix spelling and typos. | Yury Selivanov | 2014-02-19 | 1 | -3/+3 |
|
|
* | asyncio: New error handling API. Issue #20681. | Yury Selivanov | 2014-02-18 | 1 | -7/+24 |
|
|
* | asyncio: Add support for UNIX Domain Sockets. | Yury Selivanov | 2014-02-18 | 1 | -0/+26 |
|
|
* | asyncio.events: Use __slots__ in Handle and TimerHandle | Yury Selivanov | 2014-02-12 | 1 | -0/+4 |
|
|
* | asyncio: Tulip issue 112: Inline make_handle() into Handle constructor | Victor Stinner | 2014-02-09 | 1 | -6/+1 |
|
|
* | Fix typo in asyncio.AbstractServer documentation | Victor Stinner | 2013-12-03 | 1 | -1/+1 |
|
|
* | asyncio: Use Interface instead of ABC. Fixes issue 19726. | Guido van Rossum | 2013-11-30 | 1 | -2/+2 |
|
|
* | asyncio: Fix get_event_loop() to call set_event_loop() when setting the loop.... | Guido van Rossum | 2013-11-27 | 1 | -1/+1 |
|
|
* | asyncio: Refactor SIGCHLD handling. By Anthony Baire. | Guido van Rossum | 2013-11-04 | 1 | -19/+51 |
|
|
* | asyncio: Document EventLoop.close(). | Guido van Rossum | 2013-11-01 | 1 | -0/+13 |
|
|
* | asyncio: Add server_hostname as create_connection() argument, with secure def... | Guido van Rossum | 2013-11-01 | 1 | -1/+1 |
|
|
* | asyncio: Update some comments. | Guido van Rossum | 2013-10-30 | 1 | -3/+1 |
|
|
* | Rename the logger to plain "logger". | Guido van Rossum | 2013-10-17 | 1 | -3/+3 |
|
|
* | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 1 | -0/+395 |
|
|