forked from tornadoweb/tornado
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR #1
Merged
Merged
PR #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docs: conflict between sphinx-2.1, sphinxcontrib-asyncio
by setting None (NULL) instead of "none" for ENCODING reported by Andrey Oparin <andrey@edsd.com>
move simple_httpclient test_gzip to the shared httpclient tests, to test the decompress_response option for curl_httpclient as well
curl_httpclient: fix disabled decompress_response
"Implicit-optional" mode is on by default, but that default is intended to change in the indefinite future (python/peps#689, python/typing#275). Go ahead and change to the future explicit use of Optional.
See also: commit a237a99
gen.with_timeout: Don't log CancelledError after timeout
CancelledError is now always considered "quiet" (and concurrent.futures.CancelledError is no longer the same as asyncio.CancelledError).
Mark CancelledError change as 6.0.3
gen: Adapt to py38 CancelledError changes
Where possible, replace use of errno with the exception hierarchy available since python 3.3. Remove explicit handling of EINTR which has been automatic since python 3.5
This happens in docker with default configurations and is generally harmless. Fixes #2274
Root is always allowed to bind to low port numbers, so we can't simulate failure in this case. This is the last remaining failure when running tests in docker.
netutil: Ignore EADDRNOTAVAIL when binding to localhost ipv6
docs: Add notice about WindowsSelectorEventLoop on py38
Release notes for 6.0.3
Bump version of twisted to pick up security fix
Strip documentation about removed argument
Mark Template autoescape kwarg as Optional
Update database backend reference
It was no longer used and always set to None.
should use python3 unicode in 'blog' demo #2977
Avoid 2GB read limitation on SSLIOStream
Dict support for WebSocketClientConnection.write_message method Fixes #2982
testing: Add 'address' keyword to control bound address #2969
…m-cleanup Remove WebSocketHandler.stream.
Making sure that ``len(data) == data.nbytes`` by casting memoryviews to bytes.
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](pallets/jinja@2.11.2...2.11.3) Signed-off-by: dependabot[bot] <support@github.com>
BaseIOStream.write(): support typed memoryviews
….11.3 build(deps): bump jinja2 from 2.11.2 to 2.11.3 in /docs
Allowed set max_body_size to 0
Bumps [pygments](https://github.com/pygments/pygments) from 2.7.2 to 2.7.4. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.7.2...2.7.4) Signed-off-by: dependabot[bot] <support@github.com>
…-2.7.4 build(deps): bump pygments from 2.7.2 to 2.7.4 in /docs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.