| .. |
|
static
|
Split up testsuite and moved it to flask.testsuite. This fixes #246
|
2011-08-26 11:21:26 +01:00 |
|
templates
|
Add @template_test() decorator for creating custom jinja2 tests, like existing @template_filter() for filters. Fixes #332
|
2012-10-07 12:51:46 +02:00 |
|
test_apps
|
Add .egg for zipimporter instance path test.
|
2012-01-16 09:05:42 -05:00 |
|
__init__.py
|
Added a workaround for samefile. This fixes #600
|
2012-10-07 16:04:31 +02:00 |
|
appctx.py
|
flask.g is now on the app context and not the request context
|
2012-12-21 11:45:42 +01:00 |
|
basic.py
|
Added flask.copy_current_request_context which simplies working with greenlets
|
2013-05-14 11:00:04 +01:00 |
|
blueprints.py
|
Add @template_test() decorator for creating custom jinja2 tests, like existing @template_filter() for filters. Fixes #332
|
2012-10-07 12:51:46 +02: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
|
adding _scheme parameter to url_for
|
2013-01-21 16:18:46 -08:00 |
|
regression.py
|
Fixed last commit and added test
|
2013-01-21 17:55:07 +00:00 |
|
reqctx.py
|
Added flask.copy_current_request_context which simplies working with greenlets
|
2013-05-14 11:00:04 +01:00 |
|
signals.py
|
Flash messages signals
|
2013-02-28 01:19:52 -03:00 |
|
subclassing.py
|
various typo fixes
|
2012-09-06 18:04:51 +01:00 |
|
templating.py
|
Added template_global, fixes #657
|
2013-01-27 00:46:19 +00:00 |
|
testing.py
|
make_test_environ_builder when used with subdomains was not working correctly, now it uses urlparse module for detecting full URL and changing path and base_url correctly
|
2012-10-07 12:48:19 +02:00 |
|
views.py
|
The builder on github is using python 2.5, the views.py testsuite uses the with
|
2012-10-16 16:57:57 -04:00 |