flask/flask
Daniel Neuhäuser f88cc2d2f9 Fix broken test_appcontext_signals test case
This fixes #781 and ensures that Flask is tested with blinker installed.
2013-06-27 16:49:27 +02:00
..
ext Refactored flask.ext process to not swallow exceptions on weird Pythons. 2011-09-27 13:33:23 +02:00
testsuite Fix broken test_appcontext_signals test case 2013-06-27 16:49:27 +02:00
__init__.py In case we need a 0.10.2 2013-06-14 09:54:27 +01:00
_compat.py Removed an unnecessary as statement 2013-06-02 17:25:04 +01:00
app.py Fixed class-based views support 2013-06-14 10:28:37 +03:00
blueprints.py Added template_global, fixes #657 2013-01-27 00:46:19 +00:00
config.py always import from ._compat 2013-05-25 20:24:14 +02:00
ctx.py Changed interface for flask.g 2013-06-09 12:06:33 +01:00
debughelpers.py always import from ._compat 2013-05-25 20:24:14 +02:00
exthook.py always import from ._compat 2013-05-25 20:24:14 +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 Removed a bunch of code from _compat 2013-06-02 17:23:53 +01:00
json.py Changed |tojson filter to quote single attributes 2013-06-14 00:05:09 +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 Added support for bytes in sessions back 2013-06-14 00:24:17 +01:00
signals.py Added appcontext_pushed and appcontext_popped signals 2013-06-05 09:53:26 +01:00
templating.py Remove six dependency 2013-05-22 21:40:30 +02:00
testing.py Fixed various issues on the Python 3 port 2013-05-30 15:07:18 +01:00
views.py fix metaclass usage for py3 2013-05-25 20:19:17 +02:00
wrappers.py Added request.get_json(). 2013-06-12 16:27:48 +01:00