]> git.ipfire.org Git - thirdparty/httpx.git/shortlog
thirdparty/httpx.git
2019-05-04  Matus FerechTest `raise_for_status` 39/head
2019-05-04  Matus FerechAdd `status_code` endpoint
2019-05-04  Matus FerechAdd `HttpError`
2019-05-04  Matus FerechAdd `raise_for_status` to `Response`
2019-05-02  Tom ChristieFix docstrings
2019-05-01  Tom ChristieReorganise structure
2019-05-01  Tom ChristieUpdate README
2019-05-01  Tom ChristieUpdating docstrings
2019-05-01  Tom ChristieUpdate README
2019-05-01  Tom ChristieUpdate README
2019-05-01  Tom ChristieStill truckin' on
2019-05-01  Tom ChristieUpdate README
2019-05-01  Tom ChristieTruckin' on
2019-05-01  Tom ChristieTruckin' on
2019-05-01  Tom ChristieMedia types with 'text/' should default to iso-8859-1
2019-05-01  Tom ChristieMerge pull request #21 from yeraydiazdiaz/wait-for...
2019-05-01  Tom ChristieCarefulness with encoding everywhere
2019-05-01  Tom ChristieAdd idna support. More tests.
2019-05-01  Tom ChristieUpdate test_sync.py 21/head
2019-05-01  Tom ChristieMerge branch 'master' into wait-for-connection-close
2019-04-30  Tom ChristieUse rfc3986 for URL handling
2019-04-30  Tom ChristieAdd test for explicitly setting the encoding to use
2019-04-30  Tom ChristieAdd response.text and response.encoding
2019-04-30  Tom ChristiePrefer 'content' over 'body'
2019-04-30  Tom ChristieResponse.content
2019-04-30  Tom ChristieRejig test and tighten up models API
2019-04-30  Tom ChristieClean up response interface
2019-04-30  Tom ChristieFinessing interface
2019-04-29  Tom Christieresponse.next()
2019-04-29  Tom ChristieMerge pull request #20 from yeraydiazdiaz/decoding...
2019-04-29  Tom ChristieMerge branch 'master' into decoding-exceptions 20/head
2019-04-29  Tom ChristieMerge pull request #23 from encode/adapters
2019-04-29  Tom ChristieAdd await response.next() interface 23/head
2019-04-29  Tom ChristieTest allow_redirects=False
2019-04-29  Tom ChristieNicer headers interface
2019-04-29  Tom ChristieHandle body in redirects
2019-04-29  Tom ChristieRejig request preparing
2019-04-29  Yeray Diaz... Raise single DecodingError
2019-04-29  Tom ChristieRedirections
2019-04-29  Tom ChristieRedirect tests
2019-04-29  Tom ChristieRestructuring
2019-04-27  Yeray Diaz... Add `raw` method to SyncResponse
2019-04-27  Yeray Diaz... Wrap decoding errors with custom exceptions
2019-04-26  Tom ChristieAdd API sketch
2019-04-26  Tom ChristieRollin'
2019-04-26  Tom ChristieAdapters
2019-04-25  Tom ChristieDrop connections from pool on connection exceptions 18/head
2019-04-25  Tom ChristieDrop unneccessary __hash__ methods
2019-04-25  Tom ChristieMore specfic annotations on callbacks
2019-04-25  Tom ChristieAdd http2 connection re-use
2019-04-25  Tom ChristieTighten up connection acquiry/release
2019-04-25  Tom ChristieAdd PoolSemaphore
2019-04-25  Tom ChristieMore HTTP/2 tests
2019-04-25  Tom ChristieStream refactoring and HTTP/2 test case
2019-04-24  Tom ChristieAdd h2 to install_requires
2019-04-24  Tom ChristieTighten up how we hand out stream ids
2019-04-24  Tom ChristieAdd stream ID to HTTP2Connection
2019-04-24  Tom ChristieFirst pass at HTTP/2 support
2019-04-24  Tom ChristieMerge pull request #17 from encode/close-keepalive... 0.2.1
2019-04-24  Tom ChristieDrop wait_closed 17/head
2019-04-24  Tom ChristieClose outstanding connections on pool.close()
2019-04-23  Tom ChristieMerge pull request #15 from encode/module-renaming
2019-04-23  Tom ChristieModule renaming 15/head
2019-04-23  Tom ChristieUpdate README.md
2019-04-23  Tom ChristieUpdate README for 0.2.0
2019-04-23  Tom ChristieMerge pull request #13 from encode/sync 0.2.0
2019-04-23  Tom ChristieVersion 0.2.0 13/head
2019-04-23  Tom ChristieAdd SyncResponse.close
2019-04-23  Tom ChristieAdd SyncResponse.stream
2019-04-23  Tom ChristieAdd SyncConnectionPool
2019-04-23  Tom ChristieMerge pull request #12 from encode/refactor
2019-04-23  Tom ChristieUse different hosts in pool acquiry timeout test. 12/head
2019-04-23  Tom ChristieAdd client.request
2019-04-22  Tom ChristieAdd client.request
2019-04-22  Tom ChristieRefactor to request = Client.send(request)
2019-04-22  Tom ChristiePush SSL context loading into config.py
2019-04-22  Tom ChristieDrop compat.py
2019-04-19  Tom ChristieVersion 0.1.1 0.1.1
2019-04-18  Tom ChristieVersion 0.1.0 0.1.0
2019-04-18  Tom ChristieAdd response.reason
2019-04-18  Tom ChristieMerge pull request #9 from encode/allow_per_request_tim...
2019-04-18  Tom ChristieAllow per-request timeout/ssl config 9/head
2019-04-18  Tom ChristieAdd ConnectTimeout test
2019-04-17  Tom ChristieREADME tweaks
2019-04-17  Tom ChristieUpdate README.md
2019-04-17  Tom ChristieMerge pull request #7 from encode/timeout-tests
2019-04-17  Tom ChristieAdd PoolTimeout, and timeout tests 7/head
2019-04-17  Tom ChristieMerge pull request #4 from encode/connection-pooling
2019-04-17  Tom ChristieAdd soft_limit and hard_limit support to PoolLimits 4/head
2019-04-16  Tom ChristieConnection pooling
2019-04-16  Tom ChristieRejig response streaming/closing
2019-04-16  Tom ChristieUpdate README.md
2019-04-16  Tom ChristieMerge pull request #3 from encode/request-auto-headers
2019-04-16  Tom ChristieExclude unused code lines 3/head
2019-04-16  Tom ChristieAdd auto headers on Request
2019-04-16  Tom ChristieMerge pull request #2 from encode/decompression
2019-04-16  Tom ChristieAdd support for gzip, deflate, and brotli decoding 2/head
2019-04-08  Tom ChristieUpdate README.md
2019-04-08  Tom ChristieUpdate README.md
2019-04-08  Tom ChristieUpdate README.md
next