flask/flask
2011-08-26 21:30:41 +02:00
..
testsuite Some more cleanups in how the test runner is invoked 2011-08-26 17:35:47 +01:00
__init__.py Switch to explicit Werkzeug imports 2011-07-15 18:03:48 +02:00
app.py Refactored logging of internal server errors. Can now be customized 2011-08-26 21:30:41 +02:00
blueprints.py Added the ability to trigger functions before the first request to the application 2011-08-07 12:43:38 +02:00
config.py Switch to explicit Werkzeug imports 2011-07-15 18:03:48 +02:00
ctx.py Don't use deprecated flask.session in flask.ctx. 2011-07-12 21:51:53 +02:00
debughelpers.py Flask will now give you an error in debug mode if a post request caused a redirect by the routing system. 2011-08-09 14:51:06 +02:00
globals.py Switch to explicit Werkzeug imports 2011-07-15 18:03:48 +02:00
helpers.py Updated docstring on make_response 2011-08-25 21:49:50 +01:00
logging.py Extend the logging from the dynamically set logger class. This fixes #234 2011-05-24 16:34:41 +02:00
module.py Chnaged a bunch of behavior in blueprints for it to be more flexible. Improved backwards compat. 2011-06-16 23:55:49 +02:00
session.py Refactored session interface 2011-07-07 11:27:22 +02:00
sessions.py Added the APPLICATION_ROOT configuration variable which is used by session backends. 2011-08-25 12:13:55 +01:00
signals.py Fake signals no better follow the blinker api 2011-08-26 14:41:25 +01:00
templating.py Fixed a bug in list_templates 2011-07-16 01:16:29 +02:00
testing.py The test client now properly pops response contexts on __exit__ 2011-08-26 14:01:46 +01:00
views.py Added flask.views.View.decorators to automatically decorate class based views. 2011-08-25 22:09:48 +01:00
wrappers.py Removed second mention of json. This fixes #290 2011-08-09 16:16:04 +02:00