Commit graph

3741 commits

Author SHA1 Message Date
Aliaksei Urbanski
33d9f9fa08
declare support for Python 3.8 2019-11-18 18:26:46 -08:00
David Lord
42942ec291
Merge pull request #3410 from haneybarg/bad_request
[BUG FIX] Test test_send_from_directory_bad_request fails in Python 3.8.
2019-10-28 18:26:16 -07:00
Fernanda Guimarães
c367a86cc5 Test test_send_from_directory_bad_request no longer fails in Python 3.8. 2019-10-28 21:37:25 -03:00
David Lord
9bdc42d300
Merge pull request #3381 from seeksort/request-context-typo
fix typo in request context docs
2019-10-08 09:11:18 -07:00
Kristin Faner
af970bd20f
fix typo in request context docs 2019-10-08 09:06:01 -07:00
David Lord
7fdd0df6ec
Merge branch '1.0.x' into 1.1.x 2019-09-24 06:44:18 -07:00
David Lord
563ef469f7
Merge branch '0.12.x' into 1.0.x 2019-09-24 06:43:25 -07:00
David Lord
e007949017
Merge pull request #3376 from pallets/migrate-docs
update docs for new theme
2019-09-24 06:41:48 -07:00
David Lord
4ed20657c6
update docs for new theme 2019-09-24 06:35:10 -07:00
David Lord
4a8e75b10a
Merge pull request #3344 from hharutyunyan/fix-the-contibution-docs
Fix the contibution docs
2019-09-23 12:24:08 -07:00
David Lord
5f5e8e5339
Merge branch '1.0.x' into 1.1.x 2019-09-23 12:10:55 -07:00
David Lord
e17c3423bd
Merge pull request #3375 from pallets/ext-py-version
reword extension python version item
2019-09-23 12:10:30 -07:00
David Lord
6cde195c88
reword extension python version item 2019-09-23 11:59:59 -07:00
David Lord
746d9181d7
Merge branch '1.0.x' into 1.1.x 2019-09-23 08:38:11 -07:00
David Lord
06507ed4e4
Merge pull request #3374 from pallets/ext-docs
Remove old things from docs
2019-09-23 08:33:50 -07:00
David Lord
e01b68e7ee
update patterns, snippets, extensions docs 2019-09-23 08:19:40 -07:00
hharutyunyan
9b94e14638 Updating contribution docs. Added the link with a guide to install pre-commit and made the pre-commit installation command a code block. 2019-08-29 02:44:00 +04:00
Joshua Bronson
908a364996
Merge pull request #3343 from gruentee/patch-1
fix typo: base on -> based on
2019-08-25 15:36:19 -04:00
Constantin
b839beb23d
fix typo: base on -> based on 2019-08-25 20:33:41 +02:00
David Lord
b3b38285a4
fix stylecheck 2019-08-01 13:35:38 -07:00
David Lord
02cfee8461
Merge branch '1.0.x' into 1.1.x 2019-08-01 13:08:12 -07:00
David Lord
ca0acbaa53
Merge pull request #3317 from csirmazbendeguz/patch-1
Fix typo in urlprocessors.rst
2019-08-01 13:07:52 -07:00
Csirmaz Bendegúz
28ffe15349
Fix typo in urlprocessors.rst 2019-08-01 12:58:07 -07:00
David Lord
c074422cfd
Merge pull request #3321 from greyli/fix-gh-link-generator
Fix github link generator for docs
2019-08-01 12:56:30 -07:00
Grey Li
2a8ebc4411 Fix github link generator for docs 2019-08-01 22:49:31 +08:00
David Lord
c42803f168
Merge branch '1.0.x' into 1.1.x 2019-07-22 13:31:05 -07:00
David Lord
d0df619263
Merge pull request #3305 from greyli/update-extension-doc
Update outdated extension doc
2019-07-22 13:30:43 -07:00
Grey Li
90004a83be
Update outdated extension doc
Remove links and descriptions relate to abandoned "Flask Extension
Registry" in documentation
2019-07-22 13:23:57 -07:00
David Lord
ded3d642a7
pass sys.argv to flask cli 2019-07-10 12:44:04 -07:00
David Lord
3fb368a444
Merge pull request #3298 from matrixise/patch-1
Documentation: Use Python 3.5+
2019-07-10 10:28:19 -07:00
Stéphane Wirtel
98a26cfb42 Documentation: Use Python 3.5+ 2019-07-10 19:03:10 +02:00
David Lord
ffc68840f8
release version 1.1.1 2019-07-08 10:58:12 -07:00
David Lord
1a6696da70
Merge pull request #3292 from pallets/deprecate-json-available
restore and deprecate json_available
2019-07-08 10:37:16 -07:00
David Lord
1617202d91
restore and deprecate json_available 2019-07-08 10:26:12 -07:00
David Lord
1b4ace9ba5
release version 1.1.0 2019-07-04 16:04:42 -07:00
David Lord
8a78fdb09c
Merge branch '1.0.x' 2019-07-04 16:01:14 -07:00
David Lord
626b5cc166
release version 1.0.4 2019-07-04 15:33:46 -07:00
David Lord
2844fdb82e
Merge branch '1.0.x' 2019-07-03 12:23:16 -07:00
David Lord
c07475935c
Merge pull request #3285 from ThiefMaster/dotenv-msg-stderr
Move dotenv warning to stderr
2019-07-03 10:15:32 -07:00
ThiefMaster
975f979269 Move dotenv warning to stderr 2019-07-03 15:08:10 +02:00
David Lord
6d0e79b33a
Merge pull request #3284 from pallets/logger-warning
show warning for old logger config
2019-07-02 11:43:47 -07:00
David Lord
b08e35e4ab
show warning for old logger config 2019-07-02 11:39:00 -07:00
David Lord
6665c91e6f
Merge pull request #3282 from pallets/logger-name
use app.name as app.logger name
2019-07-01 17:42:51 -07:00
David Lord
df470aecb9
use app.name as app.logger name 2019-07-01 14:56:18 -07:00
David Lord
465da9f610
Merge branch '1.0.x' 2019-07-01 11:57:00 -07:00
David Lord
cf4923bf58
Merge pull request #3274 from abhinavsagar/patch-1
Fix typo
2019-07-01 11:31:48 -07:00
Abhinav Sagar
3aff003c45
Update cli.py 2019-07-01 11:01:01 -07:00
David Lord
b05a685a03
Merge branch '1.0.x' 2019-07-01 10:54:31 -07:00
David Lord
043443d2d3
Merge pull request #3278 from asottile/importlib_spec
Fixes for PEP451 import loaders and pytest 5.x
2019-07-01 10:47:33 -07:00
Anthony Sottile
a5ecdfa7a5
Fixes for PEP451 import loaders and pytest 5.x
- pytest 5.x drops python2 compatibility and therefore only implements PEP 451
- pytest 5.x made the repr of `ExcInfo` less confusing (fixed tests depending
  on the old format)
2019-07-01 10:43:06 -07:00