]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2015-07-27  Leon ChanRemove an useless line 1471/head
2014-10-14  Ben DarnellMerge pull request #1222 from glaslos/patch-1
2014-10-13  Lukas RistFixed example in doc string 1222/head
2014-10-12  Ben DarnellAdd another ignore_bytes_warning call to log_test.
2014-10-12  Ben DarnellHandle closed connections in WebSocketHandler.
2014-10-12  Ben DarnellCatch StreamClosedError in StaticFileHandler.
2014-10-12  Ben DarnellDocument that the blog demo is py2-only.
2014-10-11  Ben DarnellDisable pycares tests on travis due to ipv6 issues.
2014-10-11  Ben DarnellFix byte strings as header values in curl_httpclient...
2014-10-11  Ben DarnellStreamline tox configuration using new features in...
2014-10-11  Ben DarnellUpdate dependency versions in maint/requirements.txt
2014-10-10  Ben DarnellMerge pull request #1217 from noxiouz/http_server_doc__fix
2014-10-10  Anton TiurinFix an example in docstring of HTTPServer 1217/head
2014-10-05  Ben DarnellAdd a test for removing an IOLoop handler from another...
2014-10-05  Ben DarnellClarify error messages about http request bodies.
2014-10-05  Ben DarnellDocument the ability to pass lists of kv pairs to url...
2014-10-04  Ben DarnellMerge pull request #1215 from mayhewj/master
2014-10-04  Justin MayhewFix typo 1215/head
2014-09-26  Ben DarnellMerge pull request #1207 from leekchan/locale_test
2014-09-26  Ben DarnellMerge pull request #1206 from leekchan/test_web_redirect
2014-09-24  Lee Kyoung... Add a unit test for locale.format_day 1207/head
2014-09-23  Lee Kyoung... Add a unit test for locale.list
2014-09-23  Lee Kyoung... Add a unit test for locale.friendly_number
2014-09-23  Lee Kyoung... Improve test_format_date
2014-09-23  Lee Kyoung... Add a unit test for tornado.web.RedirectHandler 1206/head
2014-09-21  Ben Darnellcurl_httpclient: run streaming and header callbacks...
2014-09-21  Ben DarnellMove static functions in curl_httpclient to methods...
2014-09-21  Ben DarnellDocument Tornado's incompatibility with asyncio.Proacto...
2014-09-18  Ben DarnellMerge pull request #1197 from Parkayun/master
2014-09-16  Ben DarnellMerge pull request #1194 from leekchan/test_if_modified...
2014-09-16  Lee Kyoung... Add a test for if_modified_since parameter of httpclien... 1194/head
2014-09-16  ParkayunRemove unused module in tornado.platform.asyncio 1197/head
2014-09-16  Ben DarnellMerge remote-tracking branch 'leekchan/set_cookie_expir...
2014-09-16  Lee Kyoung... Fixed test_set_cookie_expires_days 1187/head
2014-09-15  Ben DarnellMerge pull request #1189 from Parkayun/master
2014-09-15  Parkayunremove unused module in test 1189/head
2014-09-15  ParkayunAdd test for httputil.parse_requset_start_line
2014-09-15  Parkayunadd test for util.timedelta_to_seconds
2014-09-15  Ben DarnellUpdate example for HTTPClient exception handling.
2014-09-15  Ben DarnellHandle multiple exceptions in AsyncTestCase.
2014-09-15  Ben DarnellMerge pull request #1175 from virtuald/coroutine-warning
2014-09-15  Ben DarnellMerge commit 'f40d39b'
2014-09-15  Ben DarnellCapture stack context in gen.engine's wrapper function.
2014-09-15  Ben DarnellMerge branch 'branch4.0'
2014-09-14  Ben DarnellMerge pull request #1185 from leekchan/master
2014-09-14  Lee Kyoung... Added a unit test for setting a cookie with expires_days 1186/head
2014-09-14  Lee Kyoung... Fixed some typos 1185/head
2014-09-14  Lee Kyoung... Added unit tests for tornado.web.removeslash and tornad...
2014-09-13  Ben DarnellMerge pull request #1179 from leekchan/master
2014-09-12  Ben DarnellMerge pull request #1182 from Parkayun/master
2014-09-12  Neilen MaraisAdd callback error handling to Future 1183/head
2014-09-12  ParkayunAdd test for tornado.escape.recursive_unicode 1182/head
2014-09-11  Lee Kyoung... Added a unit test for setting a cookie with max_age 1179/head
2014-09-11  Ben DarnellMerge pull request #1178 from leekchan/master
2014-09-11  Lee Kyoung... Added a unit test for tornado.escape.squeeze 1178/head
2014-09-11  Lee Kyoung... Fixed some typos
2014-09-11  Ben DarnellSet version number to 4.0.2 v4.0.2
2014-09-05  Dustin SpicuzzaAdd documentation warning about exceptions in coroutines 1175/head
2014-09-01  Ben DarnellAdd release notes for 4.0.2.
2014-09-01  Ben DarnellFix an erroneous return of None in IOStream.connect.
2014-09-01  Ben DarnellLimit the number of connections we will accept per...
2014-09-01  Ben DarnellFix a subtle reference cycle that can lead to increased...
2014-09-01  Eddie MishelevichAdd missing argument max_buffer_size to TCPClient.conne...
2014-09-01  Ben DarnellFix an erroneous return of None in IOStream.connect.
2014-09-01  Ben DarnellModernize freebsd vagrant config.
2014-08-31  Ben DarnellLimit the number of connections we will accept per...
2014-08-30  Ben DarnellFix a subtle reference cycle that can lead to increased...
2014-08-27  Ben DarnellReinstate the bytes_type alias in case anyone is depend...
2014-08-27  Ben DarnellMerge pull request #1166 from quatrix/master
2014-08-26  Eddie MishelevichAdd missing argument max_buffer_size to TCPClient.conne... 1166/head
2014-08-26  Ben DarnellMerge pull request #1162 from methane/remove-bytes...
2014-08-25  INADA NaokiReplace tornado.util.bytes_type to bytes 1162/head
2014-08-24  Ben DarnellFix a regression in gzip output for StaticFileHandler.
2014-08-24  Niko WilbertFixed support for test generators
2014-08-24  Ben DarnellFix a regression in which a timeout could fire after...
2014-08-24  Ben DarnellSet version number in branch4.0 to 4.0.2.dev1
2014-08-24  Ben DarnellRemove the default facebook api key from the demo.
2014-08-24  Ben Darnells/SIGCHILD/SIGCHLD/ in docs.
2014-08-23  Ben DarnellFix a regression in gzip output for StaticFileHandler.
2014-08-23  Ben DarnellMerge pull request #1153 from nwilbert/patch-1
2014-08-22  Niko WilbertFixed support for test generators 1153/head
2014-08-20  Ben DarnellFix a regression in which a timeout could fire after...
2014-08-12  Ben DarnellAdd property setter for RequestHandler.locale
2014-08-12  Ben DarnellRemove entries from next.rst that made it in to v4...
2014-08-12  Ben DarnellMerge branch 'branch4.0'
2014-08-12  Ben DarnellSet version number to 4.0.1. v4.0.1
2014-08-12  Ben DarnellSpecify a non-zero port when testing localhost resolution.
2014-08-10  Ben DarnellAdd release notes for 4.0.1 and update version number.
2014-08-10  Ben DarnellCorrectly handle 204 response codes that do not include...
2014-08-10  Ben DarnellFix an AttributeError in WebSocketClientConnection...
2014-08-10  WEI ZhichengFix `IOStream' when callback function return `Future...
2014-08-10  WEI ZhichengFix `PeriodicCallback' when callback function return...
2014-08-10  Ben DarnellAdd missing return statements to call_at and call_later.
2014-08-10  Ben DarnellFall back to pure-python mode on any exception during...
2014-08-10  Ben DarnellCorrectly handle 204 response codes that do not include...
2014-08-09  Ben DarnellFix an AttributeError in WebSocketClientConnection...
2014-08-09  Ben DarnellMerge pull request #1142 from zhicheng/master
2014-08-07  WEI ZhichengFix `IOStream' when callback function return `Future... 1142/head
2014-08-07  WEI ZhichengMerge pull request #1 from tornadoweb/master
2014-08-07  Ben DarnellForgot to git add the new file.
next