Announcing Tornado 1.0

48 views
Skip to first unread message

Ben Darnell

unread,
Jul 22, 2010, 8:39:19 PM7/22/10
to Tornado Mailing List
We are pleased to announce the release of Tornado 1.0, available from
http://github.com/downloads/facebook/tornado/tornado-1.0.tar.gz.
There have been many changes since version 0.2; here are some of the
highlights:

New features:
* Improved support for running other WSGI applications in a Tornado
server (tested with Django and CherryPy)
* Improved performance on Mac OS X and BSD (kqueue-based IOLoop), and
experimental support for win32
* Rewritten AsyncHTTPClient available as
tornado.httpclient.AsyncHTTPClient2 (this will become the default in a
future release)
* Support for standard .mo files in addition to .csv in the locale module
* Pre-forking support for running multiple Tornado processes at once
(see HTTPServer.start())
* SSL and gzip support in HTTPServer
* reverse_url() function refers to urls from the Application config by
name from templates and RequestHandlers
* RequestHandler.on_connection_close() callback is called when the
client has closed the connection (subject to limitations of the
underlying network stack, any proxies, etc)
* Static files can now be served somewhere other than /static/ via the
static_url_prefix application setting
* URL regexes can now use named groups ("(?P<name>)") to pass
arguments to get()/post() via keyword instead of position
* HTTP header dictionary-like objects now support multiple values for
the same header via the get_all() and add() methods.
* Several new options in the httpclient module, including
prepare_curl_callback and header_callback
* Improved logging configuration in tornado.options.
* UIModule.html_body() can be used to return html to be inserted at
the end of the document body.

Backwards-incompatible changes:
* RequestHandler.get_error_html() now receives the exception object as
a keyword argument if the error was caused by an uncaught exception.
* Secure cookies are now more secure, but incompatible with cookies
set by Tornado 0.2. To read cookies set by older versions of Tornado,
pass include_name=False to RequestHandler.get_secure_cookie()
* Parameters passed to RequestHandler.get/post() by extraction from
the path now have %-escapes decoded, for consistency with the
processing that was already done with other query parameters.

Many thanks to everyone who contributed patches, bug reports, and
feedback that went into this release!

-Ben

♡小松♡♡채송♡

unread,
Jul 22, 2010, 9:00:52 PM7/22/10
to python-...@googlegroups.com
oh.....
good job...

2010/7/23 Ben Darnell <b...@bendarnell.com>



--
(。◕‿◕。)  somebody.

Carlos Aguilar

unread,
Jul 22, 2010, 9:06:05 PM7/22/10
to python-...@googlegroups.com
When update the documentation of the web?

Best Regards
--
Carlos Aguilar
Consultor Hardware y Software
DWD&Solutions
http://www.dwdandsolutions.com
Cel: 78740173
Oficina: 22693598

HENG ZHOU

unread,
Jul 22, 2010, 9:24:03 PM7/22/10
to python-...@googlegroups.com
Oh, god jobs! thanks Ben!

Waiting so long time, the lastest version is coming.....HAHA....

Thanks


2010/7/23 Carlos Aguilar <darka...@gmail.com>

Zhitong He

unread,
Jul 22, 2010, 9:37:21 PM7/22/10
to python-...@googlegroups.com
thanks ben! really cool~

--
Zhitong He
Sun Yat-sen University

Mariano Garcia Berrotarán

unread,
Jul 22, 2010, 9:41:26 PM7/22/10
to python-...@googlegroups.com
Congratulations for the release Ben. Keep the good work!

--
Mariano García Berrotarán

David P. Novakovic

unread,
Jul 22, 2010, 10:01:09 PM7/22/10
to python-...@googlegroups.com
Good stuff man.

Thanks for you continued work on tornado! :)

D

Fumikazu Kiyota

unread,
Jul 22, 2010, 11:01:23 PM7/22/10
to Tornado Web Server
Congratulations for the release Ben. Keep the good work!


