| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #28613: Fix get_event_loop() to return the current loop | Yury Selivanov | 2016-11-04 | 1 | -0/+20 |
|
|
* | Issue #28600: Optimize loop.call_soon(). | Yury Selivanov | 2016-11-03 | 1 | -28/+8 |
|
|
* | Issue #28371: Deprecate passing asyncio.Handles to run_in_executor. | Yury Selivanov | 2016-10-05 | 1 | -3/+6 |
|
|
* | Issue #28369: Raise an error when transport's FD is used with add_reader | Yury Selivanov | 2016-10-05 | 1 | -12/+12 |
|
|
* | Misc asyncio improvements from upstream | Guido van Rossum | 2016-09-30 | 1 | -20/+31 |
|
|
* | Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio) | Yury Selivanov | 2016-09-15 | 1 | -0/+11 |
|
|
* | Issue #27906: Fix socket accept exhaustion during high TCP traffic. | Yury Selivanov | 2016-09-15 | 1 | -1/+1 |
|
|
* | Issue #27136: Change test to use ::1 for better OS X Tiger compatibility | Martin Panter | 2016-06-13 | 1 | -4/+4 |
|
|
* | Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo | Yury Selivanov | 2016-06-08 | 1 | -52/+39 |
|
|
* | asyncio: Fix getaddrinfo to accept service names (for port) | Yury Selivanov | 2016-06-02 | 1 | -0/+20 |
|
|
* | asyncio: Support host=b'' for getaddrinfo | Yury Selivanov | 2016-06-02 | 1 | -0/+4 |
|
|
* | asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' arg | Yury Selivanov | 2016-05-20 | 1 | -0/+22 |
|
|
* | Issue #27040: Add loop.get_exception_handler method | Yury Selivanov | 2016-05-16 | 1 | -0/+2 |
|
|
* | asyncio/tests: Ensure a gc_collect for __del__ testing | Yury Selivanov | 2016-05-13 | 1 | -0/+1 |
|
|
* | asyncio/tests: Fix ResourceWarnings related to unclosed transports | Yury Selivanov | 2015-12-17 | 1 | -18/+29 |
|
|
* | asyncio/tests: Fix some ResourceWarnings | Yury Selivanov | 2015-12-17 | 1 | -7/+11 |
|
|
* | Normalize whitespace | Yury Selivanov | 2015-12-17 | 1 | -1/+1 |
|
|
* | asyncio: Skip getaddrinfo if host is already resolved. | Yury Selivanov | 2015-12-17 | 1 | -16/+192 |
|
|
* | asyncio: Fix with github | Yury Selivanov | 2015-11-20 | 1 | -3/+4 |
|
|
* | asyncio.tests: Fix whitespace | Yury Selivanov | 2015-11-20 | 1 | -4/+3 |
|
|
* | asyncio: Sync with github | Yury Selivanov | 2015-11-20 | 1 | -1/+1 |
|
|
* | Issue #25593: Change semantics of EventLoop.stop(). | Guido van Rossum | 2015-11-19 | 1 | -0/+53 |
|
|
* | Issue #23972: Fix tests for Windows and Debian. | Guido van Rossum | 2015-10-06 | 1 | -4/+1 |
|
|
* | Issue #23972: updates to asyncio datagram API. By Chris Laws. | Guido van Rossum | 2015-10-05 | 1 | -2/+138 |
|
|
* | asyncio: Support PEP 492. Issue #24017. | Yury Selivanov | 2015-05-12 | 1 | -1/+2 |
|
|
* | asyncio: async() function is deprecated in favour of ensure_future(). | Yury Selivanov | 2015-05-11 | 1 | -3/+3 |
|
|
* | Sync asyncio changes from the main repo. | Yury Selivanov | 2015-05-11 | 1 | -2/+43 |
|
|
* | Issue #23243: Close explicitly event loops in asyncio tests | Victor Stinner | 2015-01-15 | 1 | -0/+1 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2015-01-14 | 1 | -0/+1 |
|
|
* | asyncio: Truncate to 80 columns | Victor Stinner | 2015-01-08 | 1 | -3/+6 |
|
|
* | Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods of | Victor Stinner | 2014-12-26 | 1 | -16/+60 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-12-26 | 1 | -1/+1 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-12-18 | 1 | -4/+8 |
|
|
* | Closes #22429, asyncio: Fix EventLoop.run_until_complete(), don't stop the | Victor Stinner | 2014-12-05 | 1 | -0/+25 |
|
|
* | asyncio: Coroutine objects are now rejected with a TypeError by the following | Victor Stinner | 2014-11-20 | 1 | -11/+15 |
|
|
* | Issue #22186: Fix typos in Lib/. | Berker Peksag | 2014-10-19 | 1 | -1/+1 |
|
|
* | Issue #22601: run_forever() now consumes BaseException of the temporary task | Victor Stinner | 2014-10-11 | 1 | -1/+21 |
|
|
* | asyncio: Improve canceled timer handles cleanup. Closes issue #22448. | Yury Selivanov | 2014-09-25 | 1 | -7/+77 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-08-25 | 1 | -0/+3 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-14 | 1 | -2/+0 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-11 | 1 | -1/+1 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-08 | 1 | -0/+24 |
|
|
* | asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task and | Victor Stinner | 2014-06-27 | 1 | -3/+6 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-06-25 | 1 | -0/+6 |
|
|
* | asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and TimerHandle | Victor Stinner | 2014-06-25 | 1 | -2/+2 |
|
|
* | asyncio: Log an error if a Task is destroyed while it is still pending | Victor Stinner | 2014-06-24 | 1 | -1/+2 |
|
|
* | asyncio, Tulip issue 172: only log selector timing in debug mode | Victor Stinner | 2014-06-22 | 1 | -0/+3 |
|
|
* | asyncio: Add an unit test to check that setting the PYTHONASYNCIODEBUG env var | Victor Stinner | 2014-06-22 | 1 | -0/+24 |
|
|
* | asyncio, Tulip issue 105: in debug mode, log callbacks taking more than 100 ms | Victor Stinner | 2014-06-20 | 1 | -0/+28 |
|
|
* | asyncio: Refactor tests: add a base TestCase class | Victor Stinner | 2014-06-17 | 1 | -7/+4 |
|
|