flask/flask
Thiago de Arruda 8445f0d939 Fixed assumption made on session implementations.
In the snippet 'session.setdefault(...).append(...)', it was being
assumed that changes made to mutable structures in the session are
are always in sync with the session object, which is not true for
session implementations that use a external storage for keeping their
keys/values.
2012-03-02 07:46:39 -03:00
..
ext Refactored flask.ext process to not swallow exceptions on weird Pythons. 2011-09-27 13:33:23 +02:00
testsuite Cleaned up test case for issue #414. 2012-03-01 08:53:58 -05:00
__init__.py Prepare for an 0.8.1 release 2011-10-02 01:06:22 +02:00
app.py Document app.testing=True for test client, #381. 2012-01-17 19:43:11 -05:00
blueprints.py Add non-decorator template filter methods. 2012-01-16 20:16:48 -05:00
config.py Fixed silent keyword arg to config.from_envvar. 2012-03-01 08:34:08 -05:00
ctx.py [docstring] Remove an extra if clause to clarify sentence 2012-01-16 13:42:43 -05:00
debughelpers.py Don't lie to the user about POST redirects 2011-08-27 00:44:46 +02:00
exthook.py Refactored flask.ext process to not swallow exceptions on weird Pythons. 2011-09-27 13:33:23 +02:00
globals.py Context preserving is now part of Flask and not the test client. This fixes #326 2011-09-24 20:27:38 +02:00
helpers.py Fixed assumption made on session implementations. 2012-03-02 07:46:39 -03: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
session.py Fixed an issue with an unused module for Python 2.5 (flask.session) 2011-10-02 01:08:54 +02:00
sessions.py Late but 2010 -> 2011 in some files 2011-09-01 16:57:00 +02:00
signals.py Late but 2010 -> 2011 in some files 2011-09-01 16:57:00 +02:00
templating.py Allow loading template from iterable 2012-02-24 00:46:20 -06:00
testing.py Context preserving is now part of Flask and not the test client. This fixes #326 2011-09-24 20:27:38 +02:00
views.py Hyphenate "class-based" 2012-01-31 13:54:52 +01:00
wrappers.py Late but 2010 -> 2011 in some files 2011-09-01 16:57:00 +02:00