Commit Graph

7767 Commits

Author SHA1 Message Date
Andrew Murray
c7d924fd85 Too many blank lines 2018-10-21 18:11:50 +11:00
Andrew Murray
ac20a02b7a Do not use bare 'except' 2018-10-21 18:11:39 +11:00
Andrew Murray
f2d4d19cc4 Undefined name 2018-10-21 18:00:52 +11:00
Andrew Murray
d1f9803aeb Expected 2 blank lines, found 1 2018-10-21 18:00:39 +11:00
Andrew Murray
94b3e53496 Missing whitespace after ':' 2018-10-21 18:00:16 +11:00
Andrew Murray
ede35510c1 Continuation line over-indented for visual indent 2018-10-21 17:59:59 +11:00
Andrew Murray
d265757651 Continuation line unaligned for hanging indent 2018-10-21 17:59:51 +11:00
Andrew Murray
77f807cf73 Continuation line under-indented for visual indent 2018-10-21 17:59:27 +11:00
Andrew Murray
6099ddeef9 Expected 1 blank line before a nested definition 2018-10-21 17:59:18 +11:00
Hugo
fdea5a28e9
Merge pull request #3421 from hugovk/update-pypy
Use a newer Python for the virtualenv for PyPy
2018-10-20 12:27:22 +03:00
Andrew Murray
b581b0e0fc Update CHANGES.rst [ci skip] 2018-10-20 08:04:08 +11:00
Hugo
866658eadf Use a newer Python for the virtualenv for PyPy 2018-10-19 22:02:47 +03:00
Hugo
a2908734f3
Merge pull request #3417 from kkopachev/issue-3413
Only ask for YCbCr->RGB libtiff conversion for jpeg-compressed tiffs
2018-10-19 21:58:39 +03:00
Konstantin Kopachev
28cdb993b9
Convert tabs into spaces [ci skip] 2018-10-19 11:43:22 -07:00
Konstantin Kopachev
2bf3ceee85
Only ask for YCbCr->RGB libtiff conversion for jpeg-compressed tiffs
JPEG-related tiff pseudo-tags are registered only when tiff image has jpeg compression. Trying to set TIFFTAG_JPEGCOLORMODE on non jpeg-compressed file prints error "Unknown pseudo-tag 65538".
2018-10-18 21:27:51 -07:00
Andrew Murray
f4ce428a4f Update CHANGES.rst [ci skip] 2018-10-18 20:10:54 +11:00
Alexander Karpinsky
2222a581ab
Merge pull request #3409 from uploadcare/resize-from-box-in-fit
Optimise ImageOps.fit by combining resize and crop
2018-10-18 11:55:06 +03:00
Alexander
61e46c265e [ci skip] fix notes 2018-10-18 11:40:42 +03:00
Alexander Karpinsky
b8e7f646f3
Merge pull request #3415 from python-pillow/fix-webp-loading-from-blob
Quick fix: revert #3341 due to regression
2018-10-18 11:38:29 +03:00
Alexander
6cabcadae4 add release notes 2018-10-18 10:58:20 +03:00
Alexander
e26696cb8a skip old test 2018-10-18 10:33:52 +03:00
Alexander
e7aa44f58c add test for regression 2018-10-18 10:32:17 +03:00
Alexander
f8d4aa5882 Quick fix: revert #3341 due to regression 2018-10-18 10:19:11 +03:00
Andrew Murray
00f9e8b5f1
Merge pull request #3405 from python-pillow/update-versions
Docs: update CI targets matrix
2018-10-17 19:33:11 +11:00
Alexander
73eec9000d Optimise ImageOps.fit by combining resize in crop 2018-10-17 01:57:55 +03:00
Hugo
26065d3dd6
CI targets: update Ubuntu versions
* 14.04 Trusty has 2.7, 3.4-3.6, PyPy and PyPy3
* 16.04 Xenial has 2.7, 3.5-3.7

[CI skip]
2018-10-11 18:22:25 +03:00
Hugo
a6ce3d6f3b
CI targets: update Appveyor and MinGW versions
[CI skip]
2018-10-11 18:16:03 +03:00
Hugo
6a83a440d5
Merge pull request #3404 from radarhere/imagedraw
Minor ImageDraw documentation improvement
2018-10-11 12:05:54 +03:00
Andrew Murray
7edca01921 Minor documentation improvement [ci skip] 2018-10-11 19:36:50 +11:00
Hugo
07645bd828
Merge pull request #3399 from radarhere/appveyor
Added Python 3.5-3.7 AppVeyor builds
2018-10-09 12:23:29 +03:00
Andrew Murray
3d8024c45f Removed unused line 2018-10-09 06:11:09 +11:00
Andrew Murray
afb6ba5626 Added Python 3.5-3.7 AppVeyor builds 2018-10-08 19:43:11 +11:00
Hugo
fe654a7f8a
Merge pull request #3398 from radarhere/installation
Added macOS Mojave tested Pillow version
2018-10-05 15:02:01 +03:00
Andrew Murray
7cdfddd1e8 Added macOS Mojave tested Pillow version [ci skip] 2018-10-05 21:40:20 +10:00
Hugo
e9221cf84f
Merge pull request #3397 from eseifert/fix-image-convert-docs-on-bilevel
Fixed documentation on bilevel conversion
2018-10-05 13:48:33 +03:00
Erich Seifert
9807f1ad56
Fixed documentation on bilevel conversion
The cutoff when converting an image to bilevel (mode "1") is 128. This should resolve issue #3394.
2018-10-05 01:11:24 +02:00
Andrew Murray
3437d5fcb4 5.4.0.dev0 version bump 2018-10-01 18:39:58 +10:00
Andrew Murray
0ac14725ef 5.3.0 version bump 2018-10-01 15:48:10 +10:00
Andrew Murray
d5e8785ec7
Merge pull request #3390 from python-pillow/release-note-headings
Move "Image size" under "API Changes"
2018-10-01 00:15:44 +10:00
Hugo
bb795fc2d1
Move "Image size" under "API Changes"
To try to keep the headings consistent with before:

https://pillow.readthedocs.io/en/5.2.x/releasenotes/index.html

[CI skip]
2018-09-30 17:12:20 +03:00
Andrew Murray
39e95a6a43 Corrected documentation syntax 2018-09-30 21:47:47 +10:00
Andrew Murray
e839648a24 Update CHANGES.rst [ci skip] 2018-09-30 21:37:50 +10:00
Hugo
2fa54408d4
Merge pull request #3203 from radarhere/size
Changed Image size property to be read-only by default
2018-09-30 14:35:35 +03:00
Andrew Murray
05f21695c7 Added release notes [ci skip] 2018-09-30 21:32:46 +10:00
Andrew Murray
2c11974b86 Fixed typo 2018-09-30 21:09:42 +10:00
Hugo
8344aec583
Merge pull request #3169 from radarhere/support
Add warnings if image file identification fails due to lack of support
2018-09-30 09:28:34 +03:00
Hugo
748ec870f2
Merge pull request #3389 from radarhere/release_notes
Added release notes for #3227
2018-09-30 08:42:16 +03:00
Hugo
a0fda60662 Use snake_case 2018-09-30 15:34:33 +10:00
Andrew Murray
82d942c3d8 Added warnings if image file identification fails due to lack of support 2018-09-30 15:34:27 +10:00
Andrew Murray
da2c12533d Added release notes for #3227 [ci skip] 2018-09-30 15:26:50 +10:00