1096 Commits (1a9caedb49ada290b00d0db0ec61e66d95807413)

Author SHA1 Message Date
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
Augustus D'Souza 709289037a Corrected api docs 10 years ago
INADA Naoki 61097c47a3 Deprecate request.json property 10 years ago
Markus Unterwaditzer 3550b26071 Move tests 10 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
Armin Ronacher 817b72d484 Removed deprecated module functionality 11 years ago
Armin Ronacher 84ad89ffa4 Always log now, even if debug is off. 11 years ago
Armin Ronacher 662b1053a4 Added support for PYTHONSTARTUP to shell command. 11 years ago
Armin Ronacher 9bf36151d9 Removed dead import 11 years ago
Armin Ronacher 9123fa3b8f Added a missing self 11 years ago
Armin Ronacher 2f60124894 Removed ridiculous constructor from AppGroup 11 years ago
James Brewer 20645d9b86 Add missing `of` to documentation. 11 years ago
Armin Ronacher 932f7d7cbb Refactored the scripting interface greatly. 11 years ago
Armin Ronacher 66ef55ce0a Converted a leftover old-style click callback. 11 years ago
Armin Ronacher f6d25bbc4f Switch to newer click (2.0) 11 years ago
Markus Unterwaditzer b49074eb6b Add documentation about url_for's default scheme 11 years ago
Daniel Neuhäuser 486c1089b0 Base from_json on from_mapping 11 years ago
Daniel Neuhäuser aa40b1731e Add Config.from_mapping 11 years ago
Shipeng Feng bf3708609a Fixed typo in _compat.py 11 years ago
Jakub Stasiak 4541910381 Get rid of _tag->closure->_tag reference cycle 11 years ago
Shalabh Aggarwal 1f5927eee2 Fixed a small typo with flask.g docstring 11 years ago
Armin Ronacher 937ad10275 Simplified app finding for cli 11 years ago
Armin Ronacher 7321a480ea Simplified click integration a bit 11 years ago
Miguel Grinberg 224367fe98 fixed import for python 3 11 years ago