tornado/maint
Ben Darnell c04005b7ba Fix TwistedIOLoop on epoll.
Twisted's removeAll doesn't like it if a socket is closed without being
unregistered.  EPoll generates events slightly differently so be more
careful about doubled connectionLost events.
2012-10-07 16:59:36 -07:00
..
scripts Don't let autopep8 rewrite all the lines longer than 80 chars. 2012-08-27 17:31:47 -04:00
test Remove tornado.database, which is now distributed separately. 2012-09-16 14:02:49 -07:00
vm Fix TwistedIOLoop on epoll. 2012-10-07 16:59:36 -07:00
README Add configs for testing on Vagrant-managed VMs. 2011-10-07 01:08:14 -07:00
requirements.txt Add futures to travis and vm tests, update assorted dependency versions. 2012-09-29 17:47:41 -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.