Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asyncio: sync with Tulip | Victor Stinner | 2015-01-28 | 1 | -1/+0 |
* | SSLProtocol: set the _transport attribute in the constructor | Victor Stinner | 2015-01-15 | 1 | -0/+1 |
* | Issue #22560: Fix typo: call -> call_soon | Victor Stinner | 2015-01-15 | 1 | -1/+1 |
* | Issue #22560: Fix SSLProtocol._on_handshake_complete() | Victor Stinner | 2015-01-15 | 1 | -2/+6 |
* | Issue #23197, asyncio: On SSL handshake failure, check if the waiter is | Victor Stinner | 2015-01-14 | 1 | -2/+3 |
* | Issue #22560: New SSL implementation based on ssl.MemoryBIO | Victor Stinner | 2015-01-14 | 1 | -0/+640 |