1111 Commits (master)

Author SHA1 Message Date
David Lord 501f043125
clean up preprocess_request docs 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 648344d4e8
use mro to collect methods 8 years ago
David Lord 97e2cd0a5a
update changelog 8 years ago
rocambolesque 19fbe3a18f
Add scheme to url_build error handler parameters 8 years ago
Sobolev Nikita 7481844c98 Fix typo in app.py (#2248) 8 years ago
David Lord 09b49104f3
filename can be latin-1, not just ascii 8 years ago
David Lord c1973016ea
style cleanup 8 years ago
Antonio Larrosa d50a5db5ed Keep using only filename if it's valid ascii 8 years ago
jab 00d6e339ec Change Flask.__init__ to accept two new keyword arguments, host_matching and static_host. (#1560) 8 years ago
asilversempirical d76d68cd38 Update out of date jsonify documentation 8 years ago
Markus Unterwaditzer c935eaceaf Revert "Handle BaseExceptions (#2222)" 8 years ago
Markus Unterwaditzer 07a705888c Bump to dev version 8 years ago
Markus Unterwaditzer a34d0e6878 Bump version number to 0.12.1 8 years ago
Diggory Blake 12c49c75fb Handle BaseExceptions 8 years ago
Diggory Blake 1d4448abe3 Handle BaseExceptions (#2222) 8 years ago
Antonio Larrosa bf023e7dc0 Remove unidecode dependency and use unicodedata instead 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 7a7a163ff1 shorten output when ImportError due to app bug. 8 years ago
Sven-Hendrik Haase ad42d88fb2 Remove useless pass 8 years ago
Sven-Hendrik Haase 5b7fd9ad88 Print a stacktrace on CLI error (closes #2208) 8 years ago
John Bodley 46e8427d81 Document run() host defaulting to SERVER_NAME 8 years ago
Hsiaoming Yang a7f1a21c12 Don't rely on X-Requested-With for pretty print json response (#2193) 8 years ago
Static f5adb61b28 Fix typos/grammar in docs (#2201) 8 years ago
Josh Rowe 8a8a608152 Move object_hook outside loads method so class can be extend and reused 8 years ago
Nick Ficano eaba4a73aa Fix typo in file header (jsonimpl => json) 8 years ago
Armin Ronacher c9b33d0e86 Convert Flask.run into a noop when run from the CLI 8 years ago
Raphael Deem 1636a4c410 use SERVER_NAME to set host and port in app.run() (#2152) 8 years ago
Kim Blomqvist 3fc8be5a4e Disable debug when FLASK_DEBUG=False (#2155) 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
Markus Unterwaditzer 8cd0b03bee Bump to dev 0.12.1 8 years ago
Markus Unterwaditzer b2e0886f48 Bump to dev version 8 years ago
Markus Unterwaditzer 1042d9d23f Bump version number to 0.12 8 years ago
Jiri Kuncar 36425d5f91 Ignore cache on request.get_json(cache=False) call (#2089) 8 years ago
Raphael Deem 0e79aba40d use dict instead of if/else logic (#2093) 8 years ago
Clenimar Filemon 77af942b98 Capitalize occurrences of 'flask' (#2067) 8 years ago
Martijn Pieters de1652467b Remove busy-work. (#2072) 8 years ago
Clenimar Filemon cb30a3b562 Update docstring for errorhandler() (#2070) 8 years ago
Michael Recachinas bd5e297aa9 Default environ (#2047) 8 years ago
Michael Recachinas 49ecc88d99 Remove `-a/--app` from Quickstart documentation (#2046) 8 years ago
Joël Charles 7186a5aaf5 make use of range requests if available in werkzeug (#2031) 8 years ago
小明 f3d661de66 Fix unbound error (#2039) 8 years ago
Markus Unterwaditzer 01081dbe6c Avoid always-false statement 8 years ago
Benjamin Dopplinger dbeed24067 Fix typo in MethodView doc (#2028) 8 years ago
Bruno Thalmann 09fec941f4 Removed unused import. (#2026) 8 years ago
Pablo Marti 2b47615998 Fix typo in docs 8 years ago