]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2015-01-18  Daiki Aminakaadd is_running to get callback state 1303/head
2015-01-17  Ben DarnellAllow SSLError or socket.error in this test.
2015-01-17  Ben DarnellFix LogCounter on py26
2015-01-17  Ben DarnellFix another unexamined Future
2015-01-17  Ben DarnellMerge branch 'log_future'
2015-01-17  Ben DarnellConsider the tests failed if they log any non-filtered...
2015-01-17  Ben DarnellLog more uncaught exceptions instead of suppressing...
2015-01-16  Ben Darnelltravis-ci: don't install pycurl on pypy3.
2015-01-16  Ben DarnellMerge pull request #1299 from ysimonson/feature/ignore...
2015-01-14  Ben DarnellMerge commit 'bbd1f9'
2015-01-12  Yusuf SimonsonMore aggressive capturing of xsrf cookie errors 1299/head
2015-01-12  Ben DarnellMake Application.start_request match HTTPServerConnecti...
2015-01-12  Ben DarnellMerge pull request #1270 from djvis/master
2015-01-11  Ben DarnellCatch up on next-release notes.
2015-01-11  Ben DarnellCorrect handling of HTTP version numbers.
2015-01-11  Ben DarnellFix regression in support for both CRLF and bare LF...
2015-01-11  Ben DarnellFix httputil_test on python 3.2.
2015-01-11  Ben DarnellFix header parsing with unicode newline-like characters.
2015-01-11  Ben DarnellRefactor connection-closed tests.
2015-01-11  Ben DarnellMerge pull request #1296 from asvetlov/master
2015-01-11  Ben DarnellMerge pull request #1294 from lmas/master
2015-01-10  Ben DarnellMerge pull request #1285 from lwzm/master
2015-01-10  Ben DarnellClarify docs: `return` in generator is new in 3.3.
2015-01-10  Ben DarnellMerge pull request #1300 from arihantagarwal/arihant
2015-01-10  Arihant AgarwalChanged 'return' to 'raise gen.Return()' to fix Issue... 1300/head
2015-01-07  Yusuf SimonsonHandle bad xsrf tokens more gracefully
2015-01-05  Andrew SvetlovMention in Sec-WebSocket-Version all versions supported... 1296/head
2015-01-04  A. SvenssonFixed TCPServer not setting the correct read_chunk_size. 1294/head
2014-12-23  felloakEnsure that HTTPServerRequest.body is a byte string 1285/head
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-18  Ben DarnellMerge pull request #1281 from nordaux/master
2014-12-18  Andrew GlinskiyFixed error that the web.asynchronous doesn't complete... 1281/head
2014-12-17  Ben DarnellMerge pull request #1279 from chrisseto/patch-1
2014-12-17  Chris SetoFix typo in `stream_request_body` 1279/head
2014-12-16  Ben DarnellMerge pull request #1261 from lilydjwg/fix-ipv6-host
2014-12-14  依云move code to seperate function 'split_host_and_port' 1261/head
2014-12-14  依云remove executable permission from tornado.web
2014-12-14  依云Merge branch 'master' into fix-ipv6-host
2014-12-12  Ben DarnellMerge pull request #1268 from schlamar/win-timeout
2014-12-12  Marc Schlaichtox: add optional pyxx-no-ext environments 1268/head
2014-12-12  Marc Schlaichfix test_request_timeout on Windows by increasing timeout
2014-12-12  Ben DarnellAdd support for Future.exc_info when logging abandoned...
2014-12-11  Daniel James... Use server_hostname parameter in call to ssl_wrap_socket
2014-12-09  Ben DarnellMerge branch 'master' into log_future
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-25  依云fix matching a IPv6 address as host
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  Omer KatzExcluded more non-PyPy related build steps that I missed.
next