]> git.ipfire.org Git - thirdparty/httpx.git/shortlog
thirdparty/httpx.git
2020-11-13  Tom ChristieDrop NBSP characters (#1389)
2020-11-11  podhmofix code example, in async.md (#1388)
2020-11-10  Tom ChristieUpdate butterfly logo (#1382)
2020-11-08  Kyungmin LeeFix typo (#1386)
2020-11-05  plotskiInclude invalid name/value when raising TypeError in...
2020-10-24  AberAdd new project to Third Party Packages (#1364)
2020-10-24  Florimond MancaDrop unecessary host="localhost" in https_server fixtur...
2020-10-14  Tom ChristieClose AsyncClient properly in test_async_next_request...
2020-10-09  Simon WillisonAdd raw_path to scope in ASGITransport (#1357)
2020-10-08  Tom ChristieVersion 0.16.1 (#1354) 0.16.1
2020-10-08  cdelerReplacing pytest-cov by coverage (#1353)
2020-10-08  Tom ChristieForce lowercase ASGI headers (#1351)
2020-10-08  cdelerCorrectly handle ipv6 addresses as a part of URL (...
2020-10-06  Tom ChristieVersion 0.16 (#1347) 0.16.0
2020-10-06  Michael KRun tests against Python 3.9 stable (#1348)
2020-10-06  Tom ChristiePreserve header casing (#1338)
2020-10-06  Tom ChristieDrop `.next()`/`.anext()` in favour of `response.next_r...
2020-10-06  Tom ChristieTighten client closed-state behaviour (#1346)
2020-10-06  Michael KRun tests against Python 3.9 and add trove classifier...
2020-10-05  Jair HenriqueAdd VCR.py to third party packages doc. (#1345)
2020-10-02  ChangshengAllow covariants of __enter__, __aenter__, and @classme...
2020-10-02  Tom ChristieFix typo in CHANGELOG (#1337)
2020-10-01  Tom ChristieVersion 0.15.5 (#1335) 0.15.5
2020-10-01  Tom ChristieAdd `response.next_request` (#1334)
2020-09-27  JohannesSmall namedtuple refactor (#1329)
2020-09-25  Tom ChristieVersion 0.15.4 (#1327) 0.15.4
2020-09-25  Musale MartinSupport header comparisons with dict or list. (#1326)
2020-09-25  Tom ChristieFix automatic .read() when Response instances are creat...
2020-09-24  Tom ChristieFix warning test case (#1322)
2020-09-24  JohannesRemove seed-isort-config (#1321)
2020-09-24  Florimond MancaRelease 0.15.3 (#1318) 0.15.3
2020-09-24  daaProperly close stream on async response close (#1316)
2020-09-23  Tom ChristieVersion 0.15.2 (#1314) 0.15.2
2020-09-23  Tom ChristieFix response.elapsed (#1313)
2020-09-23  Tom ChristieFix stream unsetting auth (#1312)
2020-09-23  emlazzarinupdate arg name to `max_keepalive_connections` (#1309)
2020-09-23  Tom ChristieVersion 0.15.1 (#1308) 0.15.1
2020-09-23  Tom ChristieFix ASGITransport path escaping (#1307)
2020-09-22  Tom ChristieUpdate docs for 0.15 (#1306)
2020-09-22  Tom ChristieInclude 0.15.0 release date. (#1305)
2020-09-22  Tom ChristieInclude curio support in CHANGELOG (#1304) 0.15.0
2020-09-22  Tom ChristieVersion 0.15.0 (#1301)
2020-09-21  Tom ChristieFinesse URL properties (#1285)
2020-09-21  Tom ChristieSupport Response(text=...), Response(html=...), Respons...
2020-09-18  Tom ChristieUpdate _client.py (#1300)
2020-09-18  Tom ChristieNeater Host header logic on redirects (#1299)
2020-09-18  Tom ChristieNetRC lookups should use host, not host+port (#1298)
2020-09-18  Tom ChristieRefactor content streams (#1296)
2020-09-18  Tom ChristieDrop ContentStream (#1295)
2020-09-17  Tom ChristieRequests from transport API (#1293)
2020-09-17  Tom Christieencode -> encode_request (#1292)
2020-09-17  Tom ChristieUpdate README.md (#1291)
2020-09-16  Stephen Brown IIFix function name in event hooks docs (#1290)
2020-09-15  Tom ChristieSeperate `content=...` and `data=...` parameters (...
2020-09-15  Tom ChristieEvent hooks (#1246)
2020-09-15  Tom ChristieDrop chardet (#1269)
2020-09-14  Tom ChristieRefactor test_auth.py to use `MockTransport` class...
2020-09-14  cdelerRefactoring of models api (#1284)
2020-09-12  Tom ChristiePin `flake8-pie` (#1286)
2020-09-12  Tom ChristieRefactor tests to use `MockTransport(<handler_function...
2020-09-11  Tom ChristieRefactor to use isinstance(..., typing.Iterator) (...
2020-09-11  Tom ChristieSupport `Response(content=<bytes iterator>)` (#1265)
2020-09-10  BartUpdate compatibility.md: mention differing query parame...
2020-09-10  Tom ChristieMinor decoder refactoring. (#1276)
2020-09-10  Tom ChristieProgress examples (#1272)
2020-09-10  Tom ChristieSwitch auth/redirect methods to follow flow of executio...
2020-09-10  cdelerAdd progress to streaming download (#1268)
2020-09-10  Tom ChristieSwap auth/redirects ordering (#1267)
2020-09-09  Florimond MancaAdd support for sync-specific or async-specific auth...
2020-09-09  cdelerFixed test_multiple_set_cookie (#1270)
2020-09-07  Tom ChristieDrop `request.timer` attribute. (#1249)
2020-09-06  cdelerEdited documentation about proxy-envs usage (#404)...
2020-09-05  Florimond MancaUse shebang-style headers in environment variables...
2020-09-04  Tyler WozniakRaise a proper type error on invalid URL type (#1259)
2020-09-04  Florimond MancaDrop urllib3 in favor of public gist (#1182)
2020-09-04  Taras SotnikovFix HTTPError doc (#1255)
2020-09-02  Tom ChristieHeader refinements (#1248)
2020-09-02  cdelerIssue warning on unclosed `AsyncClient`. (#1197)
2020-09-02  Tom ChristieVersion 0.14.3 (#1247) 0.14.3
2020-09-02  Tom ChristieDrop Response(..., request=...) style in test cases...
2020-09-02  Stephen Brown IIAdd "Early Hints" and "Too Early" to Status Codes ...
2020-09-01  Tom ChristieUse sync client in test cases (#1241)
2020-09-01  Tom ChristieMinor test refactoring (#1242)
2020-09-01  tbascoulMake the response's request parameter optional (#1238)
2020-09-01  Tom ChristieHandle multiple auth headers correctly (#1240)
2020-08-31  cdelerClosing AsyncClient in all tests (#871) (#1219)
2020-08-30  Eduardo EnriquezReplace httpx.URL for str in tests (#1237)
2020-08-27  Moritz E. Beberchore: direct questions towards Gitter chat (#1225)
2020-08-27  Florimond MancaUse and pin black 20 (#1229)
2020-08-26  Tom ChristieBetter test case consistency. Prefer `import httpx...
2020-08-26  Tom ChristieContext managed transports (#1218)
2020-08-24  Tom ChristieVersion 0.14.2 (#1207) 0.14.2
2020-08-24  cdelerMade cookies construct-able from a list of tuples ...
2020-08-21  JoePackaging dependancy tweaks (#1206)
2020-08-21  Tom ChristieFix request auto headers (#1205)
2020-08-20  Tom ChristieAdjust 1.0 expectations. (#1202)
2020-08-20  JoeAdd stream docstring (#1200)
2020-08-20  JoeCleanup docstring leftover for #1183 (#1201)
2020-08-20  JoeAdd `proxies` parameter to top-level API functions...
2020-08-19  Tom ChristieInclude underlying httpcore exception tracebacks (...
next