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 99be2ec022 Flask no longer internally depends on rules being added through the add_url_rule function 14 years ago
..
__init__.py Added Session again to the public API because existing code might import it 15 years ago
app.py Flask no longer internally depends on rules being added through the add_url_rule function 14 years ago
config.py Updated from_pyfile so its dynamic module creation uses the imp module instead of type. 14 years ago
ctx.py Added middlewares to quickstart. This fixes #88 15 years ago
globals.py Request local objects now fail properly with a RuntimeError. This fixes #105 15 years ago
helpers.py Fixed 'schemal' doc typo. 14 years ago
logging.py Various typos. 15 years ago
module.py fix subdomain for static rule on registering module 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