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.
Armin Ronacher 0e98a08097 Provide ways to override the url rule 14 years ago
..
__init__.py Add safe_join: returns the filename used by send_from_directory. 14 years ago
app.py Provide ways to override the url rule 14 years ago
config.py Touch up docs according to user feedback. 14 years ago
ctx.py Implemented flask.has_request_context() 14 years ago
globals.py Request local objects now fail properly with a RuntimeError. This fixes #105 14 years ago
helpers.py Don't fail for unicode filenames with send_file(add_etags=True) 14 years ago
logging.py Extend the logging from the dynamically set logger class. This fixes #234 14 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 14 years ago
testing.py Better handling for `test_request_context` don't just append the port. 14 years ago
wrappers.py respect request charset 14 years ago