366 Commits (8fa3ed13bf362a71f942ed3d37efbdbdd5731375)

Author SHA1 Message Date
Diggory Blake 1d4448abe3 Handle BaseExceptions (#2222) 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
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
Martijn Pieters de1652467b Remove busy-work. (#2072) 8 years ago
Clenimar Filemon cb30a3b562 Update docstring for errorhandler() (#2070) 8 years ago
小明 f3d661de66 Fix unbound error (#2039) 9 years ago
Pablo Marti 2b47615998 Fix typo in docs 9 years ago
Akbar Ibrahim c687ffb192 Fixed error in errorhandler doc string. (#2014) 9 years ago
Armin Ronacher 9cd32cac32 Corrected after response for error handlers 9 years ago
Markus Unterwaditzer c4ec6954e5 Don't passthrough_errors unless instructed. (#2006) 9 years ago
Afonso Queirós ccd02bfe8c Correcting Custom Test Client class docs (#2004) 9 years ago
Josh Soref 6e6c3a4636 Spelling (#1998) 9 years ago
Markus Unterwaditzer 098ea0c8ca Only passthrough_errors if PROPAGATE_EXCEPTIONS 9 years ago
georgschoelly 67e391921c fix docs: name of url_value_preprocessor method (#1932) 9 years ago
Markus Unterwaditzer 5c12721730 Revert "Addressing Issue 1809" 9 years ago
Dave Barker 0514ba2de1 Enable template auto-reloading in app.run() 9 years ago
Armin Ronacher 523e271183 Implemented simplified CLI interface 9 years ago
ThiefMaster c5900a1adf s/1.0/0.11/ in versionadded/versionchanged markers 9 years ago
Thomas Sanjurjo bdbca923ef Addressing Issue 1809 (#1811) 9 years ago
Jannis Leidel 88500f5cc7 Forward ported CLI tests from Flask-CLI and fixed a bug with the CLI's name. (#1806) 9 years ago
Steven Loria 2bf477cfea Add JSONIFY_MIMETYPE configuration variable (#1728) 9 years ago
Steffen Prince 6e91498e64 docs: run() should not be used in production 9 years ago
lord63 07fdd1930b Update app.py 9 years ago
lord63 6d0bbd627c Fix typo 9 years ago
Aviv Cohn 826d7475cd Clarified the docstring in method Flask.preprocess_request. 9 years ago
Miguel Grinberg 952a6c8989 Werkzeug should not block propagated exceptions from Flask 9 years ago
Ivan Velichko daa3f272da Allow to specify subdomain and/or url_scheme in app.test_request_context() 9 years ago
lord63 1d49343bb1 Fix typo in app_ctx_globals_class doc in app.py 9 years ago
Timo Furrer d526932a09 support timedelta for SEND_FILE_MAX_AGE_DEFAULT config variable 9 years ago
Armin Ronacher 1ac4156016 Fixed some lint warnings 10 years ago
Jimmy McCarthy 5505827a4b provide_automatic_options as explicit arg 10 years ago
Christian Becker 5da31f8af3 fix UnboundLocalError in handle_url_build_error 10 years ago
Jimmy McCarthy 011b129b6b Add kwarg to disable auto OPTIONS on add_url_rule 10 years ago
Alan Hamlett 99c99c4c16 Enable autoescape for `render_template_string` 10 years ago
Alan Hamlett e4f635f8d7 remove whitespace at end of lines 10 years ago
ThiefMaster 6af9690ae9 Remove the deprecated Flask.modules property 10 years ago
Markus Unterwaditzer d13a1b363e Rename jinja_env_class 10 years ago
Markus Unterwaditzer 2446ca63a8 0.11 => 1.0 10 years ago
Joshua Carp 348bf52188 Handle empty deque on errorhandler lookup. 10 years ago
Wang Haowei be45a608e3 fix docstring for _find_errorhandler 10 years ago
Markus Unterwaditzer 7d506f2408 Recursively traverse MRO of exception 10 years ago
Phil Schaf b31252db55 addressed a few review concerns 10 years ago
Phil Schaf 8c054f04b8 added caching 10 years ago
Phil Schaf fd8e6b26f9 removed ExceptionHandlerDict 10 years ago
Phil Schaf 0e44cca8e3 Removed 500 not being registerable for blueprints 10 years ago
Phil Schaf aa4700c276 More verbose message for old broken behavior 10 years ago
Phil Schaf a6c6cc18f5 Removed unused http code get function 10 years ago