]> git.ipfire.org Git - thirdparty/httpx.git/shortlog
thirdparty/httpx.git
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-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)
2019-08-20  Tom ChristieMerge pull request #241 from encode/protocol-support
2019-08-20  Tom ChristieDrop Protocol str enum class in favor of plain old...
2019-08-20  Tom ChristieResponse.protocol -> Response.http_version (#250)
2019-08-20  Tom ChristieDrop unused import 251/head
2019-08-20  Tom ChristieAddress review comments 241/head
2019-08-20  Tom ChristieDrop Protocol str enum class in favor of plain old...
2019-08-20  Tom ChristieAdd Client(http_versions=...) support
2019-08-20  Tom ChristieMerge branch 'master' into protocol-support
2019-08-20  Tom ChristieDrop unneccessary 'sorted'
2019-08-20  Tom ChristieAdded http_versions to dispatch interface
2019-08-20  Tom ChristieTest coverage for HTTPVersionConfig
2019-08-20  Florimond MancaTurn concurrency.py into its own sub-package (#244)
2019-08-20  Tom Christie'Protocols' -> 'HTTPVersions'
2019-08-20  Tom ChristieMerge branch 'protocol-support' of https://github.com...
2019-08-20  Can Sarıgölfixed __repr__ function of Headers and Url classes...
2019-08-20  Tom ChristieSimplify ASGI concurrency (#248)
2019-08-19  Tom ChristieUse correct protocol idents when loading ssl context
2019-08-19  Tom ChristieInitial pass at configuring supported protocol versions
2019-08-19  Can Sarıgöladded control to calling decode for empty contents...
2019-08-19  Tom ChristieDrop `raise_app_exceptions` Client argument. (#238)
2019-08-18  Ordanis SanchezRelease semaphore if connection is dropped (#230)
2019-08-18  Florimond MancaEnforce that sync client uses asyncio-based backend...
2019-08-18  Seth Michael... Release 0.7.1 (#234) 0.7.1
2019-08-18  Florimond MancaInstall package locally in test-requirements.txt (...
2019-08-17  Seth Michael... Release 0.7.0 (#228) 0.7.0
2019-08-17  Seth Michael... Add CHANGELOG.md for tracking releases (#227)
2019-08-17  Seth Michael... Skip coverage on breaks right before returns for Python...
2019-08-17  Can SarıgölDocumented netrc support (#225)
2019-08-17  Can SarıgölAdd trust_env property to BaseClient (#187)
2019-08-17  Saugat PachhaiUse chained comparison in status codes for error and...
2019-08-17  Saugat PachhaiFix typos in docstrings
2019-08-16  euri10Add --diff flag to Black for easier debugging (#219)
2019-08-16  euri10Added links property to BaseResponse (#211)
2019-08-15  Seth Michael... Accept SSLContext into SSLConfig(verify=...) (#215)
2019-08-15  Seth Michael... Implement Response.stream_text() (#183)
2019-08-15  Can SarıgölFail unit tests without 100% coverage (#206)
2019-08-15  Can SarıgölRely on IRIReference.encode() for IDNA encoding (#210)
2019-08-15  Humberto RochaAdd additional info to Contributing Guide (#213)
2019-08-15  Can SarıgölRun SSLConfig cert loading in threadpool (#209)
2019-08-14  Tammo BehrendsExplicitly check is_redirect in simple test case (...
2019-08-13  Humberto RochaMove all tooling configuration to setup.cfg (#204)
2019-08-13  Can SarıgölAdd flake8-comprehensions to nox check task (#200)
2019-08-13  Seth Michael... Use nox for automation and CI (#128)
2019-08-13  Yeray Diaz... Remove "Host" header on redirects if URL origin has...
2019-08-09  Quentin PradetFix invalid Content-Encoding header test (#197)
2019-08-09  Stephen Brown IIUse pathlib.Path instead of os.path functions (#188)
2019-08-09  Andreas BernaccaIgnore Content-Encoding headers that are invalid (...
2019-08-06  Humberto RochaCreate a Contributing page in the documentation (#190)
2019-08-06  Andrew M. WhiteEnable mypy to discover type hints as specified in...
2019-08-06  Can SarıgölCheck `~/.netrc` and `~/_netrc` files by default (...
2019-08-06  halbowAdded base class HTTPError with request/response attrib...
2019-08-01  Seth Michael... Move HSTS preload checking to client (#184)
2019-08-01  Can Sarıgöladded netrc support (#177)
2019-07-31  Seth Michael... Convert DataEvent.data from bytearray to bytes (#182)
2019-07-31  Stephen Brown IIUpdate IDNA encoding to 2008 spec (#161)
2019-07-30  Tom ChristieTweak query param types (#175)
2019-07-30  Seth Michael... Expose base classes for alternate backends (#178)
2019-07-30  Tom ChristieRemove 'URIReference' from public interfaces (#170)
2019-07-29  NikFixed multipart header params encoding (#167)
2019-07-29  Stephen Brown IIMake Origin use scheme, not is_ssl (#168)
2019-07-29  Stephen Brown IIAllow setting headers at the Client level (#159)
2019-07-28  Seth Michael... Switch hosts on HSTS preload to HTTPS (#151)
2019-07-28  Can SarıgölAdd additional flake8 plugins (#157)
2019-07-27  halbowAdded support for Google's Brotli library (#156)
next