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 fc2caa4b9c Changed assert to self.assert_ where it was still in place 14 years ago
..
testsuite Changed assert to self.assert_ where it was still in place 14 years ago
__init__.py Switch to explicit Werkzeug imports 14 years ago
app.py The test client and test_request_context are now both using the same logic internally for creating the environ. Also they use APPLICATION_ROOT now. 14 years ago
blueprints.py Added the ability to trigger functions before the first request to the application 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
debughelpers.py Flask will now give you an error in debug mode if a post request caused a redirect by the routing system. 14 years ago
globals.py Switch to explicit Werkzeug imports 14 years ago
helpers.py Updated docstring on make_response 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 Added the APPLICATION_ROOT configuration variable which is used by session backends. 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 The test client and test_request_context are now both using the same logic internally for creating the environ. Also they use APPLICATION_ROOT now. 14 years ago
views.py Added flask.views.View.decorators to automatically decorate class based views. 14 years ago
wrappers.py Removed second mention of json. This fixes #290 14 years ago