Commit Graph

20 Commits

Author SHA1 Message Date
Quentin Pradet
7f76a642a8 Add AsyncIO and Trio trove classifiers (#416) 2019-10-01 09:30:20 +02:00
Florimond Manca
f0e56c8f2d Remove trio redundant extra (#390) 2019-09-26 06:02:25 -05:00
Florimond Manca
08355c62f5 Add trio concurrency backend (#276) 2019-09-21 11:10:20 -05:00
Florimond Manca
061d943b78 Add zip_safe=False to setup() (#361)
This fixes `py.typed` not being included in the built package
2019-09-19 11:13:20 -05:00
Seth Michael Larson
8c456e48e9
Release 0.7.2 (#291) 2019-08-29 07:19:02 -05:00
Seth Michael Larson
caba78568e
Release 0.7.1 (#234) 2019-08-18 05:19:14 -05:00
Seth Michael Larson
345a46d6aa
Add CHANGELOG.md for tracking releases (#227) 2019-08-17 15:03:50 -05:00
Stephen Brown II
fde30b8d14 Use pathlib.Path instead of os.path functions (#188) 2019-08-08 21:42:25 -05:00
Andrew M. White
c7a5ce7dff Enable mypy to discover type hints as specified in PEP 561 (#194) 2019-08-06 12:18:34 -05:00
Seth Michael Larson
3ba2e8c328
Switch hosts on HSTS preload to HTTPS (#151) 2019-07-28 12:02:21 -05:00
Tom Christie
219ece023a Rename -> httpx 2019-07-19 15:20:15 +01:00
Seth Michael Larson
c1044cab84 Start using flake8, fix lint issues (#126) 2019-07-18 11:41:50 +01:00
Tom Christie
025240c3b3
Check for connection aliveness on pool re-acquiry (#111)
* Check for connection aliveness on pool re-acquiry

* Test for connection re-acquiry with HTTP/2

* nocover on HTTP/1.1 ConnectionResetError, since we're testing the equivelent on HTTP/2

* Fix setup.py to read version from __version__
2019-07-08 15:57:29 +01:00
Tom Christie
c9747aa357
http3 (#86)
* Start fleshing out documentation

* Docs work

* http3

* Update docs

* Include lowercase status codes, for requests compat

* Updating docs

* Docs tweaks
2019-06-12 15:02:16 +01:00
Tom Christie
b948798414 Add idna support. More tests. 2019-05-01 10:58:58 +01:00
Tom Christie
302fe93df9 Use rfc3986 for URL handling 2019-04-30 17:39:40 +01:00
Tom Christie
d8df61b44b Add response.text and response.encoding 2019-04-30 16:35:25 +01:00
Tom Christie
abe46b8a0e Add h2 to install_requires 2019-04-24 19:38:53 +01:00
Tom Christie
63d73ad554 Rejig response streaming/closing 2019-04-16 14:04:17 +01:00
Tom Christie
a75bc0ebcd Initial commit 2019-04-04 13:27:55 +01:00