tornado/maint
Ben Darnell b9eb764264 ioloop: Deprecate add_callback_from_signal
I don't believe this method is currently working as intended, and I'm
not sure it ever has since the move to asyncio. I think this is
responsible for occasional test failures in CI.

Fixes #3225
2023-05-02 13:09:18 -04:00
..
benchmark ioloop: Deprecate add_callback_from_signal 2023-05-02 13:09:18 -04:00
circlerefs *: Remove Python2 __future__ imports throughout the codebase 2018-07-14 16:58:48 -04:00
scripts netutil: provide Resolver implementation that uses the asyncio eventloop (#3111) 2022-03-18 12:57:32 -04:00
test Drop support for python 3.5 2020-10-31 08:38:17 -04:00
vm *: Remove Python2 __future__ imports throughout the codebase 2018-07-14 16:58:48 -04:00
README spelling corrections 2019-08-11 19:44:12 -04:00

README

This directory contains tools and scripts that are used in the development
and maintenance of Tornado itself, but are probably not of interest to
Tornado users.