Commit Graph

12786 Commits

Author SHA1 Message Date
DWesl
c8391aaa4b Use the Windows functions to get TCL functions on Cygwin.
This is related to linking semantics, so Cygwin should follow the Windows codepath.
2021-11-03 13:03:55 -04:00
Hugo van Kemenade
f671ec82fa
Merge pull request #5806 from radarhere/fedora 2021-11-03 14:37:01 +02:00
Andrew Murray
604b029989
Merge pull request #5805 from hugovk/3.10.0-appveyor
Test Python 3.10.0 final on AppVeyor
2021-11-03 23:09:19 +11:00
Andrew Murray
25979a51e7 Added Fedora 35 2021-11-03 21:31:12 +11:00
Hugo van Kemenade
73d9209bf9 Test Python 3.10.0 final on AppVeyor 2021-11-03 12:25:57 +02:00
Hugo van Kemenade
eac6821aa1
Merge pull request #76 from radarhere/rm-3.6 2021-11-02 14:31:47 +02:00
Andrew Murray
3b7890c709 Python 3.6 Docker jobs have been updated to Python 3.9 2021-11-02 23:07:32 +11:00
Andrew Murray
a215f725ba Update CHANGES.rst [ci skip] 2021-10-31 17:51:23 +11:00
Andrew Murray
2ae150ddb9
Merge pull request #5793 from landfillbaby/patch-1
Fix compilation on Termux
2021-10-31 17:49:46 +11:00
Ilaï Deutel
596e80c654
WebP: Fix memory leak during decoding on failure
When creating the `WebPAnimDecoder` object, we create a `WebPAnimDecoderObject` and populate its data using `WebPDataCopy()`.

Subsequently, if either `WebPAnimDecoderNew()` or `WebPAnimDecoderGetInfo()` fails, data is not currently deallocated. This commit clears the decoder object's data in that situation.
2021-10-28 18:15:43 +00:00
mergify[bot]
caa0deb4c7
Merge pull request #5796 from radarhere/https
Changed URLs to https
2021-10-27 12:32:51 +00:00
Andrew Murray
97ed2ecd97 Changed URLs to https 2021-10-27 22:51:54 +11:00
Andrew Murray
ff1cb396d0
Merge pull request #5785 from hugovk/replace-setup.py-dist-with-build
Replace 'setup.py sdist' with '-m build --sdist'
2021-10-26 19:23:14 +11:00
Andrew Murray
f33f19f8dc Merge branch 'main' into rm-3.6 2021-10-26 18:53:48 +11:00
Andrew Murray
772f79bc8b
Merge pull request #5784 from hugovk/setup-py-to-cfg
Use declarative package configuration
2021-10-25 22:43:30 +11:00
Hugo van Kemenade
36eb97d3c0
Merge branch 'main' into rm-3.6 2021-10-25 12:05:05 +03:00
Hugo van Kemenade
704336f92e
Merge pull request #5792 from radarhere/display_title 2021-10-25 12:03:42 +03:00
Andrew Murray
993da90316
Merge pull request #5779 from hugovk/update-expected-pillow-10-release-date
Update expected Pillow 10 release date: 2023-07-01
2021-10-25 12:57:20 +11:00
pre-commit-ci[bot]
f246049c4a [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2021-10-24 11:39:10 +00:00
Lucy Phipps
e3c8ef980b
fix compilation on Termux 2021-10-24 12:38:13 +01:00
Andrew Murray
127315275f Update CHANGES.rst [ci skip] 2021-10-24 12:23:07 +11:00
Andrew Murray
ef99db8871 Added release notes for #5788 2021-10-24 11:53:45 +11:00
mergify[bot]
d24c26dbc8
Merge pull request #5790 from nulano/patch-1
Document #5788: "Use title for display"
2021-10-23 09:41:24 +00:00
Ondrej Baranovič
954baa1e73
document #5788 2021-10-23 10:51:46 +02:00
Hugo van Kemenade
7250e3db52
Merge pull request #5788 from radarhere/display_title
Use title for display
2021-10-23 11:36:17 +03:00
Andrew Murray
b3e690a270 Use title for display 2021-10-23 15:53:08 +11:00
Hugo van Kemenade
5057f0afaf Replace 'setup.py sdist' with '-m build --sdist' 2021-10-22 12:01:42 +03:00
Hugo van Kemenade
a44e8e626d Use declarative package configuration 2021-10-21 09:41:34 +03:00
Hugo van Kemenade
24ca657e29 Remove command for Python 3.6
Co-authored-by: Ondrej Baranovič <nulano@nulano.eu>
2021-10-19 15:34:52 +03:00
Hugo van Kemenade
31a96b9c9b Upgrade Python syntax with pyupgrade --py36-plus and format with Black 2021-10-19 15:34:52 +03:00
Hugo van Kemenade
716a0baf74 Drop support for EOL Python 3.6 2021-10-19 15:34:52 +03:00
Andrew Murray
862be7cbcd Update CHANGES.rst [ci skip] 2021-10-19 19:40:46 +11:00
Andrew Murray
cf757e6f77
Merge pull request #5777 from hugovk/rm-freetype-2.7
Remove support for FreeType 2.7 and older
2021-10-19 19:35:06 +11:00
Hugo van Kemenade
66ad6ffc7a
Merge pull request #75 from radarhere/rm-freetype-2.7 2021-10-19 10:15:42 +03:00
Andrew Murray
06ab0324a3 Added Tidelift Align badge to docs 2021-10-19 17:08:05 +11:00
Andrew Murray
e6ffeac66f Updated image comparison 2021-10-19 16:08:23 +11:00
Andrew Murray
44a61bb380
Merge pull request #5778 from hugovk/add-pypy-3.8
Test PyPy3.8
2021-10-19 11:27:51 +11:00
Andrew Murray
af745d6f52
Merge pull request #5780 from hugovk/mingq-pytest-timeout
CI: Install pytest-timeout for MinGW CI
2021-10-19 08:38:44 +11:00
Hugo van Kemenade
90d5edb0e4 Install pytest-timeout for MinGW CI 2021-10-18 16:06:07 +03:00
Hugo van Kemenade
6e310e3e2e Update expected Pillow 10 release date: 2023-07-01 2021-10-18 15:48:49 +03:00
Hugo van Kemenade
3e9a6f7508 Test slower macOS first, for slightly faster builds 2021-10-18 14:33:02 +03:00
Hugo van Kemenade
86f32f6074 Test PyPy3.8 2021-10-18 14:33:02 +03:00
Hugo van Kemenade
67b4cb52d1 Stop testing Python 3.6 on CI 2021-10-18 14:33:02 +03:00
Hugo van Kemenade
b4bd8943fa
Merge pull request #5775 from hugovk/mingw-qt6 2021-10-18 12:38:14 +03:00
Hugo van Kemenade
cb5c8f6f86 Remove unused left_old variable 2021-10-18 11:28:14 +03:00
mergify[bot]
bc31502183
Merge pull request #5776 from radarhere/removals
Removed deprecated PILLOW_VERSION, Image.show command parameter, Image._showxv and ImageFile.raise_ioerror
2021-10-18 07:00:31 +00:00
Hugo van Kemenade
606b5ae1e5 Remove support for FreeType 2.7 and older 2021-10-18 09:29:53 +03:00
Andrew Murray
20cf82b2af Moved PILLOW_VERSION deprecation to be more prominent 2021-10-18 17:20:56 +11:00
Andrew Murray
83864b01cf Removed Image.show command parameter 2021-10-18 11:08:51 +11:00
Andrew Murray
499040491b Removed Image._showxv 2021-10-18 11:06:06 +11:00