flask/src/flask
2021-12-22 18:44:37 -07:00
..
json Only use a custom JSONDecoder if needed 2021-12-22 18:07:04 -07:00
__init__.py release version 2.0.2 2021-10-04 07:26:47 -07:00
__main__.py click detects program name when run as module 2021-01-29 11:29:36 -08:00
app.py use similar code for all callback-applying methods 2021-10-03 20:36:21 -07:00
blueprints.py static_folder can be a pathlib.Path 2021-08-05 18:16:20 -07:00
cli.py made ImportError verbose in cli.py 2021-11-15 14:00:23 -08:00
config.py document return value for config loading methods 2021-08-05 17:38:24 -07:00
ctx.py update error message for after_this_request and copy_current_request_context 2021-12-22 18:44:37 -07:00
debughelpers.py use exception chaining 2021-10-01 09:39:10 -07:00
globals.py fix annotation for g object 2021-05-13 11:36:05 -07:00
helpers.py update requirements 2021-12-22 15:16:48 -08:00
logging.py Add initial type hints 2021-04-26 17:29:53 +01:00
py.typed Initial typing support 2021-04-26 17:20:24 +01:00
scaffold.py use exception chaining 2021-10-01 09:39:10 -07:00
sessions.py document session lifetime and possible concurrency issues 2021-11-16 06:19:01 -08:00
signals.py use exception chaining 2021-10-01 09:39:10 -07:00
templating.py update type annotations 2021-05-11 14:41:52 -07:00
testing.py deprecate as_tuple 2021-11-15 13:13:18 -08:00
typing.py fix errorhandler type check 2021-11-15 13:35:24 -08:00
views.py Support View and MethodView instances with async handlers 2021-06-01 18:08:19 +00:00
wrappers.py cache blueprint path calculation 2021-05-21 15:04:18 +01:00