tornado/maint
Ben Darnell 58a7ff10a8 Turn on __future__ division too.
All existing uses of division were already using a float for at least
one operand (except the tests that just do 1/0 as a quick way to throw
an exception).

We have now turned on all the __future__ options available in python2.5.
2012-02-09 00:17:58 -08:00
..
appengine Improve app engine tests now that SDK 1.6.1 is compatible with virtualenv 2011-12-15 22:57:20 -08:00
scripts Turn on __future__ division too. 2012-02-09 00:17:58 -08:00
test Disable slow websocket performance tests by default. 2012-01-21 17:12:22 -08:00
vm Add a new(er) ubuntu vm setup to test missing SSLv2 2012-01-10 10:26:15 -08:00
README Add configs for testing on Vagrant-managed VMs. 2011-10-07 01:08:14 -07:00
requirements.txt Check in a requirements file for the tools I use while working on tornado. 2012-01-21 14:35:21 -08: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.