366 Commits (8fa3ed13bf362a71f942ed3d37efbdbdd5731375)

Author SHA1 Message Date
Phil Schaf 7126a22334 Switched to userdict for obsolete Python versions 10 years ago
Phil Schaf eae48d97b0 Fixed and intuitivized exception handling 10 years ago
ThiefMaster 08ac3aa4e3 Allow custom jinja environments 10 years ago
Martijn Pieters ec0d208bc1 Switch away from using None as default value for the exception when tearing down a context. 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
Parkayun 33534bb4a9 Happy New Year 2015 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
defuz 1501b79293 docs: :exc:`TypeError` 10 years ago
defuz d338dc8a13 docs: ``.html``, ``.py`` 10 years ago
defuz 663802e976 docs: ``with``, ``for``, ``self`` 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
Petr Zemek d1423b3e16 Unify the uses of "file system" vs "fileystem". 10 years ago
Petr Zemek ec3d5800f2 Put two spaces before inline comments when there is only one space. 10 years ago
defuz f88765d504 set TEMPLATE_AUTO_RELOAD default value to None 10 years ago
Matt Wright 986b92203a Add CHANGES entry and versionchanged entry to docstring 11 years ago
Matt Wright 44c025f552 Add a little documentation regarding kwargs in the `app.test_client()` method 11 years ago
Matt Wright fed6fd32d8 Pass keyword args from `test_client` method to client class constructor 11 years ago
Armin Ronacher c09a4317e4 Record blueprint registration order. 11 years ago
Armin Ronacher bafc139810 Added EXPLAIN_TEMPLATE_LOADING to help people debug templates not being loaded. 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 9bf36151d9 Removed dead import 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
Shalabh Aggarwal 1f5927eee2 Fixed a small typo with flask.g docstring 11 years ago
Armin Ronacher 7321a480ea Simplified click integration a bit 11 years ago
Armin Ronacher 3bdb90f06b Added click support to Flask 11 years ago
mjfroehlich 15d8af52db Fix minor typo 11 years ago
Armin Ronacher d4b3d16c14 Better support for namespace packages. 11 years ago
Charles-Axel Dein dfae2679a6 Clarify the after_request argument 11 years ago
Daniel Neuhäuser 3f8e29b12c Add Flask.config_class to changelog 11 years ago
Alexis Svinartchouk 280d865960 fix issue #879 and add a test for it 11 years ago
Armin Ronacher 46c24da016 Make before_first_request a decorator 11 years ago
Armin Ronacher ae45aed8d6 Removed an unnecessary newline 11 years ago
Daniel Neuhäuser 52098e1e4f Happy New Year 2014 11 years ago
Mikael Åhlén 70f8b39c52 added a new behaviour for responses that enable the tuple to be in the form of (response, headers) and continiue to support the (response, status, headers) format. 11 years ago
Day Barr c021e58775 Fix typo in docs for error_handler_spec 12 years ago
Adrian 46b5754d97 Don't refer to flaskext in docs 12 years ago
defuz 3e485009a8 add TEMPLATES_AUTO_RELOAD option to config 12 years ago
Daniel Richman 3d67736e09 Check error handlers for specific classes first 12 years ago
Armin Ronacher 8f1dada542 Some cleanups 12 years ago
Maximilian Hils 17e5fb365d Fix typo in docstring 12 years ago