You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Armin Ronacher 79aa4ac14d Merge branch 'master' of github.com:mitsuhiko/flask 14 years ago
..
__init__.py Switch to explicit Werkzeug imports 14 years ago
app.py Merge branch 'master' of github.com:mitsuhiko/flask 14 years ago
blueprints.py Fixed an issue that broke url processors for blueprints. Added testcases 14 years ago
config.py Switch to explicit Werkzeug imports 14 years ago
ctx.py Don't use deprecated flask.session in flask.ctx. 14 years ago
globals.py Switch to explicit Werkzeug imports 14 years ago
helpers.py Minor documentation typo / grammar fixes 14 years ago
logging.py Extend the logging from the dynamically set logger class. This fixes #234 14 years ago
module.py Chnaged a bunch of behavior in blueprints for it to be more flexible. Improved backwards compat. 14 years ago
session.py Refactored session interface 14 years ago
sessions.py Backout last change, save_cookie by itself does that 14 years ago
signals.py Started work on new request dispatching. Unittests not yet updated 14 years ago
templating.py Fixed a bug in list_templates 14 years ago
testing.py Switch to explicit Werkzeug imports 14 years ago
views.py Improved cbv and added tests 14 years ago
wrappers.py Switch to explicit Werkzeug imports 14 years ago