You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matt Chisholm 04e70bd5c7 Add teardown_request decorator. Fixes issue #174 14 years ago
..
__init__.py Added Session again to the public API because existing code might import it 15 years ago
app.py Add teardown_request decorator. Fixes issue #174 14 years ago
config.py Removed unnecessary import 14 years ago
ctx.py Open the session after the request context is pushed on the stack instead of in the constructor. This allows you to access the request context in a custom open_session method. 14 years ago
globals.py Request local objects now fail properly with a RuntimeError. This fixes #105 15 years ago
helpers.py Do not use Date, use Last-Modified. This fixes #164 14 years ago
logging.py Various typos. 15 years ago
module.py Implement the endpoint decorator. This allows you to easily map views to endpoints when using the werkzeug routing. 14 years ago
session.py Various typos. 15 years ago
signals.py Added some whitespace 15 years ago
templating.py normpath is now used before loading templates 15 years ago
testing.py Better handling for `test_request_context` don't just append the port. 14 years ago
wrappers.py Fix some typos in the docstrings 15 years ago