]> git.ipfire.org Git - thirdparty/httpx.git/shortlog
thirdparty/httpx.git
2019-12-05  Tom ChristieAdd Client.stream() method. (#600)
2019-12-05  Tom ChristieUpdate changelog to include 'master' (#596)
2019-12-05  Tom ChristieDrop write_no_block from backends. (#594)
2019-12-05  Tom Christiestream -> stream_bytes, raw -> stream_raw (#599)
2019-12-05  Tom ChristieFix Timeout -> TimeoutException in test case (#598)
2019-12-05  Tom ChristieImprove backend docs, particularly wrt. autodetection...
2019-12-05  Tom ChristieUpdate CHANGELOG.md
2019-12-05  Tom ChristieTweak docstring
2019-12-05  Tom ChristieAllow default+override timeout style (#593)
2019-12-04  Tom ChristieUpdate index.md
2019-12-04  Tom ChristieUpdate README.md
2019-12-04  Tom ChristieAlpha note, and recommendations on pinning versions...
2019-12-04  Tom ChristieDifferentiate between `timeout=None` and `timeout=UNSET...
2019-12-04  Tom ChristieTimeoutConfig -> Timeout (#591)
2019-12-04  han-soloFixed version requirement for rfc3986. Issue reference...
2019-12-04  Tom ChristieUpdate README.md
2019-12-02  Tom ChristieRename http2 switch (#586)
2019-12-02  Tom ChristieConcurrency autodetection (#585)
2019-12-02  Tom ChristieBetter HTTP/2 defaults. (#584)
2019-12-02  Tom ChristieMinor test fixes (#583)
2019-12-02  Mattwmaster58Clarify multipart documentation (#580)
2019-12-01  Florimond MancaDon't use background task in HTTP/1.1 dispatcher (...
2019-11-30  Tom ChristieUpdate advanced.md
2019-11-30  Mattwmaster58Files without a filename should not set a Content-Type...
2019-11-30  Tom ChristieLink to ASGI docs (#577)
2019-11-30  Tom ChristieAdd Response.stream_lines (#575)
2019-11-30  Tom ChristieAdd Response.is_error (#574)
2019-11-30  CaseyPreserve list type query paramaters when merging QueryP...
2019-11-30  Tom ChristieDrop MessageLoggerASGIMiddleware. (#573)
2019-11-30  Tom ChristieEnsure Authorization header has priority over .netrc
2019-11-30  Florimond MancaDrop nox in favor of vanilla scripts (#566)
2019-11-29  Florimond MancaRefactor start_tls tests (#567)
2019-11-29  Tom ChristiePool timeouts should be on the TimeoutConfig, not PoolL...
2019-11-29  Tom ChristieDrop `iterate_in_threadpool` and `iterate` (#564)
2019-11-29  Tom ChristieDrop Queue from concurrency backends, since it's no...
2019-11-29  Tom ChristieClean up '_dispatcher_for_request' into 'dispatcher_for...
2019-11-29  Tom ChristieSimplify ASGI dispatch (#560)
2019-11-28  Tom ChristieDrop erronous references to AsyncClient (#559)
2019-11-28  Tom ChristieRefactor netrc handling (#558)
2019-11-27  Tom ChristieUpdate client.py
2019-11-27  Tom ChristieVersion 0.8.0 0.8.0
2019-11-27  Tom ChristieClient handles redirect + auth (#552)
2019-11-27  Tom ChristieDrop sync (#544)
2019-11-26  TaoufikStringify the given file name (#545)
2019-11-22  Florimond MancaFix race condition on stream.read (#535)
2019-11-22  toppkHandle h11.Connection.next_event() RemoteProtocolError...
2019-11-22  Florimond MancaDocument when to use AsyncClient (#534)
2019-11-20  Jonas LundbergAdd Unix Domain Sockets section to advanced docs page...
2019-11-19  Jonas LundbergAdd support for unix domain sockets (#511)
2019-11-19  Florimond MancaRelease 0.7.8 (#536) 0.7.8
2019-11-18  Jonas LundbergDocument mocking compatibility (#537)
2019-11-17  Seth Michael... Add support for proxy tunnels for Python 3.6 + asyncio...
2019-11-15  Tom ChristieVersion 0.7.7 (#532) 0.7.7
2019-11-15  Tom ChristieFix redirect cookie behavior (#529)
2019-11-08  Jonas LundbergRename BaseTCPStream/TCPStream to BaseSocketStream...
2019-11-07  Florimond MancaImprove robustness of live HTTP/2 test (#512)
2019-11-07  Florimond MancaAdd docs on SSL certificates (#510)
2019-11-06  Florimond MancaAdd DEBUG logs of HTTP requests (#502)
2019-11-06  Florimond MancaRefactor debug and trace log tests (#506)
2019-11-02  Florimond MancaConvert debug logs to trace logs (#500)
2019-11-02  Florimond MancaRemove pin on uvloop in test-requirements (#498)
2019-11-02  Florimond MancaRelease 0.7.6 (#499) 0.7.6
2019-10-30  Tom ChristieFirst pass at autodoc support (#464)
2019-10-22  Florimond MancaReorganize timeout config tests (#491)
2019-10-22  Jamie Hewlandasyncio: Wait for the stream to close when closing...
2019-10-20  Jt MiclatChange Python 3.8-dev to 3.8 in Travis (#477)
2019-10-20  Yeray Diaz... Multipart files tweaks (#482)
2019-10-20  Jamie HewlandMake start_tls a method on streams & return a new strea...
2019-10-19  Florimond MancaDocument client-level configuration (#488)
2019-10-19  Yeray Diaz... Drop proxies parameter from the high level API (#485)
2019-10-19  Florimond MancaDocument client block-usage and close() (#487)
2019-10-17  mariaS210Add logic for determining if a URL should be proxied...
2019-10-16  Mateusz WośAdd timeout fine-tunning advanced docs section (#476)
2019-10-16  Can SarıgölCache netrc authentication per-client (#400)
2019-10-12  Florimond MancaAdd test script (#451)
2019-10-12  camellia256Rely on getproxies for all proxy environment variables...
2019-10-10  Seth Michael... Release 0.7.5 (#468) 0.7.5
2019-10-10  Seth Michael... Add hints for debugging CI issues (#399)
2019-10-10  Florimond MancaAllow serving docs via nox (#450)
2019-10-10  Florimond MancaAdd start_tls to Trio backend (#467)
2019-10-09  Can SarıgölAdd Windows to the build matrix (#457)
2019-10-09  Florimond MancaMake nox always reuse virtualenvs by default (#460)
2019-10-09  thebigmunchFix some grammar in Advanced docs (#461)
2019-10-09  ImPerat0R_Add language syntax highlighting in Quickstart (#466)
2019-10-08  Florimond MancaAllow lists in query params (#386)
2019-10-06  Jt MiclatAdd documentation for requests.Session compatibility... 455/head 459/head
2019-10-06  Florimond MancaDon't check trio import in definition of backend fixtur...
2019-10-05  Josep CugatRemove wheels package from test-requirements.txt (...
2019-10-04  Florimond MancaFix flaky Response.elapsed tests (#446)
2019-10-04  Andrew M. WhiteEnsure py.typed makes it into source distributions...
2019-10-04  Can SarıgölDon't include username/password components in `Host...
2019-10-04  Can Sarıgöladded authority copy feature in URL.copy_with (#436)
2019-10-04  nwalsh1995Fix link to parallel page from async page (#440)
2019-10-04  Davit TovmasyanDocument the files parameter on .post(), .patch(),...
2019-10-04  Jt MiclatDocument compatibility difference for get, delete,...
2019-10-03  Josep CugatBuild and upload universal wheels to PyPI (#439)
2019-10-03  Josep CugatRevert "Use Python 3.8 asyncio.Stream where possible...
2019-10-02  Kyle GalbraithFix typos, spelling issues, and grammar in docs (#426)
2019-10-02  Seth Michael... Python 3.8-dev builds on Travis (#425)
2019-10-01  Josep CugatMake HTTPError importable from the top-level (#421)
next