]> arthur.barton.de Git - bup.git/commit
Add Tornado framework from git, commit 7a30f9f6
authorPeter McCurdy <peter.mccurdy@gmail.com>
Sat, 17 Jul 2010 04:14:48 +0000 (00:14 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Sat, 17 Jul 2010 08:05:11 +0000 (04:05 -0400)
commit9ed286aa527163b0a476674c1e343f02923db958
tree3f4c753291fd7d287412f0ad468825b7e039ea84
parentcf5bdf5dc41ee89c6d2b83dbbf8c04f8153256b2
Add Tornado framework from git, commit 7a30f9f6

I just took the tornado/tornado directory, along with the README.

I'm using tornado's git commit 7a30f9f6eac9aa0cf295b078695156776fd050ce,
since recent versions of Tornado have support for specifying which
address you want to listen to.

Signed-off-by: Peter McCurdy <petermccurdy@alumni.uwaterloo.ca>
22 files changed:
lib/tornado/README [new file with mode: 0644]
lib/tornado/__init__.py [new file with mode: 0644]
lib/tornado/auth.py [new file with mode: 0644]
lib/tornado/autoreload.py [new file with mode: 0644]
lib/tornado/database.py [new file with mode: 0644]
lib/tornado/epoll.c [new file with mode: 0644]
lib/tornado/escape.py [new file with mode: 0644]
lib/tornado/httpclient.py [new file with mode: 0644]
lib/tornado/httpserver.py [new file with mode: 0644]
lib/tornado/httputil.py [new file with mode: 0755]
lib/tornado/ioloop.py [new file with mode: 0644]
lib/tornado/iostream.py [new file with mode: 0644]
lib/tornado/locale.py [new file with mode: 0644]
lib/tornado/options.py [new file with mode: 0644]
lib/tornado/s3server.py [new file with mode: 0644]
lib/tornado/template.py [new file with mode: 0644]
lib/tornado/test/README [new file with mode: 0644]
lib/tornado/test/test_ioloop.py [new file with mode: 0755]
lib/tornado/web.py [new file with mode: 0644]
lib/tornado/websocket.py [new file with mode: 0644]
lib/tornado/win32_support.py [new file with mode: 0644]
lib/tornado/wsgi.py [new file with mode: 0644]