]> git.ipfire.org Git - thirdparty/httpx.git/shortlog
thirdparty/httpx.git
2020-08-19  JoeMap httpcore exceptions for `Response` read methods...
2020-08-18  Hugo van KemenadeUse pycon for Python console code blocks (#1187)
2020-08-18  Tom ChristieDrop redundant hasattr check (#1193)
2020-08-17  Florimond MancaAdd `Client.auth` setter (#1185)
2020-08-17  Florimond MancaDocument Unix Domain Socket usage (#1186)
2020-08-16  Florimond MancaAdd test for HEAD redirect behavior (#1184)
2020-08-16  Skyler DongFix #1146 Set default allow_redirects to true (#1183)
2020-08-15  Simon WillisonCorrected docstring on async def request() (#1181)
2020-08-15  Josep CugatAdd exported members test (#1179)
2020-08-15  JoeMake `name` in httpx.__init__ private (#1177)
2020-08-11  Tom ChristieHandle URL quoting username and password components...
2020-08-11  Tom ChristieInclude invalid url exception in docs (#1166)
2020-08-11  Tom ChristieAdvanced transport docs (#1165)
2020-08-11  JoeIgnore transfer-encoding if content-length presents...
2020-08-11  Tom ChristieSet `__module__ = 'httpx'` on everything we expose...
2020-08-11  Florimond MancaAllow disabling auth per-request using `auth=None`...
2020-08-11  Tom ChristieVersion 0.14.1 (#1164) 0.14.1
2020-08-11  Felix HildénExpand client docstrings (#1152)
2020-08-11  JoeMap rfc3986 exceptions (#1163)
2020-08-10  Tom ChristieMinor rfc3986 refactoring (#1157)
2020-08-10  Tom ChristieFix behaviour with multiple Set-Cookie headers (#1156)
2020-08-08  Riccardo MagliocchettiFix typo in 0.14.0 changelog (#1148)
2020-08-07  Tom ChristieMinor formatting tweak to CHANGELOG (#1142)
2020-08-07  Tom ChristieVersion 0.14.0 (#1083) 0.14.0
2020-08-07  Tom ChristieHTTP/2 becomes fully optional (#1140)
2020-08-07  Tom ChristieDocument exceptions (#1138)
2020-08-07  Tom ChristieUpdate to httpcore 0.10 (#1126)
2020-08-06  cdelerFixed warnings in unit tests suite, caused by #1127...
2020-08-06  cdeler#1066 make BaseClient's timeout accessible using getter...
2020-08-05  Tom ChristieDeprecate URL.is_ssl (#1128)
2020-08-05  Tom ChristieNote on differences in proxy keys vs. `requests` (...
2020-08-05  Tom ChristieBase URL improvements (#1130)
2020-08-05  cdelerRaise warning if proxy key is eg. "all" instead of...
2020-08-05  Tom ChristieClean up keyword argument name, using URL.join(url...
2020-08-05  Florimond MancaDrop HSTS Preloading (#1110)
2020-08-03  Tom ChristieKeep HTTPError as a base class for .request() and ...
2020-08-03  Florimond MancaRefine docs phrasing on proxy routing (#1124)
2020-08-02  Florimond MancaRevamp proxies documentation (#1123)
2020-08-02  Tom ChristieSetting `app=...` or `transport=...` should bypass...
2020-08-02  Tom ChristieUse get_list consistently (#1119)
2020-08-02  JoeHandle bare env proxy hostname gracefully (#1120)
2020-08-02  Tom ChristieCleaner no proxy support (#1103) 1118/head
2020-08-01  Florimond MancaRename PoolLimits to Limits (#1113)
2020-08-01  Florimond MancaSwitch to more concise Timeout parameters (#1111)
2020-08-01  Florimond MancaMake Headers.keys(), Headers.values() and Headers.items...
2020-08-01  Florimond MancaClient.trust_env becomes read-only (#1112)
2020-08-01  Florimond MancaRename URLMatcher -> URLPattern (#1109)
2020-08-01  Tom ChristieDrop the auto-prompting 'do you want to run scripts...
2020-07-31  Tom ChristieException hierarchy (#1095)
2020-07-31  Tom ChristieConsistent multidict methods (#1089)
2020-07-31  Tom Christiehttpx.Timeout must include a default (#1085)
2020-07-31  Tom ChristieUse public API only from transports (#1096)
2020-07-31  Tom ChristieAdd support for no-proxy configurations (#1099)
2020-07-31  Tom ChristieURL matching (#1098)
2020-07-30  Tom ChristieIgnore PermissionError in netrc_info() (#1104)
2020-07-30  Tom ChristiePin pytest
2020-07-27  Can SarıgölIncluded create_ssl_context function to create the...
2020-07-27  Tom ChristieSingle consistent name for status codes (#1088)
2020-07-26  Tom ChristieDrop extraneous `proxy` argument on `URLLib3Transport...
2020-07-26  Tom ChristieTighten public API on auth classes (#1084)
2020-07-26  Tom ChristieKeep Proxy._build_auth_header as a private method ...
2020-07-24  Tom ChristieFull coverage, with exception of URLLib3Transport ...
2020-07-24  Tom ChristieURL.port becomes Optional[int] (#1080)
2020-07-23  Tom ChristieParameterize invalid URL tests (#1079)
2020-07-23  Tom ChristieDrop `URL(allow_relative=bool)` (#1073)
2020-07-23  Tom ChristieInclude 'request' on TooManyRedirect and RequestBodyUna...
2020-07-23  Tom ChristieRefactor map_exceptions (#1076)
2020-07-23  Tom ChristieDrop private Origin model (#1070)
2020-07-23  Tom ChristieFixes for LineDecoding (#1075)
2020-07-23  Tom Christieclient.netrc should be private (#1071)
2020-07-23  Tom ChristieDrop fullpath setter (#1069)
2020-07-21  François VoronSkip HSTS preloading on single-label domains (#1074)
2020-07-21  Sheridan C... Fixes #1033 - Ensure that text that spans 3 invocations...
2020-07-20  François VoronRaise HTTPStatusError in raise_from_status (#1072)
2020-07-17  Tom ChristieMore public API tightening (#1065)
2020-07-17  Tom ChristieTighten public client methods (#997)
2020-07-16  Florimond MancaUse relative tests directory references (#1052)
2020-07-16  Tom ChristieSupport QueryParams(None) (#1060)
2020-07-16  Tom ChristieDrop deprecated proxies API (#1058)
2020-07-15  Tom ChristieDrop deprecated API (#1057)
2020-07-07  Florimond MancaAdd "manual streaming mode" docs (#1046)
2020-07-07  Florimond MancaType check tests (#1054)
2020-07-07  Florimond MancaAdd missing `Response.next()` (#1055)
2020-07-05  Josep CugatPin isort version (#1053)
2020-07-05  Taneli HukkinenSimplify bytes to hex string conversion (#1049)
2020-07-05  Taneli HukkinenRemove needless whitespace strips (#1048)
2020-07-04  Taneli HukkinenMake isort configuration compatible with isort v5 ...
2020-07-03  Florimond MancaMap HTTPCore exceptions (#1044)
2020-07-03  Florimond MancaAdd exceptions missing from top-level package (#1045)
2020-07-02  Taneli HukkinenImprove list/dict comprehensions (#1036)
2020-07-02  Taneli HukkinenRemove unused type checker ignores (#1038)
2020-06-29  Taneli HukkinenRemove .encode("ascii") call from null byte (#1037)
2020-06-24  euri10Add support for multiple files per POST field (#1032)
2020-06-15  Florimond MancaAdd note on data fields in multipart form encoding...
2020-06-13  Florimond MancaRefactor ASGITransport.request() (#1021)
2020-06-13  Florimond MancaRun ASGI tests on trio too (#1020)
2020-06-02  Yeray Diaz... Update contributing docs (#1011)
2020-06-02  Josep CugatIncrease test coverage - take 2 (#1012)
2020-05-30  Josep CugatIncreased test coverage & cleanup (#1003)
2020-05-30  Josep CugatReplace remaining occurrences of dispatch with transpor...
next