flask/flask
2011-08-31 10:32:59 +01:00
..
testsuite Merge remote-tracking branch 'mitsuhiko/master' 2011-08-31 10:32:59 +01:00
__init__.py Switch to explicit Werkzeug imports 2011-07-15 18:03:48 +02:00
app.py Merge remote-tracking branch 'mitsuhiko/master' 2011-08-31 10:32:59 +01:00
blueprints.py Deny dot's in blueprint endpoints. Add tests for that too. 2011-08-25 17:26:57 +01:00
config.py Switch to explicit Werkzeug imports 2011-07-15 18:03:48 +02:00
ctx.py Added an XXX to a comment to not miss removing deprecated code later 2011-08-27 00:32:28 +02:00
debughelpers.py Don't lie to the user about POST redirects 2011-08-27 00:44:46 +02:00
globals.py Switch to explicit Werkzeug imports 2011-07-15 18:03:48 +02:00
helpers.py Explained why os.getcwd is used for path finding 2011-08-27 00:42:06 +02: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 finer control over the session cookie parameters 2011-08-30 14:36:50 +02: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