..
ext
Refactored flask.ext process to not swallow exceptions on weird Pythons.
2011-09-27 13:33:23 +02:00
testsuite
Flash messages signals
2013-02-28 01:19:52 -03:00
__init__.py
Flash messages signals
2013-02-28 01:19:52 -03:00
app.py
Added note on teardown in debug mode. Fixes #661
2013-01-27 00:56:01 +00:00
blueprints.py
Added template_global, fixes #657
2013-01-27 00:46:19 +00:00
config.py
Fixed silent keyword arg to config.from_envvar.
2012-03-01 08:34:08 -05:00
ctx.py
flask.g is now on the app context and not the request context
2012-12-21 11:45:42 +01:00
debughelpers.py
Added better error reporting for unicode errors in sessions
2012-10-30 14:47:17 +00:00
exceptions.py
Added wrapper module around simplejson/json for much simplified customization.
2012-10-07 23:31:48 +02:00
exthook.py
various typo fixes
2012-09-06 18:04:51 +01:00
globals.py
flask.g is now on the app context and not the request context
2012-12-21 11:45:42 +01:00
helpers.py
Flash messages signals
2013-02-28 01:19:52 -03:00
json.py
Added support for unicode json dumping. This fixes #535
2012-10-18 00:48:15 +01:00
logging.py
Changed logic for debug level log settings
2011-10-11 19:09:37 -07:00
module.py
Late but 2010 -> 2011 in some files
2011-09-01 16:57:00 +02:00
sessions.py
Changed session cookie defaults to work better with google chrome
2013-01-29 19:31:45 +00:00
signals.py
Flash messages signals
2013-02-28 01:19:52 -03:00
templating.py
flask.g is now on the app context and not the request context
2012-12-21 11:45:42 +01: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
Remove an unused iteration variable.
2012-03-19 22:33:43 -07:00
wrappers.py
Added wrapper module around simplejson/json for much simplified customization.
2012-10-07 23:31:48 +02:00