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 9bed20c07c Added documentation for appcontext and teardown handlers 13 years ago
..
static Split up testsuite and moved it to flask.testsuite. This fixes #246 14 years ago
templates Split up testsuite and moved it to flask.testsuite. This fixes #246 14 years ago
test_apps Add .egg for zipimporter instance path test. 13 years ago
__init__.py Add to sys.path, not sys.path_info 13 years ago
appctx.py Added documentation for appcontext and teardown handlers 13 years ago
basic.py Changed the implementation of returning tuples from functions 13 years ago
blueprints.py Expose send_file max-age as config value, #433. 13 years ago
config.py Cleaned up test case for issue #414. 13 years ago
deprecations.py Import with statement in testsuite, Python 2.5. 14 years ago
examples.py Split up testsuite and moved it to flask.testsuite. This fixes #246 14 years ago
ext.py Refactored flask.ext process to not swallow exceptions on weird Pythons. 13 years ago
helpers.py Merge pull request #439 from aisipos/jsonexceptions 13 years ago
regression.py Break up a circular dependency on shutdown 13 years ago
signals.py Changed assert to self.assert_ where it was still in place 14 years ago
subclassing.py Added an testcase for subclassing of Flask to supress logging 14 years ago
templating.py Allow loading template from iterable 13 years ago
testing.py Added a branch to test functionality enabled by new test client 13 years ago
views.py Simplified HEAD handling for method views 13 years ago