On 7月23日, 午前11:01, "David P. Novakovic" <davidnovako...@gmail.com>
wrote:
--
kiyotaman@twitter

Felinx Lee

unread,
Jul 22, 2010, 11:02:36 PM7/22/10
to python-...@googlegroups.com
Congratulations, your are awesome.
--
Felinx Lee

What powered your sites?
http://poweredsites.org

What can change the nature of a man?(Planescape Torment)
http://en.wikipedia.org/wiki/Planescape:_Torment

Jeremy Kelley

unread,
Jul 22, 2010, 11:07:04 PM7/22/10
to python-...@googlegroups.com
Thanks for all the great work!

It's exciting to see how this project is developing so quickly.

-jeremy
--
As far as the laws of mathematics refer to reality, they are not certain;
and as far as they are certain, they do not refer to reality. A. Einstein

Doğan Aydın

unread,
Jul 22, 2010, 11:06:25 PM7/22/10
to python-...@googlegroups.com
Woov thanks you :)

2010/7/23 Felinx Lee <felin...@gmail.com>

Bret Taylor

unread,
Jul 23, 2010, 12:36:33 AM7/23/10
to Tornado Web Server
You rock, Ben. Congrats!

On Jul 22, 5:39 pm, Ben Darnell <b...@bendarnell.com> wrote:
> We are pleased to announce the release of Tornado 1.0, available fromhttp://github.com/downloads/facebook/tornado/tornado-1.0.tar.gz.

Season Lee

unread,
Jul 23, 2010, 2:05:02 AM7/23/10
to python-...@googlegroups.com
good job.
i will check it out right now.

2010/7/23 Ben Darnell <b...@bendarnell.com>

XiaoXiao Qin

unread,
Jul 23, 2010, 2:40:11 AM7/23/10
to python-...@googlegroups.com
Our team is testing , that's awesome job.


Steven Qin
Rfanti.com

Marco Dalla Stella

unread,
Jul 23, 2010, 3:09:58 AM7/23/10
to python-...@googlegroups.com
Great news!

Thank you very much for your efforts, Tornado is a great tool for our work.

2010/7/23 Ben Darnell <b...@bendarnell.com>:


> We are pleased to announce the release of Tornado 1.0, available from
> http://github.com/downloads/facebook/tornado/tornado-1.0.tar.gz.

Ciao,
--
Marco Dalla Stella
web: http://thediracsea.org
twitter: http://twitter.com/kra1iz3c

Joe Bowman

unread,
Jul 23, 2010, 8:41:12 AM7/23/10
to Tornado Web Server
congrats!

On Jul 22, 8:39 pm, Ben Darnell <b...@bendarnell.com> wrote:
> We are pleased to announce the release of Tornado 1.0, available fromhttp://github.com/downloads/facebook/tornado/tornado-1.0.tar.gz.

ag3nt

unread,
Jul 23, 2010, 3:40:31 PM7/23/10
to Tornado Web Server
Congrats!

Ilya kut

unread,
Jul 23, 2010, 4:32:21 PM7/23/10
to python-...@googlegroups.com

Its avesome
!

23.07.2010 23:40 пользователь "ag3nt" <dennis...@gmail.com> написал:

Congrats!

abdullah mohamed mohamed abdelrhim

unread,
Jul 24, 2010, 9:25:15 AM7/24/10
to python-...@googlegroups.com
thanks alot put please explain these features

2010/7/23 Ilya kut <post...@gmail.com>

abdullah mohamed mohamed abdelrhim

unread,
Jul 27, 2010, 2:11:52 AM7/27/10
to python-...@googlegroups.com

thanks alot put ,please explain these  features

arief nur andono

unread,
Jul 28, 2010, 5:18:23 AM7/28/10
to Tornado Web Server
great...i hope tornadoweb growing large
Reply all
Reply to author
Forward
0 new messages