sanic/sanic
Adam Hopkins c695c5250a
squash
2023-03-09 10:37:41 +02:00
..
application Nicer traceback formatting (#2667) 2023-03-06 21:24:12 +02:00
base Establish basic file browser and index fallback (#2662) 2023-02-05 15:09:04 +02:00
breaking POC for compatibility mode 2023-03-09 09:54:32 +02:00
cli Version 22.12 release notes (#2637) 2022-12-27 16:50:36 +02:00
handlers Establish basic file browser and index fallback (#2662) 2023-02-05 15:09:04 +02:00
http Establish basic file browser and index fallback (#2662) 2023-02-05 15:09:04 +02:00
mixins check the status of socket before shutting down (#2680) 2023-02-14 22:59:41 +02:00
models Establish basic file browser and index fallback (#2662) 2023-02-05 15:09:04 +02:00
pages Nicer traceback formatting (#2667) 2023-03-06 21:24:12 +02:00
response Add JSONResponse class (#2569) 2022-12-11 10:37:45 +02:00
server fix(websocket): ASGI websocket must pass thru bytes as is (#2651) 2023-02-05 16:41:54 +02:00
touchup Establish basic file browser and index fallback (#2662) 2023-02-05 15:09:04 +02:00
types 22.9 Docs (#2556) 2022-10-31 11:47:23 +02:00
worker Version 22.12 release notes (#2637) 2022-12-27 16:50:36 +02:00
__init__.py Sanic Server WorkerManager refactor (#2499) 2022-09-18 17:17:23 +03:00
__main__.py Sanic Server WorkerManager refactor (#2499) 2022-09-18 17:17:23 +03:00
__version__.py squash 2023-03-09 10:37:41 +02:00
app.py Nicer traceback formatting (#2667) 2023-03-06 21:24:12 +02:00
asgi.py ASGI lifespan failure on exception (#2627) 2022-12-16 08:56:07 +02:00
blueprint_group.py HTTP/3 Support (#2378) 2022-06-27 11:19:26 +03:00
blueprints.py Remove deprecated property in blueprint (#2666) 2023-01-30 09:26:55 +02:00
compat.py Add header accessors (#2696) 2023-02-28 00:26:53 +02:00
config.py Version 22.12 release notes (#2637) 2022-12-27 16:50:36 +02:00
constants.py Establish basic file browser and index fallback (#2662) 2023-02-05 15:09:04 +02:00
cookies.py Additonal annotations 2021-01-29 16:19:10 +02:00
errorpages.py Nicer traceback formatting (#2667) 2023-03-06 21:24:12 +02:00
exceptions.py Kill server early on worker error (#2610) 2022-12-07 14:42:17 +02:00
headers.py Simplified parse_content_header escaping (#2707) 2023-03-06 06:39:16 +02:00
helpers.py Fix typos (#2329) 2021-12-06 09:17:01 +02:00
log.py Corrected Colors enum under Python 3.11 (#2590) 2022-11-29 12:17:48 +02:00
middleware.py Add priority to register_middleware method (#2636) 2022-12-19 19:14:46 +02:00
py.typed Add py.typed file (#1970) 2020-11-19 11:18:25 +02:00
request.py POC for compatibility mode 2023-03-09 09:54:32 +02:00
router.py Nicer traceback formatting (#2667) 2023-03-06 21:24:12 +02:00
signals.py Deprecate Conditions and Triggers Saved in handler Callable; Save Condition in signal.extra Instead (#2608) 2022-12-15 12:32:07 +02:00
simple.py Establish basic file browser and index fallback (#2662) 2023-02-05 15:09:04 +02:00
utils.py Establish basic file browser and index fallback (#2662) 2023-02-05 15:09:04 +02:00
views.py HTTP/3 Support (#2378) 2022-06-27 11:19:26 +03:00