Commit graph

2403 commits

Author SHA1 Message Date
gunbei
cb6ae3d359 update get-pip.py location 2016-03-23 11:27:05 +01:00
David Lord
430edf0235 Merge pull request #1758 from AustenDSouza/patch-1
Fixed typo
2016-03-22 14:22:06 -07:00
Austen D'Souza
700aae260d Fixed typo
I think it's supposed to be an upper-case 'F'. Cheers :)
2016-03-23 02:02:04 +05:30
Markus Unterwaditzer
8add281d57 Merge pull request #1755 from bdh1011/patch-1
Replace ';' to ','
2016-03-14 16:49:16 +01:00
whiteUnicorn
732cf57b69 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
4295e2caf0 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
f0bfef84cc Merge pull request #1750 from erogers6264/master
Fix minor typo in security doc
2016-03-11 18:12:59 +01:00
Ethan Rogers
df80b1723b Fix minor typo in security doc 2016-03-11 10:06:00 -07:00
Markus Unterwaditzer
dd5c0aa6d7 Merge pull request #1748 from gaetan-petit/patch-1
Update deprecated references
2016-03-08 20:30:36 +01:00
Gaëtan Petit
a08c29f34b 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
16ab75e57e 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
98581ec6d6 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
734ffc5c5e 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
337da86009 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
6d1c96a888 Merge pull request #1723 from ericdill/doc-update
DOC: Remove gendered language
2016-02-09 11:26:03 -08:00
Eric Dill
f248206c52 DOC: Remove gendered language 2016-02-09 14:24:09 -05:00
David Lord
71b6d2dc8e Merge pull request #1721 from pra85/patch-1
typo: interchangable -> interchangeable
2016-02-08 06:14:29 -08:00
Prayag Verma
fdf1d7e55f Fix a typo
`interchangable` → `interchangeable`
2016-02-08 19:33:34 +05:30
Kenneth Reitz
70aee36bac Merge pull request #1716 from lord63-forks/fix-typo
Fix typo
2016-02-04 01:49:09 -05:00
lord63
dae1144daa Update app.py 2016-02-04 14:35:03 +08:00
lord63
0f904690da 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
1ae4c13c1d Merge pull request #1715 from ThiefMaster/patch-1
Add missing return to g.setdefault
2016-02-02 07:39:21 -08:00
Adrian
2aa9869d18 Add missing return to g.setdefault 2016-02-02 16:16:01 +01:00
Kenneth Reitz
04a069aad8 Merge pull request #1588 from Akasurde/i_1465
Updated documentation for Setuptools
2016-01-26 20:40:26 -05:00
David Lord
3d9ea34dfb 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
27b4119b34 clean up 2016-01-25 22:56:51 -08:00
David Lord
ded1fb86f4 Merge pull request #1703 from jeffwidman/master
Cleanup jsonify() function
2016-01-25 22:52:09 -08:00
David Lord
679315eace 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
cb92359417 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
0ea117812e 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
7947830c68 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
4da4fadfc6 Add support for serializing top-level arrays to JSON
Fix #170, #248, #510, #673, #1177
2016-01-13 13:20:11 -08:00
nivm
3c76c51016 remove 'flask' from etags to obscure server technologies 2016-01-10 12:33:35 +02:00
Miguel Grinberg
2bbddf57f8 Werkzeug should not block propagated exceptions from Flask 2016-01-02 14:18:36 -08:00
Jeff Widman
798fbfcd58 Update tox installation instructions to point to PyPI 2015-12-30 01:04:24 -08:00
David Lord
605d20d74d 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
e5e2a6f9c3 Clarified CONTRIBUTING.rst
Added 'cd flask' before 'pip install --editable .'.
2015-12-27 04:55:57 +02:00
David Lord
9f2f3484a8 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
6cd10de9ff Clarify the python versions that flask supports 2015-12-20 20:39:38 +08:00
David Lord
697e3a1837 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
12a29b9108 Remove with_statement in flask/ctx.py 2015-12-13 22:08:31 +08:00
David Lord
59463c139f Merge pull request #1648 from accraze/mod-wsgi-docs
Mod wsgi docs
2015-12-09 21:09:07 -08:00
accraze
bf3675e952 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
d21e0be862 use https instead of git protocol
git protocol is blocked on some networks
2015-12-03 16:50:16 -08:00
David Lord
668f132450 use https instead of git protocol
git protocol is blocked on some networks
2015-12-03 16:40:46 -08:00
David Lord
9b5158183a add myself to authors 2015-12-03 16:40:46 -08:00
David Lord
a9d0c017d6 Merge pull request #1637 from d0ugal/patch-1
Fixed a typo in the appfactories docs
2015-12-03 05:03:47 -08:00
Dougal Matthews
f8f7ad95d0 Fixed a typo
I think 'app' is the intended word here, but I am not 100% sure.
2015-12-03 09:51:24 +00:00
David Lord
8e7de75a97 ignore pycharm config 2015-12-01 20:58:12 -08:00
David Lord
754757131f Merge pull request #1630 from redian/master
Skip tests if redbaron is not installed
2015-11-27 08:57:56 -08:00