722 Commits (a23456f1a7ff590847093dcffd6ab451b2967405)

Author SHA1 Message Date
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
Armin Ronacher 84f57b6bda Fixed a relative import 11 years ago
Armin Ronacher bafc139810 Added EXPLAIN_TEMPLATE_LOADING to help people debug templates not being loaded. 11 years ago
Markus Unterwaditzer f17ad953dd Fix syntax error on py3 11 years ago
Armin Ronacher ed49fe3db1 Removed leftover from the module system. 11 years ago
Armin Ronacher 9eb59b0bef Added support for background loading of the application to speed up initial requests in dev mode. 11 years ago
Aaron Schumacher 05ad436201 typo: "weather" -> "whether" 11 years ago
Paulo Bu b81f72070e Fix warnings and code styling in the doc 11 years ago
Armin Ronacher a94e767acb AppGroups produce more AppGroups 11 years ago
Armin Ronacher 9641f07d91 Made FlaskGroup an AppGroup 11 years ago
Markus Unterwaditzer 7183aefd62 Document building protocol-relative URLs 11 years ago
Armin Ronacher 7c16054d81 Updated the logging documentation for recent changes. 11 years ago