Commit graph

653 commits

Author SHA1 Message Date
Shalabh Aggarwal
9f11d55177 Fixed a small typo with flask.g docstring 2014-05-14 09:15:34 +05:30
Kenneth Reitz
00ead07226 Merge pull request #1052 from miguelgrinberg/master
fixed import for python 3
2014-05-12 12:22:57 -04: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
Miguel Grinberg
53a9487698 fixed import for python 3 2014-05-09 07:48:08 -07:00
Armin Ronacher
86ed5bbf6f Fixed the cli system failing syntax errors. 2014-05-08 22:33:58 +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
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
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
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
Erik Rose
b314f9ff55 Fix a docstring type in cli.py. 2014-04-28 11:26:18 -04: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
334024dd97 Merge branch 'master' of github.com:mitsuhiko/flask 2014-04-28 13:29:31 +02:00
Armin Ronacher
0ef937be19 Added click support to Flask 2014-04-28 13:26:23 +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
Carlos E. Garcia
02848ef66b few mispelling errors 2014-04-23 10:46:38 -04:00
Zak Johnson
a5d0cabc75 Fix typos in docstrings and comments in run.py 2014-04-21 15:37:23 -07:00
Armin Ronacher
d87bf6dc59 Added __main__ module 2014-04-21 17:52:04 +02:00
Armin Ronacher
47c8d8724e Added thread flag to flask run 2014-04-21 16:39:22 +02:00
Armin Ronacher
88018c0224 Merge branch 'master' of github.com:mitsuhiko/flask 2014-04-21 16:34:37 +02:00
Armin Ronacher
cf5aa0bbe9 Added the new flask run module to start the server. 2014-04-21 16:34:17 +02:00
Armin Ronacher
01679a8e0a Fixed intention in flask init 2014-04-21 15:58:27 +02:00
Kenneth Reitz
f35dec99ee Merge pull request #1019 from raimu/master
fix typo
2014-04-14 19:02:52 -04:00
mjfroehlich
de7a05f02b Fix minor typo 2014-04-13 22:25:10 +02:00
raimu
5c14576526 fix typo 2014-04-11 22:40:21 +02:00
Armin Ronacher
b86c09b578 Better support for namespace packages. 2014-04-11 19:59:54 +02:00
Armin Ronacher
816f15e761 Fixed the last changeset. 2014-04-11 13:31:57 +02:00
Armin Ronacher
b26cda6fc8 Added workaround for Python 3.3's frozen loader 2014-04-11 13:31:17 +02:00
Kenneth Reitz
2dd6fc3d33 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
2e798c85e2 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
c9a556b5fe 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
c4c357ae49 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
4328296510 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
182e7004e9 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
421ee4341e Merge pull request #876 from defuz/templates-auto-reload
Add TEMPLATES_AUTO_RELOAD config key
2014-03-21 16:43:20 -04:00
Kenneth Reitz
7e54d5bcc8 Merge pull request #862 from bikerm16/master
Minor test fixes
2014-03-21 16:39:13 -04:00
max demian
809cfbbc4a Update wrappers.py 2014-03-15 14:45:37 +01:00
max demian
9dd8fba6d9 Update views.py 2014-03-15 14:44:27 +01:00
max demian
d0598ea584 Update signals.py 2014-03-15 14:42:21 +01:00
max demian
935ddaaf96 Update sessions.py
missing backticks in docstring
2014-03-15 14:38:19 +01:00
max demian
63ca6d5238 Update json.py 2014-03-15 14:35:21 +01:00