Commit graph

2409 commits

Author SHA1 Message Date
Shipeng Feng
cc536c8a7b Fixed stream_with_context if decorated function has parameters 2016-04-01 16:17:45 -07:00
bagratte
9a80fe691d minor revision of documentation. 2016-04-01 23:12:25 +02:00
lord63
e0a8fd3162 Add two missing converters for flask in the docs
All converters are from werkzeug's builtin converters.

Documentation: http://werkzeug.pocoo.org/docs/dev/routing/#builtin-converters
2016-04-01 14:05:11 -07:00
Markus Unterwaditzer
da0ebb9b78 Merge pull request #1760 from mattrobenolt/patch-1
Run bdist_wheel as a part of release process
2016-03-27 19:54:25 +02:00
Matt Robenolt
ce06240851 Run bdist_wheel as a part of release process
The setup.cfg declares the ability to compile a wheel, but release process isn't actually compiling a wheel.
2016-03-27 10:36:57 -07:00
Markus Unterwaditzer
3d7857344a Merge pull request #1759 from gunbei/update-get-pip.py-location
update get-pip.py location
2016-03-23 12:07:46 +01:00
gunbei
55e37d4f09 update get-pip.py location 2016-03-23 11:27:05 +01:00
David Lord
89086c5f7e Merge pull request #1758 from AustenDSouza/patch-1
Fixed typo
2016-03-22 14:22:06 -07:00
Austen D'Souza
fc0e1a8d8a Fixed typo
I think it's supposed to be an upper-case 'F'. Cheers :)
2016-03-23 02:02:04 +05:30
Markus Unterwaditzer
c9b29f4072 Merge pull request #1755 from bdh1011/patch-1
Replace ';' to ','
2016-03-14 16:49:16 +01:00
whiteUnicorn
bc9619beba Replace ';' to ','
I think it is awkward. Though semicolon can be used as a kind of supercomma, this sentence is not that kine of thing. Replacing it with comma would be more better. isn't it?
2016-03-15 00:02:29 +09:00
Markus Unterwaditzer
4542bac4d4 Merge pull request #1733 from welchbj/patch-1
Update MANIFEST.in with simpler template commands
2016-03-13 00:42:28 +01:00
Markus Unterwaditzer
bdadd97994 Merge pull request #1750 from erogers6264/master
Fix minor typo in security doc
2016-03-11 18:12:59 +01:00
Ethan Rogers
adeedddbb5 Fix minor typo in security doc 2016-03-11 10:06:00 -07:00
Markus Unterwaditzer
1a7fd980f8 Merge pull request #1748 from gaetan-petit/patch-1
Update deprecated references
2016-03-08 20:30:36 +01:00
Gaëtan Petit
67e2127a5d Update deprecated references
validators.Required() is marked as deprecated in favor of validators.DataRequired() and will be remove in WTForms 3.
2016-03-08 10:05:20 +01:00
Markus Unterwaditzer
d45445ed00 Merge pull request #1743 from homoSapiensSapiens/use_pytest_raises
Use pytest.raises() instead of try/catch with assert 0
2016-03-04 13:51:07 +01:00
Reuven
4dc2ef19ea Use pytest.raises() instead of try/catch with asser 0
This is somehow more readable, and enable using the features of pytest's ExeptionInfo (such as errisinstance).
2016-03-04 13:30:40 +02:00
Brian Welch
39cb3504e1 Update MANIFEST.in with simpler template commands
Please see https://docs.python.org/2/distutils/sourcedist.html#commands for reference.
2016-02-19 08:23:28 -05:00
Markus Unterwaditzer
e7d548595e Merge pull request #1456 from jonafato/proxy-setup-x-forwarded-proto
Add X-Forwarded-Proto header to proxy setup example docs
2016-02-17 22:02:22 +01:00
Armin Ronacher
2094e8f28e Merge pull request #1723 from ericdill/doc-update
DOC: Remove gendered language
2016-02-09 11:26:03 -08:00
Eric Dill
52daeffdc9 DOC: Remove gendered language 2016-02-09 14:24:09 -05:00
David Lord
f63cd72297 Merge pull request #1721 from pra85/patch-1
typo: interchangable -> interchangeable
2016-02-08 06:14:29 -08:00
Prayag Verma
6c0496a1f3 Fix a typo
`interchangable` → `interchangeable`
2016-02-08 19:33:34 +05:30
Kenneth Reitz
d5308bb80c Merge pull request #1716 from lord63-forks/fix-typo
Fix typo
2016-02-04 01:49:09 -05:00
lord63
07fdd1930b Update app.py 2016-02-04 14:35:03 +08:00
lord63
6d0bbd627c Fix typo
* Use the compatible way to handle the exception. You can find the
source code wsgi_app in app.py, and it use the compatible way, so update it
* Fix typo in config.py
* Fix typo in app.py
2016-02-03 21:08:22 +08:00
David Lord
22270d0f7d Merge pull request #1715 from ThiefMaster/patch-1
Add missing return to g.setdefault
2016-02-02 07:39:21 -08:00
Adrian
a4df0fbb39 Add missing return to g.setdefault 2016-02-02 16:16:01 +01:00
Kenneth Reitz
e7367c9bbf Merge pull request #1588 from Akasurde/i_1465
Updated documentation for Setuptools
2016-01-26 20:40:26 -05:00
David Lord
b4240e6bbd Merge pull request #1688 from nivm/master
Remove 'flask' from etags to obscure server technologies
2016-01-25 23:02:48 -08:00
David Lord
992d9be96e clean up 2016-01-25 22:56:51 -08:00
David Lord
7df543d5dc Merge pull request #1703 from jeffwidman/master
Cleanup jsonify() function
2016-01-25 22:52:09 -08:00
David Lord
7b1ebfbc4d Merge pull request #1679 from miguelgrinberg/passthrough-errors
Werkzeug should not block propagated exceptions from Flask
2016-01-25 22:17:04 -08:00
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.
2016-01-25 16:43:02 -08:00
Markus Unterwaditzer
f267191cd8 Merge pull request #1669 from jeffwidman/master
Update `tox` installation instructions to point to PyPI
2016-01-25 20:27:24 +01:00
David Lord
431db2874b Merge pull request #1671 from jeffwidman/support-json-top-level-arrays
Add support for serializing top-level arrays to JSON
2016-01-25 07:16:51 -08:00
Jeff Widman
daceb3e3a0 Add support for serializing top-level arrays to JSON
Fix #170, #248, #510, #673, #1177
2016-01-13 13:20:11 -08:00
nivm
edb65cc0f0 remove 'flask' from etags to obscure server technologies 2016-01-10 12:33:35 +02:00
Miguel Grinberg
952a6c8989 Werkzeug should not block propagated exceptions from Flask 2016-01-02 14:18:36 -08:00
Jeff Widman
102a33ca52 Update tox installation instructions to point to PyPI 2015-12-30 01:04:24 -08:00
David Lord
f17e6061fc Merge pull request #1666 from AvivC/fix-mistake-in-contributing-file
Fixed mistake in CONTRIBUTING.rst file, regarding pip install.
2015-12-27 10:42:45 -08:00
AvivC
23cf923c7c Clarified CONTRIBUTING.rst
Added 'cd flask' before 'pip install --editable .'.
2015-12-27 04:55:57 +02:00
David Lord
c1c205bcd3 Merge pull request #1661 from lord63-forks/clarify-version
Clarify the python versions that flask supports
2015-12-20 08:19:35 -08:00
lord63
7368a164c7 Clarify the python versions that flask supports 2015-12-20 20:39:38 +08:00
David Lord
9f4cbb9af4 Merge pull request #1651 from lord63-forks/remove-with-statement
Remove with_statement in flask/ctx.py
2015-12-13 09:21:01 -08:00
lord63
b55bc0baa2 Remove with_statement in flask/ctx.py 2015-12-13 22:08:31 +08:00
David Lord
dc07e26a8f Merge pull request #1648 from accraze/mod-wsgi-docs
Mod wsgi docs
2015-12-09 21:09:07 -08:00
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
2015-12-09 20:24:23 -08:00
David Lord
910ad01916 use https instead of git protocol
git protocol is blocked on some networks
2015-12-03 16:50:16 -08:00