Andrew Murray
e805401403
Added documentation for negative index pixel access [ci skip]
2018-11-05 21:30:04 +11:00
Andrew Murray
1ace2f47ff
Added release notes for #3406 [ci skip]
2018-11-05 21:11:25 +11:00
Hugo
ee785c7582
Merge pull request #3448 from radarhere/changes
...
Changed URL
2018-11-02 11:22:19 +02:00
Andrew Murray
012d788c3a
Changed URL [ci skip]
2018-11-02 20:16:03 +11:00
Hugo
7dd480f253
Update CHANGES.rst
2018-10-31 09:24:02 +02:00
Hugo
ed10276a6b
Merge pull request #3418 from radarhere/webp_fp
...
Only close existing fp in WebP if fp is exclusive
2018-10-31 09:16:53 +02:00
Hugo
73c388f8c9
Merge pull request #3445 from radarhere/installation
...
Updated El Capitan tested Pillow version
2018-10-30 21:30:48 +02:00
Andrew Murray
2e8238fe34
Updated El Capitan tested Pillow version [ci skip]
2018-10-31 06:16:33 +11:00
Andrew Murray
62de4e2893
Update CHANGES.rst [ci skip]
2018-10-30 19:18:53 +11:00
Andrew Murray
7ad5e56eac
Merge pull request #3443 from hugovk/downloads-badge
...
Re-add the downloads badge
2018-10-30 06:16:40 +11:00
Hugo
12ea8ae49f
Revert "Comment out broken PyPI downloads badge"
...
This reverts commit 5364abbae3
.
2018-10-29 16:15:21 +02:00
Hugo
317fc66508
Revert "Remove broken downloads badge"
...
This reverts commit 45cbd25664
.
2018-10-29 16:11:42 +02:00
Andrew Murray
487248d1c7
Update CHANGES.rst [ci skip]
2018-10-28 12:27:14 +11:00
Hugo
e12aa375ec
Merge pull request #3406 from Nazime/negativeindex
...
Add negative index to PixelAccess
2018-10-27 23:27:15 +03:00
Hugo
1893ac2492
Update CHANGES.rst
2018-10-24 22:35:15 +03:00
Hugo
4530f55c61
Merge pull request #3385 from radarhere/gif_background
...
Change tuple background to global color table index when saving as GIF
2018-10-24 22:34:40 +03:00
Hugo
da9a3dae63
Merge pull request #3435 from python-pillow/readthedocs
...
Install project using pip in ReadTheDocs build
2018-10-24 14:54:05 +03:00
Andrew Murray
989b358cd1
Install project using pip in ReadTheDocs build
2018-10-24 19:46:43 +11:00
Hugo
cd3dc0794d
Merge pull request #3424 from radarhere/imagegrab
...
Improved ImageGrab tests
2018-10-22 15:59:01 +03:00
Andrew Murray
bd9cfb124b
Added ImageGrab.grabclipboard test
2018-10-22 18:55:16 +11:00
Andrew Murray
467d2089be
Enabled ImageGrab.grab test on AppVeyor
2018-10-22 18:39:07 +11:00
Andrew Murray
94925c5057
Merge pull request #3423 from hugovk/fix-feature-tests
...
Fix some tests
2018-10-22 08:53:26 +11:00
Hugo
06ad343d35
Simplify skipping
2018-10-21 17:47:35 +03:00
Hugo
e33812c56c
Remove redundant parentheses
2018-10-21 17:05:40 +03:00
Hugo
cbba2c24bf
Remove unused helper method
2018-10-21 17:05:14 +03:00
Hugo
cfc4c3e101
Switch check_ to test_ to enable them
2018-10-21 16:44:12 +03:00
Hugo
a1b9f94d60
skipUnless takes a condition and _reason_
2018-10-21 16:42:41 +03:00
Hugo
fc28e47385
Update CHANGES.rst
2018-10-21 16:24:39 +03:00
Hugo
0d0a4e4ebe
Merge pull request #3422 from radarhere/flake8
...
Flake8 fixes
2018-10-21 16:23:44 +03:00
Andrew Murray
929f7397db
Line too long
2018-10-21 18:26:08 +11:00
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
Andrew Murray
e84a78d828
Only close existing fp if fp is exclusive
2018-10-19 20:12:08 +11: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