flask/src/flask
pgjones 438edcdf01 Allow self as an argument to url_for
This makes the Flask.url_for self argument positional only (Flask
supports Python 3.8+) thereby restoring the ability to pass self as a
value argument to url_for.
2023-09-30 15:25:31 +01:00
..
json Split the App and Blueprint into Sansio and IO parts 2023-08-19 18:35:14 +01:00
sansio Add a brief README to the sansio 2023-08-19 18:35:15 +01: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 Allow self as an argument to url_for 2023-09-30 15:25:31 +01: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 remove deprecated code 2023-08-16 15:00:49 -07: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 set Vary: Cookie header consistently for session 2023-05-01 08:10:52 -07: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 add __future__ annotations 2023-04-20 09:24:44 -07:00
wrappers.py add __future__ annotations 2023-04-20 09:24:44 -07:00