flask/src/flask
David Lord 1d7281fe07
remove egg test
eggs aren't supported, and Python 3.12 removes setuptools
2023-05-02 09:53:31 -07:00
..
json add __future__ annotations 2023-04-20 09:24:44 -07:00
__init__.py release version 2.3.2 2023-05-01 08:35:10 -07:00
__main__.py click detects program name when run as module 2021-01-29 11:29:36 -08:00
app.py fix mypy finding 2023-05-01 08:10:25 -07:00
blueprints.py add __future__ annotations 2023-04-20 09:24:44 -07:00
cli.py add __future__ annotations 2023-04-20 09:24:44 -07:00
config.py add __future__ annotations 2023-04-20 09:24:44 -07:00
ctx.py add __future__ annotations 2023-04-20 09:24:44 -07:00
debughelpers.py add __future__ annotations 2023-04-20 09:24:44 -07:00
globals.py add __future__ annotations 2023-04-20 09:24:44 -07:00
helpers.py drop support for python 3.7 2023-04-20 11:09:55 -07:00
logging.py add __future__ annotations 2023-04-20 09:24:44 -07:00
py.typed Initial typing support 2021-04-26 17:20:24 +01:00
scaffold.py remove egg test 2023-05-02 09:53:31 -07:00
sessions.py set Vary: Cookie header consistently for session 2023-05-01 08:10:52 -07:00
signals.py blinker is required, signals are always available 2023-04-13 07:39:24 -07:00
templating.py add __future__ annotations 2023-04-20 09:24:44 -07:00
testing.py update werkzeug 2023-05-01 08:18:03 -07:00
typing.py add __future__ annotations 2023-04-20 09:24:44 -07:00
views.py add __future__ annotations 2023-04-20 09:24:44 -07:00
wrappers.py add __future__ annotations 2023-04-20 09:24:44 -07:00