Commit Graph

12285 Commits

Author SHA1 Message Date
Andrew Murray
838c8efa25 Corrected file length in header 2021-11-20 14:17:42 +11:00
mergify[bot]
e1eefe4486
Merge pull request #5841 from radarhere/libjpeg-turbo
Updated libjpeg-turbo to 2.1.2
2021-11-19 09:04:19 +00:00
Andrew Murray
9e3263290a Updated libjpeg-turbo to 2.1.2 2021-11-19 19:04:17 +11:00
Andrew Murray
863064f968
Merge pull request #5840 from hugovk/setup-python-cache-pip
GHA: Use actions/setup-python's pip cache
2021-11-19 11:44:04 +11:00
Hugo van Kemenade
71f7c806ac
Simplify cache-dependency-path
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2021-11-18 14:33:57 +02:00
Hugo van Kemenade
b744e7933a Use actions/setup-python's pip cache 2021-11-18 13:42:41 +02:00
Andrew Murray
d6e42f3307 Update CHANGES.rst [ci skip] 2021-11-16 18:09:12 +11:00
Hugo van Kemenade
2849347694
Merge pull request #5835 from radarhere/alpha 2021-11-16 09:07:18 +02:00
Hugo van Kemenade
749754af88
Merge pull request #5833 from hoodmane/fix-pushes_fd-signature 2021-11-16 09:03:38 +02:00
Andrew Murray
d7873e02ab Added test that translucent polygon pixels do not combine 2021-11-16 11:12:48 +11:00
Hood
7a93328834 Fix _get_pushes_fd and _get_pulls_fd method signatures
Getters are supposed to have signature "PyObject *(PyObject *self, void *closure)", but the closure argument is often not used.
In wasm it causes a trap if a function is declared with one argument and then called with two.
2021-11-15 08:49:55 -08:00
Andrew Murray
ca15c684ea Only prevent repeated polygon pixels when drawing with transparency 2021-11-15 23:28:29 +11:00
Andrew Murray
be4c59d2a9 Update CHANGES.rst [ci skip] 2021-11-12 23:08:56 +11:00
Andrew Murray
937be347df
Merge pull request #5826 from hugovk/pickle-font
Add support for pickling TrueType fonts
2021-11-12 23:03:20 +11:00
Hugo van Kemenade
4fca3b4091
Merge pull request #5828 from radarhere/macos_sdk_path 2021-11-12 13:57:50 +02:00
Hugo van Kemenade
9f7f340bb7 Move to 'Other Changes' 2021-11-11 14:46:48 +02:00
Andrew Murray
2ce7dd5ef6 Moved macOS SDK logic into a separate method 2021-11-11 20:51:13 +11:00
Andrew Murray
3b701dcc16 Only prefer command line tools SDK on macOS over the default 2021-11-11 20:47:46 +11:00
Hugo van Kemenade
81af72bb89
Fix code example
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2021-11-11 11:27:13 +02:00
Hugo van Kemenade
18d34b287f Add support for pickling TrueType fonts 2021-11-10 14:34:20 +02:00
mergify[bot]
24f0bbf5ec
Merge pull request #5823 from radarhere/appveyor
Removed setuptools install from AppVeyor
2021-11-09 09:32:15 +00:00
Hugo van Kemenade
c5e02ccd56
Merge pull request #5822 from radarhere/macos 2021-11-09 11:19:31 +02:00
Andrew Murray
2401c590a2 Removed setuptools install 2021-11-09 19:37:34 +11:00
Andrew Murray
fa4ae3dc2c Updated macOS tested Pillow versions [ci skip] 2021-11-09 18:21:09 +11:00
Andrew Murray
3b8e486d82
Merge pull request #5821 from hugovk/rm-docutils-pin
Docs: Remove docutils pin
2021-11-09 10:15:50 +11:00
Hugo van Kemenade
6bada2872e Require sphinx_rtd_theme>=1 2021-11-08 23:34:31 +02:00
Hugo van Kemenade
5d3e0d795b Revert "Temporarily pin docutils to fix bullets in sphinx_rtd_theme"
This reverts commit 9509a73ed9.
2021-11-08 23:01:51 +02:00
Hugo van Kemenade
a7a568d4a2
Merge pull request #5820 from radarhere/harfbuzz 2021-11-08 14:44:45 +02:00
Andrew Murray
08504ead91 Updated harfbuzz to 3.1.1 2021-11-08 22:09:18 +11:00
Andrew Murray
a3d1e2f85d Update CHANGES.rst [ci skip] 2021-11-05 19:10:06 +11:00
Andrew Murray
a70e3c828f
Merge pull request #5768 from hugovk/rm-3.6
Drop support for soon-EOL Python 3.6
2021-11-05 19:08:02 +11:00
Hugo van Kemenade
fcb87ecbe1
Merge pull request #5808 from radarhere/harfbuzz 2021-11-04 08:49:11 +02:00
Andrew Murray
814680fc42 Updated harfbuzz to 3.1.0 2021-11-04 10:34:02 +11:00
Andrew Murray
669ba570d5
Merge branch 'main' into rm-3.6 2021-11-04 08:27:36 +11: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
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