tornado/maint
Ben Darnell 4b6fc9cb9f Fix Tornado on Google App Engine.
Imports of tornado.ioloop have crept into more places, so the old
app engine policy of never importing these modules doesn't work.
Instead, we add guards around imports of unavailable modules
(fcntl, ssl, multiprocessing) so that everything is at least importable.

Closes #1059.
2014-05-17 10:56:35 -04:00
..
scripts Add usage comement to run_fixers.py. 2013-12-31 15:08:50 -05:00
test Fix Tornado on Google App Engine. 2014-05-17 10:56:35 -04:00
vm Fix unix socket test on linux. 2014-04-27 12:58:40 -04:00
README
requirements.txt Remove ca-certificates bundle and instead depend on the certifi package. 2014-04-27 21:03:08 -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.