| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add basic DDR support. (#919) | Bob Halley | 2023-04-07 | 1 | -0/+3 |
| | | | | * Add basic DDR support. | ||||
| * | Better DNS-over-HTTPS support. (#908) | Bob Halley | 2023-03-19 | 1 | -0/+8 |
| | | | | | | | | | | | | | This change: Allows resolution hostnames in URLs using dnspython's resolver or via a bootstrap address, without rewriting URLs. Adds full support for source addresses and ports to httpx, except for asyncio I/O where only the source address can be specified. Removes support for requests. | ||||
| * | black autoformatting | Bob Halley | 2022-03-15 | 1 | -6/+16 |
| | | |||||
| * | Add integrated typing to much of dnspython. | Bob Halley | 2022-03-05 | 1 | -0/+6 |
| | | |||||
| * | Lint pass | Bob Halley | 2021-05-02 | 1 | -1/+1 |
| | | |||||
| * | asyncio on Windows requries connected sockets. [Issue #637]windows_asyncio_fix | Bob Halley | 2021-02-25 | 1 | -0/+3 |
| | | |||||
| * | Abstract methods should raise NotImplementedError, not return None | Bob Halley | 2021-01-31 | 1 | -4/+10 |
| | | | | | | getpeername() and getsockname() are part of the abstract API but weren't defined. | ||||
| * | make passing a socket to async routines actually work | Bob Halley | 2020-06-17 | 1 | -1/+1 |
| | | |||||
| * | lint | Bob Halley | 2020-06-16 | 1 | -5/+0 |
| | | |||||
| * | move low_level_address_tuple() to dns.inet; add some no-coverage comments | Bob Halley | 2020-06-13 | 1 | -18/+4 |
| | | |||||
| * | Add some comments about opportunities after 3.6 is not supported. | Bob Halley | 2020-06-13 | 1 | -1/+2 |
| | | |||||
| * | Add TLS for Trio and Curio. | Bob Halley | 2020-06-12 | 1 | -1/+1 |
| | | |||||
| * | lint | Bob Halley | 2020-06-12 | 1 | -0/+1 |
| | | |||||
| * | Support trio, curio, and asyncio with one API! | Bob Halley | 2020-06-11 | 1 | -0/+77 |
