flask/src/flask
2022-09-02 08:52:13 -07:00
..
json show deprecation warning on json_encoder/decoder access 2022-08-03 09:22:03 -07:00
__init__.py Add missing .dev to version (#4801) 2022-09-02 08:52:13 -07:00
__main__.py click detects program name when run as module 2021-01-29 11:29:36 -08:00
app.py fix default value of app.env 2022-08-04 07:24:20 -07:00
blueprints.py show deprecation warning on json_encoder/decoder access 2022-08-03 09:22:03 -07:00
cli.py require werkzeug >= 2.2.2 2022-08-08 16:14:00 -07:00
config.py Fix misrendered docstring 2022-08-21 10:24:03 -04:00
ctx.py fix has_app_context and has_request_context 2022-07-25 07:35:17 -07:00
debughelpers.py remove uses of LocalStack 2022-07-08 11:13:09 -07:00
globals.py fix typo 2022-08-09 09:48:02 +02:00
helpers.py deprecate config attributes 2022-08-01 16:58:55 -07:00
logging.py skip coverage for TYPE_CHECKING 2022-05-03 12:11:55 -06:00
py.typed Initial typing support 2021-04-26 17:20:24 +01:00
scaffold.py show deprecation warning on json_encoder/decoder access 2022-08-03 09:22:03 -07:00
sessions.py deprecate config attributes 2022-08-01 16:58:55 -07:00
signals.py use exception chaining 2021-10-01 09:39:10 -07:00
templating.py error for render_template outside app context 2022-07-13 13:45:42 -07:00
testing.py add json provider interface 2022-07-13 07:42:52 -07:00
typing.py allow TypedDict as a response value 2022-07-14 14:15:05 -07:00
views.py Improve decorator typing (#4676) 2022-07-06 14:05:20 -07:00
wrappers.py skip coverage for TYPE_CHECKING 2022-05-03 12:11:55 -06:00