]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2018-11-02  Gasper ZejnAdd support for source IP address to SimpleAsyncHTTPClient. 2528/head
2018-10-21  Ben DarnellMerge pull request #2520 from bdarnell/native-coro
2018-10-21  Ben Darnell*: Convert most non-test coroutines to native 2520/head
2018-10-20  Ben DarnellMerge pull request #2519 from bdarnell/escape-nightly
2018-10-20  Ben Darnellci: Enable warnings-as-errors earlier 2519/head
2018-10-20  Ben DarnellMerge commit 'pull/origin/2506'
2018-10-20  Ben DarnellMerge pull request #2518 from bdarnell/iostream-ssl...
2018-10-20  Ben Darnelliostream: Add errno 0 to the list of silent errors... 2518/head
2018-10-19  Ben DarnellMerge pull request #2509 from onovy/new-ssl-cert
2018-10-14  Ben Darnelllocks: Convert to native coroutines
2018-10-14  Ben Darnellweb: Convert RequestHandler._execute to a native coroutine
2018-10-14  Ben Darnellhttp1connection: Convert to native coroutines
2018-10-07  Ben DarnellMerge pull request #2514 from bdarnell/mypy
2018-10-07  Ben Darnelltravis: Run docs CI on py37 2514/head
2018-10-07  Ben Darnellweb,template: Work around test failures on pypy3
2018-10-07  Ben DarnellMerge remote-tracking branch 'origin/master' into mypy
2018-10-07  Ben Darnellweb,util: Work around "initialize incompatible with...
2018-10-07  Ben Darnell*: Remove some obsolete linter "noqa" cruft
2018-10-07  Ben Darnellweb: Improve typings for HTTP verb methods
2018-10-07  Ben Darnellsetup: Blacken the file
2018-10-07  Ben Darnellci: Enforce black format
2018-10-07  Ben Darnell*: Adopt black as code formatter
2018-10-07  Ben Darnellmypy: Update to 0.630 and pin that version
2018-10-01  Ben Darnellwebsocket: Add type annotations
2018-09-30  Ben Darnellwsgi: Add type annotations
2018-09-30  Ben Darnellauth: Add type annotations
2018-09-29  Ben Darnellweb,routing: Add type annotations
2018-09-29  Ondřej NovýRegenerate test crt 2509/head
2018-09-29  Ben Darnelltemplate: Add type annotations
2018-09-29  Ben Darnellhttpclients: Add type annotations
2018-09-29  garenchanSpecify that the encoding of file handler is utf-8. 2506/head
2018-09-17  Ben Darnelllocks,queues: Add type annotations
2018-09-17  Ben Darnellqueues_test: Fix comment
2018-09-16  Ben Darnellautoreload,process: Add type annotations
2018-09-16  Ben Darnell*: Minimally type-annotate remaining tests
2018-09-16  Matthew RocklinAdd thread identity check to add_callback (#2469)
2018-09-16  Ben DarnellMerge pull request #2500 from bdarnell/master-release...
2018-09-16  Ben Darnelldocs: 5.1.1 release notes 2500/head
2018-09-16  Ben DarnellMerge pull request #2497 from bdarnell/auth-tests
2018-09-16  Ben Darnellauth: Forward-port tests from branch5.1 2497/head
2018-09-15  Ben DarnellMerge pull request #2494 from mivade/user-guide-fix
2018-09-15  Ben DarnellMerge pull request #2490 from bdarnell/mypy
2018-09-15  Ben Darnelldocs: Pin sphinx 1.7 2490/head
2018-09-15  Michael V.... Fix run_in_executor call in user guide 2494/head
2018-09-10  Ben Darnellhttpserver,http1connection: Add type annotations
2018-09-10  Ben Darnelltcpclient,tcpserver: Add type annotations
2018-09-10  Ben Darnelliostream: Add type annotations
2018-08-16  Ben DarnellMerge pull request #2472 from peterdn/fix-ioloop-doc...
2018-08-14  Peter NelsonUse spawn_callback method to handle connection 2472/head
2018-08-14  Peter NelsonFix IOLoop doc example code
2018-08-12  Ben Darnellioloop,platform: Add type annotations
2018-08-11  Ben Darnellnetutil: Add type annotations
2018-08-11  Ben Darnelllog,options: Add type annotations
2018-08-11  Ben Darnelllocale: Type-annotate the module
2018-08-11  Ben Darnelltesting: Type-annotate the module
2018-08-11  Ben DarnellMerge pull request #2466 from bdarnell/mypy
2018-08-11  Ben Darnellbuild: Test on newer pypy 2466/head
2018-08-11  Ben Darnellgen: Type annotate the module
2018-08-11  Ben DarnellMerge pull request #2467 from bdarnell/autoreload-test
2018-08-11  Ben Darnelltest: Deflake autoreload_test on windows 2467/head
2018-08-11  Ben DarnellMerge pull request #2465 from aaronjheng/license
2018-08-11  Ben Darnellgen: Remove some dead code
2018-08-11  Ben Darnellconcurrent: Type-annotate module
2018-08-11  Ben Darnelltest: Partially typecheck tests for annotated modules
2018-08-11  Ben DarnellMerge pull request #2461 from purple4reina/fix-util...
2018-08-09  aaronjhenginclude license file in the wheel package 2465/head
2018-07-31  Rey AbolofiaTest configure with string input. 2461/head
2018-07-30  Rey AbolofiaAlways import Type.
2018-07-29  Ben DarnellMerge pull request #2452 from bdarnell/mypy
2018-07-29  Ben DarnellMerge pull request #2460 from bdarnell/ws-close
2018-07-29  Ben DarnellMerge pull request #2459 from aristotll/patch-1
2018-07-29  Ben DarnellMerge pull request #2456 from garenchan/bugfix-2455
2018-07-29  Ben DarnellMerge pull request #2454 from silentnights/fix-getaddri...
2018-07-29  Ben Darnellwebsocket: Improve detection of closing websocket conne... 2460/head
2018-07-29  Ben DarnellMerge pull request #2449 from garenchan/bugfix-2448
2018-07-25  Yaodocs: Fix python syntax error in the user guide 2459/head
2018-07-24  chengkanguse queryone() instead of query() 2456/head
2018-07-24  chengkangfix issue #2455
2018-07-23  Silent-NightsSort getaddrinfo result based on address family 2454/head
2018-07-22  chengkangimprove testcase for RequestHandler.finish() 2449/head
2018-07-21  Ben Darnellescape: Type-annotate everything 2452/head
2018-07-21  Ben Darnellhttputil: Type-annotate all methods
2018-07-21  Ben Darnellutil: Type-annotate everything
2018-07-21  Ben Darnell*: Add mypy tox config and get it passing
2018-07-20  chengkangfix issue #2448
2018-07-15  Ben DarnellMerge pull request #2445 from s3rvac/fix-grammar-mistak...
2018-07-15  Ben DarnellMerge pull request #2441 from garenchan/master
2018-07-15  Petr Zemekdocs: Fix a grammar mistake in the user guide 2445/head
2018-07-14  Ben DarnellMerge pull request #2444 from bdarnell/travis-update
2018-07-14  Ben Darnellbuild: Restore python 3.7 in travis 2444/head
2018-07-14  Ben DarnellMerge pull request #2443 from bdarnell/drop-py2
2018-07-14  Ben Darnell*: Remove Python2 __future__ imports throughout the... 2443/head
2018-07-14  Ben Darnelltest: Remove legacy unittest2 compatibility cruft
2018-07-14  Ben Darnell*: Remove unnecessary conditional imports
2018-07-14  Ben Darnelltest: Clean up unnecessary skips and conditionals
2018-07-14  Ben Darnelldocs: Doc and lint updates
2018-07-14  Ben Darnellstack_context: Delete the whole module
2018-07-14  Ben Darnellweb: Delete asynchronous decorator
2018-07-14  Ben Darnellwsgi: Remove WSGIAdapter/WSGIApplication
2018-07-14  Ben Darnelltwisted: Dust off the twisted web compatibility tests
next