| .. |
|
static
|
Split up testsuite and moved it to flask.testsuite. This fixes #246
|
2011-08-26 11:21:26 +01:00 |
|
templates
|
Split up testsuite and moved it to flask.testsuite. This fixes #246
|
2011-08-26 11:21:26 +01:00 |
|
test_apps
|
Add .egg for zipimporter instance path test.
|
2012-01-16 09:05:42 -05:00 |
|
__init__.py
|
Add to sys.path, not sys.path_info
|
2011-09-23 10:34:41 +03:00 |
|
appctx.py
|
Add Flask.request_globals_class to customize g.
|
2012-04-24 02:00:47 -04:00 |
|
basic.py
|
Added after_this_request decorator.
|
2012-05-08 13:14:32 +01:00 |
|
blueprints.py
|
Use default send_file max-age consistently.
|
2012-04-24 01:48:05 -04:00 |
|
config.py
|
Cleaned up test case for issue #414.
|
2012-03-01 08:53:58 -05:00 |
|
deprecations.py
|
Import with statement in testsuite, Python 2.5.
|
2011-09-01 12:35:04 -04:00 |
|
examples.py
|
Split up testsuite and moved it to flask.testsuite. This fixes #246
|
2011-08-26 11:21:26 +01:00 |
|
ext.py
|
Refactored flask.ext process to not swallow exceptions on weird Pythons.
|
2011-09-27 13:33:23 +02:00 |
|
helpers.py
|
Use default send_file max-age consistently.
|
2012-04-24 01:48:05 -04:00 |
|
regression.py
|
Skip template leak test when not CPython2.7, #452.
|
2012-04-23 21:36:28 -04:00 |
|
signals.py
|
Changed assert to self.assert_ where it was still in place
|
2011-08-26 11:43:27 +01:00 |
|
subclassing.py
|
Added an testcase for subclassing of Flask to supress logging
|
2011-09-05 18:52:28 +02:00 |
|
templating.py
|
Allow loading template from iterable
|
2012-02-24 00:46:20 -06:00 |
|
testing.py
|
Added a branch to test functionality enabled by new test client
|
2011-11-28 22:48:14 +01:00 |
|
views.py
|
Simplified HEAD handling for method views
|
2011-09-17 19:39:10 +02:00 |