18 Commits

Author SHA1 Message Date
landry
1d87877002 Fix remaining pkgpaths for twisted update, reported by naddy@. 2017-05-17 11:34:17 +00:00
shadchin
82f8b086b0 Unbreak with Python 3.6. 2017-01-03 18:58:52 +00:00
shadchin
381d518fc1 Update to py-tornado 4.4.2.
ok ajacoutot@
2016-10-08 14:19:09 +00:00
shadchin
ac74c679ec Add python3 flavor. 2016-01-17 06:38:33 +00:00
rpointel
93b0093b5d update tornado to 4.3.
ok benoit@.
2015-11-15 08:40:42 +00:00
sthen
13359694f0 bump REVISION for setuptools dep change. (should be the last one) 2015-09-29 10:53:16 +00:00
edd
2e20badc1b Update py-tornado to 4.2.1.
Checked the two ports depending on this still work. No obvious breakage.

OK rpointel@, jasper@
Looks OK, daniel@

Cheers
2015-09-08 15:24:58 +00:00
jasper
7a30035c19 - security update to py-tornado-3.2.2 (last in 3.x series, does anyone actually use this?)
* fixes CVE-2014-9720, XSRF cookie allows side-channel attack against TLS (BREACH)
2015-08-21 08:57:05 +00:00
jasper
5e91600570 - switch to MODPY_PI 2015-04-02 14:21:12 +00:00
jasper
e33ee78109 use MODPY_WANTLIB instead of hardcoding python2.7 2014-09-29 20:15:49 +00:00
edd
f250d42da7 Update to pt-tornado-3.2.
Required for upcoming ipython2.

Input from, and OK, rpointel@, thanks.
2014-04-28 20:52:13 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
rpointel
453d2c8156 Update tornao to 2.4.1.
Changelog: http://www.tornadoweb.org/documentation/releases/v2.4.1.html
2013-03-04 06:13:35 +00:00
rpointel
e66c719f41 update tornado to 2.4, changelog: http://www.tornadoweb.org/documentation/releases/v2.4.0.html.
ok gonzalo@ looks good aja@
2012-09-18 05:28:28 +00:00
rpointel
33003d4044 Update tornado to 2.3, ok landry@.
Release Notes: http://www.tornadoweb.org/documentation/releases/v2.3.0.html
2012-07-03 09:00:33 +00:00
rpointel
f6d2d45834 Update tornado to 2.2.1, ok aja@.
Release notes:http://www.tornadoweb.org/documentation/releases/v2.2.1.html.
2012-04-25 15:08:20 +00:00
rpointel
2efff9f4df Update tornado to 2.2.
ok sthen@ and mpi@.
2012-03-09 18:12:46 +00:00
rpointel
432edbb132 import tornado, an open source version of the scalable, non-blocking web
server and tools.
The framework is distinct from most mainstream web server frameworks
(and certainly most Python frameworks) because it is non-blocking and
reasonably fast. Because it is non-blocking and uses epoll or kqueue, it
can handle thousands of simultaneous standing connections, which means
it is ideal for real-time web services.
ok benoit@, Wen Heping (thanks).
2012-01-13 20:34:35 +00:00