flask/src/flask
2023-11-15 12:53:22 -08:00
..
json use ruff linter and formatter 2023-11-15 12:14:37 -08:00
sansio use ruff linter and formatter 2023-11-15 12:14:37 -08:00
__init__.py deprecate __version__ attribute 2023-08-29 06:03:11 -07:00
__main__.py click detects program name when run as module 2021-01-29 11:29:36 -08:00
app.py use ruff linter and formatter 2023-11-15 12:14:37 -08:00
blueprints.py Split the App and Blueprint into Sansio and IO parts 2023-08-19 18:35:14 +01:00
cli.py bump werkzeug 2.3.7 2023-08-21 09:39:10 -07:00
config.py Allow for PathLike types for config file variables 2023-05-14 16:09:25 +01:00
ctx.py add __future__ annotations 2023-04-20 09:24:44 -07:00
debughelpers.py Split the App and Blueprint into Sansio and IO parts 2023-08-19 18:35:14 +01:00
globals.py remove deprecated code 2023-08-16 15:00:49 -07:00
helpers.py type hint fix for flask.send_file 2023-11-15 12:53:22 -08:00
logging.py Split the App and Blueprint into Sansio and IO parts 2023-08-19 18:35:14 +01:00
py.typed Initial typing support 2021-04-26 17:20:24 +01:00
sessions.py use ruff linter and formatter 2023-11-15 12:14:37 -08:00
signals.py remove deprecated code 2023-08-16 15:00:49 -07:00
templating.py Split the App and Blueprint into Sansio and IO parts 2023-08-19 18:35:14 +01:00
testing.py bump werkzeug 2.3.7 2023-08-21 09:39:10 -07:00
typing.py Correct the error handler typing 2023-08-19 18:35:15 +01:00
views.py use ruff linter and formatter 2023-11-15 12:14:37 -08:00
wrappers.py add __future__ annotations 2023-04-20 09:24:44 -07:00