| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #23972: updates to asyncio datagram API. By Chris Laws. | Guido van Rossum | 2015-10-05 | 1 | -0/+52 |
|
|
* | Issue #23630: Fix test_asyncio on Windows | Victor Stinner | 2015-09-21 | 1 | -0/+1 |
|
|
* | Issue #25114: Fix test_asyncio | Victor Stinner | 2015-09-21 | 1 | -3/+2 |
|
|
* | Issue #23630, asyncio: host parameter of loop.create_server() can now be a | Victor Stinner | 2015-09-21 | 1 | -0/+33 |
|
|
* | Issue #25114, asyncio: add ssl_object extra info to SSL transports | Victor Stinner | 2015-09-21 | 1 | -12/+63 |
|
|
* | asyncio: Only call _check_resolved_address() in debug mode | Victor Stinner | 2015-02-04 | 1 | -0/+4 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2015-01-29 | 1 | -17/+18 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2015-01-29 | 1 | -13/+24 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2015-01-14 | 1 | -0/+22 |
|
|
* | Issue #22560: New SSL implementation based on ssl.MemoryBIO | Victor Stinner | 2015-01-13 | 1 | -10/+48 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-12-26 | 1 | -1/+1 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-12-18 | 1 | -1/+4 |
|
|
* | Issue #23074: asyncio.get_event_loop() now raises an exception if the thread | Victor Stinner | 2014-12-18 | 1 | -2/+2 |
|
|
* | Closes #22922: More EventLoop methods fail if the loop is closed. Initial patch | Victor Stinner | 2014-12-04 | 1 | -1/+34 |
|
|
* | don't require OpenSSL SNI to pass hostname to ssl functions (#22921) | Benjamin Peterson | 2014-11-23 | 1 | -8/+0 |
|
|
* | asyncio, test_events: Ignore the "SSL handshake failed" log in debug mode | Victor Stinner | 2014-11-20 | 1 | -1/+3 |
|
|
* | asyncio: Fix formatting of the "Future exception was never retrieved" in | Victor Stinner | 2014-11-20 | 1 | -16/+18 |
|
|
* | Closes #22784: fix test_asyncio when the ssl module isn't available | Antoine Pitrou | 2014-11-05 | 1 | -8/+9 |
|
|
* | Issue #22641: In asyncio, the default SSL context for client connections is n... | Antoine Pitrou | 2014-10-15 | 1 | -10/+38 |
|
|
* | asyncio: Improve canceled timer handles cleanup. Closes issue #22448. | Yury Selivanov | 2014-09-25 | 1 | -3/+11 |
|
|
* | asyncio, Tulip issue 206: In debug mode, keep the callback in the | Victor Stinner | 2014-09-17 | 1 | -4/+5 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-08-25 | 1 | -16/+20 |
|
|
* | Close #22063: socket operations (socket,recv, sock_sendall, sock_connect, | Victor Stinner | 2014-07-29 | 1 | -0/+18 |
|
|
* | asyncio tests: make quiet the logs of SSL handshake failures when running tests | Victor Stinner | 2014-07-14 | 1 | -10/+13 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-11 | 1 | -1/+1 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-10 | 1 | -12/+54 |
|
|
* | asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() now waits | Victor Stinner | 2014-07-08 | 1 | -0/+10 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-08 | 1 | -0/+14 |
|
|
* | asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task and | Victor Stinner | 2014-06-27 | 1 | -3/+34 |
|
|
* | asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and TimerHandle | Victor Stinner | 2014-06-25 | 1 | -28/+38 |
|
|
* | asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if the | Victor Stinner | 2014-06-22 | 1 | -0/+9 |
|
|
* | asyncio: Refactor tests: add a base TestCase class | Victor Stinner | 2014-06-17 | 1 | -7/+7 |
|
|
* | asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task) | Victor Stinner | 2014-06-12 | 1 | -21/+57 |
|
|
* | Issue #21651: Fix ResourceWarning when running asyncio tests on Windows. | Victor Stinner | 2014-06-03 | 1 | -0/+1 |
|
|
* | asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166. | Guido van Rossum | 2014-04-27 | 1 | -0/+6 |
|
|
* | Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if | Victor Stinner | 2014-04-07 | 1 | -0/+11 |
|
|
* | asyncio, Tulip issue 157: Improve test_events.py, avoid run_briefly() which is | Victor Stinner | 2014-03-06 | 1 | -64/+65 |
|
|
* | asyncio: Synchronize with Tulip | Victor Stinner | 2014-03-05 | 1 | -0/+27 |
|
|
* | asyncio: simplify test_events.py, don't use non local variables and don't call | Victor Stinner | 2014-02-26 | 1 | -186/+79 |
|
|
* | asyncio: Fix pyflakes warnings: remove unused variables and imports | Victor Stinner | 2014-02-26 | 1 | -3/+1 |
|
|
* | asyncio: Replace "unittest.mock" with "mock" in unit tests | Victor Stinner | 2014-02-26 | 1 | -16/+16 |
|
|
* | asyncio: _check_resolved_address() must also accept IPv6 without flow_info and | Victor Stinner | 2014-02-20 | 1 | -3/+6 |
|
|
* | asyncio: ops, and now fix also the unit test for IPv6 address: | Victor Stinner | 2014-02-20 | 1 | -4/+3 |
|
|
* | Issue #20682: Oops, fix test_create_connection() of test_asyncio (fix my prev... | Victor Stinner | 2014-02-19 | 1 | -1/+1 |
|
|
* | Close #20682: Fix UNIX sockets tests of test_asyncio on Mac OS X Tiger | Victor Stinner | 2014-02-19 | 1 | -5/+27 |
|
|
* | asyncio: Fix spelling and typos. | Yury Selivanov | 2014-02-19 | 1 | -1/+0 |
|
|
* | Issue #20682: test_asyncio, _basetest_create_connection() checks also the | Victor Stinner | 2014-02-19 | 1 | -0/+1 |
|
|
* | asyncio: New error handling API. Issue #20681. | Yury Selivanov | 2014-02-18 | 1 | -16/+28 |
|
|
* | asyncio: Add support for UNIX Domain Sockets. | Yury Selivanov | 2014-02-18 | 1 | -114/+235 |
|
|
* | Issue #20667: KqueueEventLoopTests.test_read_pty_output() hangs also on OpenB... | Victor Stinner | 2014-02-18 | 1 | -2/+3 |
|
|