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 4c27f7a8c4 Removed incorrect JSON exception subclasses 12 years ago
..
ext Refactored flask.ext process to not swallow exceptions on weird Pythons. 14 years ago
testsuite Removed incorrect JSON exception subclasses 12 years ago
__init__.py Added flask.copy_current_request_context which simplies working with greenlets 12 years ago
app.py Merge pull request #708 from xealot/master 12 years ago
blueprints.py Added template_global, fixes #657 12 years ago
config.py Fixed silent keyword arg to config.from_envvar. 13 years ago
ctx.py Restore 2.5 support for the time being 12 years ago
debughelpers.py Added better error reporting for unicode errors in sessions 12 years ago
exthook.py various typo fixes 13 years ago
globals.py flask.g is now on the app context and not the request context 12 years ago
helpers.py Flash messages signals 12 years ago
json.py Support old and new name for json 12 years ago
logging.py Changed logic for debug level log settings 14 years ago
module.py Late but 2010 -> 2011 in some files 14 years ago
sessions.py Added uuid support for new session serialization and documented it 12 years ago
signals.py Flash messages signals 12 years ago
templating.py flask.g is now on the app context and not the request context 12 years ago
testing.py make_test_environ_builder when used with subdomains was not working correctly, now it uses urlparse module for detecting full URL and changing path and base_url correctly 13 years ago
views.py Remove an unused iteration variable. 13 years ago
wrappers.py Removed incorrect JSON exception subclasses 12 years ago