David Lord
d7b20e0ad7
use https instead of git protocol
...
git protocol is blocked on some networks
9 years ago
David Lord
c388e9c24e
add myself to authors
9 years ago
David Lord
ec07d7086a
Merge pull request #1637 from d0ugal/patch-1
...
Fixed a typo in the appfactories docs
9 years ago
Dougal Matthews
25aab43f8e
Fixed a typo
...
I think 'app' is the intended word here, but I am not 100% sure.
9 years ago
David Lord
db468a4618
ignore pycharm config
9 years ago
David Lord
b3b5a98fd0
Merge pull request #1630 from redian/master
...
Skip tests if redbaron is not installed
9 years ago
David Lord
a68a25cb1f
Merge pull request #1629 from redian/patch-3
...
Add .cache dir to gitignore
9 years ago
Redian Ibra
96f7b07caf
Skip test if redbaron is not installed
9 years ago
Redian
4a576b06e8
Add .cache dir to gitignore
...
I think this could be handy and potentially minimise the risk
anyone commits it to the project.
```
flask - (master) $ tree .cache/
.cache/
└── v
└── cache
└── lastfailed
```
9 years ago
David Lord
bd4020d9de
Merge pull request #1624 from lord63-forks/fix-code-format
...
Render the code block in mongokit.rst
9 years ago
lord63
51b62fb044
Render the code block in mongokit.rst
9 years ago
Armin Ronacher
751fe451df
Merge pull request #1558 from JonasGroeger/master
...
Update uwsgi/nginx deployment documentation
9 years ago
Armin Ronacher
7d6e118572
Merge pull request #1616 from dthul/typo
...
Fix typo.
9 years ago
Daniel Thul
2faf245876
Fix typo.
9 years ago
David Lord
915d34444b
Merge pull request #1610 from lord63-forks/fix-typo
...
Fix typo in app_ctx_globals_class doc in app.py
9 years ago
lord63
1d49343bb1
Fix typo in app_ctx_globals_class doc in app.py
9 years ago
Armin Ronacher
8789c94d82
Merge pull request #1608 from Windfarer/patch-1
...
Fix a typo
9 years ago
Eric Yang
7f678aaf5a
Fix a typo
...
Maybe this is a typo?
9 years ago
Armin Ronacher
5c73a8b4ad
Merge pull request #1607 from wodim/patch-1
...
Fix typo in templating.rst
9 years ago
wodim
4a8f3eacbb
Fix typo in templating.rst
9 years ago
David Lord
41622c8d68
Link article about deploying on Azure/IIS
9 years ago
David Lord
fa32222b09
Merge pull request #1592 from hidavy/patch-1
...
Update CHANGES
9 years ago
David Lord
233886dda2
Merge pull request #1565 from msiyaj/master
...
Missing apostophe.
9 years ago
David Lord
84a12afd4d
Merge pull request #1593 from timofurrer/master
...
support timedelta for SEND_FILE_MAX_AGE_DEFAULT config variable
9 years ago
Armin Ronacher
3f6e8c6ad5
Merge pull request #1594 from timofurrer/python3.5-support
...
travis: python 3.5 support
9 years ago
Michael Klich
99bc0dfd3b
Add info about working with VE and Python 3
...
Python 3 does not have execfile function.
9 years ago
Timo Furrer
b8dc6c12b7
add python 3.5 build to travis config
9 years ago
Timo Furrer
d526932a09
support timedelta for SEND_FILE_MAX_AGE_DEFAULT config variable
9 years ago
hidavy
6102d210a3
Update CHANGES
9 years ago
Armin Ronacher
1ac4156016
Fixed some lint warnings
9 years ago
Armin Ronacher
6cd191db4f
Ignore build folder
9 years ago
Armin Ronacher
ee7f4b2bab
Added lineart logo
9 years ago
msiyaj
808bf6d204
Missing apostophe.
9 years ago
Jonas Gröger
b644e2747f
Mention virtual environments in uwsgi/nginx deployment docs
9 years ago
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
9 years ago
Markus Unterwaditzer
7f38674915
Merge pull request #1539 from mjhennig/with_metaclass
...
Improve function with_metaclass()
9 years ago
Mathias J. Hennig
b3767ae59f
Addressing feedback from pull request
9 years ago
Mathias J. Hennig
c8f19f0afc
Reimplement function with_metaclass()
9 years ago
Markus Unterwaditzer
ac12e362c4
Merge pull request #1520 from zevav/patch-2
...
fixed some punctuation, fixed a few errors, in service of readability
9 years ago
Markus Unterwaditzer
b528b2ffe3
Merge pull request #1535 from lobeck/revert-1534-update_external_url_handler_example
...
Revert "make external_url_handler example py3 compliant"
9 years ago
lobeck
128bc76af0
Revert "make external_url_handler example py3 compliant"
9 years ago
Markus Unterwaditzer
81ae94a5fd
Merge branch '0.10-maintenance'
9 years ago
Markus Unterwaditzer
6a6a6d87c2
Merge branch 'lobeck-fix_unboundlocalerror_for_handle_build_error' into 0.10-maintenance
...
Fix #1533
9 years ago
Markus Unterwaditzer
765f851a7c
Changelog for #1533
9 years ago
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
9 years ago
Markus Unterwaditzer
97c0b26cc0
Merge pull request #1534 from lobeck/update_external_url_handler_example
...
make external_url_handler example py3 compliant
9 years ago
Christian Becker
93fe1d54bd
make external_url_handler example py3 compliant
...
- a raises statement with multiple values is no longer allowed in python 3
9 years ago
Markus Unterwaditzer
671c1ee002
Merge pull request #1532 from WayneYe/master
...
Fixed gevent introduction to use libev instead of libevent
9 years ago
Wayne Ye
05c2e7c276
Fixed gevent introduction to use libev instead of libevent
9 years ago
Markus Unterwaditzer
92a293046b
Merge pull request #1530 from Aayush-Kasurde/master
...
Added missing app.run line in jqueryexample.py
9 years ago