Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asyncio on Windows requries connected sockets. [Issue #637]windows_asyncio_fix | Bob Halley | 2021-02-25 | 1 | -1/+13 |
* | async StreamSockets were erronously subclassing the abstract DatagramSocket | Bob Halley | 2021-01-31 | 1 | -1/+1 |
* | Do not try to set a future that is already set. [#572] | Bob Halley | 2020-08-13 | 1 | -2/+2 |
* | pylint linting | Bob Halley | 2020-07-31 | 1 | -3/+1 |
* | Add support for receiving UDP queries. | Brian Wellington | 2020-07-08 | 1 | -0/+6 |
* | more coverage improvements | Bob Halley | 2020-06-19 | 1 | -3/+3 |
* | improve async coverage | Bob Halley | 2020-06-19 | 1 | -2/+3 |
* | fix recvfrom, tls timing, and other misc things | Bob Halley | 2020-06-12 | 1 | -1/+2 |
* | Add TLS for asyncio. | Bob Halley | 2020-06-12 | 1 | -2/+4 |
* | Attempt to cope with python 3.6 asyncio. | Bob Halley | 2020-06-11 | 1 | -3/+15 |
* | Support trio, curio, and asyncio with one API! | Bob Halley | 2020-06-11 | 1 | -0/+118 |