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.
Jeffrey Finkelstein c5ebf9a97d Added PATCH method to the list of HTTP method functions for use in the flask.views.MethodView class. 13 years ago
..
ext Refactored flask.ext process to not swallow exceptions on weird Pythons. 13 years ago
testsuite Add test for limited imp loaders, #380. 13 years ago
__init__.py Prepare for an 0.8.1 release 13 years ago
app.py Document app.testing=True for test client, #381. 13 years ago
blueprints.py Add non-decorator template filter methods. 13 years ago
config.py Moved the conversion thing into the ConfigAttribute. 13 years ago
ctx.py [docstring] Remove an extra `if` clause to clarify sentence 13 years ago
debughelpers.py Don't lie to the user about POST redirects 13 years ago
exthook.py Refactored flask.ext process to not swallow exceptions on weird Pythons. 13 years ago
globals.py Context preserving is now part of Flask and not the test client. This fixes #326 13 years ago
helpers.py Keep flashed message examples in one place. 13 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 Late but 2010 -> 2011 in some files 13 years ago
templating.py Late but 2010 -> 2011 in some files 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 Added PATCH method to the list of HTTP method functions for use in the flask.views.MethodView class. 13 years ago
wrappers.py Late but 2010 -> 2011 in some files 13 years ago