Commit Graph

7835 Commits

Author SHA1 Message Date
Hugo
94c94eb1f7 flake8: E128 continuation line under-indented for visual indent 2018-11-11 19:01:11 +02:00
Hugo
717add44b0 flake8: E201 whitespace after '(' 2018-11-11 19:01:11 +02:00
Hugo
6fbebdeeb3 flake8: E265 block comment should start with '# ' 2018-11-11 19:01:10 +02:00
Hugo
a3079eab9e flake8: E127 continuation line over-indented for visual indent 2018-11-11 19:01:10 +02:00
Hugo
afefc99096 flake8: E122 continuation line missing indentation or outdented 2018-11-11 19:01:10 +02:00
Hugo
0b7910c7cd flake8: E402 module level import not at top of file 2018-11-11 19:01:10 +02:00
Hugo
8a6f2b9de8 flake8: E711 comparison to None should be 'if cond is None:' 2018-11-11 19:01:10 +02:00
Hugo
91da8ff31d flake8: F401 imported but unused 2018-11-11 19:01:10 +02:00
Hugo
eb9aee7048 flake8: F841 local variable is assigned to but never used 2018-11-11 19:01:10 +02:00
Hugo
302f86292c
Merge pull request #3392 from hugovk/update-tests
Update tests
2018-11-11 18:52:11 +02:00
Hugo
f542697a7a
Update CHANGES.rst 2018-11-11 13:05:36 +02:00
Hugo
c78cd81746
Merge pull request #3455 from radarhere/tario
Added context manager, __del__ and close methods to TarIO
2018-11-11 11:04:52 +00:00
Andrew Murray
e3220c0f4d Changed capitalisation 2018-11-11 16:00:48 +11:00
Hugo
5288cf63c9 Changed capitalisation
Co-Authored-By: radarhere <3112309+radarhere@users.noreply.github.com>
2018-11-11 16:00:40 +11:00
Andrew Murray
52c175d1bc Added context manager, __del__ and close methods 2018-11-11 16:00:17 +11:00
Hugo
c501eedcb5
Update CHANGES.rst 2018-11-10 15:07:24 +02:00
Hugo
8feed91ec1
Merge pull request #3454 from radarhere/imagegrab
Do not play sound when running screencapture command
2018-11-10 12:48:01 +00:00
Hugo
47ffd18b10
Merge pull request #3456 from radarhere/exclusive_fp
Close exclusive fp on open exception
2018-11-10 12:44:55 +00:00
Andrew Murray
747eccbfc2 Close exclusive fp on open exception 2018-11-09 11:35:08 +11:00
Andrew Murray
40c6e4f136 Do not play sound when running screencapture command 2018-11-08 06:05:45 +11:00
Hugo
3d76a686c4
Merge pull request #3451 from radarhere/releasenotes
Added release notes for #3406
2018-11-05 13:07:18 +02:00
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
5df41b4399 Unnecessary generator - rewrite as a list comprehension 2018-10-24 22:29:56 +03:00
Hugo
088d04470e Unnecessary list comprehension - 'tuple' can take a generator 2018-10-24 22:29:56 +03:00
Hugo
d69ef6a529 Remove redundant parentheses 2018-10-24 22:29:56 +03:00
Hugo
619e5fde8d Remove unused local variables 2018-10-24 22:29:01 +03:00
Hugo
bac99bd5ae Add assert for previously unused 'lut' variable 2018-10-24 22:29:01 +03:00
Hugo
4352edb1ec Assert all images in loop 2018-10-24 22:29:01 +03:00
Hugo
fc3a159c87 More specific exception clause 2018-10-24 22:29:01 +03:00
Hugo
cb8a4bac21 Use set literal 2018-10-24 22:29:01 +03:00
Hugo
bab194b6f5 Fix DeprecationWarning: invalid escape sequence 2018-10-24 22:29:01 +03:00
Hugo
a3b0659790 flake8 2018-10-24 22:29:01 +03:00
Hugo
d1ca4916e0 Use more specific assertions 2018-10-24 22:29:01 +03:00
Hugo
901c1e2aea Simplify test skipping 2018-10-24 22:29:01 +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