]>
git.ipfire.org Git - thirdparty/tornado.git/log 
Ben Darnell  [Wed, 29 Aug 2012 17:33:00 +0000  (13:33 -0400)]  
Autobahn websocket test has moved to a separate package.
Ben Darnell  [Tue, 28 Aug 2012 19:24:55 +0000  (15:24 -0400)]  
Fix tests on windows
Ben Darnell  [Tue, 28 Aug 2012 17:43:13 +0000  (13:43 -0400)]  
Add link to new settings docs in release notes
Ben Darnell  [Mon, 27 Aug 2012 23:18:38 +0000  (19:18 -0400)]  
Organize next-release notes.
Ben Darnell  [Mon, 27 Aug 2012 22:56:34 +0000  (18:56 -0400)]  
Document all available application settings.
Ben Darnell  [Mon, 27 Aug 2012 21:49:20 +0000  (17:49 -0400)]  
Fill in missing docs and other minor doc updates.
Ben Darnell  [Mon, 27 Aug 2012 21:45:50 +0000  (17:45 -0400)]  
Run twisted tests in a temporary directory so they don't leak temp files.
Ben Darnell  [Mon, 27 Aug 2012 21:33:01 +0000  (17:33 -0400)]  
Autopep8 cleanups.
Ben Darnell  [Mon, 27 Aug 2012 21:30:06 +0000  (17:30 -0400)]  
Don't let autopep8 rewrite all the lines longer than 80 chars.
Ben Darnell  [Mon, 27 Aug 2012 17:43:13 +0000  (10:43 -0700)]  
Release note updates
Ben Darnell  [Mon, 27 Aug 2012 01:03:12 +0000  (18:03 -0700)]  
Fix template errors with empty blocks.
Ben Darnell  [Mon, 27 Aug 2012 00:43:38 +0000  (17:43 -0700)]  
Refactor template namespace from render_string to its own method.
Ben Darnell  [Sun, 26 Aug 2012 23:45:35 +0000  (16:45 -0700)]  
Make the openid claimed_id available in OpenIDMixin
Ben Darnell  [Sun, 26 Aug 2012 23:23:30 +0000  (16:23 -0700)]  
Make authdemo's logout less confusing.
Ben Darnell  [Sat, 25 Aug 2012 03:26:46 +0000  (20:26 -0700)]  
Release note updates
Ben Darnell  [Mon, 20 Aug 2012 02:31:15 +0000  (19:31 -0700)]  
Fix test for pre-2.7 assertions
Ben Darnell  [Mon, 20 Aug 2012 02:20:58 +0000  (19:20 -0700)]  
Merge remote-tracking branch 'evanj/master' into merge
Ben Darnell  [Mon, 20 Aug 2012 02:02:56 +0000  (19:02 -0700)]  
When closing an HTTPConnection, also clear a circular reference to self.
Ben Darnell  [Sun, 19 Aug 2012 19:16:15 +0000  (12:16 -0700)]  
Allow calls to SSLIOStream.write while the connection is in progress.
Ben Darnell  [Sun, 19 Aug 2012 05:56:14 +0000  (22:56 -0700)]  
Reorganize IOStream tests and run them in both regular and ssl mode.
Ben Darnell  [Sun, 19 Aug 2012 02:39:57 +0000  (19:39 -0700)]  
Add binary_form argument to get_ssl_certificate.
Ben Darnell  [Wed, 15 Aug 2012 17:38:09 +0000  (10:38 -0700)]  
Test cleanup.
Ben Darnell  [Wed, 15 Aug 2012 17:22:12 +0000  (10:22 -0700)]  
Merge remote-tracking branch 'bergundy/upstream'
Roey Berman  [Wed, 15 Aug 2012 11:48:20 +0000  (14:48 +0300)]  
added b() to string assertion in simple_httpclient_test:HTTP100ContinueTestCase (python3)
Roey Berman  [Wed, 15 Aug 2012 11:36:51 +0000  (14:36 +0300)]  
added b to stream write (for passing python3 tests
Roey Berman  [Wed, 15 Aug 2012 11:15:31 +0000  (14:15 +0300)]  
ignore 1xx headers prev commit was incomplete, fixed
Ben Darnell  [Mon, 13 Aug 2012 17:06:48 +0000  (10:06 -0700)]  
Blacklist a few more twisted tests that seem flaky
Ben Darnell  [Mon, 13 Aug 2012 17:06:10 +0000  (10:06 -0700)]  
Update docutils dependency version.
Ben Darnell  [Sun, 12 Aug 2012 00:51:27 +0000  (17:51 -0700)]  
Fix str/bytes problems in the auth module on python 3.
Ben Darnell  [Sat, 11 Aug 2012 19:42:49 +0000  (12:42 -0700)]  
Remove httpclient max_simultaneous_connections argument.
Ben Darnell  [Sat, 11 Aug 2012 19:27:23 +0000  (12:27 -0700)]  
Merge branch 'branch2.3'
Ben Darnell  [Sat, 11 Aug 2012 19:14:09 +0000  (12:14 -0700)]  
Update doc examples for xsrf_form_html.
Ben Darnell  [Sat, 11 Aug 2012 19:09:57 +0000  (12:09 -0700)]  
Latex output file must end in .tex
Ben Darnell  [Sat, 11 Aug 2012 16:07:33 +0000  (09:07 -0700)]  
Add latex_documents configuration so readthedocs can build pdfs of the docs.
Ben Darnell  [Sat, 11 Aug 2012 19:09:57 +0000  (12:09 -0700)]  
Latex output file must end in .tex
Ben Darnell  [Sat, 11 Aug 2012 16:07:33 +0000  (09:07 -0700)]  
Add latex_documents configuration so readthedocs can build pdfs of the docs.
Stiletto  [Mon, 6 Aug 2012 15:43:27 +0000  (19:43 +0400)]  
Fire shutdown event from main loop
Stiletto  [Mon, 30 Jul 2012 20:25:04 +0000  (00:25  +0400)]  
Fixed shutdown sequence in twisted reactor
Evan Jones  [Thu, 2 Aug 2012 15:13:58 +0000  (11:13 -0400)]  
simple_httpclient: Report errno and reason for connection errors.
Roey Berman  [Tue, 31 Jul 2012 14:43:12 +0000  (17:43 +0300)]  
simple_httpclient: ignore 1xx headers
bdarnell  [Tue, 31 Jul 2012 11:17:47 +0000  (04:17  -0700)]  
Merge pull request #573 from ewdurbin/master
Roey Berman  [Mon, 30 Jul 2012 10:37:17 +0000  (13:37 +0300)]  
iostream_test: moved the server.close() call from write the after write callback to just before the second read_until().
Ernest W. Durbin III  [Mon, 30 Jul 2012 15:16:56 +0000  (11:16 -0400)]  
more oob changes
bdarnell  [Sun, 29 Jul 2012 15:45:20 +0000  (08:45 -0700)]  
Merge pull request #569 from MartinMartimeo/patch-1
MartinMartimeo  [Sat, 21 Jul 2012 19:55:38 +0000  (22:55 +0300)]  
Omitting super(...).__init__() causes python, when RequestHandler is extended with multiple class inheritance, to not execute all __init__ methods of all super classes.
bdarnell  [Sat, 14 Jul 2012 17:56:03 +0000  (10:56 -0700)]  
Merge pull request #560 from ei-grad/master
Roey Berman  [Thu, 12 Jul 2012 16:57:38 +0000  (19:57 +0300)]  
Fixed and added regression test for a bug that was introduced in 2.3
Andrew Grigorev  [Mon, 9 Jul 2012 11:17:07 +0000  (15:17 +0400)]  
formatting
Andrew Grigorev  [Mon, 9 Jul 2012 10:47:51 +0000  (14:47 +0400)]  
output a peer name to log message on ssl errors
bdarnell  [Wed, 4 Jul 2012 06:03:05 +0000  (23:03 -0700)]  
Merge pull request #557 from raullenchai/master
Ben Darnell  [Wed, 4 Jul 2012 05:24:28 +0000  (22:24 -0700)]  
Fix sphinx formatting of new docstring
bdarnell  [Wed, 4 Jul 2012 05:19:51 +0000  (22:19 -0700)]  
Merge pull request #556 from yoinc/master
Raullen  [Tue, 3 Jul 2012 00:28:44 +0000  (17:28 -0700)]  
return None when a secure-cookie is forged
Joey Liaw  [Fri, 15 Jun 2012 01:27:40 +0000  (18:27 -0700)]  
Forward testing.main kwargs to unittest.main
Ben Darnell  [Fri, 29 Jun 2012 07:53:22 +0000  (00:53  -0700)]  
Disallow multiple calls to add_handler for the same fd in IOLoop.
bdarnell  [Fri, 29 Jun 2012 06:57:11 +0000  (23:57 -0700)]  
Merge pull request #551 from minrk/reuseaddr
bdarnell  [Fri, 29 Jun 2012 06:54:04 +0000  (23:54 -0700)]  
Merge pull request #547 from evanj/master
bdarnell  [Fri, 29 Jun 2012 06:53:22 +0000  (23:53 -0700)]  
Merge pull request #552 from vigasin/master
Ben Darnell  [Fri, 29 Jun 2012 06:50:23 +0000  (23:50 -0700)]  
Use non-deprecated zope.interface methods in twisted bridge.
MinRK  [Thu, 28 Jun 2012 18:29:05 +0000  (11:29 -0700)]  
skip EXCLUSIVEADDRUSE on Windows
Ivan Vigasin  [Thu, 28 Jun 2012 16:01:34 +0000  (20:01 +0400)]  
Fix ssl socket error handling.
Evan Jones  [Tue, 26 Jun 2012 16:17:13 +0000  (12:17 -0400)]  
TCPServer: Do some validation of ssl_options
MinRK  [Thu, 28 Jun 2012 04:08:12 +0000  (21:08 -0700)]  
set SO_EXCLUSIVEADDRUSER on Windows instead of SO_REUSEADDR
Ben Darnell  [Wed, 27 Jun 2012 07:02:58 +0000  (00:02  -0700)]  
Fix (and test and document) logging on py2 with non-ascii bytestrings.
bdarnell  [Wed, 27 Jun 2012 04:04:44 +0000  (21:04 -0700)]  
Merge pull request #549 from polymorphm/bugfix_stack_context_wrap_kwargs
Andrej A Antonov  [Wed, 27 Jun 2012 01:18:54 +0000  (05:18  +0400)]  
fixed the bug that tornado.stack_context.wrap restricts kwargs for function
Ben Darnell  [Mon, 25 Jun 2012 02:52:53 +0000  (19:52 -0700)]  
Tests and docs for break/continue in templates
Felinx Lee  [Tue, 19 Jun 2012 03:25:51 +0000  (11:25 +0800)]  
Add continue and break statement support in while and for loop for template
bdarnell  [Mon, 25 Jun 2012 02:09:31 +0000  (19:09 -0700)]  
Merge pull request #530 from alekstorm/body_args
Ben Darnell  [Mon, 25 Jun 2012 01:41:11 +0000  (18:41 -0700)]  
Encourage "python -m tornado.test.runtests" as the way to run the tests.
Ben Darnell  [Mon, 18 Jun 2012 07:37:55 +0000  (00:37  -0700)]  
Add pypy-full to default envlist too
Ben Darnell  [Mon, 18 Jun 2012 07:30:11 +0000  (00:30  -0700)]  
Add a pypy-full test configuration.
Ben Darnell  [Mon, 18 Jun 2012 06:04:56 +0000  (23:04 -0700)]  
Get rid of test_sslv2_fail.
Ben Darnell  [Mon, 18 Jun 2012 05:57:23 +0000  (22:57 -0700)]  
Run some (synchronous) web.py tests via wsgi too.
bdarnell  [Mon, 18 Jun 2012 04:48:09 +0000  (21:48 -0700)]  
Merge pull request #540 from zhuzhuor/master
Bo Zhu  [Mon, 18 Jun 2012 02:30:29 +0000  (22:30 -0400)]  
fixed the bug that RequestHandler.add_header doesn't work for WSGI applications
bdarnell  [Sun, 17 Jun 2012 21:45:45 +0000  (14:45 -0700)]  
Merge pull request #539 from msabramo/travis-py26-allow-failure
Marc Abramowitz  [Sun, 17 Jun 2012 07:30:31 +0000  (00:30  -0700)]  
.travis.yml: Test py32 with LANG=C and LANG=en_US.utf-8
Marc Abramowitz  [Sun, 17 Jun 2012 07:07:37 +0000  (00:07  -0700)]  
.travis.yml: Test with more full dependencies using "matrix: include:"
Marc Abramowitz  [Sun, 17 Jun 2012 06:58:54 +0000  (23:58 -0700)]  
Add py25 (depends on simplejson) to .travis.yml
Marc Abramowitz  [Sun, 17 Jun 2012 06:56:42 +0000  (23:56 -0700)]  
Add pypy to .travis.yml
Marc Abramowitz  [Sun, 17 Jun 2012 06:46:03 +0000  (23:46 -0700)]  
Add py26 back but make it an allowable failure
bdarnell  [Fri, 15 Jun 2012 04:40:42 +0000  (21:40 -0700)]  
Merge pull request #536 from evanj/master
Ben Darnell  [Fri, 15 Jun 2012 04:29:21 +0000  (21:29 -0700)]  
Update dependency versions
Evan Jones  [Thu, 14 Jun 2012 19:34:42 +0000  (15:34 -0400)]  
Documentation: Application(debug=True); autoreload limitations.
Ben Darnell  [Thu, 14 Jun 2012 08:41:04 +0000  (01:41  -0700)]  
Fix load_gettext_translations on python 3
Ben Darnell  [Thu, 14 Jun 2012 08:03:17 +0000  (01:03  -0700)]  
Better ($LANG-independent) fix for csv translation loading on py3.
Ben Darnell  [Thu, 14 Jun 2012 07:28:15 +0000  (00:28  -0700)]  
Ignore ImportWarnings in tests.
Ben Darnell  [Thu, 14 Jun 2012 06:09:15 +0000  (23:09 -0700)]  
Give test_request_timeout another 10ms slack.
Ben Darnell  [Thu, 14 Jun 2012 06:08:06 +0000  (23:08 -0700)]  
Better way to force a getaddrinfo error.
Ben Darnell  [Wed, 13 Jun 2012 17:55:46 +0000  (10:55 -0700)]  
Run the tests in optimized mode too to ensure that things still work
Ben Darnell  [Wed, 13 Jun 2012 17:42:14 +0000  (10:42 -0700)]  
Replace all assert statements in test code.
bdarnell  [Wed, 13 Jun 2012 04:57:01 +0000  (21:57 -0700)]  
Merge pull request #532 from splav/master
Ben Darnell  [Fri, 8 Jun 2012 19:04:52 +0000  (12:04 -0700)]  
Rename AsyncSSLTestCase to AsyncHTTPTestCase.
Ben Darnell  [Fri, 8 Jun 2012 18:50:06 +0000  (11:50 -0700)]  
Merge remote-tracking branch 'alekstorm/ssl_test' into merge
Ben Darnell  [Fri, 8 Jun 2012 18:42:05 +0000  (11:42 -0700)]  
Merge remote-tracking branch 'alekstorm/httpclient_stack_context' into merge
Ben Darnell  [Fri, 8 Jun 2012 18:11:28 +0000  (11:11 -0700)]  
Add flush method to GzipDecompressor interface and use it.
sergey aleksandrov  [Fri, 8 Jun 2012 05:16:21 +0000  (09:16 +0400)]  
python3k to_unicode fix in locale.load_translations
Alek Storm  [Fri, 8 Jun 2012 03:23:04 +0000  (23:23 -0400)]  
Add testing.AsyncSSLTestCase
Alek Storm  [Thu, 7 Jun 2012 20:59:05 +0000  (16:59 -0400)]  
Factored out body argument-parsing code into httputil.parse_body_arguments