| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | asyncio: Refactor test__run_once_logging() to not rely on the exact number of | Victor Stinner | 2014-06-17 | 1 | -18/+11 |
|
|
* | Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoop | Victor Stinner | 2014-06-10 | 1 | -0/+14 |
|
|
* | cleanup test_asyncio/test_base_events.py: cm variable was unused | Victor Stinner | 2014-06-03 | 1 | -1/+1 |
|
|
* | Issue #21119: asyncio now closes sockets on errors | Victor Stinner | 2014-06-03 | 1 | -0/+21 |
|
|
* | asyncio: test_base_events: use mock.Mock instead of unittest.mock.Mock to | Victor Stinner | 2014-05-20 | 1 | -1/+1 |
|
|
* | asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current | Victor Stinner | 2014-03-21 | 1 | -0/+23 |
|
|
* | asyncio: Fix pyflakes warnings: remove unused variables and imports | Victor Stinner | 2014-02-26 | 1 | -1/+1 |
|
|
* | asyncio: Replace "unittest.mock" with "mock" in unit tests | Victor Stinner | 2014-02-26 | 1 | -54/+54 |
|
|
* | asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. | Victor Stinner | 2014-02-19 | 1 | -0/+6 |
|
|
* | asyncio: Fix spelling and typos. | Yury Selivanov | 2014-02-19 | 1 | -1/+1 |
|
|
* | asyncio: New error handling API. Issue #20681. | Yury Selivanov | 2014-02-18 | 1 | -14/+180 |
|
|
* | asyncio: Add support for UNIX Domain Sockets. | Yury Selivanov | 2014-02-18 | 1 | -1/+1 |
|
|
* | asyncio, Tulip issue 130: Add more checks on subprocess_exec/subprocess_shell | Victor Stinner | 2014-02-11 | 1 | -2/+52 |
|
|
* | asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(), | Victor Stinner | 2014-02-11 | 1 | -0/+18 |
|
|
* | Issue #20505: Remove resolution and _granularity from selectors and asyncio | Victor Stinner | 2014-02-07 | 1 | -1/+2 |
|
|
* | asyncio: Cosmetic improvement to test__run_once_logging() mock argument. | Guido van Rossum | 2014-02-04 | 1 | -5/+3 |
|
|
* | Oops, undo unwanted changes in test_asyncio: mistakes of my the last sync with | Victor Stinner | 2014-02-03 | 1 | -7/+8 |
|
|
* | Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module | Victor Stinner | 2014-02-01 | 1 | -8/+7 |
|
|
* | Issue #20452: Fix test_time_and_call_at() of test_asyncio on Windows | Victor Stinner | 2014-02-01 | 1 | -7/+8 |
|
|
* | Issue #20452: test_asyncio: Add more info if the test fails | Victor Stinner | 2014-01-31 | 1 | -2/+7 |
|
|
* | asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop nor | Victor Stinner | 2014-01-25 | 1 | -1/+2 |
|
|
* | Update asyncio from the Tulip project | Victor Stinner | 2014-01-25 | 1 | -51/+47 |
|
|