]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2011-06-07  Rickard BReplace IOStream._read_buffer_size() with a simple... 277/head
2011-06-05  Ben DarnellAdd a Template UIModule, allowing templates to be calle...
2011-06-05  Ben DarnellIntroduce {% module %} syntax for calling UIModules.
2011-06-05  Ben DarnellRefactor redundant code out of httpserver.py and wsgi...
2011-06-05  Ben DarnellTest multipart/form-data parsing in wsgi and fix it...
2011-06-05  Ben DarnellOnly listen on localhost so unittests don't cause firew...
2011-06-04  Ben DarnellDocumentation fix
2011-06-01  Ben DarnellTest use of a custom escaping function
2011-05-31  Ben DarnellAdd autoescape application setting and convert chatdemo...
2011-05-31  Ben DarnellAdd raw expressions to templates with {% raw [expr] %}
2011-05-30  Ben DarnellFirst pass at template autoescaping
2011-05-30  Ben DarnellMake template.Loader and DictLoader share a common...
2011-05-30  Ben DarnellFix template rendering for non-string expressions.
2011-05-30  Ben DarnellExtract etag computation so it can be customized or...
2011-05-30  Ben DarnellAllow the application to determine the encoding used...
2011-05-30  Ben DarnellAdd an encoding argument to tornado.escape.url_unescape.
2011-05-30  Ben DarnellAdd type checks for web.py methods.
2011-05-30  Ben DarnellType checks for httpserver.HTTPRequest fields
2011-05-30  Ben DarnellCheck types of HTTPClient response objects and make...
2011-05-30  Ben DarnellMove most simple_httpclient tests to httpclient_test...
2011-05-30  Ben DarnellAdd AI_ADDRCONFIG to getaddrinfo call, which may fix...
2011-05-29  Ben DarnellTest template include/extend operations
2011-05-29  Ben DarnellTest WSGIApplication and make it work on python3
2011-05-29  Ben DarnellMake WSGIContainer work on python 3
2011-05-29  Ben DarnellAdd a simple template test and make it pass in python 3
2011-05-29  Ben DarnellAdd script to run test suite with multiple python versi...
2011-05-29  Ben DarnellMake tornado.testing.main with no arguments work in...
2011-05-29  Ben DarnellDon't add an extra delimter when no arguments are given
2011-05-28  Ben DarnellRemove execute permission from files not intended to...
2011-05-28  Ben DarnellAdd a test that imports all tornado modules to at least...
2011-05-28  Ben DarnellMake OAuth2Mixin work even when OAUTH_AUTHORIZE_URL...
2011-05-28  Ben DarnellConvert path components to unicode for consistency...
2011-05-28  Ben DarnellFix HTTPServer on windows, where IPPROTO_IPV6 options...
2011-05-25  Ben DarnellFix decoding of non-ascii characters in query strings
2011-05-24  Ben DarnellInner headers for multipart/form-data default to utf-8
2011-05-24  Ben DarnellFix and test encoding handling for multipart/form-data...
2011-05-21  Ben DarnellMake xhtml_escape work in python3; add test.
2011-05-19  Ben DarnellUse the standard mime type application/json when produc...
2011-05-19  bdarnellMerge pull request #260 from alanhogan/documentation...
2011-05-19  Alan HoganTypo, restore missing path setting, and mention the... 260/head
2011-05-18  Ben DarnellAdd simple test application for websockets
2011-05-18  Ben DarnellFix websocket after string type changes introduced...
2011-05-16  Ben DarnellRun SSL tests even when pycurl is not present.
2011-05-16  Ben DarnellClient-side ipv6 support (disabled by default)
2011-05-16  Ben DarnellServer-side ipv6 support.
2011-05-15  Ben DarnellFix cookie handling after python3 encoding changes...
2011-05-15  Ben DarnellAdd tornado.escape.native_str() for dealing with python...
2011-05-15  Ben DarnellPython3-ify this test
2011-05-15  Ben DarnellHelp 2to3 with a tricky three-argument raise statement
2011-05-15  Ben DarnellPython3 doesn't have a useful basestring type any more :(
2011-05-15  Alan HoganDocument how to fake other root files despite serving...
2011-05-15  Alan HoganDocument RedirectHandler
2011-05-15  Ben DarnellAdd keepalive support to benchmark, add other command...
2011-05-15  Ben DarnellFix a StackContext leak introduced by the delayed IOStr...
2011-05-15  Ben DarnellConvert http request bodies to utf8 earlier so content...
2011-05-15  Ben DarnellSmall speedups
2011-05-15  Ben DarnellFreeze the iostream write buffer when send() returns 0.
2011-05-15  Ben DarnellFix handling of closed connections with epoll. This...
2011-05-15  Ben DarnellTolerate servers that don't include reason text in...
2011-05-15  Ben DarnellAutomatically run 2to3 when installing on python 3
2011-05-15  Ben DarnellMerge branch 'python3'
2011-05-14  Ben DarnellSlightly faster utf8 function
2011-05-14  Ben DarnellFix deprecation warnings in python 3
2011-05-14  Ben Darnelltypes.NoneType no longer exists in python 3
2011-05-14  Ben DarnellMerge branch 'master' into python3
2011-05-12  Alan HoganDescribe redirections and the permanent argument
2011-05-06  bdarnellMerge pull request #258 from kmike/master
2011-05-04  Mikhail KorobovBetter error handling for exceptions in on_message... 258/head
2011-05-02  Ben DarnellSpeed up a common case in iostream._merge_prefix
2011-05-02  Ben DarnellMemoize HTTPHeaders._normalize_name
2011-05-02  Ben DarnellStackContext speedups: special-case some common situations,
2011-05-01  Ben DarnellFix for python2.5: heapq used to use __le__ instead...
2011-05-01  Ben DarnellMake a recently-added test pass in python3
2011-05-01  Ben DarnellMerge branch 'master' into python3
2011-05-01  Ben DarnellChange IOLoop._timeouts from a sorted list to a heapq.
2011-05-01  Ben DarnellRun all IOStream callbacks via IOLoop.add_callback.
2011-05-01  Ben DarnellDocument the ability to modify XSRF protection by overr...
2011-05-01  Ben DarnellSupport https for UIModule javascript_files and css_files.
2011-05-01  bdarnellMerge pull request #253 from mcella/patch-1.
2011-04-28  Michele CellaRequestHandler.get_argument should raise an HTTP 400... 253/head
2011-04-25  Ben DarnellBetter check for missing messages in facebook demo
2011-04-25  Ben DarnellCheck to see if actions field is present in facebook...
2011-04-25  Ben DarnellAdd **kwargs to WebSocketHandler.__init__
2011-04-25  Ben DarnellInfer option types from the default when possible.
2011-04-25  Ben DarnellIgnore hidden directories (e.g. .svn) in load_gettext_t...
2011-04-16  Ben DarnellFix broken link
2011-04-16  Ben Darnellstr.encode('base64') != base64.b64encode()
2011-04-16  Ben DarnellConvert WSGI content-length variable to an int at the...
2011-04-16  Ben DarnellMake template constructor accept unicode strings
2011-03-31  Ben DarnellMove another curl hack (disabling Pragma: no-cache...
2011-03-31  Ben DarnellAdd appengine config for /favicon.ico
2011-03-30  Peter Bengtssonadding favicon.ico for website 240/head
2011-03-28  Neil RahillyDisable Expect header in curl_httpclient.py without... 239/head
2011-03-28  Neil RahillyFix Expect header bug in curl_httpclient.py. 237/head
2011-03-28  Ben DarnellAdd support for username/password in url for simple_htt...
2011-03-25  Ben DarnellDocument the fact that CSV files should not have spaces...
2011-03-15  Ben DarnellMove curl Expect: header hack from httpclient.py to...
2011-03-14  Brian BeachMake AsyncTestCase call tearDown in super class. 232/head
2011-03-07  Ben DarnellUpdate docstrings for get_user_locale and get_error_html.
2011-03-03  Ben DarnellUpdate facebook demo to use the graph api instead of...
next