]>
git.ipfire.org Git - thirdparty/tornado.git/log 
Ben Darnell  [Thu, 26 Aug 2021 18:32:15 +0000  (14:32 -0400)]  
Merge pull request #3048 from mivade/httpfile-type-hints
Michael V. DePalatis  [Tue, 3 Aug 2021 15:04:00 +0000  (09:04 -0600)]  
Type hint HTTPFile attributes
Ben Darnell  [Fri, 9 Jul 2021 18:05:14 +0000  (14:05 -0400)]  
Merge pull request #3041 from samm0ss/sam/feat/encoding-gzip-case-insensitive
SamvanLeipsig  [Thu, 1 Jul 2021 11:20:24 +0000  (13:20 +0200)]  
Fix case-sensitivity for Content-Encoding: gzip. as per rfc7231 the Content-Encoding values are case-insensitive https://datatracker.ietf.org/doc/html/rfc7231#section-3.1.2.1
Pierce Lopez  [Sun, 30 May 2021 15:33:14 +0000  (11:33 -0400)]  
PeriodicCallback: support async/coroutine callback (#2924)Co-authored-by: agnewee <agnewee@gmail.com> 
Ben Darnell  [Sat, 15 May 2021 19:24:25 +0000  (15:24 -0400)]  
Merge pull request #3010 from alexmv/is_valid_ip
Alex Vandiver  [Wed, 7 Apr 2021 20:11:15 +0000  (13:11 -0700)]  
is_valid_ip: Do not raise exceptions on too-long input.
Ben Darnell  [Sun, 9 May 2021 16:27:35 +0000  (12:27 -0400)]  
Merge pull request #3025 from mivade/periodic-callback-timedelta
Michael V. DePalatis  [Wed, 5 May 2021 15:55:24 +0000  (09:55 -0600)]  
Update docstring
Michael V. DePalatis  [Wed, 5 May 2021 15:53:49 +0000  (09:53 -0600)]  
Optionally accept a timedelta in PeriodicCallback
Ben Darnell  [Wed, 21 Apr 2021 19:58:33 +0000  (15:58 -0400)]  
Merge pull request #3015 from tornadoweb/dependabot/pip/maint/py-1.10.0
dependabot[bot]  [Tue, 20 Apr 2021 17:16:45 +0000  (17:16 +0000)]  
build(deps): bump py from 1.9.0 to 1.10.0 in /maintSigned-off-by: dependabot[bot] <support@github.com> 
Ben Darnell  [Sat, 3 Apr 2021 16:36:51 +0000  (12:36 -0400)]  
Merge pull request #3006 from tornadoweb/dependabot/pip/docs/pygments-2.7.4
dependabot[bot]  [Tue, 30 Mar 2021 02:01:42 +0000  (02:01  +0000)]  
build(deps): bump pygments from 2.7.2 to 2.7.4 in /docsSigned-off-by: dependabot[bot] <support@github.com> 
Ben Darnell  [Sat, 20 Mar 2021 15:46:43 +0000  (11:46 -0400)]  
Merge pull request #3000 from GeekDuanLian/patch-1
Ben Darnell  [Sat, 20 Mar 2021 15:45:45 +0000  (11:45 -0400)]  
Merge pull request #3003 from tornadoweb/dependabot/pip/docs/jinja2-2.11.3
Ben Darnell  [Sat, 20 Mar 2021 15:38:37 +0000  (11:38 -0400)]  
Merge pull request #2996 from madsbk/typed_memoryviews
dependabot[bot]  [Sat, 20 Mar 2021 05:20:28 +0000  (05:20  +0000)]  
build(deps): bump jinja2 from 2.11.2 to 2.11.3 in /docsSigned-off-by: dependabot[bot] <support@github.com> 
Sakuya  [Tue, 16 Mar 2021 05:31:49 +0000  (13:31 +0800)]  
Is this okay
Sakuya  [Tue, 16 Mar 2021 05:22:18 +0000  (13:22 +0800)]  
But this is not beautiful
Sakuya  [Mon, 15 Mar 2021 21:06:24 +0000  (05:06  +0800)]  
what
Sakuya  [Mon, 15 Mar 2021 20:44:19 +0000  (04:44  +0800)]  
fix E127
Sakuya  [Mon, 15 Mar 2021 20:28:53 +0000  (04:28  +0800)]  
fix line too long
Sakuya  [Mon, 15 Mar 2021 20:11:18 +0000  (04:11  +0800)]  
Allowed set max_body_size to 0
Mads R. B. Kristensen  [Tue, 2 Mar 2021 09:52:29 +0000  (10:52 +0100)]  
BaseIOStream.write(): support typed memoryview
Ben Darnell  [Thu, 4 Feb 2021 02:40:24 +0000  (21:40 -0500)]  
Merge pull request #2948 from eltoder/feature/websocket-handler-stream-cleanup
Ben Darnell  [Thu, 4 Feb 2021 02:35:15 +0000  (21:35 -0500)]  
Merge pull request #2974 from youguanxinqing/issue-2969
Ben Darnell  [Thu, 4 Feb 2021 02:17:25 +0000  (21:17 -0500)]  
Merge pull request #2983 from kriskros341/changes
Ben Darnell  [Thu, 28 Jan 2021 14:54:56 +0000  (09:54 -0500)]  
Merge pull request #2970 from bfis/patch-1
kriskros341  [Wed, 27 Jan 2021 15:37:05 +0000  (16:37 +0100)]  
Uppercase A in Any
kriskros341  [Wed, 27 Jan 2021 13:36:35 +0000  (14:36 +0100)]  
write_message method of WebSocketClientConnection now accepts dict as input
kriskros341  [Wed, 27 Jan 2021 13:24:17 +0000  (14:24 +0100)]  
write_message method of WebSocketClientConnection now accepts dict as input
Ben Darnell  [Wed, 13 Jan 2021 12:52:20 +0000  (07:52 -0500)]  
Merge pull request #2978 from youguanxinqing/issue-2977
youguanxinqing  [Tue, 12 Jan 2021 10:53:54 +0000  (18:53 +0800)]  
leave previous versionchanged
youguanxinqing  [Tue, 12 Jan 2021 10:52:33 +0000  (18:52 +0800)]  
leave previous versionchanged
youguanxinqing  [Tue, 12 Jan 2021 10:35:38 +0000  (18:35 +0800)]  
should use python3 unicode in 'blog' demo #2977
youguanxinqing  [Tue, 12 Jan 2021 01:51:27 +0000  (09:51 +0800)]  
change comment
bfis  [Mon, 11 Jan 2021 16:49:33 +0000  (17:49 +0100)]  
Add comment explaining workaround
youguanxinqing  [Mon, 11 Jan 2021 15:01:04 +0000  (23:01 +0800)]  
format code according to result of flake8 check
youguanxinqing  [Mon, 11 Jan 2021 14:35:20 +0000  (22:35 +0800)]  
Add 'address' keyword control binded address #2969
Eugene Toder  [Tue, 3 Nov 2020 03:04:00 +0000  (22:04 -0500)]  
Remove WebSocketHandler.stream.
Ben Darnell  [Sat, 9 Jan 2021 21:13:26 +0000  (16:13 -0500)]  
Merge pull request #2965 from timgates42/bugfix_typo_authenticate
Ben Darnell  [Sat, 9 Jan 2021 21:12:16 +0000  (16:12 -0500)]  
Merge pull request #2972 from bdarnell/wsgi-docstring
Ben Darnell  [Sat, 9 Jan 2021 21:10:14 +0000  (16:10 -0500)]  
Merge pull request #2963 from sk1p/issue-2034
Ben Darnell  [Sat, 9 Jan 2021 20:52:34 +0000  (15:52 -0500)]  
wsgi: Update docstring example for python 3
Ben Darnell  [Sat, 9 Jan 2021 20:06:33 +0000  (15:06 -0500)]  
Merge pull request #2971 from bdarnell/only-initialize-existing-locales
Ben Darnell  [Sat, 9 Jan 2021 16:34:58 +0000  (11:34 -0500)]  
locale: Format with black
bfis  [Wed, 6 Jan 2021 13:16:19 +0000  (14:16 +0100)]  
Remove trailing whitespace
bfis  [Wed, 6 Jan 2021 12:22:04 +0000  (13:22 +0100)]  
Avoid 2GB read limitation on SSLIOStream
Tim Gates  [Mon, 21 Dec 2020 20:49:51 +0000  (07:49 +1100)]  
docs: fix simple typo, authentiate -> authenticate
Alexander Clausen  [Sat, 12 Dec 2020 18:34:23 +0000  (19:34 +0100)]  
Fix return type of _return_result
Alexander Clausen  [Sat, 12 Dec 2020 05:58:06 +0000  (06:58 +0100)]  
WaitIterator: don't re-use _running_future
Florian Best  [Thu, 19 Nov 2020 09:45:28 +0000  (10:45 +0100)]  
Issue #2954: prevent logging error messages for not existing translation files
Ben Darnell  [Tue, 3 Nov 2020 02:28:30 +0000  (21:28 -0500)]  
Merge pull request #2932 from novanauliazami/auth
Ben Darnell  [Tue, 3 Nov 2020 02:26:16 +0000  (21:26 -0500)]  
Merge pull request #2936 from eltoder/patch-1
Ben Darnell  [Tue, 3 Nov 2020 02:09:55 +0000  (21:09 -0500)]  
Merge pull request #2946 from bdarnell/deps
Ben Darnell  [Mon, 2 Nov 2020 02:27:27 +0000  (21:27 -0500)]  
platform: Deprecate twisted and cares resolvers
Ben Darnell  [Mon, 2 Nov 2020 02:09:08 +0000  (21:09 -0500)]  
docs: Stop using autodoc for t.p.twisted
Ben Darnell  [Sun, 1 Nov 2020 21:15:30 +0000  (16:15 -0500)]  
docs: Pin specific versions of requirements
Ben Darnell  [Sun, 1 Nov 2020 21:08:30 +0000  (16:08 -0500)]  
docs: Upgrade to latest version of sphinx
Ben Darnell  [Sun, 1 Nov 2020 13:23:07 +0000  (08:23 -0500)]  
Update mypy to latest version
Ben Darnell  [Sat, 31 Oct 2020 16:23:35 +0000  (12:23 -0400)]  
*: Update black to newest version
Ben Darnell  [Sat, 31 Oct 2020 16:15:23 +0000  (12:15 -0400)]  
maint: Prune requirements lists
Ben Darnell  [Sat, 31 Oct 2020 16:14:42 +0000  (12:14 -0400)]  
iostream: Add platform assertion for mypy
Ben Darnell  [Sat, 31 Oct 2020 12:58:34 +0000  (08:58 -0400)]  
Merge pull request #2945 from bdarnell/start6.2
Ben Darnell  [Fri, 30 Oct 2020 17:57:36 +0000  (13:57 -0400)]  
Drop support for python 3.5
Ben Darnell  [Fri, 30 Oct 2020 17:58:14 +0000  (13:58 -0400)]  
Remove appveyor configs
Ben Darnell  [Fri, 30 Oct 2020 17:55:20 +0000  (13:55 -0400)]  
Bump main branch to 6.2.dev1
Ben Darnell  [Fri, 30 Oct 2020 17:44:37 +0000  (13:44 -0400)]  
Merge pull request #2944 from bdarnell/bump6.1
Ben Darnell  [Fri, 30 Oct 2020 13:05:06 +0000  (09:05 -0400)]  
ci: Work around outdated windows root certificates
Ben Darnell  [Fri, 30 Oct 2020 11:53:09 +0000  (07:53 -0400)]  
Set version to 6.1 final
Ben Darnell  [Sun, 25 Oct 2020 00:49:14 +0000  (20:49 -0400)]  
Merge pull request #2940 from bdarnell/bump6.1b2
Ben Darnell  [Sat, 24 Oct 2020 19:51:30 +0000  (15:51 -0400)]  
Bump version to 6.1b2
Ben Darnell  [Sat, 24 Oct 2020 19:44:20 +0000  (15:44 -0400)]  
Merge pull request #2931 from bdarnell/py39
Ben Darnell  [Wed, 30 Sep 2020 14:52:21 +0000  (10:52 -0400)]  
ci,setup: Add python 3.9 to tox, cibuildwheel and setup.py
Ben Darnell  [Sat, 24 Oct 2020 18:29:23 +0000  (14:29 -0400)]  
Merge pull request #2934 from bdarnell/manual-thread
Ben Darnell  [Mon, 12 Oct 2020 00:54:01 +0000  (20:54 -0400)]  
asyncio: Manage our own thread instead of an executor
Ben Darnell  [Mon, 5 Oct 2020 13:39:41 +0000  (09:39 -0400)]  
test: Add a timeout to SyncHTTPClient test
Ben Darnell  [Tue, 20 Oct 2020 01:25:40 +0000  (21:25 -0400)]  
Merge pull request #2938 from bdarnell/contextvars
Ben Darnell  [Fri, 16 Oct 2020 19:29:20 +0000  (15:29 -0400)]  
gen: Expliclty track contextvars, fixing contextvars.reset
Eugene Toder  [Tue, 13 Oct 2020 23:48:19 +0000  (19:48 -0400)]  
Fix await vs yield in the example
=  [Sun, 4 Oct 2020 08:33:09 +0000  (15:33 +0700)]  
Update how to register application with Google
Ben Darnell  [Wed, 30 Sep 2020 14:46:59 +0000  (10:46 -0400)]  
Merge pull request #2930 from bdarnell/deprecate35
Ben Darnell  [Wed, 30 Sep 2020 14:25:17 +0000  (10:25 -0400)]  
Add deprecation notice for Python 3.5
Ben Darnell  [Wed, 30 Sep 2020 11:15:10 +0000  (07:15 -0400)]  
ci: Switch from testpypi to real pypi
Ben Darnell  [Wed, 30 Sep 2020 03:11:48 +0000  (23:11 -0400)]  
Merge pull request #2928 from bdarnell/relnotes61
Ben Darnell  [Wed, 30 Sep 2020 02:23:56 +0000  (22:23 -0400)]  
Add release notes for 6.1, bump version to 6.1b1
Ben Darnell  [Tue, 29 Sep 2020 03:05:59 +0000  (23:05 -0400)]  
Merge pull request #2923 from bdarnell/ci-refactor
Ben Darnell  [Sat, 26 Sep 2020 19:32:56 +0000  (15:32 -0400)]  
test: Refactor CI configuration
Ben Darnell  [Sun, 27 Sep 2020 01:39:46 +0000  (21:39 -0400)]  
Merge pull request #2921 from ploxiln/gzip_inf_loop
Jeff Hunter  [Tue, 9 Jun 2020 20:18:29 +0000  (13:18 -0700)]  
http: fix infinite loop hang with invalid gzip data
Pierce Lopez  [Fri, 25 Sep 2020 05:29:57 +0000  (01:29  -0400)]  
httpclient_test: new test for invalid gzip Content-Encoding
Ben Darnell  [Sat, 26 Sep 2020 15:18:09 +0000  (11:18 -0400)]  
Merge pull request #2922 from ploxiln/travis_pypy_711
Ben Darnell  [Sat, 26 Sep 2020 14:58:07 +0000  (10:58 -0400)]  
Merge pull request #2919 from ploxiln/simple_httpclient_zero_timeout
Pierce Lopez  [Fri, 25 Sep 2020 20:19:35 +0000  (16:19 -0400)]  
test: update Travis-CI matrix pypy version to 3.6-7.3.1
Pierce Lopez  [Fri, 25 Sep 2020 20:49:24 +0000  (16:49 -0400)]  
httpclient: document connect_timeout/request_timeout 0 value
Pierce Lopez  [Tue, 22 Sep 2020 19:43:43 +0000  (15:43 -0400)]  
simple_httpclient: handle connect_timeout or request_timeout of 0
Pierce Lopez  [Fri, 25 Sep 2020 20:06:50 +0000  (16:06 -0400)]  
httpclient_test: add test for connect_timeout=0 request_timeout=0
Ben Darnell  [Fri, 25 Sep 2020 19:18:38 +0000  (15:18 -0400)]  
Merge pull request #2920 from ploxiln/websocket_no_redirect
Ben Darnell  [Fri, 25 Sep 2020 18:48:21 +0000  (14:48 -0400)]  
Merge pull request #2918 from ploxiln/httpclient_test_303_method