Commit graph

2346 commits

Author SHA1 Message Date
Redian Ibra
96f7b07caf Skip test if redbaron is not installed 2015-11-26 22:11:34 +00:00
David Lord
bd4020d9de Merge pull request #1624 from lord63-forks/fix-code-format
Render the code block in mongokit.rst
2015-11-22 00:15:58 -08:00
lord63
51b62fb044 Render the code block in mongokit.rst 2015-11-22 14:43:25 +08:00
Armin Ronacher
751fe451df Merge pull request #1558 from JonasGroeger/master
Update uwsgi/nginx deployment documentation
2015-11-12 13:08:56 +01:00
Armin Ronacher
7d6e118572 Merge pull request #1616 from dthul/typo
Fix typo.
2015-11-11 23:50:09 +01:00
Daniel Thul
2faf245876 Fix typo. 2015-11-11 23:46:51 +01:00
David Lord
915d34444b Merge pull request #1610 from lord63-forks/fix-typo
Fix typo in app_ctx_globals_class doc in app.py
2015-11-06 18:12:56 -08:00
lord63
1d49343bb1 Fix typo in app_ctx_globals_class doc in app.py 2015-11-07 09:04:24 +08:00
Armin Ronacher
8789c94d82 Merge pull request #1608 from Windfarer/patch-1
Fix a typo
2015-11-04 15:39:43 +01:00
Eric Yang
7f678aaf5a Fix a typo
Maybe this is a typo?
2015-11-04 22:08:31 +08:00
Armin Ronacher
5c73a8b4ad Merge pull request #1607 from wodim/patch-1
Fix typo in templating.rst
2015-11-04 12:03:31 +01:00
wodim
4a8f3eacbb Fix typo in templating.rst 2015-11-04 12:00:44 +01:00
David Lord
41622c8d68 Link article about deploying on Azure/IIS 2015-10-31 15:17:45 -07:00
David Lord
fa32222b09 Merge pull request #1592 from hidavy/patch-1
Update CHANGES
2015-10-30 19:20:40 -07:00
David Lord
233886dda2 Merge pull request #1565 from msiyaj/master
Missing apostophe.
2015-10-30 19:20:27 -07:00
David Lord
84a12afd4d Merge pull request #1593 from timofurrer/master
support timedelta for SEND_FILE_MAX_AGE_DEFAULT config variable
2015-10-30 11:10:08 -07:00
Armin Ronacher
3f6e8c6ad5 Merge pull request #1594 from timofurrer/python3.5-support
travis: python 3.5 support
2015-10-30 17:35:06 +01:00
Michael Klich
99bc0dfd3b Add info about working with VE and Python 3
Python 3 does not have execfile function.
2015-10-29 19:03:20 -07:00
Timo Furrer
b8dc6c12b7 add python 3.5 build to travis config 2015-10-24 21:16:05 +02:00
Timo Furrer
d526932a09 support timedelta for SEND_FILE_MAX_AGE_DEFAULT config variable 2015-10-24 07:04:23 +02:00
hidavy
6102d210a3 Update CHANGES 2015-10-23 16:20:02 +08:00
Armin Ronacher
1ac4156016 Fixed some lint warnings 2015-10-02 23:19:54 +02:00
Armin Ronacher
6cd191db4f Ignore build folder 2015-10-01 13:59:05 +02:00
Armin Ronacher
ee7f4b2bab Added lineart logo 2015-10-01 13:58:48 +02:00
msiyaj
808bf6d204 Missing apostophe. 2015-08-27 00:27:44 -04:00
Jonas Gröger
b644e2747f Mention virtual environments in uwsgi/nginx deployment docs 2015-08-22 01:05:45 +02:00
Jonas Gröger
8b9cb6caa7 Update uwsgi/nginx deployment documentation
Instead of using the uwsgi_modifier1 30 directive, the uwsgi docs
recommend to use the mount / manage-script-name approch which mounts
a module + callable to a certain path. This way, SCRIPT_NAME and
PATH_INFO are correctly rewritten.

