flask/flask
David Lord 697f7b9365
refactor make_response to be easier to follow
* be explicit about how tuples are unpacked
* allow bytes for status value
* allow Headers for headers value
* use TypeError instead of ValueError
* errors are more descriptive
* document that view must not return None
* update documentation about return values
* test more response types
* test error messages

closes #1676
2017-04-25 08:30:48 -07:00
..
ext Happy New Year 2015 2015-01-02 11:35:00 +09:00
__init__.py Bump to dev version 2017-03-31 18:43:52 +02:00
__main__.py Happy New Year 2015 2015-01-02 11:35:00 +09:00
_compat.py Fix PyPy3 support and add bug references 2016-06-13 20:33:57 +02:00
app.py refactor make_response to be easier to follow 2017-04-25 08:30:48 -07:00
blueprints.py clean up blueprint json support 2017-04-24 10:16:50 -07:00
cli.py shorten output when ImportError due to app bug. 2017-03-21 15:22:15 -04:00
config.py Fix config.from_pyfile on Python 3 (#2123) 2016-12-26 03:50:47 +01:00
ctx.py Improve application context popping 2016-05-26 21:46:56 +02:00
debughelpers.py Convert Flask.run into a noop when run from the CLI 2017-01-29 12:26:52 +01:00
exthook.py Show line which caused the DeprecationWarning (#1831) 2016-05-29 14:51:05 -07:00
globals.py Happy New Year 2015 2015-01-02 11:35:00 +09:00
helpers.py Add scheme to url_build error handler parameters 2017-04-20 08:30:07 -07:00
json.py clean up blueprint json support 2017-04-24 10:16:50 -07:00
logging.py Disable logger propagation by default 2016-08-25 15:41:46 +02:00
sessions.py use dict instead of if/else logic (#2093) 2016-12-21 21:07:57 +01:00
signals.py Capitalize occurrences of 'flask' (#2067) 2016-11-01 18:52:32 -07:00
templating.py Fast path for disabled template load explain. 2016-05-22 11:36:40 +02:00
testing.py Default environ (#2047) 2016-10-12 08:54:24 +02:00
views.py use mro to collect methods 2017-04-21 10:43:02 -07:00
wrappers.py Ignore cache on request.get_json(cache=False) call (#2089) 2016-12-21 21:08:38 +01:00