COMMITS
/ tests/test_basic.py February 20, 2026
D
all teardown callbacks are called despite errors
David Lord committed
February 19, 2026
D
Merge branch 'stable'
David Lord committed
D
request context tracks session access
David Lord committed
February 12, 2026
D
fix provide_automatic_options override
David Lord committed
February 3, 2026
D
update domain matching tests for Werkzeug 3.2
David Lord committed
March 10, 2025
J
secret key rotation: fix key list ordering
James Addison committed
November 11, 2024
D
fix subdomain_matching=False behavior
David Lord committed
November 8, 2024
D
enable secret key rotation
David Lord committed
June 10, 2024
D
add SESSION_COOKIE_PARTITIONED config
David Lord committed
November 1, 2024
D
add config and docs for limits
David Lord committed
November 9, 2023
D
use ruff linter and formatter
David Lord committed
August 16, 2023
D
fix flake8 bugbear findings
David Lord committed
May 1, 2023
D
set `Vary: Cookie` header consistently for session
David Lord committed
April 12, 2023
D
no cookie domain by default
David Lord committed
D
Merge branch '2.2.x'
David Lord committed
D
update test cookie handling for Werkzeug 2.3
David Lord committed
February 23, 2023
D
deprecate got_first_request property
David Lord committed
D
deprecate markupsafe exports
David Lord committed
D
remove previously deprecated code
David Lord committed
January 18, 2023
D
move and update flake8 config
David Lord committed
D
fix flake8 bugbear errors
David Lord committed
July 13, 2022
D
add json provider interface
David Lord committed
July 5, 2022
D
remove uses of LocalStack
David Lord committed
July 2, 2022
G
Support returning list as JSON
Grey Li committed
June 30, 2022
D
new debug/test preserve context implementation
David Lord committed
June 9, 2022
P
view functions can return generators as responses directly
pgjones committed
June 17, 2022
K
session expiration datetime is UTC timezone-aware
Kevin Kirsche committed
June 6, 2022
D
deprecate before_first_request
David Lord committed
May 23, 2022
D
avoid triggering setupmethod late in tests
David Lord committed
April 28, 2022
Q
refactor error checks in register_error_handler
Qingpeng Li committed
D
clean up pytest.raises tests
David Lord committed
March 23, 2022
D
don't intercept 307/308 routing redirects
David Lord committed
February 9, 2022
D
Merge branch '2.0.x'
David Lord committed
February 8, 2022
D
fix pytest 7 warnings
David Lord committed
November 12, 2021
D
drop Python 3.6
David Lord committed
May 14, 2021
D
Merge branch '1.1.x' into 2.0.x
David Lord committed
B
Use compat fspath instead of os.fspath
brettlangdon committed
May 13, 2021
D
blueprint name may not contain a dot
David Lord committed
February 14, 2021
P
Add syntatic sugar for route registration
pgjones committed
January 3, 2021
G
Silence pytest warnings for exception propagation test
Grey Li committed
November 5, 2020
M
include samesite and secure when removing session cookie (#3726)
Mathurshan Vimalesvaran committed
November 1, 2020
D
update requirements (#3823)
David Lord committed
October 3, 2020
B
Break reference cycle created by default in Flask instances.
Bogdan Opanchuk committed
July 11, 2020
C
change make_response to use headers.update
Christopher Nguyen committed
April 20, 2020
J
Cherry-pick 7ba35c4 from master (support pathlib.Path for static_folder)
Joshua Bronson committed
J
Restore support for using pathlib.Path for static_folder.
Joshua Bronson committed
April 4, 2020
D
remove unused module docstrings
David Lord committed
D
f-strings everywhere
David Lord committed
D
apply pyupgrade
David Lord committed
D
remove more compat code
David Lord committed