Markus Unterwaditzer
da0ebb9b78
Merge pull request #1760 from mattrobenolt/patch-1
...
Run bdist_wheel as a part of release process
9 years ago
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.
9 years ago
Markus Unterwaditzer
3d7857344a
Merge pull request #1759 from gunbei/update-get-pip.py-location
...
update get-pip.py location
9 years ago
gunbei
55e37d4f09
update get-pip.py location
9 years ago
David Lord
89086c5f7e
Merge pull request #1758 from AustenDSouza/patch-1
...
Fixed typo
9 years ago
Austen D'Souza
fc0e1a8d8a
Fixed typo
...
I think it's supposed to be an upper-case 'F'. Cheers :)
9 years ago
Markus Unterwaditzer
c9b29f4072
Merge pull request #1755 from bdh1011/patch-1
...
Replace ';' to ','
9 years ago
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?
9 years ago
Markus Unterwaditzer
4542bac4d4
Merge pull request #1733 from welchbj/patch-1
...
Update MANIFEST.in with simpler template commands
9 years ago
Markus Unterwaditzer
bdadd97994
Merge pull request #1750 from erogers6264/master
...
Fix minor typo in security doc
9 years ago
Ethan Rogers
adeedddbb5
Fix minor typo in security doc
9 years ago
Markus Unterwaditzer
1a7fd980f8
Merge pull request #1748 from gaetan-petit/patch-1
...
Update deprecated references
9 years ago
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.
9 years ago
Markus Unterwaditzer
d45445ed00
Merge pull request #1743 from homoSapiensSapiens/use_pytest_raises
...
Use pytest.raises() instead of try/catch with assert 0
9 years ago
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).
9 years ago
Brian Welch
39cb3504e1
Update MANIFEST.in with simpler template commands
...
Please see https://docs.python.org/2/distutils/sourcedist.html#commands for reference.
9 years ago
Markus Unterwaditzer
e7d548595e
Merge pull request #1456 from jonafato/proxy-setup-x-forwarded-proto
...
Add X-Forwarded-Proto header to proxy setup example docs
9 years ago
Armin Ronacher
2094e8f28e
Merge pull request #1723 from ericdill/doc-update
...
DOC: Remove gendered language
9 years ago
Eric Dill
52daeffdc9
DOC: Remove gendered language
9 years ago
David Lord
f63cd72297
Merge pull request #1721 from pra85/patch-1
...
typo: interchangable -> interchangeable
9 years ago
Prayag Verma
6c0496a1f3
Fix a typo
...
`interchangable` → `interchangeable`
9 years ago
Kenneth Reitz
d5308bb80c
Merge pull request #1716 from lord63-forks/fix-typo
...
Fix typo
9 years ago
lord63
07fdd1930b
Update app.py
9 years ago
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
9 years ago
David Lord
22270d0f7d
Merge pull request #1715 from ThiefMaster/patch-1
...
Add missing return to g.setdefault
9 years ago
Adrian
a4df0fbb39
Add missing return to g.setdefault
9 years ago
Kenneth Reitz
e7367c9bbf
Merge pull request #1588 from Akasurde/i_1465
...
Updated documentation for Setuptools
9 years ago
David Lord
b4240e6bbd
Merge pull request #1688 from nivm/master
...
Remove 'flask' from etags to obscure server technologies
9 years ago
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