| .. |
|
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
|
Deal with partially setup packages in the redirect hook.
|
2011-09-21 21:34:47 +02:00 |
|
__init__.py
|
Add to sys.path, not sys.path_info
|
2011-09-23 10:34:41 +03:00 |
|
basic.py
|
Context preserving is now part of Flask and not the test client. This fixes #326
|
2011-09-24 20:27:38 +02:00 |
|
blueprints.py
|
Import with statement in testsuite, Python 2.5.
|
2011-09-01 12:35:04 -04:00 |
|
config.py
|
total_seconds -> seconds for 2.6 and earlier
|
2011-09-27 12:27:33 +02: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
|
Added support for _method to url_for()
|
2011-11-04 02:46:22 +01:00 |
|
regression.py
|
Break up a circular dependency on shutdown
|
2011-11-05 17:43:40 +01: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
|
Import with statement in testsuite, Python 2.5.
|
2011-09-01 12:35:04 -04:00 |
|
testing.py
|
Added testcase for redirect and session keeparound bug
|
2011-11-10 10:59:32 +02:00 |
|
views.py
|
Simplified HEAD handling for method views
|
2011-09-17 19:39:10 +02:00 |