2011-05-30 |
Ben Darnell | Add type checks for web.py methods. |
commit | commitdiff | tree |
2011-05-30 |
Ben Darnell | Type checks for httpserver.HTTPRequest fields |
commit | commitdiff | tree |
2011-05-30 |
Ben Darnell | Check types of HTTPClient response objects and make... |
commit | commitdiff | tree |
2011-05-30 |
Ben Darnell | Move most simple_httpclient tests to httpclient_test... |
commit | commitdiff | tree |
2011-05-30 |
Ben Darnell | Add AI_ADDRCONFIG to getaddrinfo call, which may fix... |
commit | commitdiff | tree |
2011-05-29 |
Ben Darnell | Test template include/extend operations |
commit | commitdiff | tree |
2011-05-29 |
Ben Darnell | Test WSGIApplication and make it work on python3 |
commit | commitdiff | tree |
2011-05-29 |
Ben Darnell | Make WSGIContainer work on python 3 |
commit | commitdiff | tree |
2011-05-29 |
Ben Darnell | Add a simple template test and make it pass in python 3 |
commit | commitdiff | tree |
2011-05-29 |
Ben Darnell | Add script to run test suite with multiple python versi... |
commit | commitdiff | tree |
2011-05-29 |
Ben Darnell | Make tornado.testing.main with no arguments work in... |
commit | commitdiff | tree |
2011-05-29 |
Ben Darnell | Don't add an extra delimter when no arguments are given |
commit | commitdiff | tree |
2011-05-28 |
Ben Darnell | Remove execute permission from files not intended to... |
commit | commitdiff | tree |
2011-05-28 |
Ben Darnell | Add a test that imports all tornado modules to at least... |
commit | commitdiff | tree |
2011-05-28 |
Ben Darnell | Make OAuth2Mixin work even when OAUTH_AUTHORIZE_URL... |
commit | commitdiff | tree |
2011-05-28 |
Ben Darnell | Convert path components to unicode for consistency... |
commit | commitdiff | tree |
2011-05-28 |
Ben Darnell | Fix HTTPServer on windows, where IPPROTO_IPV6 options... |
commit | commitdiff | tree |
2011-05-25 |
Ben Darnell | Fix decoding of non-ascii characters in query strings |
commit | commitdiff | tree |
2011-05-24 |
Ben Darnell | Inner headers for multipart/form-data default to utf-8 |
commit | commitdiff | tree |
2011-05-24 |
Ben Darnell | Fix and test encoding handling for multipart/form-data... |
commit | commitdiff | tree |
2011-05-21 |
Ben Darnell | Make xhtml_escape work in python3; add test. |
commit | commitdiff | tree |
2011-05-19 |
Ben Darnell | Use the standard mime type application/json when produc... |
commit | commitdiff | tree |
2011-05-19 |
bdarnell | Merge pull request #260 from alanhogan/documentation... |
commit | commitdiff | tree |
2011-05-19 |
Alan Hogan | Typo, restore missing path setting, and mention the... 260/head |
commit | commitdiff | tree |
2011-05-18 |
Ben Darnell | Add simple test application for websockets |
commit | commitdiff | tree |
2011-05-18 |
Ben Darnell | Fix websocket after string type changes introduced... |
commit | commitdiff | tree |
2011-05-16 |
Ben Darnell | Run SSL tests even when pycurl is not present. |
commit | commitdiff | tree |
2011-05-16 |
Ben Darnell | Client-side ipv6 support (disabled by default) |
commit | commitdiff | tree |
2011-05-16 |
Ben Darnell | Server-side ipv6 support. |
commit | commitdiff | tree |
2011-05-15 |
Ben Darnell | Fix cookie handling after python3 encoding changes... |
commit | commitdiff | tree |
2011-05-15 |
Ben Darnell | Add tornado.escape.native_str() for dealing with python... |
commit | commitdiff | tree |
2011-05-15 |
Ben Darnell | Python3-ify this test |
commit | commitdiff | tree |
2011-05-15 |
Ben Darnell | Help 2to3 with a tricky three-argument raise statement |
commit | commitdiff | tree |
2011-05-15 |
Ben Darnell | Python3 doesn't have a useful basestring type any more :( |
commit | commitdiff | tree |
2011-05-15 |
Alan Hogan | Document how to fake other root files despite serving... |
commit | commitdiff | tree |
2011-05-15 |
Alan Hogan | Document RedirectHandler |
commit | commitdiff | tree |
2011-05-15 |
Ben Darnell | Add keepalive support to benchmark, add other command... |
commit | commitdiff | tree |
2011-05-15 |
Ben Darnell | Fix a StackContext leak introduced by the delayed IOStr... |
commit | commitdiff | tree |
2011-05-15 |
Ben Darnell | Convert http request bodies to utf8 earlier so content... |
commit | commitdiff | tree |
2011-05-15 |
Ben Darnell | Small speedups |
commit | commitdiff | tree |
2011-05-15 |
Ben Darnell | Freeze the iostream write buffer when send() returns 0. |
commit | commitdiff | tree |
2011-05-15 |
Ben Darnell | Fix handling of closed connections with epoll. This... |
commit | commitdiff | tree |
2011-05-15 |
Ben Darnell | Tolerate servers that don't include reason text in... |
commit | commitdiff | tree |
2011-05-15 |
Ben Darnell | Automatically run 2to3 when installing on python 3 |
commit | commitdiff | tree |
2011-05-15 |
Ben Darnell | Merge branch 'python3' |
commit | commitdiff | tree |
2011-05-14 |
Ben Darnell | Slightly faster utf8 function |
commit | commitdiff | tree |
2011-05-14 |
Ben Darnell | Fix deprecation warnings in python 3 |
commit | commitdiff | tree |
2011-05-14 |
Ben Darnell | types.NoneType no longer exists in python 3 |
commit | commitdiff | tree |
2011-05-14 |
Ben Darnell | Merge branch 'master' into python3 |
commit | commitdiff | tree |
2011-05-12 |
Alan Hogan | Describe redirections and the permanent argument |
commit | commitdiff | tree |
2011-05-06 |
bdarnell | Merge pull request #258 from kmike/master |
commit | commitdiff | tree |
2011-05-04 |
Mikhail Korobov | Better error handling for exceptions in on_message... 258/head |
commit | commitdiff | tree |
2011-05-02 |
Ben Darnell | Speed up a common case in iostream._merge_prefix |
commit | commitdiff | tree |
2011-05-02 |
Ben Darnell | Memoize HTTPHeaders._normalize_name |
commit | commitdiff | tree |
2011-05-02 |
Ben Darnell | StackContext speedups: special-case some common situations, |
commit | commitdiff | tree |
2011-05-01 |
Ben Darnell | Fix for python2.5: heapq used to use __le__ instead... |
commit | commitdiff | tree |
2011-05-01 |
Ben Darnell | Make a recently-added test pass in python3 |
commit | commitdiff | tree |
2011-05-01 |
Ben Darnell | Merge branch 'master' into python3 |
commit | commitdiff | tree |
2011-05-01 |
Ben Darnell | Change IOLoop._timeouts from a sorted list to a heapq. |
commit | commitdiff | tree |
2011-05-01 |
Ben Darnell | Run all IOStream callbacks via IOLoop.add_callback. |
commit | commitdiff | tree |
2011-05-01 |
Ben Darnell | Document the ability to modify XSRF protection by overr... |
commit | commitdiff | tree |
2011-05-01 |
Ben Darnell | Support https for UIModule javascript_files and css_files. |
commit | commitdiff | tree |
2011-05-01 |
bdarnell | Merge pull request #253 from mcella/patch-1. |
commit | commitdiff | tree |
2011-04-28 |
Michele Cella | RequestHandler.get_argument should raise an HTTP 400... 253/head |
commit | commitdiff | tree |
2011-04-25 |
Ben Darnell | Better check for missing messages in facebook demo |
commit | commitdiff | tree |
2011-04-25 |
Ben Darnell | Check to see if actions field is present in facebook... |
commit | commitdiff | tree |
2011-04-25 |
Ben Darnell | Add **kwargs to WebSocketHandler.__init__ |
commit | commitdiff | tree |
2011-04-25 |
Ben Darnell | Infer option types from the default when possible. |
commit | commitdiff | tree |
2011-04-25 |
Ben Darnell | Ignore hidden directories (e.g. .svn) in load_gettext_t... |
commit | commitdiff | tree |
2011-04-16 |
Ben Darnell | Fix broken link |
commit | commitdiff | tree |
2011-04-16 |
Ben Darnell | str.encode('base64') != base64.b64encode() |
commit | commitdiff | tree |
2011-04-16 |
Ben Darnell | Convert WSGI content-length variable to an int at the... |
commit | commitdiff | tree |
2011-04-16 |
Ben Darnell | Make template constructor accept unicode strings |
commit | commitdiff | tree |
2011-03-31 |
Ben Darnell | Move another curl hack (disabling Pragma: no-cache... |
commit | commitdiff | tree |
2011-03-31 |
Ben Darnell | Add appengine config for /favicon.ico |
commit | commitdiff | tree |
2011-03-30 |
Peter Bengtsson | adding favicon.ico for website 240/head |
commit | commitdiff | tree |
2011-03-28 |
Neil Rahilly | Disable Expect header in curl_httpclient.py without... 239/head |
commit | commitdiff | tree |
2011-03-28 |
Neil Rahilly | Fix Expect header bug in curl_httpclient.py. 237/head |
commit | commitdiff | tree |
2011-03-28 |
Ben Darnell | Add support for username/password in url for simple_htt... |
commit | commitdiff | tree |
2011-03-25 |
Ben Darnell | Document the fact that CSV files should not have spaces... |
commit | commitdiff | tree |
2011-03-15 |
Ben Darnell | Move curl Expect: header hack from httpclient.py to... |
commit | commitdiff | tree |
2011-03-14 |
Brian Beach | Make AsyncTestCase call tearDown in super class. 232/head |
commit | commitdiff | tree |
2011-03-07 |
Ben Darnell | Update docstrings for get_user_locale and get_error_html. |
commit | commitdiff | tree |
2011-03-03 |
Ben Darnell | Update facebook demo to use the graph api instead of... |
commit | commitdiff | tree |
2011-03-03 |
Ben Darnell | Merge commit 'v1.2.1' |
commit | commitdiff | tree |
2011-03-03 |
Ben Darnell | Set version number to 1.2.1 branch1.2 v1.2.1 |
commit | commitdiff | tree |
2011-03-03 |
Ben Darnell | In FacebookGraphMixin, explicitly request required... |
commit | commitdiff | tree |
2011-03-01 |
Ben Darnell | Python3 decodes sys.argv for us, so only decode when... |
commit | commitdiff | tree |
2011-02-25 |
Ben Darnell | Open static files in binary mode in static_url. |
commit | commitdiff | tree |
2011-02-25 |
Ben Darnell | _request_summary should return a string, not bytes |
commit | commitdiff | tree |
2011-02-25 |
Ben Darnell | Make escape.json_decode accept either unicode or (utf8... |
commit | commitdiff | tree |
2011-02-25 |
Ben Darnell | Convert cookie value to bytes in get_secure_cookie |
commit | commitdiff | tree |
2011-02-25 |
Ben Darnell | Convert some byte strings to unicode. |
commit | commitdiff | tree |
2011-02-24 |
Ben Darnell | Use our own copy of contextlib.nested (which no longer... |
commit | commitdiff | tree |
2011-02-24 |
Ben Darnell | Use the appropriate version of ''.join() in _merge_prefix |
commit | commitdiff | tree |
2011-02-24 |
Ben Darnell | Make time_independent_equals work with python3 byte... |
commit | commitdiff | tree |
2011-02-24 |
Ben Darnell | On python3, use BytesIO instead of StringIO |
commit | commitdiff | tree |
2011-02-24 |
Ben Darnell | Mark many of our internal string literals as byte literals. |
commit | commitdiff | tree |
2011-02-24 |
Ben Darnell | Get rid of web.py's redundant utf8 function |
commit | commitdiff | tree |
2011-02-24 |
Ben Darnell | Ignore auto2to3 cache files |
commit | commitdiff | tree |
next |