Commit graph

1860 commits

Author SHA1 Message Date
kekumu
a37f8c6a1c Update advanced_foreword.rst
I think the doc is supposed to read, "Because of that, Flask has a few design choices that some people might find surprising or unorthodox."

Otherwise, it could possibly mean, "Because of that, Flask has few design choices that people would find surprising or unorthodox."

Or perhaps even less ambiguous, "Because of that, Flask has few surprising or unorthodox design choices."
2014-05-19 01:52:58 -04:00
Kenneth Reitz
51bf042bed Merge pull request #1057 from IanConnolly/doc-fix
Fixes #1051
2014-05-16 10:16:12 -04:00
Kenneth Reitz
8c98205c89 Merge pull request #1058 from shalabhaggarwal/master
Fixed a small typo with flask.g docstring
2014-05-16 10:15:06 -04:00
Shalabh Aggarwal
9f11d55177 Fixed a small typo with flask.g docstring 2014-05-14 09:15:34 +05:30
Ian Connolly
a80a7ce9d6 Fixes #1051 2014-05-13 22:11:05 +01:00
Kenneth Reitz
a5d264cc5f Merge pull request #1054 from lord63/master
fix a small mistake in setup.rst
2014-05-12 12:23:22 -04:00
Kenneth Reitz
00ead07226 Merge pull request #1052 from miguelgrinberg/master
fixed import for python 3
2014-05-12 12:22:57 -04:00
Kenneth Reitz
b1ac6b36b8 Merge pull request #1055 from IanConnolly/doc-fix
Fix a tiny spelling error: untilization -> utilization
2014-05-12 12:21:46 -04:00
lord63
1ca68cd825 fix a small mistake in setup.rst 2014-05-12 16:01:53 +08:00
Armin Ronacher
3682b67bdf Simplified app finding for cli 2014-05-12 02:16:38 +02:00
Armin Ronacher
205a558ca1 Simplified click integration a bit 2014-05-12 02:16:38 +02:00
Ian Connolly
d3b8ecb85d Fix a tiny spelling error: untilization -> utilization 2014-05-11 13:46:58 +01:00
lord63
44d2ab3882 fix a small mistake in setup.rst 2014-05-11 14:08:35 +08:00
Miguel Grinberg
53a9487698 fixed import for python 3 2014-05-09 07:48:08 -07:00
Kenneth Reitz
375aec8d31 Merge pull request #1050 from julen/doc-fixes
Docs: fixes
2014-05-09 15:50:11 +02:00
Kenneth Reitz
bba3012a65 Merge pull request #1010 from plumdog/master
Tweaks to docs/patterns/viewdecorators.rst
2014-05-09 15:48:36 +02:00
Armin Ronacher
86ed5bbf6f Fixed the cli system failing syntax errors. 2014-05-08 22:33:58 +02:00
Julen Ruiz Aizpuru
6acd707315 Docs: fixes 2014-05-07 22:37:13 +02:00
Armin Ronacher
ebe5b210c1 Made errors for working outside of contexts clearer. 2014-05-07 22:26:50 +02:00
Armin Ronacher
506ba917fe Merge branch 'pr/839' 2014-05-07 21:53:59 +02:00
Armin Ronacher
2684775e4c Updated setup.py a bit. This fixes #1018 2014-05-07 21:51:18 +02:00
Armin Ronacher
e2cbb5ae32 Merge pull request #1040 from schlamar/patch-1
Fixed typo.
2014-05-07 21:44:30 +02:00
Armin Ronacher
f7c31e29b0 Greatly refactored click integration and documented it a bit more. 2014-05-07 21:35:51 +02:00
Marc Schlaich
6659b1c884 Fixed typo. 2014-05-07 15:53:19 +02:00
Armin Ronacher
7e2bccb51d Further refactored script system to allow more customization for special apps. 2014-05-07 13:27:41 +02:00
Armin Ronacher
dc67f1dea0 Refactored loading logic to super properly. 2014-05-07 11:36:49 +02:00
Armin Ronacher
9000ed7df3 Refactored script info to allow more advanced patterns. 2014-05-07 11:34:20 +02:00
Armin Ronacher
8c1436fef0 Clarified how to test with click 2014-05-02 11:50:00 +01:00
Armin Ronacher
081fe261be Fixed flask tests 2014-05-02 11:46:04 +01:00
Armin Ronacher
9869fc9106 Improved support for composable cli 2014-05-01 13:44:11 +01:00
Armin Ronacher
1043cf7d57 Updated the examples to be cli based 2014-04-29 01:48:31 +02:00
Armin Ronacher
5778e4a99c Merge branch 'master' of github.com:mitsuhiko/flask 2014-04-29 01:33:58 +02:00
Armin Ronacher
f7cef2b7f3 Updated documentation once more for new cli. 2014-04-29 01:03:32 +02:00
Armin Ronacher
3f3190fbb7 Merge pull request #1039 from erikrose/patch-1
Fix a docstring type in cli.py.
2014-04-28 19:59:51 +02:00
Erik Rose
b314f9ff55 Fix a docstring type in cli.py. 2014-04-28 11:26:18 -04:00
Armin Ronacher
b71f3f03bc Updated tutorial to the flask script 2014-04-28 15:18:27 +02:00
Armin Ronacher
aa9ea0ee91 Add "." to sys.path by default 2014-04-28 15:15:58 +02:00
Armin Ronacher
a1dc07f81c Added a missing docstring 2014-04-28 13:54:13 +02:00
Armin Ronacher
f7a6105fce Added missing documentation page 2014-04-28 13:31:21 +02:00
Armin Ronacher
334024dd97 Merge branch 'master' of github.com:mitsuhiko/flask 2014-04-28 13:29:31 +02:00
Armin Ronacher
707ed1f8e9 Updated docs for click support 2014-04-28 13:27:13 +02:00
Armin Ronacher
eddb515cc1 Added changelog entry for click 2014-04-28 13:27:07 +02:00
Armin Ronacher
0ef937be19 Added click support to Flask 2014-04-28 13:26:23 +02:00
Armin Ronacher
a875fbaa2c Depend on click now 2014-04-28 13:26:14 +02:00
Daniel Neuhäuser
73ed0093d3 Merge pull request #1030 from zakj/master
Fix typos in docstrings and comments in run.py
2014-04-26 02:14:37 +02:00
Daniel Neuhäuser
2b7843bd54 Merge pull request #1032 from cgar/spelling
few mispelling errors
2014-04-26 02:12:51 +02:00
Daniel Neuhäuser
baa95c6be3 Run tests with Python 3.4 with tox 2014-04-26 01:45:20 +02:00
Daniel Neuhäuser
d2c3b46b76 Switch diveintohtml5.org to diveintohtml5.info 2014-04-26 01:39:22 +02:00
Daniel Neuhäuser
cead159bf9 Use libevent.org 2014-04-26 01:38:20 +02:00
Daniel Neuhäuser
6f2203b85e Use https for devcenter.heroku.com 2014-04-26 01:37:19 +02:00