]> git.ipfire.org Git - thirdparty/httpx.git/shortlog
thirdparty/httpx.git
2021-08-13  Amin Alaeeenforce-upload-files-binary-type (#1736)
2021-08-13  Tom ChristieUpdate HTTP/2 support in `extras_require` (#1799)
2021-08-10  Tom ChristieAdd Client(allow_redirect=<...>) (#1790)
2021-08-05  Michał GórnyFix JSON wrong encoding tests on big endian platforms...
2021-07-26  Michał GórnyInline SERVER_SCOPE and remove typing_extensions requir...
2021-07-21  AlmazReplace for loops with comprehensions (#1759)
2021-07-14  Adrian Garcia... Fix typo in wsgi.py (#1749)
2021-06-28  Thomas Graingercheck sys.version_info and ssl.OPENSSL_VERSION_INFO...
2021-06-28  Thomas Graingeruse context.minimum_version in py3.7+ where available...
2021-06-24  Florimond MancaAllow passing additional pytest args to scripts/test...
2021-06-22  JoeTest under Python 3.10b3 (#1707)
2021-06-17  Sidharth VinodAdd httpx-caching (#1694)
2021-06-17  Sidharth VinodFix third party documentation link (#1691)
2021-06-17  Tom ChristieVersion 0.18.2 (#1690) 0.18.2
2021-06-16  Tom ChristieTreat warnings as errors (#1687)
2021-06-16  laggardkernelFix typo (#1688)
2021-06-16  Vibhu Agarwal[Docs] Add AnyIO under "Supported async environments...
2021-06-16  MeiAdd netrc environment variable into the documentation...
2021-06-15  Marcelo Trylesinski👷 Add Python 3.10 beta to the CI (#1682)
2021-06-14  Marcelo TrylesinskiUpdate PULL_REQUEST_TEMPLATE.md (#1681)
2021-06-14  Marcelo Trylesinski➕ Add types-certifi to satisfy mypy 0.902 (#1679)
2021-05-21  K900docs: slightly clarify event hooks (#1645)
2021-05-11  bli74Support HTTP/2 prior-knowledge, using `httpx.Client...
2021-05-11  Tom ChristieSwitch to `USE_CLIENT_DEFAULT` instead of `UNSET`....
2021-05-08  Jaakko Lappalainenfix typo in http2 section (#1632)
2021-05-02  Vytautas LiuoliaMake the MockTransport example more robust/correct...
2021-04-30  Tom ChristiePrefer `Content-Length` over `Transfer-Encoding: chunke...
2021-04-29  Tom ChristieVersion 0.18.1 (#1617) 0.18.1
2021-04-29  Tom ChristieMap `httpcore` transport close exceptions to `httpx...
2021-04-29  Tom ChristieAdd missing timeout=... to top-level httpx.stream(...
2021-04-28  Tom ChristieStream tweak (#1607)
2021-04-28  Tom ChristieUpdate brotli support to use the brotlicffi package...
2021-04-27  Tom ChristieVersion 0.18.0 (#1576) 0.18.0
2021-04-27  Tom ChristiePerform port normalization for http, https, ws, wss...
2021-04-27  Tom ChristieCode comments for URL model (#1602)
2021-04-27  Tom ChristieExpand URL interface (#1601)
2021-04-26  Tom ChristieImmutable QueryParams (#1600)
2021-04-26  Tom ChristieTweak QueryParams implementation (#1598)
2021-04-26  Tom ChristieEscalate 0.17 deprecation warnings to becoming fully...
2021-04-23  Tom ChristieDifferentiate between 'url.host' and 'url.raw_host...
2021-04-21  Tom ChristieSupport HTTPCore 0.13 (#1588)
2021-04-21  Hannes LjungbergMake Request and Response picklable (#1579)
2021-04-21  Tom Christie`httpx.ResponseClosed` -> `httpx.StreamClosed` (#1584)
2021-04-19  Tom ChristieDeprecate per-request cookies (#1574)
2021-04-19  Tom ChristieFor non-streaming cases, populate `request.content...
2021-04-19  Tom ChristieDrop StreamContextManager in favour of `contextlib...
2021-04-16  Hannes LjungbergDrop Response.call_next leftover attribute (#1578)
2021-04-16  Tom ChristieEscalate the distinction between data=... and content...
2021-04-16  Tom ChristieDrop 'Response(on_close=...)' from API (#1572)
2021-04-16  ascopesUpdate `verify` parameter description (#1575)
2021-04-13  Tom ChristieStream interface (#1550)
2021-04-13  Hemanth kumarAdded docs for using client-side ssl certificates ...
2021-04-09  Tom ChristieFix up license whitespacing (#1563)
2021-04-07  Colin BounouarAdd httpx-auth and pytest-httpx to third party document...
2021-04-05  Jaakko Lappalainenadded docs for startup/shutdown of ASGI apps (#1554)
2021-04-01  Jonas LundbergFix extenstions typo in AsyncHTTPTransport (#1549)
2021-03-26  Tom ChristieTweak issue config.yml (#1542)
2021-03-26  Tom ChristieNeater close logic (#1541)
2021-03-26  Tom ChristieHandle `data={"key": [None|int|float|bool]}` cases...
2021-03-25  Tom ChristieFix Content-Length for unicode file contents with multi...
2021-03-25  Louis MaddoxFix typo to match library default (#1535)
2021-03-24  Tom ChristieRefine project workflow (#1534)
2021-03-24  Tom ChristieTransport API (#1522)
2021-03-24  Tom ChristieFix some cases of merging with base_url (#1532)
2021-03-21  laggardkernelFix redirect description about HEAD (#1520)
2021-03-15  Tom ChristieVersion 0.17.1 (#1505) 0.17.1
2021-03-12  Tom ChristieVersion 0.17.1 (#1505)
2021-03-10  Marat SharafutdinovFix CertTypes (#1503)
2021-03-03  Simon LIncompatible with httpcore 0.12.0 (#1495)
2021-02-28  Florimond MancaFix docs syntax highlighting (#1489)
2021-02-28  Tom ChristieVersion 0.17.0 (#1403) 0.17.0
2021-02-17  Adam Hoopermap_exceptions in request.aclose() (#1465)
2021-02-17  Tom ChristieTweak `create_ssl_context` defaults. (#1447)
2021-02-17  Tom ChristieAllow handler to optionally be async when MockTransport...
2021-02-17  Quentin PradetExplain SSL_CERT_DIR specific format (#1470)
2021-02-17  Quentin PradetExplain REQUESTS_CA_BUNDLE migration (#1471)
2021-02-16  AberHandle default ports in WSGITransport (#1469)
2021-02-09  Adam JohnsonAdd Changelog link to PyPI page (#1462)
2021-02-07  David Bordeynikfix-1457: URL's full_path -> raw_path from pull #1285...
2021-02-07  Simon WillisonAdded missing Request __init__ parameters (#1456)
2021-02-06  Daniel SaxtonFix doc capitalization (#1460)
2021-01-08  Tom ChristieAdd `HTTPTransport` and `AsyncHTTPTransport` (#1399)
2021-01-07  nkitsainiUpdate README to reflect new estimate for v1.0 release...
2021-01-06  Tom ChristieAdd `httpx.MockTransport()` (#1401)
2020-12-30  KonstantinRemove double "then" in docs/http2.md (#1442)
2020-12-29  Florimond MancaAdd troubleshooting guide, with initial proxies entries...
2020-12-29  Florimond MancaRemove stale reference to "Travis" (#1440)
2020-12-25  shan7030Add curio docs in Supported async environments (#1437)
2020-12-23  Colton EakinsUpdates compatibility guide to address event hooks...
2020-12-20  Gerhard van... Update exceptions.md (#1432)
2020-12-12  SarunasAznaAllow tuple as input of query parameters. (#1426)
2020-12-08  Florimond MancaTweak advanced timeouts docs (#1420)
2020-12-06  Florimond MancaDocument content encoding differences with Requests...
2020-12-03  Andrés ÁlvarezAdd repr to Cookies for displaying available cookies...
2020-12-02  Florimond MancaProperly encoded slashes when using `base_url` (#1407)
2020-11-25  Tom ChristieAdd keepalive_expiry to Limits config (#1398)
2020-11-25  Tom ChristieSupport for `chunk_size` (#1277)
2020-11-24  Tom ChristieAdd support for Mount API (#1362)
2020-11-16  Tom ChristieWSGI 'PATH_INFO' should be URL unquoted (#1391)
2020-11-13  Tom ChristieUse relative links for interlinking markdown files...
next