David Lord
992d9be96e
clean up
9 years ago
David Lord
7df543d5dc
Merge pull request #1703 from jeffwidman/master
...
Cleanup jsonify() function
9 years ago
David Lord
7b1ebfbc4d
Merge pull request #1679 from miguelgrinberg/passthrough-errors
...
Werkzeug should not block propagated exceptions from Flask
9 years ago
Jeff Widman
0edf0a0e3a
Cleanup jsonify() function
...
Cleanup some leftover stuff from #1671 . PEP8 spacing, args/kwargs don't need to be converted to list/dict, and Sphinx formatting.
9 years ago
Markus Unterwaditzer
f267191cd8
Merge pull request #1669 from jeffwidman/master
...
Update `tox` installation instructions to point to PyPI
9 years ago
David Lord
431db2874b
Merge pull request #1671 from jeffwidman/support-json-top-level-arrays
...
Add support for serializing top-level arrays to JSON
9 years ago
Jeff Widman
daceb3e3a0
Add support for serializing top-level arrays to JSON
...
Fix #170 , #248 , #510 , #673 , #1177
9 years ago
nivm
edb65cc0f0
remove 'flask' from etags to obscure server technologies
9 years ago
Miguel Grinberg
952a6c8989
Werkzeug should not block propagated exceptions from Flask
9 years ago
Jeff Widman
102a33ca52
Update `tox` installation instructions to point to PyPI
9 years ago
David Lord
f17e6061fc
Merge pull request #1666 from AvivC/fix-mistake-in-contributing-file
...
Fixed mistake in CONTRIBUTING.rst file, regarding pip install.
9 years ago
AvivC
23cf923c7c
Clarified CONTRIBUTING.rst
...
Added 'cd flask' before 'pip install --editable .'.
9 years ago
David Lord
c1c205bcd3
Merge pull request #1661 from lord63-forks/clarify-version
...
Clarify the python versions that flask supports
9 years ago
lord63
7368a164c7
Clarify the python versions that flask supports
9 years ago
David Lord
9f4cbb9af4
Merge pull request #1651 from lord63-forks/remove-with-statement
...
Remove with_statement in flask/ctx.py
9 years ago
lord63
b55bc0baa2
Remove with_statement in flask/ctx.py
9 years ago
David Lord
dc07e26a8f
Merge pull request #1648 from accraze/mod-wsgi-docs
...
Mod wsgi docs
9 years ago
accraze
fcd573e120
added note about directory permission syntax change
...
docs had httpd 2.2 syntax for directory permission with a link to Apache 2.4 changes. added an example of httpd 2.4 syntax
resolves #1644
9 years ago
David Lord
910ad01916
use https instead of git protocol
...
git protocol is blocked on some networks
9 years ago
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
Abhijeet Kasurde
2fe8e81596
Merge branch 'i_1465' of https://github.com/Akasurde/flask into i_1465
9 years ago
Abhijeet Kasurde
b51e368cc7
Merge branch 'master' of https://github.com/mitsuhiko/flask
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
9 years ago
Abhijeet Kasurde
5420bce383
Merge branch 'master' of https://github.com/mitsuhiko/flask
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