tornado/maint
Ben Darnell 8cf55df456 Require modern ssl features (SSLContext, etc)
Now that we've dropped python 3.3 (so create_default_context is
present on all supported versions), we can drop all ssl
backwards-compatibility and require the modern feature set.
2017-10-22 12:37:19 -04:00
..
circlerefs Check in test script for circular references 2017-03-26 14:43:23 -04:00
scripts remove redundant with_statement feature 2017-03-07 12:07:06 +03:00
test Drop support for python 3.3, 3.5.[01] (#2116) 2017-09-04 15:32:52 -04:00
vm Drop support for python 3.3, 3.5.[01] (#2116) 2017-09-04 15:32:52 -04:00
README Add configs for testing on Vagrant-managed VMs. 2011-10-07 01:08:14 -07:00
requirements.in Require modern ssl features (SSLContext, etc) 2017-10-22 12:37:19 -04:00
requirements.txt maint: Update requirements 2017-04-09 23:04:28 -04:00

README

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