Commit Graph

14220 Commits

Author SHA1 Message Date
Andrew Murray
6c30b2c00d arr.tobytes() always exists in Python >= 3.2 2023-01-02 21:03:45 +11:00
Andrew Murray
549560cf55 9.5.0.dev0 version bump 2023-01-02 14:03:31 +11:00
Andrew Murray
a5bbab1c1e 9.4.0 version bump 2023-01-02 10:29:07 +11:00
mergify[bot]
cdd3d8ec77
Merge pull request #6851 from radarhere/size
Updated size parameter descriptions
2023-01-01 22:37:16 +00:00
mergify[bot]
38a93a0571
Merge pull request #6850 from radarhere/releasenotes
Added release notes for #6842 and #6846
2023-01-01 22:03:09 +00:00
Andrew Murray
d4d981dc9f Updated size parameter descriptions 2023-01-02 08:41:50 +11:00
Andrew Murray
e908afea40
Updated security descriptions
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-01-02 08:17:47 +11:00
Hugo van Kemenade
0efda9189e
Merge pull request #6845 from radarhere/copyright
Updated copyright year
2023-01-01 21:18:23 +02:00
Andrew Murray
35b4c433b3 Added release notes for #6846 2023-01-02 00:32:35 +11:00
Andrew Murray
a632b7a3e7 Added release notes for #6842 2023-01-02 00:25:49 +11:00
Andrew Murray
009bbe25ec Update CHANGES.rst [ci skip] 2023-01-01 23:26:00 +11:00
Andrew Murray
c4cc48764a
Merge pull request #6846 from radarhere/font_crash
Fixed null pointer dereference crash with malformed font
2023-01-01 10:02:44 +11:00
Andrew Murray
c977526cfe Lint fixes 2023-01-01 07:03:09 +11:00
Andrew Murray
51d95add6a Replaced IOError with OSError 2023-01-01 07:03:09 +11:00
Eric Soroos
1c57ab8429 Return a PyError instead of a fake fterror.
* Update Tests to IOError rather than OSError
2023-01-01 07:03:09 +11:00
Andrew Murray
f2b36a1833 Lint fixes 2023-01-01 07:03:09 +11:00
Eric Soroos
87d1770c18 Fix null pointer dereference crash with malformed font 2023-01-01 07:03:09 +11:00
Andrew Murray
7f1708415c Update CHANGES.rst [ci skip] 2022-12-31 22:24:58 +11:00
Hugo van Kemenade
7b0008bb82
Merge pull request #6842 from radarhere/zero
Return from ImagingFill early if image has a zero dimension
2022-12-31 13:23:12 +02:00
Andrew Murray
13306974e7 Updated copyright year 2022-12-31 20:14:17 +11:00
Andrew Murray
2803304763 Skip timeout checks on slower running valgrind job 2022-12-31 13:47:07 +11:00
Andrew Murray
2494e128ab Update CHANGES.rst [ci skip] 2022-12-31 11:50:43 +11:00
mergify[bot]
fc9a8a3213
Merge pull request #6830 from radarhere/enum
Removed deprecations for Image constants, except for duplicate Resampling attributes
2022-12-31 00:04:36 +00:00
Andrew Murray
559b7ae476 Updated wording 2022-12-31 09:43:36 +11:00
Andrew Murray
b4347daa3c Merge branch 'main' into enum 2022-12-31 09:37:56 +11:00
Andrew Murray
907d59753b Update CHANGES.rst [ci skip] 2022-12-31 09:33:12 +11:00
Andrew Murray
c7f633c824
Merge pull request #6836 from hugovk/flake8-errmsg
Improve exception traceback readability
2022-12-31 09:32:18 +11:00
Hugo van Kemenade
9ee64f9a2f
Merge pull request #90 from radarhere/flake8-errmsg 2022-12-30 14:38:35 +02:00
Andrew Murray
91b01f4cc2 Return from ImagingFill early if image has a zero dimension 2022-12-30 16:48:33 +11:00
Andrew Murray
68fdd2a9e7 Further improve exception traceback readability 2022-12-30 14:24:28 +11:00
Hugo van Kemenade
2ae55ccbda Improve exception traceback readability 2022-12-30 00:07:52 +02:00
Andrew Murray
77f6f54ac4 Update CHANGES.rst [ci skip] 2022-12-30 08:57:36 +11:00
Andrew Murray
20c1ed1333
Merge pull request #6841 from smb123w64gb/windows_build_fix
Fix version mismatch
2022-12-30 08:53:15 +11:00
Hugo van Kemenade
9ae53cf6ae
Merge pull request #6840 from radarhere/ifd1 2022-12-29 23:38:09 +02:00
Hugo van Kemenade
1ba19b1105
Merge pull request #6800 from radarhere/int_ascii
Resolves https://github.com/python-pillow/Pillow/issues/6799
2022-12-29 23:36:33 +02:00
smb123w64gb
3a1f4b4919
Fix version mismatch 2022-12-29 06:16:49 -08:00
Andrew Murray
1e3f3ab596 Do not attempt to read IFD1 if absent 2022-12-29 21:52:09 +11:00
Andrew Murray
a7f8e862cb Update CHANGES.rst [ci skip] 2022-12-29 21:08:58 +11:00
Hugo van Kemenade
cea6c1e86c
Merge pull request #6838 from radarhere/premultiplied_alpha
Document the meaning of "premultiplied alpha"
2022-12-29 12:02:40 +02:00
Hugo van Kemenade
e107af41a9
Merge pull request #6783 from radarhere/grabclipboard
If available, use wl-paste or xclip for grabclipboard() on Linux
2022-12-29 12:01:24 +02:00
Hugo van Kemenade
f452f9a3f3
Merge pull request #6709 from radarhere/signed
Added signed option when saving JPEG2000 images
2022-12-29 11:59:33 +02:00
Andrew Murray
21e811117e Updated release notes 2022-12-29 13:55:13 +11:00
Andrew Murray
efa27a70d6 Document the meaning of "premultiplied alpha" 2022-12-29 13:18:45 +11:00
Andrew Murray
dc30ccc6b2 Update CHANGES.rst [ci skip] 2022-12-29 12:05:04 +11:00
mergify[bot]
be949e87a4
Merge pull request #6831 from radarhere/transparency_documentation
Document "transparency" info key
2022-12-29 00:49:37 +00:00
Andrew Murray
a4baeda9f6
Fixed typo
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2022-12-29 11:07:16 +11:00
Andrew Murray
73a2c3049f Use pytest.raises match argument 2022-12-29 10:27:03 +11:00
Andrew Murray
cd351c4f85 Added release notes 2022-12-29 09:41:14 +11:00
Andrew Murray
4518dc82ba Merge branch 'main' into signed 2022-12-29 09:37:35 +11:00
Andrew Murray
0da8e43977 Parametrized test 2022-12-29 08:58:38 +11:00