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 de5038f2fb Added total_seconds() helper for pythons before 2.7 12 years ago
..
ext Refactored flask.ext process to not swallow exceptions on weird Pythons. 14 years ago
testsuite Merge pull request #591 from finbarrocallaghan/master 12 years ago
__init__.py Added a missing exposed import. This fixes #575 12 years ago
app.py Merge pull request #591 from finbarrocallaghan/master 12 years ago
blueprints.py Add @template_test() decorator for creating custom jinja2 tests, like existing @template_filter() for filters. Fixes #332 12 years ago
config.py Fixed silent keyword arg to config.from_envvar. 13 years ago
ctx.py Added flask.stream_with_context 13 years ago
debughelpers.py Don't lie to the user about POST redirects 14 years ago
exceptions.py Move JSONHTTPException and JSONBadRequest to new module flask.exceptions. 13 years ago
exthook.py various typo fixes 13 years ago
globals.py Implemented a separate application context. 13 years ago
helpers.py Removed json_available hack 13 years ago
logging.py Changed logic for debug level log settings 13 years ago
module.py Late but 2010 -> 2011 in some files 14 years ago
session.py Fixed an issue with an unused module for Python 2.5 (flask.session) 13 years ago
sessions.py Added total_seconds() helper for pythons before 2.7 12 years ago
signals.py Added documentation for appcontext and teardown handlers 13 years ago
templating.py Update flask/templating.py 13 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 12 years ago
views.py Remove an unused iteration variable. 13 years ago
wrappers.py Merge pull request #591 from finbarrocallaghan/master 12 years ago