]> git.ipfire.org Git - thirdparty/httpx.git/shortlog
thirdparty/httpx.git
2020-01-07  Tom ChristieDrop per-request 'cert'/'verify'/'trust_env', and ...
2020-01-07  Andrés ÁlvarezDrop `Origin` from public API (#688)
2020-01-07  Tom ChristiePrep for introducing SyncClient (#713)
2020-01-07  Florimond MancaWrap network errors in HTTPX-specific exceptions (...
2020-01-06  Tom ChristieDispatcher -> AsyncDispatcher (#725)
2020-01-06  Tom ChristieDrop `run` and `run_in_threadpool` (#710)
2020-01-06  Florimond MancaRelease max_connections for keepalive connections when...
2020-01-04  Kousik MitraRaise an exception in DigestAuth if non-replayable...
2020-01-03  Florimond MancaRecord history of requests made during authentication...
2020-01-03  Florimond MancaRepurpose RedirectBodyUnavailable as RequestBodyUnavail...
2020-01-03  Florimond MancaFix typo in 'Redirection and History' docs (#719)
2020-01-02  Tom ChristieLoad SSL Context on init (#709)
2020-01-02  Tom ChristieMore coverage improvements (#711)
2020-01-02  Tom ChristieSync streaming interface on responses (#695)
2020-01-02  Tom ChristieSSLConfig refactor (#706)
2020-01-01  Tom ChristieVersion 0.10.1 (#701)
2020-01-01  Tom ChristieBump coverage (#705)
2020-01-01  JoeMake timeout parameter None-able & cleanup __all__...
2020-01-01  Tom ChristieDrop unused Request.cookies (#703)
2019-12-31  Tom ChristieDrop unused SSLConfig.with_overrides (#702)
2019-12-31  Tom ChristieDrop OpenConnection (#700)
2019-12-31  Tom ChristieLock around stream.write and stream.close operations...
2019-12-31  David LarletUpdate link to timeout fine tuning in quickstart (...
2019-12-31  Gabriel StraussAdds check to enforce single consumption of AsyncIterat...
2019-12-29  Tom ChristieVersion 0.10.0 (#691) 0.10.0
2019-12-29  Tom Christieresponse.elapsed now reflects entire request/response...
2019-12-29  Tom ChristieSwitch from an Event primitive to a Lock primitive...
2019-12-29  Florimond MancaRename Client to AsyncClient (with compat synonym)...
2019-12-29  Florimond MancaRename 'next' to 'anext' on Response (#676)
2019-12-29  Florimond MancaRename 'close' to 'aclose' on Client (#675)
2019-12-29  Florimond MancaRename 'read/close' to 'aread/aclose' on Response ...
2019-12-29  Tom ChristieDrop Request.read() (#679)
2019-12-29  Florimond MancaDrop per-request `cert`, `verify`, and `trust_env`...
2019-12-23  Tom ChristieGracefully end_stream early on no-body requests. (...
2019-12-23  Florimond MancaType-check test_cookies.py (#677)
2019-12-21  Florimond MancaType-check test_auth.py (#665)
2019-12-21  Florimond MancaFix out-of-date methods on Response API docs (#673)
2019-12-21  Florimond MancaClean up 'backend' fixture (#664)
2019-12-21  Florimond MancaMake 'request' non-optional on responses (#666)
2019-12-21  Florimond MancaRemove httpxprof (#663)
2019-12-20  Andrés ÁlvarezRename `concurrency` directory to `backends` (#662)
2019-12-20  Tom ChristieUse Streams API for both requests and responses. (...
2019-12-20  Tom ChristieRationalize backend Semaphore interface slightly (...
2019-12-20  Tom ChristieUpgrade h11 to support both 0.8 and 0.9 (#658)
2019-12-20  Tom ChristieVersion 0.9.5 (#657) 0.9.5
2019-12-20  Tom Christieparams argument on URL should merge, not replace. ...
2019-12-20  Tom ChristieFix Host header and HSTS when the default port is expli...
2019-12-18  Tom ChristieNo I/O auth (#644)
2019-12-18  Tom ChristieAdded RequestContent (#636)
2019-12-16  Florimond MancaForce compiling 'regex' from source (#642)
2019-12-16  Tom ChristieDisable HTTP/2 strict header validation (#637)
2019-12-16  Florimond Mancaasyncio: Don't wait for the stream to close (#640)
2019-12-13  ArkieAllow explicit Content-Type to take precedence (#633)
2019-12-13  Tom ChristieVersion 0.9.4 (#631) 0.9.4
2019-12-12  Tom ChristieBump up flow control defaults (#629)
2019-12-12  Tom ChristieKeep-alive timeouts. (#627)
2019-12-12  Tom ChristieFix typo on "URLs" (#630)
2019-12-12  Tom ChristieEnsure H2 state is only accessed by the connection...
2019-12-11  Tom ChristieDrop unused methods from BaseEvent (#626)
2019-12-11  Tom ChristieRefactor get_semaphore (#625)
2019-12-09  Tom ChristieTweak backport_start_tls implementation, and add 'nocov...
2019-12-09  Tom ChristieTrivial-case test for response.elapsed
2019-12-09  Tom ChristieMinor config cleanup (#621)
2019-12-09  Florimond MancaAdd OpenConnection base class (#616)
2019-12-08  Tom ChristieDrop 'fork' (#619)
2019-12-08  Tom ChristieDrop TimeoutFlag (#618)
2019-12-07  Florimond MancaRefactor tests in the light of backend auto-detection...
2019-12-07  Tom ChristieHTTP/2 refactoring (#612)
2019-12-07  Tom ChristieBackend operations like .read(), .write() now have...
2019-12-07  Tom ChristieAdd 'fork' to auto backend (#614) 0.9.3
2019-12-07  Tom ChristieAdd 0.9.2 note
2019-12-07  Tom ChristieVersion 0.9.2 0.9.2
2019-12-06  Tom Christie0.9.1 note
2019-12-06  Tom ChristieRelease 0.9.1 due to build artifacts issue 0.9.1
2019-12-06  Tom ChristieUpdate index.md
2019-12-06  Tom ChristieUpdate README.md
2019-12-06  Tom ChristieVersion 0.9 (#606) 0.9.0
2019-12-06  Tom ChristieAdd aiter methods on response (#610)
2019-12-06  Tom ChristieTighten up top-level API to only expose public API...
2019-12-06  Florimond MancaMove tunnel_start_tls() to HTTPConnection (#609)
2019-12-06  Florimond MancaCleanup comments on handling MultiError (#607)
2019-12-06  Tom ChristieUpdate advanced.md
2019-12-06  Tom ChristieWarn if cert / verify / trust_env are passed to client...
2019-12-06  Florimond MancaDrop BackgroundManager in favor of fork(func1, func2...
2019-12-05  Tom ChristieRename BaseSocketStream cases from connection.stream...
2019-12-05  Tom ChristieAdd Client.stream() method. (#600)
2019-12-05  Tom ChristieUpdate changelog to include 'master' (#596)
2019-12-05  Tom ChristieDrop write_no_block from backends. (#594)
2019-12-05  Tom Christiestream -> stream_bytes, raw -> stream_raw (#599)
2019-12-05  Tom ChristieFix Timeout -> TimeoutException in test case (#598)
2019-12-05  Tom ChristieImprove backend docs, particularly wrt. autodetection...
2019-12-05  Tom ChristieUpdate CHANGELOG.md
2019-12-05  Tom ChristieTweak docstring
2019-12-05  Tom ChristieAllow default+override timeout style (#593)
2019-12-04  Tom ChristieUpdate index.md
2019-12-04  Tom ChristieUpdate README.md
2019-12-04  Tom ChristieAlpha note, and recommendations on pinning versions...
2019-12-04  Tom ChristieDifferentiate between `timeout=None` and `timeout=UNSET...
2019-12-04  Tom ChristieTimeoutConfig -> Timeout (#591)
2019-12-04  han-soloFixed version requirement for rfc3986. Issue reference...
next