See http://uwsgi-docs.readthedocs.org/en/latest/Nginx.html#hosting-multiple-apps-in-the-same-process-aka-managing-script-name-and-path-info

Fixes #1464
2015-08-22 00:56:54 +02:00
Markus Unterwaditzer
7f38674915 Merge pull request #1539 from mjhennig/with_metaclass
Improve function with_metaclass()
2015-07-27 19:25:27 +02:00
Mathias J. Hennig
b3767ae59f Addressing feedback from pull request 2015-07-27 15:32:23 +02:00
Mathias J. Hennig
c8f19f0afc Reimplement function with_metaclass() 2015-07-22 23:35:13 +02:00
Markus Unterwaditzer
ac12e362c4 Merge pull request #1520 from zevav/patch-2
fixed some punctuation, fixed a few errors, in service of readability
2015-07-21 13:41:44 +02:00
Markus Unterwaditzer
b528b2ffe3 Merge pull request #1535 from lobeck/revert-1534-update_external_url_handler_example
Revert "make external_url_handler example py3 compliant"
2015-07-16 12:20:33 +02:00
lobeck
128bc76af0 Revert "make external_url_handler example py3 compliant" 2015-07-16 13:53:59 +02:00
Markus Unterwaditzer
81ae94a5fd Merge branch '0.10-maintenance' 2015-07-16 12:05:07 +02:00
Markus Unterwaditzer
6a6a6d87c2 Merge branch 'lobeck-fix_unboundlocalerror_for_handle_build_error' into 0.10-maintenance
Fix #1533
2015-07-16 12:02:12 +02:00
Markus Unterwaditzer
765f851a7c Changelog for #1533 2015-07-16 12:01:25 +02:00
Christian Becker
5da31f8af3 fix UnboundLocalError in handle_url_build_error
- caused by changes in the execution model of python 3 where the alias of an except clause is cleared on exit of the except
2015-07-16 12:00:16 +02:00
Markus Unterwaditzer
97c0b26cc0 Merge pull request #1534 from lobeck/update_external_url_handler_example
make external_url_handler example py3 compliant
2015-07-16 11:49:09 +02:00
Christian Becker
93fe1d54bd make external_url_handler example py3 compliant
- a raises statement with multiple values is no longer allowed in python 3
2015-07-16 02:45:56 +02:00
Markus Unterwaditzer
671c1ee002 Merge pull request #1532 from WayneYe/master
Fixed gevent introduction to use libev instead of libevent
2015-07-14 22:44:51 +02:00
Wayne Ye
05c2e7c276 Fixed gevent introduction to use libev instead of libevent 2015-07-14 12:36:01 -07:00
Markus Unterwaditzer
92a293046b Merge pull request #1530 from Aayush-Kasurde/master
Added missing app.run line in jqueryexample.py
2015-07-12 18:49:55 +02:00
Aayush Kasurde
8ba986e45e Added fix for issue 1529
Signed-off-by: Aayush Kasurde <aayush.kasurde@gmail.com>
2015-07-12 21:08:16 +05:30
Markus Unterwaditzer
db09c6798e Merge branch 'alanhamlett-master'
Fix #1515
2015-07-04 23:42:12 +02:00
Alan Hamlett
99c99c4c16 Enable autoescape for render_template_string 2015-07-04 23:41:43 +02:00
Alan Hamlett
e4f635f8d7 remove whitespace at end of lines 2015-07-04 23:41:31 +02:00
Markus Unterwaditzer
37474871dc Merge pull request #1509 from ThiefMaster/appctxglobals-candy
Add pop and setdefault to AppCtxGlobals
2015-06-30 21:33:04 +02:00
Zev Averbach
5dfe918e4f fixed some punctuation, fixed a few errors, in service of readability 2015-06-26 08:41:56 -04:00
Markus Unterwaditzer
595fb7e1fa Merge pull request #1510 from ThiefMaster/remove-modules-property
Remove the deprecated Flask.modules property
2015-06-21 19:37:34 +02:00
ThiefMaster
6af9690ae9 Remove the deprecated Flask.modules property 2015-06-20 18:09:27 +02:00