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.
John Hobbs e31a2a80ec Update url_for documentation 11 years ago
..
ext Refactored flask.ext process to not swallow exceptions on weird Pythons. 13 years ago
testsuite Merge branch '0.10-maintenance' 12 years ago
__init__.py Master is 0.11-dev 12 years ago
_compat.py Removed an unnecessary as statement 12 years ago
app.py Some cleanups 12 years ago
blueprints.py Fixed some embarrassing grammar 12 years ago
config.py always import from ._compat 12 years ago
ctx.py Changed interface for `flask.g` 12 years ago
debughelpers.py Some cleanups 12 years ago
exthook.py always import from ._compat 12 years ago
globals.py flask.g is now on the app context and not the request context 12 years ago
helpers.py Update url_for documentation 11 years ago
json.py Some cleanups 12 years ago
logging.py Changed logic for debug level log settings 13 years ago
module.py Late but 2010 -> 2011 in some files 14 years ago
sessions.py Added SESSION_REFRESH_EACH_REQUEST config option. 12 years ago
signals.py Added appcontext_pushed and appcontext_popped signals 12 years ago
templating.py Remove six dependency 12 years ago
testing.py Fixed various issues on the Python 3 port 12 years ago
views.py fix metaclass usage for py3 12 years ago
wrappers.py corrected documentation for Request get_json() 12 years ago