Highlights
- Arctic Code Vault Contributor
- Developer Program Member
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,795 contributions in the last year
Contribution activity
September 2020
- tomchristie/rich Python
Created a pull request in encode/httpx that received 5 comments
Tweak transport closing
Closes #1317
Always close transports if client.close() is called, even if no requests have been made.
Treat client instances as "open" as soon as …
+90
−71
•
5
comments
- Version 0.15.4
- Fix automatic .read() when Response instances are created with content=<str>
- Fix warning test case
- Version 0.15.2
- Fix response.elapsed
- Fix stream unsetting auth
- Version 0.15.1
- Fix ASGITransport path escaping
- Update docs for 0.15
- Include 0.15.0 release date.
- Include curio support in CHANGELOG
- Version 0.15.0
- Resolve typo in code comment
- Neater `Host` header logic on redirects
- NetRC lookups should use host, not host+port
- Support Response(text=...), Response(html=...), Response(json=...)
- Refactor content streams
- Drop ContentStream
- Drop ContentStream.can_replay
- Requests from transport API
- Refactor `encode` -> `encode_request`
- Update README.md
- Refactor test_auth.py to use `MockTransport` class.
- Pin `flake8-pie`
- Finesse URL properties
- Some pull requests not shown.
- Support header comparisons with dict or list.
- Remove seed-isort-config
- Release 0.15.3
- update arg name to `max_keepalive_connections`
- Refactoring of models api
- Refactor tests to use `MockTransport(<handler_function>)`
- Update compatibility.md: mention differing query parameter handling
- Add progress to streaming download
- Add support for sync-specific or async-specific auth flows
- Fixed test_multiple_set_cookie
- Add connect retries
- Add support for `httpx.Response(content=..., text=..., html=..., json=...)`
- Drop urllib3 in favor of public gist
- Issue warning on unclosed `AsyncClient`.
- Make the response's request parameter optional
Created an issue in encode/httpx that received 4 comments
Tightening public API on models
In our lead up to 0.14 we went though the public API of Client in a huge amount of detail to make sure we had everything exactly right, and were on…
4
comments
15
contributions
in private repositories
Sep 1 – Sep 19