]> git.ipfire.org Git - thirdparty/httpx.git/shortlog
thirdparty/httpx.git
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)
2019-10-01  Stephen Brown IIAdd flake8-pie plugin (#419)
2019-10-01  Quentin PradetAdd AsyncIO and Trio trove classifiers (#416)
2019-09-30  Dustin IngramFix broken docs (#415)
2019-09-29  Seth Michael... Get test suite back to ~100% line coverage (#406)
2019-09-28  Ahmed MaherExpose ASGIDispatch & WSGIDispatch in the 'dispatch...
2019-09-28  Jt MiclatFix wrongly deleted params introduced #408 (#410)
2019-09-28  Jamie HewlandUse Python 3.8 asyncio.Stream where possible (#369)
2019-09-28  Jt MiclatRemove data, json and files parameters in delete()...
2019-09-26  Florimond MancaRelease 0.7.4 (#388) 0.7.4
2019-09-26  Florimond MancaDocument supported async libraries (#387)
2019-09-26  Florimond MancaRemove trio redundant extra (#390)
2019-09-25  Seth Michael... Propogate HTTPProxy config from Client(#377)
2019-09-25  Florimond MancaFix bug when using client without timeouts in Python...
2019-09-24  Jamie HewlandRun isort in the nox check session (#379)
2019-09-24  Seth Michael... Add debug logging to SSLConfig (#378)
2019-09-23  Florimond MancaAdd debug logs to ASGIDispatch (#371)
2019-09-23  Can SarıgölAdd support for SSL_CERT_FILE and SSL_CERT_DIR (#307)
2019-09-23  秋葉Fix invalid f-string (#375)
2019-09-23  Tyrel SouzaAdding params to Client (#372)
2019-09-22  Seth Michael... Remove ENABLE_CONNECT_PROTOCOL from HTTP/2 Settings...
2019-09-21  Florimond MancaAdd tool for profiling (#364)
2019-09-21  Florimond MancaAdd trio concurrency backend (#276)
2019-09-21  Florimond MancaDocument the release process (#363)
2019-09-20  Florimond MancaRelease 0.7.3 (#362) 0.7.3
2019-09-20  Seth Michael... Configure Proxy from Client (#353)
2019-09-19  Florimond MancaAdd zip_safe=False to setup() (#361)
2019-09-18  Jamie HewlandUse a certificate issued from the trustme CA in tests...
2019-09-18  Roy WilliamsAdd `.elapsed` onto Response objects tracking how long...
2019-09-16  Yeray Diaz... Document digest auth (#348)
2019-09-16  Florimond MancaFix remaining references to BaseStream in tests (#347)
2019-09-15  Florimond MancaStream -> TCPStream (#339)
2019-09-15  Florimond MancaDocument + recommend async with syntax for AsyncClient...
2019-09-15  Seth Michael... Implement HTTPProxy dispatcher (#259)
2019-09-12  Florimond MancaTest Requests entrypoints (#330)
2019-09-12  Paul (xobb... Add example of specifying HTTP versions (#337)
2019-09-11  Yeray Diaz... Additional DigestAuth tests (#334)
2019-09-10  Yeray Diaz... Add DigestAuth middleware (#332)
2019-09-08  Dobrovolsky... Add `build_request` to `Client` (#319)
2019-09-07  Florimond MancaRefactor middleware (#325)
2019-09-07  Gaurav DhameejaRaise KeyError if header isn't found in Headers (#324)
2019-09-07  Florimond MancaPin uvloop to fix 3.8-dev compilation issue (#323)
2019-09-06  IsaacBenghiatFix bug in calculating maximum frame size (#153)
2019-09-06  Gaurav DhameejaSet Host header when redirecting cross-origin (#321)
2019-09-05  Tom ChristieMerge pull request #315 from cansarigol/hstspreload-doc
2019-09-05  Tom ChristieMerge pull request #310 from encode/drop-content-length...
2019-09-05  canadded hstspreload in Dependencies docs 315/head
2019-09-04  Tom ChristieApply black formatting 310/head
2019-09-04  Tom ChristieStrip Transfer-Encoding when a switch-to-GET redirect...
2019-09-04  Tom ChristieMerge branch 'drop-content-length-on-get-redirects...
2019-09-04  Tom ChristieAdd tests for dropping Content-Length headers
2019-09-04  Tom ChristieMerge pull request #314 from dobrovolsky/drop_npn
2019-09-04  Dobrovolsky... Remove NPN support 314/head
2019-09-04  Yeray Diaz... Add test for origin from URL string (#312)
2019-09-03  florimondmancaRemove example script
2019-09-03  Tom ChristieWhite whitespacing
2019-09-03  Tom ChristieApply black formatting (Tho it looks like a broken...
2019-09-03  Tom ChristieDrop Content-Length headers on GET redirects
2019-09-02  Seth Michael... Add os.environ fixture (#308)
2019-09-01  Florimond MancaRefactor client functionality into middleware (#268)
2019-09-01  Tomás FaríasAdd support for SSLKEYLOGFILE (#301)
2019-09-01  Bakhtiyor RuzievAdd server.url property in tests (#300)
2019-08-31  Florimond MancaTighten up response.next() (#297)
2019-08-29  Florimond MancaServe test server in thread (#292)
2019-08-29  Min ho KimFix typos in comments (#294)
2019-08-29  Seth Michael... Release 0.7.2 (#291) 0.7.2
2019-08-28  toppkAutomatically convert Client.cookies and Client.headers...
2019-08-27  Jt MiclatAllow per file running of tests (#287)
2019-08-27  Seth Michael... Add easier debug logging for users (#277)
2019-08-27  Jt MiclatStop running nox on first error (#286)
2019-08-27  Seth Michael... Force HTTP/1.1 on short-lived connections (#284)
2019-08-26  Florimond MancaAdd tests to known first parties in isort config (...
2019-08-25  Florimond MancaParametrize tests with concurrency backend (#273)
2019-08-24  Seth Michael... Add ConcurrencyBackend.start_tls() (#263)
2019-08-23  Florimond MancaAdd missing async test cases (#269)
2019-08-23  Seth Michael... Rely on codecov for 100% project coverage (#264)
2019-08-23  Florimond MancaAdd backend param to ASGIDispatcher (#270)
2019-08-22  Hugo van KemenadeTravis sudo no longer required for Xenial (#266)
2019-08-21  Florimond MancaRemove usage of loop.create_task in ASGIDispatch (...
2019-08-21  Tom ChristieMerge pull request #255 from encode/refactor/stream...
2019-08-21  florimondmancaEncapsulate http_version into BaseStream 255/head
2019-08-21  florimondmancaUnify BaseReader and BaseWriter as BaseStream
2019-08-21  Florimond MancaAdd BaseEvent interface (#260)
2019-08-21  Tom ChristieRefactor interfaces (#252)
2019-08-20  Can SarıgölRaise TypeError if invalid parameter for HTTPVersionCon...
2019-08-20  Florimond MancaAdd BaseQueue interface (#257)
next