2116 Commits (bd2c8b631fcdfc63adcefe0d6cc41fb6c9c21976)
 

Author SHA1 Message Date
defuz 17eee81da0 docs: ``Flask-Uploads``, ``X-Forwarded-Host`` 10 years ago
defuz 06d9a5e738 docs: :file:`/var/www/foo`, ``/static`` 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 936e787cca docs: requirements.rst -> requirements.txt 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
defuz 6dbb015b43 docs: `HTTP` -> HTTP 10 years ago
Markus Unterwaditzer 2ab91446f6 Merge pull request #1237 from Winnetou/patch-3 10 years ago
Mieszko 28e30322fa explain_template_loading_attempts: docstring 10 years ago
Markus Unterwaditzer 70a33ed49b Merge pull request #1235 from flowerhack/master 10 years ago
flowerhack bcba7eb397 Tweaked sqlite3 documentation 10 years ago
Markus Unterwaditzer 54def62657 Merge pull request #1234 from Winnetou/patch-2 10 years ago
Mieszko 2cfdf7a839 Minor typos and spelling fixed 10 years ago
Markus Unterwaditzer a1b273658d Merge pull request #1222 from defuz/templates_auto_reload-eq-none 10 years ago
Ivan Ivaschenko 6a6acfbb09 Using double-backticks: ``None`` 10 years ago
defuz 76f3d6b45e improve TEMPLATE_AUTO_RELOAD docs 10 years ago
Markus Unterwaditzer 84efebd6be Merge pull request #1225 from s3rvac/typo-and-cosmetic-fixes 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 4840fc0edc Change `== None` to `is None`. 10 years ago
Petr Zemek e41bf1e181 Remove two redundant empty lines. 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
Markus Unterwaditzer 5c6d789e7b Fix broken link 10 years ago
Markus Unterwaditzer fe2d75e1f4 Merge pull request #1213 from defuz/config-patch 10 years ago
Markus Unterwaditzer 7b3e52b06f Merge pull request #1217 from jeffwidman/patch-1 10 years ago
Jeff Widman 193b94b0ea Fix typo: "lated later" >> "added later" 10 years ago
defuz 5e8d503098 add tests for trim_namespace argument of app.config.get_namespace 10 years ago
Bryan Stitt bbd9c2f100 Update config.py 10 years ago
Bryan Stitt 56a7e8361d Update config.py 10 years ago
Markus Unterwaditzer a8c36fb3d8 Merge branch 'compressed-jsonify' 10 years ago
Markus Unterwaditzer bd232e5c82 PEP8 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
Markus Unterwaditzer 050a659c2f Merge branch 'test-client-kwargs' 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
Markus Unterwaditzer 6b3fbb323a Add changelog entry for #1206 10 years ago
Markus Unterwaditzer 46918d3ceb Merge pull request #1206 from methane/deprecate-request.json 10 years ago
INADA Naoki 4d4a639ba4 Add test for deprecated flask.Request properties. 10 years ago
INADA Naoki 61097c47a3 Deprecate request.json property 10 years ago