383 Commits (0932d8f428ae6c7cb6615a6a146e417eb182ec4d)

Author SHA1 Message Date
MikeTheReader fd4a363657 Modifications based on review 7 years ago
Randy Liou d8d712a0de Add coverage for Blueprint teardown request method 7 years ago
Randy Liou a690ae27a3 Add coverage for Blueprint request process methods 7 years ago
MikeTheReader 6f49089a62 Added tests for make_response and get_debug_flag to improve coverage of helpers.py 7 years ago
Randy Liou 7ce01ab9b4 Add coverage for Blueprint.add_app_template_global 7 years ago
Randy Liou 136dbf7de0 Add coverage for Blueprints.(app_)context_processor 7 years ago
Hendrik Makait ced719ea18 Auto-detect create_app and make_app factory functions 7 years ago
Randy Liou 9fddecd4d9 Add coverage for Blueprint.app_errorhandler 7 years ago
David Lord 5d9dd0b379
set session accessed for setdefault 7 years ago
David Lord f7c35bf0d5 safe_join on Windows uses posixpath 7 years ago
David Lord 2a65794306
safe_join on Windows uses posixpath 7 years ago
David Lord f75ad9fca2
refactor session cookie domain logic 7 years ago
David Lord 7ad79583b9
add sort by match order 8 years ago
David Lord 697f7b9365
refactor make_response to be easier to follow 8 years ago
David Lord 46f83665ef
clean up blueprint json support 8 years ago
David Lord 13754b6d11
ensure error while opening session pops context 8 years ago
David Lord 97e2cd0a5a
update changelog 8 years ago
David Lord e50767cfca
add test for build error special values 8 years ago
David Lord 4ff84d537a
get mtime in utc 8 years ago
David Lord bf6910a639
get mtime in utc 8 years ago
David Lord f790ab7177
need to test against raw header 8 years ago
David Lord c1973016ea
style cleanup 8 years ago
jab 00d6e339ec Change Flask.__init__ to accept two new keyword arguments, host_matching and static_host. (#1560) 8 years ago
Markus Unterwaditzer c935eaceaf Revert "Handle BaseExceptions (#2222)" 8 years ago
Diggory Blake 6f7847e3c4 Make test more idiomatic 8 years ago
Diggory Blake d0e2e7b66c Add test and changes 8 years ago
Diggory Blake 1d4448abe3 Handle BaseExceptions (#2222) 8 years ago
Antonio Larrosa 6ef45f30ab Fix previous commits to work with python 2 and python 3 8 years ago
Antonio Larrosa 0049922f2e Fix send_file to work with non-ascii filenames 8 years ago
Ed Brannin 6e5250ab5d Fix CLI test for ImportError -> NoAppException 8 years ago
Sven-Hendrik Haase ed17bc1710 Add test to showcase that printing a traceback works 8 years ago
Hsiaoming Yang a7f1a21c12 Don't rely on X-Requested-With for pretty print json response (#2193) 8 years ago
Josh Rowe 8a8a608152 Move object_hook outside loads method so class can be extend and reused 8 years ago
David Lord 42fbbb4cbb
add test and changelog for SERVER_NAME app.run default 8 years ago
Andrew Arendt 01b992b1a1 Added python3.6 support for tests 8 years ago
Paul Brown 0832e77b14 prevent NoAppException when ImportError occurs within imported module 8 years ago
Markus Unterwaditzer 789715adb9 Fix config.from_pyfile on Python 3 (#2123) 8 years ago
Jiri Kuncar 36425d5f91 Ignore cache on request.get_json(cache=False) call (#2089) 8 years ago
Alex Kahan 2647fc7112 Parameterizing test (#2073) 8 years ago
Michael Recachinas bd5e297aa9 Default environ (#2047) 8 years ago
Joël Charles 7186a5aaf5 make use of range requests if available in werkzeug (#2031) 8 years ago
Armin Ronacher a30951ec28 Do not error for unknown files if send_file sends an actual file 8 years ago
Armin Ronacher 9cd32cac32 Corrected after response for error handlers 8 years ago
Markus Unterwaditzer c4ec6954e5 Don't passthrough_errors unless instructed. (#2006) 8 years ago
Roman 92ce20eeac Fix error in send_file helper (#2003) 8 years ago
Markus Unterwaditzer 098ea0c8ca Only passthrough_errors if PROPAGATE_EXCEPTIONS 8 years ago
Markus Unterwaditzer 71e10be286 Properly remove f.name usage in send_file (#1988) 8 years ago
David Lord f193f590bc clean up new json tests 8 years ago
Nathan Land f16e477b2a Add tests for flask.json.dump() and test that jsonify correctly converts uuids. 8 years ago
Anton Sarukhanov 9121e109bd Add test for get_version (CLI) (#1884) 8 years ago