| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Better DNS-over-HTTPS support. (#908) | Bob Halley | 2023-03-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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. | ||||
| * | Remove curio support. | Bob Halley | 2023-03-12 | 1 | -1/+0 |
| | | |||||
| * | Add dns.quic to setup.cfg for legacy setup.py installs [#896] | Bob Halley | 2023-02-11 | 1 | -0/+1 |
| | | |||||
| * | Use 'https' instead of 'http' for dnspython.org (#883) | Rafael Guterres Jeffman | 2023-01-11 | 1 | -1/+1 |
| | | | | | | | | | These days, 'https' should be used instead of 'http' for almost anything, and Coverity is warning that dnspython.org URL in 'setup.cfg' uses 'http'. This patch changes the use of 'http' to 'https' on setup.cfg and documentation, where it does not affect module code, tests or examples. | ||||
| * | Update versions and CI post 2.3 branch. | Bob Halley | 2022-12-27 | 1 | -1/+1 |
| | | |||||
| * | DoQ packing and testing tweaks | Bob Halley | 2022-11-24 | 1 | -0/+1 |
| | | |||||
| * | Remove spurious wheel build dependency | James Hilliard | 2022-11-02 | 1 | -1/+1 |
| | | | | | Wheel isn't a build dependency so it shouldn't be in setup_requires. | ||||
| * | update to dev version | Bob Halley | 2022-10-27 | 1 | -1/+1 |
| | | |||||
| * | fix missing version in setup.cfg | eaglegai | 2022-10-27 | 1 | -0/+1 |
| | | | | | Signed-off-by: eaglegai <eaglegai@163.com> | ||||
| * | Set minimum Python version to 3.7. | Bob Halley | 2022-03-05 | 1 | -2/+1 |
| | | |||||
| * | added project_urls for easier discovery by users | Ryan Cheley | 2022-01-30 | 1 | -0/+4 |
| | | |||||
| * | remove redundant sniffio dependency for trio | Bob Halley | 2022-01-19 | 1 | -1/+1 |
| | | |||||
| * | add 3.10 classifier | Bob Halley | 2021-12-15 | 1 | -0/+2 |
| | | |||||
| * | fix DoH requirements | Bob Halley | 2021-11-16 | 1 | -1/+1 |
| | | |||||
| * | Moved the metadata into setup.cfg from setup.py. | KOLANICH | 2021-02-16 | 1 | -0/+52 |
| | | | | | | Fixed the dependency on poetry instead of poetry-core in pyproject.toml. Fetching the version from git tags now when using setuptools (for poetry we cannot do that currently, see https://github.com/python-poetry/poetry/issues/693). | ||||
| * | do not build universal wheels as we are python 3 only | Bob Halley | 2020-05-23 | 1 | -3/+0 |
| | | |||||
| * | add wheel config file | Bob Halley | 2016-10-08 | 1 | -0/+5 |
