]> git.ipfire.org Git - thirdparty/tornado.git/shortlog
thirdparty/tornado.git
2022-05-01  Thomas GraingerUpdate tornado/ioloop.py 3136/head
2022-04-25  Thomas Graingerremove unreachable asyncio checks
2022-04-22  Ben DarnellMerge pull request #3135 from tornadoweb/autoreload...
2022-04-22  Ben Darnellautoreload: Remove calls to logging.basicConfig 3135/head
2022-04-22  Ben DarnellMerge pull request #3134 from srittau/wsgi-types
2022-04-16  Sebastian RittauImport WSGI types from _typeshed.wsgi 3134/head
2022-04-08  Ben DarnellMerge pull request #3130 from graingert/remove-setup...
2022-03-31  Thomas Graingerremove _setup_logging 3130/head
2022-03-18  Thomas Graingeravoid thread unsafe iteration of _ioloop_for_asyncio...
2022-03-18  Thomas Graingerupgrade mypy to 0.941 (#3123)
2022-03-18  Thomas Graingeravoid thread unsafe catch_warnings (#3124)
2022-03-18  Ben DarnellMerge pull request #3120 from andriyor/patch-1
2022-03-18  Ben DarnellMerge pull request #3122 from cclauss/patch-1
2022-03-18  Thomas Grainger netutil: provide Resolver implementation that uses...
2022-03-12  Christian ClaussUpgrade actions/checkout and actions/setup-python 3122/head
2022-03-12  Christian ClaussUpgrade actions/checkout and actions/setup-python
2022-02-28  Andrii Oriekhovadd GitHub URL for PyPi 3120/head
2022-02-08  Ben DarnellMerge pull request #3110 from graingert/avoid-acquiring...
2022-02-08  Ben DarnellMerge pull request #3112 from bdarnell/fix-docs
2022-02-08  Ben Darnellweb: Fix type annotation for docs build 3112/head
2022-02-07  Thomas Graingeravoid acquiring IOLoop in ExecutorResolver 3110/head
2022-02-06  Ben DarnellMerge pull request #3035 from ploxiln/ioloop_any_callable
2022-02-06  Ben DarnellMerge pull request #3014 from m-sasha/stream_request_bo...
2022-02-05  Ben DarnellMerge pull request #3060 from jonasehrlich/add-wrapped...
2022-02-05  Ben DarnellMerge pull request #3109 from tornadoweb/bdarnell-patch-1
2022-02-04  Ben Darnelldocs: Delete a redundant sentence 3109/head
2022-01-30  Ben DarnellMerge pull request #3059 from minrk/catch-close-error
2022-01-30  Ben DarnellMerge pull request #3105 from bdarnell/py311
2022-01-30  Ben Darnellbuild: Add python 3.11 alphas to CI 3105/head
2022-01-30  Ben DarnellMerge pull request #3058 from qcha0/hotfix/websocket...
2022-01-30  Ben Darnelloptions: Fix RST syntax
2022-01-30  Ben DarnellMerge pull request #3082 from Python-37/patch-1
2022-01-29  Ben DarnellMerge pull request #3086 from laggardkernel/feature...
2022-01-29  Ben DarnellMerge pull request #3101 from graingert/patch-1
2022-01-29  Ben DarnellMerge pull request #3054 from akosthekiss/statichandler...
2022-01-29  Ben DarnellMerge pull request #3072 from spaceone/curl-httpclient...
2022-01-28  Florian Bestfixup! make gen.TimeoutError asyncio.TimeoutError 3072/head
2022-01-28  Florian Besttest[curl_httpclient]: add test case for ISO8859-1...
2022-01-28  Ben DarnellMerge pull request #3094 from JelleZijlstra/patch-1
2022-01-28  Florian Bestfix[curl_httpclient]: allow HTTP header to include...
2022-01-28  Ben DarnellMerge pull request #3073 from minrk/asyncio-timeout
2022-01-28  Ben DarnellMerge pull request #3068 from spaceone/get_browser_locale
2022-01-19  Thomas Graingeravoid deprecated IOLoop.current() call without running... 3101/head
2022-01-17  Ben DarnellMerge pull request #3097 from bdarnell/py310-deprecations
2022-01-17  Ben Darnellbuild: Add python 3.10 to CI. Remove 3.6 3097/head
2022-01-17  Ben Darnelltest: Remove twisted compatibility test
2022-01-17  Ben Darnelltest: Fix some test interactions
2022-01-16  Ben Darnellnetutil: Use newer ssl APIs
2022-01-16  Ben Darnelltesting: Deprecate AsyncTestCase
2022-01-16  Ben Darnelltesting: Move setup_with_context_manager to testing...
2022-01-16  Ben Darnellasyncio: Avoid deprecation warning in start on py310
2022-01-16  Ben Darnellioloop: Deprecate setting current ioloop for python...
2022-01-16  Ben Darnellasyncio: Deprecate AnyThreadEventLoopPolicy
2022-01-16  Ben DarnellMerge pull request #3100 from tornadoweb/ghactions
2022-01-16  Ben Darnellci: move CI to github actions 3100/head
2021-12-17  Jelle ZijlstraHandle curses.tigetstr() returning None 3094/head
2021-12-08  laggardkernelCleanup py2 import code in demo 3086/head
2021-12-08  laggardkernelRemove obsolete param 'streaming' in BaseIOStream._fini...
2021-12-01  Python-37Add note about `parse_*` function in options.py 3082/head
2021-11-29  Python-37Add note about `parse_command_line` function
2021-11-03  Ben DarnellMerge pull request #3074 from tornadoweb/dependabot...
2021-10-21  dependabot... build(deps): bump babel from 2.8.0 to 2.9.1 in /docs 3074/head
2021-10-20  Min RKmake gen.TimeoutError asyncio.TimeoutError 3073/head
2021-10-15  Florian Besttest[web]: add test cases for Accept-Language header 3068/head
2021-10-01  Florian Bestfix[web]: disallow negative quality values in Accept...
2021-10-01  Florian Bestfix[web]: fix ignoring quality=0 values in Accept-Language
2021-10-01  Florian Bestfix[web]: fix optional whitespace parsing of Accept...
2021-09-05  Jonas EhrlichAdd __wrapped__ attribute to _TestMethodWrapper 3060/head
2021-09-04  qcha0add test case 3058/head
2021-09-03  Min RKswallow "Event loop is closed" from selector thread 3059/head
2021-09-03  qcha0Fix websocket client already closed raise error does...
2021-08-28  Akos KissCall reset() on static_handler_class if defined in... 3054/head
2021-08-26  Ben DarnellMerge pull request #3053 from bfis/patch-2
2021-08-26  Ben Darnelliostream: Fix copy/pasted comment 3053/head
2021-08-26  Ben DarnellMerge pull request #3052 from hugovk/replace-deprecated...
2021-08-26  Ben DarnellMerge pull request #3048 from mivade/httpfile-type...
2021-08-24  bfisAvoid 2GB write limitation on SSLIOStream
2021-08-19  Hugo van KemenadeReplace deprecated unittest aliases 3052/head
2021-08-03  Michael V.... Type hint HTTPFile attributes 3048/head
2021-07-09  Ben DarnellMerge pull request #3041 from samm0ss/sam/feat/encoding...
2021-07-04  Alexander MaryanovskyType-hint stream_request_body so that the type of strea... 3014/head
2021-07-01  SamvanLeipsigFix case-sensitivity for Content-Encoding: gzip. as... 3041/head
2021-05-31  Pierce Lopezioloop: add_timeout() and call_at() take any Callable 3035/head
2021-05-30  Pierce LopezPeriodicCallback: support async/coroutine callback...
2021-05-15  Ben DarnellMerge pull request #3010 from alexmv/is_valid_ip
2021-05-10  Alex Vandiveris_valid_ip: Do not raise exceptions on too-long input. 3010/head
2021-05-09  Ben DarnellMerge pull request #3025 from mivade/periodic-callback...
2021-05-05  Michael V.... Update docstring 3025/head
2021-05-05  Michael V.... Optionally accept a timedelta in PeriodicCallback
2021-04-21  Ben DarnellMerge pull request #3015 from tornadoweb/dependabot...
2021-04-20  dependabot... build(deps): bump py from 1.9.0 to 1.10.0 in /maint 3015/head
2021-04-03  Ben DarnellMerge pull request #3006 from tornadoweb/dependabot...
2021-03-30  dependabot... build(deps): bump pygments from 2.7.2 to 2.7.4 in ... 3006/head
2021-03-20  Ben DarnellMerge pull request #3000 from GeekDuanLian/patch-1
2021-03-20  Ben DarnellMerge pull request #3003 from tornadoweb/dependabot...
2021-03-20  Ben DarnellMerge pull request #2996 from madsbk/typed_memoryviews
2021-03-20  dependabot... build(deps): bump jinja2 from 2.11.2 to 2.11.3 in ... 3003/head
2021-03-16  SakuyaIs this okay 3000/head
2021-03-16  SakuyaBut this is not beautiful
2021-03-15  Sakuyawhat
next