]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2014-12-23  Daniel James... Skip test if check_hostname functionality not available 1270/head
2014-12-23  Daniel James... Add test to ensure stream start_tls calls use the serve...
2014-12-11  Daniel James... Use server_hostname parameter in call to ssl_wrap_socket
2014-12-06  Ben DarnellMerge pull request #1258 from tdyas/no_raise_error
2014-12-05  Ben DarnellMerge pull request #1264 from nbargnesi/master
2014-12-05  Nick Bargnesiswap platform.system() for sys.platform; #1263 1264/head
2014-11-30  Ben DarnellMerge pull request #1260 from lilydjwg/no-handler-redirect
2014-11-25  依云use the same protocol when redirecting to default host 1260/head
2014-11-21  Tom Dyashttp client: option to not raise errors 1258/head
2014-11-16  Ben DarnellAlso fix flow control for the select IOLoop.
2014-11-16  Ben DarnellFix IOStream flow control under kqueue.
2014-11-11  Ben DarnellFix typo in docs.
2014-11-09  Ben DarnellMerge pull request #1246 from heewa/cleanup_subprocess_...
2014-11-08  Heewa BarfchinCleanup Subprocess when tearing down AsyncTestCase 1246/head
2014-11-08  Ben DarnellAdd *args, **kw to WebSocketHandler.open.
2014-11-05  Ben DarnellMerge pull request #1241 from heewa/find_option_definer
2014-11-03  Heewa BarfchinFind real option definer. 1241/head
2014-10-28  Ben DarnellFix compatibility with just-released unittest2 0.6.
2014-10-27  Ben DarnellRemove example of the legacy HTTPServer callback interface.
2014-10-27  Ben DarnellMerge pull request #1231 from daftshady/master
2014-10-26  daftshadyfixed error message in iostream 1231/head
2014-10-18  Ben DarnellChange connection-refused test from localhost to 127...
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.
next