734 Commits (d6a1307f9debe7f878961866d42c380ade6b04da)

Author SHA1 Message Date
Keyan Pishdadian 19df249c89 Change logic to support when current_app is not available 10 years ago
Keyan Pishdadian 82b7983b2a Make exception contents conditional on DEBUG 10 years ago
Keyan Pishdadian 5d3e7b737c Add exception details to response 10 years ago
Edward Z. Yang 29f7c10a5d Remove bad security advice about send_file. 10 years ago
ThiefMaster ddf0dfa895 Use PEP440-compatible dev version 10 years ago
Chris Rebert fe6bcffdad Document required signature of before_first_request-decorated functions 10 years ago
Chris Rebert 6a2524634d Document that the return values of teardown functions are ignored 10 years ago
Chris Rebert eccee36964 Document required signature of before_request functions 10 years ago
Chris Rebert a45fce8496 fix grammar in preprocess_request() docstring 10 years ago
Christopher Bunn d60e13436d Fixed minor docstring typo for teardown_request() 10 years ago
Ben Jones 61263e08f9 Add datetime.date support to JSONEncoder 10 years ago
Parkayun 33534bb4a9 Happy New Year 2015 10 years ago
Armin Ronacher d931216ade Hide a few traceback frames from the cli interface. 10 years ago
Michael Hall 98b155c65d Fixed #1288: app.add_url_rule() should look for OPTIONS methods in a case-insensitive manner 10 years ago
Marc Abramowitz d9402fc0c0 Make `jsonify` terminate responses with a newline 10 years ago
Mieszko 5c7557917b Minor typos fixed 10 years ago
defuz 1501b79293 docs: :exc:`TypeError` 10 years ago
defuz d338dc8a13 docs: ``.html``, ``.py`` 10 years ago
defuz d4b9b9854c docs: :mimetype:`application/json` 10 years ago
defuz 663802e976 docs: ``with``, ``for``, ``self`` 10 years ago
defuz 17eee81da0 docs: ``Flask-Uploads``, ``X-Forwarded-Host`` 10 years ago
defuz ad011bc32d docs: ``DEBUG``, ``SERVER_NAME``, ``PATH_INFO`` 10 years ago
defuz 02694d609f docs: :command:`pip`, :option:`--debug` 10 years ago
defuz a8f570cc62 docs: :file:`app.py`, :file:`yourapp/templates` 10 years ago
defuz 3fa4fd0908 docs: http method names like ``GET`` and ``POST`` 10 years ago
defuz 8284217593 docs: ``True``, ``False`` and ``None`` 10 years ago
Mieszko 28e30322fa explain_template_loading_attempts: docstring 10 years ago
Petr Zemek d4f6734741 Remove a redundant "the" in a comment. 10 years ago
Petr Zemek 6b9fd4a968 Fix a typo in a comment in MethodViewType.__new__. 10 years ago
Petr Zemek 3159c86166 Unify the uses of "sourcecode" vs "source code". 10 years ago
Petr Zemek 92854cb386 Add a missing period in the description of the signals module. 10 years ago
Petr Zemek 0f3f476dcf Fix a typo in the description of SecureCookieSession. 10 years ago
Petr Zemek 3767e7ba4f Unify the uses of "urls" vs "URLs". 10 years ago
Petr Zemek d1423b3e16 Unify the uses of "file system" vs "fileystem". 10 years ago
Petr Zemek ebab6718f7 Unify the uses of "testsuite" vs "test suite". 10 years ago
Petr Zemek ec3d5800f2 Put two spaces before inline comments when there is only one space. 10 years ago
Petr Zemek 47d7f20d9b Fix two typos in the description of FlaskGroup. 10 years ago
defuz f88765d504 set TEMPLATE_AUTO_RELOAD default value to None 10 years ago
Bryan Stitt bbd9c2f100 Update config.py 10 years ago
Bryan Stitt 56a7e8361d Update config.py 10 years ago
Gilman Callsen d425279650 Improve compression by removing whitespace from separators when using jsonify() and JSONIFY_PRETTYPRINT_REGULAR is False. 10 years ago
Matt Wright 986b92203a Add CHANGES entry and versionchanged entry to docstring 10 years ago
Matt Wright 44c025f552 Add a little documentation regarding kwargs in the `app.test_client()` method 10 years ago
Matt Wright fed6fd32d8 Pass keyword args from `test_client` method to client class constructor 10 years ago
INADA Naoki 61097c47a3 Deprecate request.json property 10 years ago
Markus Unterwaditzer 3550b26071 Move tests 11 years ago
Markus Unterwaditzer 0a7cc2b113 Fix typo 11 years ago
Armin Ronacher c09a4317e4 Record blueprint registration order. 11 years ago
Armin Ronacher 750ab16364 assert_ is assert_true 11 years ago
Markus Unterwaditzer bb0084f5be Fix Py3 compat bug 11 years ago