| 2019-12-05 |
Tom Christie | Add Client.stream() method. (#600) |
commit | commitdiff | tree |
| 2019-12-05 |
Tom Christie | Update changelog to include 'master' (#596) |
commit | commitdiff | tree |
| 2019-12-05 |
Tom Christie | Drop write_no_block from backends. (#594) |
commit | commitdiff | tree |
| 2019-12-05 |
Tom Christie | stream -> stream_bytes, raw -> stream_raw (#599) |
commit | commitdiff | tree |
| 2019-12-05 |
Tom Christie | Fix Timeout -> TimeoutException in test case (#598) |
commit | commitdiff | tree |
| 2019-12-05 |
Tom Christie | Improve backend docs, particularly wrt. autodetection... |
commit | commitdiff | tree |
| 2019-12-05 |
Tom Christie | Update CHANGELOG.md |
commit | commitdiff | tree |
| 2019-12-05 |
Tom Christie | Tweak docstring |
commit | commitdiff | tree |
| 2019-12-05 |
Tom Christie | Allow default+override timeout style (#593) |
commit | commitdiff | tree |
| 2019-12-04 |
Tom Christie | Update index.md |
commit | commitdiff | tree |
| 2019-12-04 |
Tom Christie | Update README.md |
commit | commitdiff | tree |
| 2019-12-04 |
Tom Christie | Alpha note, and recommendations on pinning versions... |
commit | commitdiff | tree |
| 2019-12-04 |
Tom Christie | Differentiate between `timeout=None` and `timeout=UNSET... |
commit | commitdiff | tree |
| 2019-12-04 |
Tom Christie | TimeoutConfig -> Timeout (#591) |
commit | commitdiff | tree |
| 2019-12-04 |
han-solo | Fixed version requirement for rfc3986. Issue reference... |
commit | commitdiff | tree |
| 2019-12-04 |
Tom Christie | Update README.md |
commit | commitdiff | tree |
| 2019-12-02 |
Tom Christie | Rename http2 switch (#586) |
commit | commitdiff | tree |
| 2019-12-02 |
Tom Christie | Concurrency autodetection (#585) |
commit | commitdiff | tree |
| 2019-12-02 |
Tom Christie | Better HTTP/2 defaults. (#584) |
commit | commitdiff | tree |
| 2019-12-02 |
Tom Christie | Minor test fixes (#583) |
commit | commitdiff | tree |
| 2019-12-02 |
Mattwmaster58 | Clarify multipart documentation (#580) |
commit | commitdiff | tree |
| 2019-12-01 |
Florimond Manca | Don't use background task in HTTP/1.1 dispatcher (... |
commit | commitdiff | tree |
| 2019-11-30 |
Tom Christie | Update advanced.md |
commit | commitdiff | tree |
| 2019-11-30 |
Mattwmaster58 | Files without a filename should not set a Content-Type... |
commit | commitdiff | tree |
| 2019-11-30 |
Tom Christie | Link to ASGI docs (#577) |
commit | commitdiff | tree |
| 2019-11-30 |
Tom Christie | Add Response.stream_lines (#575) |
commit | commitdiff | tree |
| 2019-11-30 |
Tom Christie | Add Response.is_error (#574) |
commit | commitdiff | tree |
| 2019-11-30 |
Casey | Preserve list type query paramaters when merging QueryP... |
commit | commitdiff | tree |
| 2019-11-30 |
Tom Christie | Drop MessageLoggerASGIMiddleware. (#573) |
commit | commitdiff | tree |
| 2019-11-30 |
Tom Christie | Ensure Authorization header has priority over .netrc |
commit | commitdiff | tree |
| 2019-11-30 |
Florimond Manca | Drop nox in favor of vanilla scripts (#566) |
commit | commitdiff | tree |
| 2019-11-29 |
Florimond Manca | Refactor start_tls tests (#567) |
commit | commitdiff | tree |
| 2019-11-29 |
Tom Christie | Pool timeouts should be on the TimeoutConfig, not PoolL... |
commit | commitdiff | tree |
| 2019-11-29 |
Tom Christie | Drop `iterate_in_threadpool` and `iterate` (#564) |
commit | commitdiff | tree |
| 2019-11-29 |
Tom Christie | Drop Queue from concurrency backends, since it's no... |
commit | commitdiff | tree |
| 2019-11-29 |
Tom Christie | Clean up '_dispatcher_for_request' into 'dispatcher_for... |
commit | commitdiff | tree |
| 2019-11-29 |
Tom Christie | Simplify ASGI dispatch (#560) |
commit | commitdiff | tree |
| 2019-11-28 |
Tom Christie | Drop erronous references to AsyncClient (#559) |
commit | commitdiff | tree |
| 2019-11-28 |
Tom Christie | Refactor netrc handling (#558) |
commit | commitdiff | tree |
| 2019-11-27 |
Tom Christie | Update client.py |
commit | commitdiff | tree |
| 2019-11-27 |
Tom Christie | Version 0.8.0 0.8.0 |
commit | commitdiff | tree |
| 2019-11-27 |
Tom Christie | Client handles redirect + auth (#552) |
commit | commitdiff | tree |
| 2019-11-27 |
Tom Christie | Drop sync (#544) |
commit | commitdiff | tree |
| 2019-11-26 |
Taoufik | Stringify the given file name (#545) |
commit | commitdiff | tree |
| 2019-11-22 |
Florimond Manca | Fix race condition on stream.read (#535) |
commit | commitdiff | tree |
| 2019-11-22 |
toppk | Handle h11.Connection.next_event() RemoteProtocolError... |
commit | commitdiff | tree |
| 2019-11-22 |
Florimond Manca | Document when to use AsyncClient (#534) |
commit | commitdiff | tree |
| 2019-11-20 |
Jonas Lundberg | Add Unix Domain Sockets section to advanced docs page... |
commit | commitdiff | tree |
| 2019-11-19 |
Jonas Lundberg | Add support for unix domain sockets (#511) |
commit | commitdiff | tree |
| 2019-11-19 |
Florimond Manca | Release 0.7.8 (#536) 0.7.8 |
commit | commitdiff | tree |
| 2019-11-18 |
Jonas Lundberg | Document mocking compatibility (#537) |
commit | commitdiff | tree |
| 2019-11-17 |
Seth Michael... | Add support for proxy tunnels for Python 3.6 + asyncio... |
commit | commitdiff | tree |
| 2019-11-15 |
Tom Christie | Version 0.7.7 (#532) 0.7.7 |
commit | commitdiff | tree |
| 2019-11-15 |
Tom Christie | Fix redirect cookie behavior (#529) |
commit | commitdiff | tree |
| 2019-11-08 |
Jonas Lundberg | Rename BaseTCPStream/TCPStream to BaseSocketStream... |
commit | commitdiff | tree |
| 2019-11-07 |
Florimond Manca | Improve robustness of live HTTP/2 test (#512) |
commit | commitdiff | tree |
| 2019-11-07 |
Florimond Manca | Add docs on SSL certificates (#510) |
commit | commitdiff | tree |
| 2019-11-06 |
Florimond Manca | Add DEBUG logs of HTTP requests (#502) |
commit | commitdiff | tree |
| 2019-11-06 |
Florimond Manca | Refactor debug and trace log tests (#506) |
commit | commitdiff | tree |
| 2019-11-02 |
Florimond Manca | Convert debug logs to trace logs (#500) |
commit | commitdiff | tree |
| 2019-11-02 |
Florimond Manca | Remove pin on uvloop in test-requirements (#498) |
commit | commitdiff | tree |
| 2019-11-02 |
Florimond Manca | Release 0.7.6 (#499) 0.7.6 |
commit | commitdiff | tree |
| 2019-10-30 |
Tom Christie | First pass at autodoc support (#464) |
commit | commitdiff | tree |
| 2019-10-22 |
Florimond Manca | Reorganize timeout config tests (#491) |
commit | commitdiff | tree |
| 2019-10-22 |
Jamie Hewland | asyncio: Wait for the stream to close when closing... |
commit | commitdiff | tree |
| 2019-10-20 |
Jt Miclat | Change Python 3.8-dev to 3.8 in Travis (#477) |
commit | commitdiff | tree |
| 2019-10-20 |
Yeray Diaz... | Multipart files tweaks (#482) |
commit | commitdiff | tree |
| 2019-10-20 |
Jamie Hewland | Make start_tls a method on streams & return a new strea... |
commit | commitdiff | tree |
| 2019-10-19 |
Florimond Manca | Document client-level configuration (#488) |
commit | commitdiff | tree |
| 2019-10-19 |
Yeray Diaz... | Drop proxies parameter from the high level API (#485) |
commit | commitdiff | tree |
| 2019-10-19 |
Florimond Manca | Document client block-usage and close() (#487) |
commit | commitdiff | tree |
| 2019-10-17 |
mariaS210 | Add logic for determining if a URL should be proxied... |
commit | commitdiff | tree |
| 2019-10-16 |
Mateusz Woś | Add timeout fine-tunning advanced docs section (#476) |
commit | commitdiff | tree |
| 2019-10-16 |
Can Sarıgöl | Cache netrc authentication per-client (#400) |
commit | commitdiff | tree |
| 2019-10-12 |
Florimond Manca | Add test script (#451) |
commit | commitdiff | tree |
| 2019-10-12 |
camellia256 | Rely on getproxies for all proxy environment variables... |
commit | commitdiff | tree |
| 2019-10-10 |
Seth Michael... | Release 0.7.5 (#468) 0.7.5 |
commit | commitdiff | tree |
| 2019-10-10 |
Seth Michael... | Add hints for debugging CI issues (#399) |
commit | commitdiff | tree |
| 2019-10-10 |
Florimond Manca | Allow serving docs via nox (#450) |
commit | commitdiff | tree |
| 2019-10-10 |
Florimond Manca | Add start_tls to Trio backend (#467) |
commit | commitdiff | tree |
| 2019-10-09 |
Can Sarıgöl | Add Windows to the build matrix (#457) |
commit | commitdiff | tree |
| 2019-10-09 |
Florimond Manca | Make nox always reuse virtualenvs by default (#460) |
commit | commitdiff | tree |
| 2019-10-09 |
thebigmunch | Fix some grammar in Advanced docs (#461) |
commit | commitdiff | tree |
| 2019-10-09 |
ImPerat0R_ | Add language syntax highlighting in Quickstart (#466) |
commit | commitdiff | tree |
| 2019-10-08 |
Florimond Manca | Allow lists in query params (#386) |
commit | commitdiff | tree |
| 2019-10-06 |
Jt Miclat | Add documentation for requests.Session compatibility... 455/head 459/head |
commit | commitdiff | tree |
| 2019-10-06 |
Florimond Manca | Don't check trio import in definition of backend fixtur... |
commit | commitdiff | tree |
| 2019-10-05 |
Josep Cugat | Remove wheels package from test-requirements.txt (... |
commit | commitdiff | tree |
| 2019-10-04 |
Florimond Manca | Fix flaky Response.elapsed tests (#446) |
commit | commitdiff | tree |
| 2019-10-04 |
Andrew M. White | Ensure py.typed makes it into source distributions... |
commit | commitdiff | tree |
| 2019-10-04 |
Can Sarıgöl | Don't include username/password components in `Host... |
commit | commitdiff | tree |
| 2019-10-04 |
Can Sarıgöl | added authority copy feature in URL.copy_with (#436) |
commit | commitdiff | tree |
| 2019-10-04 |
nwalsh1995 | Fix link to parallel page from async page (#440) |
commit | commitdiff | tree |
| 2019-10-04 |
Davit Tovmasyan | Document the files parameter on .post(), .patch(),... |
commit | commitdiff | tree |
| 2019-10-04 |
Jt Miclat | Document compatibility difference for get, delete,... |
commit | commitdiff | tree |
| 2019-10-03 |
Josep Cugat | Build and upload universal wheels to PyPI (#439) |
commit | commitdiff | tree |
| 2019-10-03 |
Josep Cugat | Revert "Use Python 3.8 asyncio.Stream where possible... |
commit | commitdiff | tree |
| 2019-10-02 |
Kyle Galbraith | Fix typos, spelling issues, and grammar in docs (#426) |
commit | commitdiff | tree |
| 2019-10-02 |
Seth Michael... | Python 3.8-dev builds on Travis (#425) |
commit | commitdiff | tree |
| 2019-10-01 |
Josep Cugat | Make HTTPError importable from the top-level (#421) |
commit | commitdiff | tree |
| next |