Hugo van Kemenade
|
e09366307c
|
Merge pull request #7748 from radarhere/test_font_leaks
|
2024-03-11 17:35:26 +02:00 |
|
Hugo van Kemenade
|
80fd507335
|
Merge pull request #7713 from radarhere/load
|
2024-03-11 17:34:38 +02:00 |
|
Andrew Murray
|
4a7a64292e
|
Update CHANGES.rst [ci skip]
|
2024-03-11 22:23:21 +11:00 |
|
Hugo van Kemenade
|
28908cb15c
|
Merge pull request #7827 from radarhere/macos_sdk_warnings
|
2024-03-11 12:39:56 +02:00 |
|
Andrew Murray
|
00d28bd84d
|
Merge pull request #7768 from radarhere/libpng
Updated libpng to 1.6.43
|
2024-03-10 06:50:05 +11:00 |
|
Andrew Murray
|
e42528e139
|
Merge pull request #7866 from python-pillow/renovate/mypy-1.x
Update dependency mypy to v1.9.0
|
2024-03-09 22:35:44 +11:00 |
|
Andrew Murray
|
dfc6443c91
|
Merge branch 'main' into libpng
|
2024-03-09 20:17:27 +11:00 |
|
Hugo van Kemenade
|
90767afa55
|
Merge pull request #7752 from radarhere/libjpeg-turbo
|
2024-03-09 11:16:21 +02:00 |
|
Hugo van Kemenade
|
62f426c149
|
Merge pull request #7746 from radarhere/zlib
|
2024-03-09 11:14:58 +02:00 |
|
renovate[bot]
|
f886766e3a
|
Update dependency mypy to v1.9.0
|
2024-03-09 08:45:29 +00:00 |
|
Andrew Murray
|
761c430294
|
Update CHANGES.rst [ci skip]
|
2024-03-09 17:58:16 +11:00 |
|
Richard Barnes
|
38cec87c93
|
Fix shift-sign issue in Convert.c (#7838)
* Fix shift-sign issue in Convert.c
Fixes
```
libImaging/Convert.c:513:25: error: signed shift result (0xFF000000) sets the sign bit of the shift expression's type ('int') and becomes negative [-Werror,-Wshift-sign-overflow]
UINT32 trns = (0xff << 24) | ((b & 0xff) << 16) | ((g & 0xff) << 8) | (r & 0xff);
~~~~ ^ ~~
```
---------
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2024-03-09 17:52:00 +11:00 |
|
Andrew Murray
|
89648ae282
|
Merge branch 'main' into libpng
|
2024-03-09 12:19:40 +11:00 |
|
Andrew Murray
|
ae2abc19b7
|
Merge branch 'main' into libjpeg-turbo
|
2024-03-09 12:16:53 +11:00 |
|
Andrew Murray
|
e0fe7e54f2
|
Merge branch 'main' into zlib
|
2024-03-09 12:16:01 +11:00 |
|
Andrew Murray
|
3f5721d0b0
|
Merge pull request #7843 from hugovk/refactor-winbuild
winbuild: Refactor dependency versions into constants
|
2024-03-09 12:14:01 +11:00 |
|
Andrew Murray
|
a364d9c04a
|
Merge pull request #7862 from hugovk/update-platform-support
Update CI targets on GitHub Actions
|
2024-03-09 10:40:44 +11:00 |
|
Hugo van Kemenade
|
984893576f
|
Remove unused pillow_dir
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2024-03-08 15:12:47 -07:00 |
|
Hugo van Kemenade
|
2833e367f5
|
Remove comma
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2024-03-08 16:31:55 +02:00 |
|
Jeffrey A. Clark (Alex)
|
658d15971e
|
Merge pull request #7861 from python-pillow/pil-given-to-pillow
Update "What about PIL?" section
|
2024-03-07 17:03:45 -05:00 |
|
pre-commit-ci[bot]
|
5e9ab05b03
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2024-03-07 19:55:41 +00:00 |
|
Alex Clark
|
966d53b241
|
Wording
|
2024-03-07 14:54:23 -05:00 |
|
Alex Clark
|
f166006409
|
Wording
|
2024-03-07 14:43:42 -05:00 |
|
Alex Clark
|
e734dac917
|
Remove strike config
|
2024-03-07 12:18:11 -05:00 |
|
Alex Clark
|
06c8edb98c
|
Link to #1535
|
2024-03-07 12:06:04 -05:00 |
|
Alex Clark
|
dec53f10d1
|
Wording
|
2024-03-07 12:02:22 -05:00 |
|
Alex Clark
|
debf556525
|
Remove strike css
|
2024-03-07 11:59:50 -05:00 |
|
Jeffrey A. Clark (Alex)
|
da5de3c115
|
Update docs/about.rst
Co-authored-by: Ondrej Baranovič <nulano@nulano.eu>
|
2024-03-07 11:50:22 -05:00 |
|
Hugo van Kemenade
|
2078eb4e4e
|
Update CI targets on GitHub Actions
|
2024-03-07 18:44:38 +02:00 |
|
Alex Clark
|
c4067b08eb
|
Update "What about PIL?" section
PyPI moderators gave PIL project to Pillow team in January 2020
|
2024-03-07 10:46:56 -05:00 |
|
Hugo van Kemenade
|
35b803091b
|
Simplify rf to f-string
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2024-03-07 13:39:27 +02:00 |
|
Andrew Murray
|
ceb0c575e8
|
Merge pull request #7858 from hugovk/docs-installation
Update installation docs
|
2024-03-07 20:18:41 +11:00 |
|
Hugo van Kemenade
|
baa10a888c
|
Merge pull request #114 from radarhere/docs-installation
|
2024-03-07 10:52:15 +02:00 |
|
Andrew Murray
|
d2d6beaf34
|
Simplified anchors
|
2024-03-07 19:24:37 +11:00 |
|
Andrew Murray
|
c96cfffef6
|
Updated libimagequant to 4.3.0
|
2024-03-07 15:31:24 +11:00 |
|
Andrew Murray
|
ea78028042
|
Merge pull request #7852 from radarhere/arm64_wheels
Build macOS arm64 wheels natively
|
2024-03-07 15:27:45 +11:00 |
|
Hugo van Kemenade
|
6eb6b52a68
|
Fix tab activation per OS
|
2024-03-06 18:09:07 +02:00 |
|
Hugo van Kemenade
|
e9f8295950
|
Consistent header underlines
|
2024-03-06 18:09:07 +02:00 |
|
Hugo van Kemenade
|
3106446dad
|
Move short 'Old Versions' section to 'Building From Source' page
|
2024-03-06 18:08:53 +02:00 |
|
Hugo van Kemenade
|
a027f698d2
|
Fix ref link
|
2024-03-06 17:28:06 +02:00 |
|
Hugo van Kemenade
|
128d0edbd6
|
Move anchors back into place
|
2024-03-06 17:22:39 +02:00 |
|
Jeffrey A. Clark (Alex)
|
f738bb9c75
|
Merge pull request #7832 from python-pillow/install-doc-dir
Move installation.rst to installation/*.rst
|
2024-03-06 09:07:16 -05:00 |
|
Andrew Murray
|
7aba72a48f
|
Removed unused sphinx-reredirects
|
2024-03-06 08:44:07 +11:00 |
|
Andrew Murray
|
fe8f829f58
|
Mark file as orphan
|
2024-03-06 07:35:11 +11:00 |
|
Hugo van Kemenade
|
71018badc0
|
Remove unused LIBXCB constant
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2024-03-04 23:35:10 -07:00 |
|
Andrew Murray
|
a4ac095a49
|
List extensions alphabetically
|
2024-03-04 22:06:02 +11:00 |
|
Andrew Murray
|
14f6a3445c
|
Removed brew packages to avoid inclusion
|
2024-03-04 07:43:40 +11:00 |
|
Hugo van Kemenade
|
8f63748e50
|
Merge pull request #7855 from radarhere/typo
Fixed typo
|
2024-03-03 22:41:51 +02:00 |
|
Andrew Murray
|
91eb69c6b2
|
Fixed typo
|
2024-03-04 06:37:56 +11:00 |
|
Hugo van Kemenade
|
e2c267f048
|
Explicitly import urllib.error to avoid IDE warning
|
2024-03-03 17:11:59 +02:00 |
|