Commit Graph

18159 Commits

Author SHA1 Message Date
Andrew Murray
fe00d12e0a
Merge branch 'main' into threadstate 2024-05-22 08:02:20 +10:00
Andrew Murray
05402f0e30
Merge branch 'main' into hdr 2024-05-22 07:42:23 +10:00
Andrew Murray
696d596aa5
Merge branch 'main' into xmp 2024-05-22 07:21:59 +10:00
Andrew Murray
4639a71fdd
Merge branch 'main' into type_hint 2024-05-22 07:21:09 +10:00
Andrew Murray
3308a056bf
Merge branch 'main' into possible_formats 2024-05-21 23:22:36 +10:00
Andrew Murray
676a0dd188
Merge branch 'main' into harfbuzz 2024-05-21 23:19:25 +10:00
Andrew Murray
c0ee645d0d
Merge branch 'main' into type-annotations 2024-05-21 22:44:03 +10:00
Andrew Murray
502d615c20
Merge branch 'main' into wheels 2024-05-21 22:12:27 +10:00
Hugo van Kemenade
d879f39711
Merge pull request #8050 from radarhere/exec 2024-05-21 07:33:30 -04:00
Andrew Murray
3cc26e9ea6 Added Python 3.13 wheels 2024-05-21 12:55:48 +10:00
Andrew Murray
df96e7ca5a
Merge pull request #8070 from python-pillow/renovate/cibuildwheel-2.x
chore(deps): update dependency cibuildwheel to v2.18.1
2024-05-21 10:44:03 +10:00
renovate[bot]
ea9dc1e4a5
chore(deps): update dependency cibuildwheel to v2.18.1 2024-05-20 21:30:03 +00:00
Andrew Murray
0f1a0fc501 Improved consistency of XMP handling 2024-05-20 23:11:50 +10:00
Andrew Murray
fb21c50fb6 Restore original thread state 2024-05-20 07:42:28 +10:00
Hugo van Kemenade
ca55eb50d9
Merge pull request #8068 from radarhere/lint 2024-05-19 10:23:11 -04:00
Andrew Murray
82910a5e4f Lint fixes 2024-05-19 22:00:45 +10:00
Andrew Murray
22b64ffcf2
Merge pull request #8015 from hugovk/pre-commit-clang
Add ClangFormat to pre-commit
2024-05-19 16:27:30 +10:00
Andrew Murray
f3b1f19fe1
Merge branch 'main' into possible_formats 2024-05-19 14:47:00 +10:00
Andrew Murray
de06d517e1
Merge branch 'main' into type_hint 2024-05-19 14:46:16 +10:00
Hugo van Kemenade
c6fb36ff36
Merge pull request #8064 from radarhere/mingw
Fix type errors
2024-05-18 07:18:39 -04:00
Sebastian Rittau
b2316f46cb
Use just str for _string_length_check
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-05-18 11:22:57 +02:00
Andrew Murray
8a3a72e51d Added type hints 2024-05-18 16:06:50 +10:00
Hugo van Kemenade
8c7be25ad0
Merge pull request #8061 from radarhere/type_hint 2024-05-17 00:35:21 -04:00
Andrew Murray
7554e2cfbf Use monkeypatch 2024-05-17 08:44:04 +10:00
Andrew Murray
2a703a2d4c Removed continue 2024-05-17 08:04:20 +10:00
Andrew Murray
3062ec4dd2 Fix type errors 2024-05-16 22:55:03 +10:00
Andrew Murray
1036aa74a7 Added Image.WARN_POSSIBLE_FORMATS 2024-05-16 17:47:35 +10:00
Andrew Murray
73a3e4938c
Merge branch 'main' into type-annotations 2024-05-15 21:48:41 +10:00
Andrew Murray
e419fd7ab4 Added type hints 2024-05-15 20:19:09 +10:00
Hugo van Kemenade
0da83a1164
Merge pull request #8053 from radarhere/helper_modes 2024-05-14 12:01:21 -04:00
Hugo van Kemenade
60c94e67f3
Merge pull request #8055 from radarhere/type_hint 2024-05-14 11:59:44 -04:00
Andrew Murray
e9b15f8091 Updated harfbuzz to 8.5.0 2024-05-14 10:09:44 +10:00
Andrew Murray
b15ce5a4bc Do not detect Ultra HDR images as MPO 2024-05-13 21:51:16 +10:00
Andrew Murray
a8d154877d Added type hints 2024-05-13 18:47:51 +10:00
Andrew Murray
82c87c4adf
Merge branch 'main' into pre-commit-clang 2024-05-13 12:39:47 +10:00
Andrew Murray
e39ee95f56
Merge pull request #8054 from python-pillow/renovate/cibuildwheel-2.x
chore(deps): update dependency cibuildwheel to v2.18.0
2024-05-13 06:50:27 +10:00
renovate[bot]
00e5e43da4
chore(deps): update dependency cibuildwheel to v2.18.0 2024-05-12 11:43:08 +00:00
Andrew Murray
db4714c280 Removed helper.py modes 2024-05-12 21:20:46 +10:00
Hugo van Kemenade
0c8be38878
Merge pull request #7999 from radarhere/accept
Added MPEG accept function
2024-05-11 23:02:51 +03:00
Hugo van Kemenade
5e48d54769
Merge pull request #7984 from radarhere/modes
Added more modes to Image.MODES
2024-05-11 23:01:42 +03:00
Hugo van Kemenade
1cdbb5f34f
Merge pull request #8051 from radarhere/type_hint 2024-05-11 17:56:41 +03:00
Sebastian Rittau
8b3fd8a585
Moved SupportsArrayInterface under Protocols heading 2024-05-11 10:47:32 +02:00
Sebastian Rittau
6d6dfd176c
Revert unnecessary formatting change 2024-05-11 10:46:20 +02:00
Sebastian Rittau
6310280428
Move an import behind the TYPE_CHECKING flag
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-05-11 10:44:52 +02:00
Andrew Murray
13cf2bc70f Moved SupportsArrayInterface under Protocols heading 2024-05-11 11:16:52 +10:00
Andrew Murray
18b87c8515 Added type hints 2024-05-11 10:48:09 +10:00
Andrew Murray
c9a56e6b0b
Merge pull request #8044 from python-pillow/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2024-05-11 10:10:34 +10:00
Andrew Murray
3344f57206
Merge branch 'main' into pre-commit-ci-update-config 2024-05-11 09:12:54 +10:00
Hugo van Kemenade
bfbe339ae3
Merge pull request #8045 from radarhere/strings 2024-05-10 18:44:37 +03:00
Andrew Murray
57399ce204 Parse _version contents instead of using exec() 2024-05-10 22:43:56 +10:00