flask/flask
Thomas Waldmann 8bb972e5ae fix minitwit/flaskr test errors, improve docs about file open mode
app.open_resource needs to get called with the correct mode param (python3
will read bytes [not str] if the wrong mode is used), add mode param docs.

rv.data is bytes, fix the data type we compare it with to be also bytes
2013-05-25 19:13:48 +02:00
..
ext Refactored flask.ext process to not swallow exceptions on weird Pythons. 2011-09-27 13:33:23 +02:00
testsuite Fixed a broken test 2013-05-23 14:07:25 +01:00
__init__.py Added flask.copy_current_request_context which simplies working with greenlets 2013-05-14 11:00:04 +01:00
_compat.py ported some more stuff to py 3.3 2013-05-22 01:33:04 +02:00
app.py fix minitwit/flaskr test errors, improve docs about file open mode 2013-05-25 19:13:48 +02:00
blueprints.py Added template_global, fixes #657 2013-01-27 00:46:19 +00:00
config.py Ensure that config file is closed immediately 2013-05-22 22:49:25 +02:00
ctx.py Merge branch 'master' into sprint-branch 2013-05-23 14:01:33 +01:00
debughelpers.py Make DebugFilesKeyError.__str__ return str on 3.x 2013-05-22 21:07:53 +02:00
exthook.py ported some more stuff to py 3.3 2013-05-22 01:33:04 +02: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 fix minitwit/flaskr test errors, improve docs about file open mode 2013-05-25 19:13:48 +02:00
json.py Merge branch 'master' into sprint-branch 2013-05-23 14:01:33 +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 Fix .iteritems() access in flask.sessions 2013-05-22 21:30:45 +02:00
signals.py Flash messages signals 2013-02-28 01:19:52 -03:00
templating.py Remove six dependency 2013-05-22 21:40:30 +02:00
testing.py ported some more stuff to py 3.3 2013-05-22 01:33:04 +02:00
views.py Remove an unused iteration variable. 2012-03-19 22:33:43 -07:00
wrappers.py Merge branch 'master' into sprint-branch 2013-05-23 14:01:33 +01:00