tornado/maint
Ben Darnell 073a535d52 Fix unix socket test on linux.
Unix socket addresses are bytes on linux (but str on mac).  This mostly
works but causes errors in py3's -bb strict mode.
2014-04-27 12:58:40 -04:00
..
scripts Add usage comement to run_fixers.py. 2013-12-31 15:08:50 -05:00
test Stop overriding _execute in WebSocketHandler; use get() instead. 2014-03-16 23:29:50 -04:00
vm Fix unix socket test on linux. 2014-04-27 12:58:40 -04:00
README
requirements.txt Upgrade maint/requirements.txt versions. 2013-12-29 23:33:47 -05: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.