Commit Graph

9 Commits

Author SHA1 Message Date
Jan Sarenik 519bb7aa49 Simplify HTML templates by using HTML5 2015-08-16 08:51:06 +02:00
Ben Darnell 6c7eac6c83 Unify WSGI support with the HTTPConnection abstraction.
Deprecate WSGIApplication in favor of a WSGIAdapter that can wrap
an ordinary Application.

Remove the wsgi module's separate HTTPRequest variant and tornado.web's
wsgi special cases.
2014-03-15 22:30:23 -04:00
Ben Darnell f220182aa9 Use autoescape in appengine blog demo. 2013-03-03 11:54:35 -05:00
Ben Darnell 19f7351d14 Remove markdown support from app engine blog demo. 2013-03-03 11:16:07 -05:00
Ben Darnell b00167b9d6 Modernize app engine demo: py27, non-CGI interface, get_template_namespace. 2013-03-03 11:08:25 -05:00
Ben Darnell 26feb663aa BACKWARDS-INCOMPATIBLE: turn on template autoescaping by default.
Disable autoescaping in demos that don't already use it.
2011-06-11 17:22:09 -07:00
Ben Darnell 40ce72c1c6 Replace all tabs with spaces. 2010-03-17 14:59:17 -07:00
Benjamin Golub 016dee1e96 use correct module 2009-09-14 15:43:07 -04:00
Bret Taylor 2afa973493 Move Tornado project to Github 2009-09-10 00:50:51 -07:00