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.
Priit Laes e3b3e05052 Docs: Fix docstring formatting 12 years ago
..
ext Refactored flask.ext process to not swallow exceptions on weird Pythons. 13 years ago
testsuite Added flask.stream_with_context 13 years ago
__init__.py Merge branch '0.8-maintenance' and push to 0.9 13 years ago
app.py Merge pull request #567 from PaulMcMillan/docs_fix 12 years ago
blueprints.py Fix spelling. 13 years ago
config.py Fixed silent keyword arg to config.from_envvar. 13 years ago
ctx.py Added flask.stream_with_context 13 years ago
debughelpers.py Don't lie to the user about POST redirects 13 years ago
exceptions.py Move JSONHTTPException and JSONBadRequest to new module flask.exceptions. 13 years ago
exthook.py Refactored flask.ext process to not swallow exceptions on weird Pythons. 13 years ago
globals.py Implemented a separate application context. 13 years ago
helpers.py Docs: Fix docstring formatting 12 years ago
logging.py Changed logic for debug level log settings 13 years ago
module.py Late but 2010 -> 2011 in some files 13 years ago
session.py Fixed an issue with an unused module for Python 2.5 (flask.session) 13 years ago
sessions.py Late but 2010 -> 2011 in some files 13 years ago
signals.py Added documentation for appcontext and teardown handlers 13 years ago
templating.py Allow loading template from iterable 13 years ago
testing.py Context preserving is now part of Flask and not the test client. This fixes #326 13 years ago
views.py Remove an unused iteration variable. 13 years ago
wrappers.py Removed extra blank line to fix ReST formatted documentation string in wrappers.py. Should have gone with pull request #439. 13 years ago