Commit Graph

4 Commits

Author SHA1 Message Date
Ben Darnell 4f86890cfa Add make_current keyword argument to IOLoop constructor.
This allows applications to create an IOLoop to be started in another
thread without making it current in the originating thread.

Update docs to use IOLoop.current() in place of IOLoop.instance() when
starting the loop.

Closes #1390.
2015-03-29 16:31:06 -04:00
INADA Naoki c6596d55a4 Replace tornado.util.bytes_type to bytes 2014-08-25 14:56:49 +09:00
Michael Leonhard 56fcc364f7 Fix s3server.py to stop truncating downloads of images and other non-text files 2013-01-20 16:48:05 -08:00
Ben Darnell 696d9785a6 Demote s3server.py to a demo 2011-06-11 12:19:13 -07:00