sanic/sanic
Ryu Juheon 65b53a5f3f
style: add msg in `task.cancel` (#2416)
* style: add msg in ``task.cancel``

* style: apply isort

* fix: use else statement

* fix: use tuple

* fix: rollback for test

* fix: rollback like previous change

* fix: add ``=``

Co-authored-by: Adam Hopkins <adam@amhopkins.com>
2022-06-16 10:55:20 +03:00
..
application Sanic multi-application server (#2347) 2022-01-16 09:03:04 +02:00
base LTS v21.12 Deprecations (#2306) 2021-12-24 00:30:27 +02:00
cli Conditionally inject CLI arguments into factory (#2402) 2022-03-23 12:00:41 +02:00
mixins refactor: consistent exception naming (#2420) 2022-05-12 20:39:35 +03:00
models refactor: consistent exception naming (#2420) 2022-05-12 20:39:35 +03:00
server style: add msg in `task.cancel` (#2416) 2022-06-16 10:55:20 +03:00
touchup Sanic multi-application server (#2347) 2022-01-16 09:03:04 +02:00
types Add route context (#2302) 2021-12-21 22:56:12 +02:00
__init__.py feat: easier websocket interface annotation (#2438) 2022-04-24 13:32:13 +03:00
__main__.py Restructure of CLI and application state (#2295) 2021-11-07 21:39:03 +02:00
__version__.py Current release mergeback (#2454) 2022-05-11 09:37:33 +03:00
app.py Properly catch websocket CancelledError in websocket handler in Python 3.7 (#2463) 2022-05-23 22:47:05 +03:00
asgi.py Downgrade warnings to backwater debug messages (#2382) 2022-01-19 14:26:45 +02:00
blueprint_group.py Auto extend with Sanic Extensions (#2308) 2021-12-25 22:20:06 +02:00
blueprints.py Auto extend with Sanic Extensions (#2308) 2021-12-25 22:20:06 +02:00
compat.py Add fall back for Windows even loop fetching (#2421) 2022-04-17 12:25:41 +03:00
config.py Add config option to skip Touchup step, for debugging purposes (#2361) 2022-03-24 13:52:05 +02:00
constants.py HTTPMethod enum (#2165) 2021-06-16 15:13:55 +03:00
cookies.py Additonal annotations 2021-01-29 16:19:10 +02:00
errorpages.py refactor: consistent exception naming (#2420) 2022-05-12 20:39:35 +03:00
exceptions.py refactor: consistent exception naming (#2420) 2022-05-12 20:39:35 +03:00
handlers.py refactor: consistent exception naming (#2420) 2022-05-12 20:39:35 +03:00
headers.py Upgrade black and isort changes (#2397) 2022-02-02 10:41:55 +02:00
helpers.py Fix typos (#2329) 2021-12-06 09:17:01 +02:00
http.py refactor: consistent exception naming (#2420) 2022-05-12 20:39:35 +03:00
log.py Change back to codecov (#2363) 2022-01-09 12:22:09 +02:00
py.typed Add py.typed file (#1970) 2020-11-19 11:18:25 +02:00
reloader_helpers.py Sanic multi-application server (#2347) 2022-01-16 09:03:04 +02:00
request.py refactor: consistent exception naming (#2420) 2022-05-12 20:39:35 +03:00
response.py remove overlapping slots from app.Sanic, fix broken slots inherit of HTTPResponse (#2387) 2022-02-24 17:45:23 +02:00
router.py refactor: consistent exception naming (#2420) 2022-05-12 20:39:35 +03:00
signals.py Add config option to skip Touchup step, for debugging purposes (#2361) 2022-03-24 13:52:05 +02:00
simple.py Add Simple Server and Coverage action (#2168) 2021-06-21 14:53:09 +03:00
tls.py Fix typos (#2329) 2021-12-06 09:17:01 +02:00
utils.py Fix typos (#2329) 2021-12-06 09:17:01 +02:00
views.py Auto extend with Sanic Extensions (#2308) 2021-12-25 22:20:06 +02:00