tornado/maint
Ben Darnell 33cd3456d5 Add an explicit binary option to WebSocketHandler.write_message.
Switching automatically based on python's bytes vs unicode types is
error-prone in python2 where e.g. json_encode returns bytes.

Closes #429.
2012-01-07 17:34:48 -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
test Add an explicit binary option to WebSocketHandler.write_message. 2012-01-07 17:34:48 -08:00
vm Install more python versions in the linux VM so we can test epoll.c too. 2011-12-30 00:49:19 -08:00
README Add configs for testing on Vagrant-managed VMs. 2011-10-07 01:08:14 -07: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.