Commit graph

659 commits

Author SHA1 Message Date
Armin Ronacher
f6d25bbc4f Switch to newer click (2.0) 2014-08-12 23:23:52 +02:00
Markus Unterwaditzer
b49074eb6b Add documentation about url_for's default scheme
Fix #1129
2014-08-11 11:56:55 +02:00
Daniel Neuhäuser
486c1089b0 Base from_json on from_mapping 2014-07-27 13:21:14 +02:00
Daniel Neuhäuser
aa40b1731e Add Config.from_mapping 2014-07-27 13:09:14 +02:00
Shipeng Feng
bf3708609a Fixed typo in _compat.py 2014-06-15 12:42:34 +08:00
Jakub Stasiak
4541910381 Get rid of _tag->closure->_tag reference cycle 2014-06-04 14:47:26 +01:00
Shalabh Aggarwal
1f5927eee2 Fixed a small typo with flask.g docstring 2014-05-14 09:15:34 +05:30
Kenneth Reitz
bd51d2b88c Merge pull request #1052 from miguelgrinberg/master
fixed import for python 3
2014-05-12 12:22:57 -04:00
Armin Ronacher
937ad10275 Simplified app finding for cli 2014-05-12 02:16:38 +02:00
Armin Ronacher
7321a480ea Simplified click integration a bit 2014-05-12 02:16:38 +02:00
Miguel Grinberg
224367fe98 fixed import for python 3 2014-05-09 07:48:08 -07:00
Armin Ronacher
fa6eded6f5 Fixed the cli system failing syntax errors. 2014-05-08 22:33:58 +02:00
Armin Ronacher
1b77a3fb11 Made errors for working outside of contexts clearer. 2014-05-07 22:26:50 +02:00
Armin Ronacher
5693b9d730 Merge branch 'pr/839' 2014-05-07 21:53:59 +02:00
Armin Ronacher
e3a81497f9 Merge pull request #1040 from schlamar/patch-1
Fixed typo.
2014-05-07 21:44:30 +02:00
Armin Ronacher
3569fc2441 Greatly refactored click integration and documented it a bit more. 2014-05-07 21:35:51 +02:00
Marc Schlaich
44b0aeb048 Fixed typo. 2014-05-07 15:53:19 +02:00
Armin Ronacher
81576c236a Further refactored script system to allow more customization for special apps. 2014-05-07 13:27:41 +02:00
Armin Ronacher
ed7b4ccac1 Refactored loading logic to super properly. 2014-05-07 11:36:49 +02:00
Armin Ronacher
4532e89efe Refactored script info to allow more advanced patterns. 2014-05-07 11:34:20 +02:00
Armin Ronacher
d2d8e66130 Fixed flask tests 2014-05-02 11:46:04 +01:00
Armin Ronacher
e059bf311c Improved support for composable cli 2014-05-01 13:44:11 +01:00
Armin Ronacher
3be7d918ce Merge branch 'master' of github.com:mitsuhiko/flask 2014-04-29 01:33:58 +02:00
Armin Ronacher
a3ad5405a6 Updated documentation once more for new cli. 2014-04-29 01:03:32 +02:00
Erik Rose
ed9e458850 Fix a docstring type in cli.py. 2014-04-28 11:26:18 -04:00
Armin Ronacher
bacdd076bd Add "." to sys.path by default 2014-04-28 15:15:58 +02:00
Armin Ronacher
ff034e42cf Added a missing docstring 2014-04-28 13:54:13 +02:00
Armin Ronacher
67e4d3ee63 Merge branch 'master' of github.com:mitsuhiko/flask 2014-04-28 13:29:31 +02:00
Armin Ronacher
3bdb90f06b Added click support to Flask 2014-04-28 13:26:23 +02:00
Daniel Neuhäuser
c73d740e57 Merge pull request #1030 from zakj/master
Fix typos in docstrings and comments in run.py
2014-04-26 02:14:37 +02:00
Carlos E. Garcia
52fa195d45 few mispelling errors 2014-04-23 10:46:38 -04:00
Zak Johnson
e21afed0bb Fix typos in docstrings and comments in run.py 2014-04-21 15:37:23 -07:00
Armin Ronacher
1b06c8a411 Added __main__ module 2014-04-21 17:52:04 +02:00
Armin Ronacher
e46bca4051 Added thread flag to flask run 2014-04-21 16:39:22 +02:00
Armin Ronacher
6018b1276e Merge branch 'master' of github.com:mitsuhiko/flask 2014-04-21 16:34:37 +02:00
Armin Ronacher
7503bde223 Added the new flask run module to start the server. 2014-04-21 16:34:17 +02:00
Armin Ronacher
42c28c3758 Fixed intention in flask init 2014-04-21 15:58:27 +02:00
Kenneth Reitz
01e831f082 Merge pull request #1019 from raimu/master
fix typo
2014-04-14 19:02:52 -04:00
mjfroehlich
15d8af52db Fix minor typo 2014-04-13 22:25:10 +02:00
raimu
fbda3f94ba fix typo 2014-04-11 22:40:21 +02:00
Armin Ronacher
d4b3d16c14 Better support for namespace packages. 2014-04-11 19:59:54 +02:00
Armin Ronacher
a293b99b21 Fixed the last changeset. 2014-04-11 13:31:57 +02:00
Armin Ronacher
9554844e2a Added workaround for Python 3.3's frozen loader 2014-04-11 13:31:17 +02:00
Kenneth Reitz
d4fec14544 Revert "Revert "Merge pull request #859 from wvh/register_error_handler""
This reverts commit 2aa26fff04.
2014-03-21 17:15:31 -04:00
Kenneth Reitz
2aa26fff04 Revert "Merge pull request #859 from wvh/register_error_handler"
This reverts commit 6347e75dee, reversing
changes made to 3fd40e83e5.
2014-03-21 17:12:26 -04:00
Kenneth Reitz
6347e75dee Merge pull request #859 from wvh/register_error_handler
Add a non-decorator version of the error handler register function
2014-03-21 17:08:34 -04:00
Kenneth Reitz
3fd40e83e5 Merge pull request #864 from obeattie/master
Make the decorators attribute on View a tuple by default
2014-03-21 17:05:24 -04:00
Kenneth Reitz
9427e16567 Merge pull request #707 from xsleonard/patch-1
Mention register_error_handler in errorhandler doc
2014-03-21 17:03:02 -04:00
Kenneth Reitz
9c434ebc67 Merge pull request #885 from jmhobbs/master
Update url_for documentation for Flask.url_build_error_handlers
2014-03-21 17:01:55 -04:00
Kenneth Reitz
7f5b6c692d Merge pull request #876 from defuz/templates-auto-reload
Add TEMPLATES_AUTO_RELOAD config key
2014-03-21 16:43:20 -04:00