]> git.ipfire.org Git - thirdparty/tornado.git/commit
Install more python versions in the linux VM so we can test epoll.c too.
authorBen Darnell <ben@bendarnell.com>
Fri, 30 Dec 2011 08:49:19 +0000 (00:49 -0800)
committerBen Darnell <ben@bendarnell.com>
Fri, 30 Dec 2011 08:49:19 +0000 (00:49 -0800)
commit877aa9d86167ad0f7df9d7a32d6918fd6792bb2f
tree3e976b21688affb51d8ae3aa1ea6a2fc270ddb0b
parentf27b49a743fadb7d215594e7471ea8977e41c036
Install more python versions in the linux VM so we can test epoll.c too.

Also fix a bug in the test for python 2.5 on systems where ipv6 is not
configured (socket.gaierror didn't have an `errno` attribute until 2.6)
maint/vm/shared-setup.sh
maint/vm/ubuntu10.04/setup.sh
maint/vm/ubuntu10.04/tox.ini
tornado/test/simple_httpclient_test.py