Commit Graph

8214 Commits

Author SHA1 Message Date
Hugo van Kemenade
871db4e91a
Merge pull request #3529 from pslacerda/fix/3526
Fix build for Termux
2019-01-05 12:03:25 +02:00
Hugo van Kemenade
33d3bebb22
Merge pull request #3525 from radarhere/mimetype
Detect MIME types
2019-01-05 12:01:40 +02:00
Hugo van Kemenade
1bfed277bd
Merge pull request #25 from radarhere/add-5.4.1-release-notes
Updated release notes
2019-01-05 09:54:26 +02:00
Andrew Murray
b2905aec08 Updated release notes [ci skip] 2019-01-05 11:10:19 +11:00
Hugo
3c2940b002 Add 5.4.1 release notes 2019-01-05 01:00:15 +02:00
Alex Clark
2e17e0f618
Merge pull request #3538 from python-pillow/rtd-default-stable
Update release docs; exclude RTD changes
2019-01-04 10:17:49 -05:00
Hugo van Kemenade
0917ddf80b
Merge pull request #3539 from radarhere/copyright
Updated copyright year
2019-01-04 09:21:12 +02:00
Andrew Murray
71b64dcf73 Only close __fp if not fp 2019-01-04 12:29:23 +11:00
Alex Clark
ffc0b67896 [ci skip] Update release docs; exclude RTD changes
Less RTD work!
2019-01-03 17:54:45 -05:00
Hugo van Kemenade
1276fe42e7
Move Docker image update instructions to own repo
Re: https://github.com/python-pillow/Pillow/pull/3523#issuecomment-450855713
2019-01-03 21:56:45 +02:00
Andrew Murray
ea2a0e4654 Handle IDAT chunks after image end 2019-01-03 19:13:19 +11:00
Andrew Murray
fffb426092 Updated copyright year 2019-01-03 09:32:05 +11:00
Andrew Murray
f8df6d1687 Fixed pickling of iTXt class with protocol > 1 2019-01-03 09:31:55 +11:00
hugovk
9dbaf92f3e itxt_chunks.png fails with protocol v2 2019-01-03 09:31:55 +11:00
hugovk
1b338998dc Test a png file with iTXt chunks 2019-01-03 09:31:55 +11:00
Pedro Lacerda
e09ee7a5df
Fix build for Termux
`_find_library_dirs_ldconfig` can return an empty list when `ldconfig` is missing, then `setup.py` can continue guessing library directories.

fixes #3526
2019-01-02 13:38:33 -03:00
Hugo
63b866ebb2 Increment and append .dev0 to version 2019-01-02 14:48:46 +02:00
Hugo
a437477ff9 Use absolute links so they still work when pasting into release issue 2019-01-02 14:47:17 +02:00
Hugo
9cda1b32ab Remove hyphen, to include source: Pillow-5.4.0.tar.gz 2019-01-02 14:45:29 +02:00
Hugo van Kemenade
41fba67fb0
Merge pull request #3523 from radarhere/releasing
Added updating Pillow in docker-images to RELEASING
2019-01-02 14:42:38 +02:00
Andrew Murray
bd7422f934 Detect whether mimetype is image/jp2 or image/jpx 2019-01-02 15:39:39 +11:00
Andrew Murray
42e2bed4a6 If SGI image is RGB mode, then apply image/rgb mimetype 2019-01-02 14:13:37 +11:00
Andrew Murray
97ae0c42b1 Detect whether mimetype is image/png or image/apng 2019-01-02 14:13:10 +11:00
Hugo van Kemenade
2eb7235d03
Updated case
Co-Authored-By: radarhere <3112309+radarhere@users.noreply.github.com>
2019-01-02 10:33:25 +11:00
Andrew Murray
92c6903635 Added updating Pillow in docker-images [ci skip] 2019-01-02 08:33:21 +11:00
Hugo
c579e7469a CI: Run check-manifest in lint job 2019-01-01 23:22:30 +02:00
Hugo
e32e3fdbeb 5.5.0.dev0 version bump 2019-01-01 20:26:53 +02:00
Hugo
d2d438794c Fix for check-manifest 2019-01-01 12:56:08 +02:00
Hugo
0be809ddb3 5.4.0 version bump 2019-01-01 12:31:45 +02:00
Hugo
f64f4f4005
Merge pull request #3512 from radarhere/docker
Changed docker tag to master
2019-01-01 12:25:27 +02:00
Hugo
48a05e6cf3
Update CHANGES.rst 2019-01-01 12:21:38 +02:00
Hugo
398d2f0c15
Merge pull request #3522 from radarhere/imagechops
Improved ImageChops documentation
2019-01-01 12:21:28 +02:00
Hugo
6b5aa006b2
Merge pull request #3519 from radarhere/putpixel
Allow RGB and RGBA values for P image putpixel
2019-01-01 11:46:30 +02:00
Andrew Murray
ff61119f9f Changed docstring to be consistent 2019-01-01 20:44:04 +11:00
Hugo
2de101e02c
Apply suggestions from code review
Changed docstrings to be consistent

Co-Authored-By: radarhere <3112309+radarhere@users.noreply.github.com>
2019-01-01 20:42:23 +11:00
Hugo
fcae1325be
Merge pull request #3521 from python-pillow/update-release-notes
Update 5.4.0 release notes
2019-01-01 11:36:01 +02:00
Andrew Murray
aa8f30eae8 Several methods require at least one mode 1 image 2019-01-01 14:14:22 +11:00
Andrew Murray
fc354cabaa Added method 2019-01-01 14:11:52 +11:00
Andrew Murray
a53c39eb46
Fix typo
Co-Authored-By: hugovk <hugovk@users.noreply.github.com>
2018-12-31 23:09:22 +02:00
Hugo
8c38e4c6d5
Update release notes 2018-12-31 13:48:06 +02:00
Hugo
b9d102ea70
Merge pull request #3518 from radarhere/imageshow
im.show: Fix writing to temporary file
2018-12-31 12:34:43 +02:00
Andrew Murray
671f7a392d Allow RGBA value for P image putpixel 2018-12-31 13:37:04 +11:00
Andrew Murray
3f6282e259 Allow RGB value for P image putpixel 2018-12-31 11:35:15 +11:00
Andrew Murray
bc3925ead5 Fixed writing to temporary file 2018-12-31 08:27:07 +11:00
Hugo
37d61f1e9b
Merge pull request #3516 from radarhere/eps
Allow EPS tests that do not require Ghostscript
2018-12-30 16:54:26 +02:00
Andrew Murray
0c0f769351 Allow EPS tests that do not require Ghostscript 2018-12-30 20:50:09 +11:00
Hugo
332f634460
Merge pull request #3515 from cgohlke/patch-1
Set EPS test files as binary
2018-12-30 09:04:56 +02:00
cgohlke
1fb43a8a8c
Set EPS test files as binary
Fixes issue #3514
2018-12-29 21:53:07 -08:00
Hugo
648b2668f4
Update CHANGES.rst 2018-12-29 17:04:54 +02:00
Hugo
454fdd7800
Merge pull request #3501 from pirate486743186/patch-2
Add APNG extension to PNG plugin
2018-12-29 16:55:07 +02:00