You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pypi-tornado: Autospec creation for update from version 6.3.3 to version 6.4
Ben Darnell (60):
Bump main branch version number to 6.4.dev1
test: Streamline test configurations
ioloop: Deprecate add_callback_from_signal
ci: Enable manual dispatch for build workflow
setup: Include tox.ini in sdist
websocket: Add warning if client connection isn't closed cleanly
web: Fix an open redirect in StaticFileHandler
Version 6.3.2
gen: Hold strong references to all asyncio.Tasks
ci: Disable Python 3.12 in CI
asyncio: Manage the selector thread with an async generator
asyncio: Modernize type annotations
asyncio_test: Use inequality when checking thread leaks
asyncio_test: Remove obsolete py3.4 compatibility
ci: Re-enable python 3.12
build: Upgrade tox to support python 3.12
*: Adapt to deprecation of datetime utc methods
test: Add test for open redirect fixed in 6.3.2
auth: Deprecate unused client_secret parameter
auth: Deprecate TwitterMixin
demos: Add a demo app for google auth
auth: Update facebook scope
auth: Use a setting for facebook redirect url
auth: Copy google mixin comment to top-of-file
auth: Fix doctests
asyncio: Remove atexit hook
autoreload: Support the ability to run a directory instead of a module
autoreload: Switch to a real option parser
autoreload_test: Reduce repetition
autoreload: Support directories in CLI wrapper
autoreload: Add --until-success flag
autoreload: Remove some code for compatibility with py3.3
autoreload: Remove some code for MacOS 10.5 compatibility
autoreload: Modernize type annotations
build: Move linters to python 3.11
build: Upgrade pip-tools
lint: Update mypy
ioloop: Annotate run_in_executor returning Future, not Awaitable
web_test: Fix open redirect test on windows
http1connection: Make content-length parsing more strict
httpserver_test: Add ExpectLog to fix CI
Release notes for 6.3.3
httpclient_test: Increase test_destructor_log timeout
test: Refactor circlerefs script into a test
ioloop,concurrent: Fix reference cycles
test: Fix circlerefs test on python 3.10 and before
test: Skip circlerefs test on pypy
docs: Fix build after readthedocs/readthedocs.org#10638
escape: Use the standard library where possible
escape: Remove noqa: F811 tags from overloads
docs: Release notes for 6.4.0
Set version number to 6.4b1
ci: Add windows to the main test config
docs: Update intersphinx references for python 3.12
*: Lint on the newest version of python too.
Revert "asyncio: Remove atexit hook"
test: Close the thread pool in run_on_executor test
web,demos: Remove more uses of deprecated datetime utc methods
iostream_test: Test check_hostname functionality.
iostream_test: Don't require server-side log on windows
Chengzzzi (1):
Fix WebSocketClientConnection parameter
Min RK (2):
separate SelectorThread into its own object
Make AddThreadEventLoop.close() idempotent
Shinichi Hemmi (1):
Fix syntax error in docstring
dependabot[bot] (5):
build(deps): bump requests from 2.28.2 to 2.31.0
build(deps): bump pygments from 2.14.0 to 2.15.0
build(deps): bump certifi from 2022.12.7 to 2023.7.22
build(deps): bump urllib3 from 1.26.14 to 1.26.17
build(deps): bump urllib3 from 1.26.17 to 1.26.18
0 commit comments