| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
|
|
| * | Relax timing even more, hopefully again fixes issue 19579. | Guido van Rossum | 2013-11-23 | 1 | -1/+1 |
|
|
| * | asyncio: Replace connection_refused() with error_received(). | Guido van Rossum | 2013-11-16 | 1 | -1/+1 |
|
|
| * | asyncio: Avoid ResourceWarning. Fix issue 19580 by Vajrasky Kok. | Guido van Rossum | 2013-11-14 | 1 | -4/+18 |
|
|
| * | asyncio: Relax timing requirement. Fixes issue 19579. | Guido van Rossum | 2013-11-14 | 1 | -2/+2 |
|
|
| * | asyncio: Slight rearrangement of tests for server_hostname=... | Guido van Rossum | 2013-11-01 | 1 | -3/+4 |
|
|
| * | asyncio: Various style nits. | Guido van Rossum | 2013-11-01 | 1 | -10/+20 |
|
|
| * | asyncio: Add server_hostname as create_connection() argument, with secure def... | Guido van Rossum | 2013-11-01 | 1 | -0/+54 |
|
|
| * | asyncio: Pause accepting whenever accept() returns certain errors. Fixes asyn... | Guido van Rossum | 2013-11-01 | 1 | -2/+11 |
|
|
| * | Skip one asyncio test when IPv6 isn't supported (Windows buildbots) | Antoine Pitrou | 2013-10-20 | 1 | -0/+2 |
|
|
| * | Make various asyncio test files individually runnable | Antoine Pitrou | 2013-10-20 | 1 | -0/+4 |
|
|
| * | Relax some asyncio test timeouts (http://bugs.python.org/issue19285). | Guido van Rossum | 2013-10-18 | 1 | -1/+1 |
|
|
| * | Rename the logger to plain "logger". | Guido van Rossum | 2013-10-17 | 1 | -2/+2 |
|
|
| * | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 1 | -0/+590 |
|
|