Skip to content
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 572 commits into from
Apr 10, 2021
Merged

PR #1

merged 572 commits into from
Apr 10, 2021

Conversation

eugene2candy
Copy link
Owner

No description provided.

bdarnell and others added 30 commits June 9, 2019 17:11
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.
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
Bump version of twisted to pick up security fix
Strip documentation about removed argument
eltoder and others added 29 commits January 10, 2021 01:21
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.
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
…-2.7.4

build(deps): bump pygments from 2.7.2 to 2.7.4 in /docs
@eugene2candy eugene2candy merged commit 6b03411 into eugene2candy:master Apr 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.