Andrew Murray
|
9830abd19e
|
Formatted script improvements as table
|
2022-04-27 22:09:29 +10:00 |
|
Andrew Murray
|
09b27753e5
|
Clarify that 0.2b1 was released for Windows only, not 0.2b2
|
2022-04-27 22:09:21 +10:00 |
|
Andrew Murray
|
0edfea0bbc
|
Changed indents and kept line length
|
2022-04-27 22:08:52 +10:00 |
|
Hugo van Kemenade
|
73646ad9d2
|
Merge pull request #6243 from radarhere/webp
Test invalid WebP background colors
|
2022-04-26 21:14:27 +03:00 |
|
Hugo van Kemenade
|
7c9fa63093
|
Merge pull request #6246 from radarhere/all_frames
Added all_frames() to documentation
|
2022-04-26 21:12:29 +03:00 |
|
Andrew Murray
|
6ec9dfb9c0
|
If an exception is raised, try again without system paths
|
2022-04-26 11:14:31 -06:00 |
|
James Hilliard
|
9ea4624704
|
Search pkg-config system libs/cflags.
We need to search the system paths as well from pkg-config for
some packages to be found properly.
|
2022-04-26 11:12:52 -06:00 |
|
Andrew Murray
|
a2b74b04eb
|
Update CHANGES.rst [ci skip]
|
2022-04-26 20:54:08 +10:00 |
|
Andrew Murray
|
bb879d7b41
|
Merge pull request #6244 from axt-one/fix-darwin-screencapture-bug
Corrected screencapture argument in ImageGrab.grab()
|
2022-04-26 20:53:07 +10:00 |
|
Andrew Murray
|
5da5cafb31
|
Added all_frames() to documentation
|
2022-04-26 20:33:29 +10:00 |
|
axt-one
|
9fb0087ec2
|
modified screencapture option in ImageGrab.grab()
|
2022-04-26 18:04:08 +09:00 |
|
Andrew Murray
|
f64dd53897
|
Test invalid WebP background colors
|
2022-04-26 18:55:54 +10:00 |
|
Andrew Murray
|
bcded33cee
|
Merge pull request #6195 from hugovk/cleanup
Cleanup: various
|
2022-04-26 18:51:44 +10:00 |
|
Hugo van Kemenade
|
42a81c4173
|
Merge pull request #6239 from radarhere/ppm_token
Decode bytes before passing to f-string
|
2022-04-26 09:14:20 +03:00 |
|
Hugo van Kemenade
|
2f2cb6724e
|
Merge pull request #6235 from Iniquitatis/patch-1
Fixed enum typo
|
2022-04-26 08:36:46 +03:00 |
|
Andrew Murray
|
5fc64efb7a
|
Merge remote-tracking branch 'radarhere/typo' into patch-1
|
2022-04-26 08:00:35 +10:00 |
|
Hugo van Kemenade
|
64880ab8d5
|
Merge pull request #88 from radarhere/cleanup
|
2022-04-25 22:06:52 +03:00 |
|
Hugo van Kemenade
|
79e8eba3f8
|
Docs: spacing
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2022-04-25 18:13:50 +03:00 |
|
Andrew Murray
|
5d4258e72b
|
Simplified index slicing
|
2022-04-25 22:52:29 +10:00 |
|
Andrew Murray
|
139e1e81cc
|
Update CHANGES.rst [ci skip]
|
2022-04-25 11:18:31 +10:00 |
|
Andrew Murray
|
853a95d56b
|
Merge branch 'main' into add-cygwin-to-ci
|
2022-04-25 11:00:09 +10:00 |
|
Andrew Murray
|
9490509784
|
Merge pull request #6237 from hugovk/deprecate-qt5
Deprecate support for Qt 5 (PyQt5 and PySide2)
|
2022-04-25 10:03:35 +10:00 |
|
mergify[bot]
|
439d197add
|
Merge pull request #6241 from insumanth/mandelbrot_typo
Update Image.py docstring
|
2022-04-24 23:48:35 +00:00 |
|
Sumanth
|
f77aabf281
|
Update Image.py docstrings.
Update Image.py file with a typo in effect_mandelbrot method.
The Typo was in docstrings of the effect_mandelbrot method in Image module of PIL.
|
2022-04-24 18:42:37 +05:30 |
|
Andrew Murray
|
5867e0bbac
|
Decode bytes before passing to f-string
|
2022-04-24 15:42:45 +10:00 |
|
Hugo van Kemenade
|
889ceedfb9
|
Ignore warning
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2022-04-24 08:28:21 +03:00 |
|
Hugo van Kemenade
|
25b69f6578
|
Merge pull request #6238 from radarhere/harfbuzz
Updated harfbuzz to 4.2.1
|
2022-04-24 08:26:11 +03:00 |
|
Andrew Murray
|
53a8e747cd
|
Updated harfbuzz to 4.2.1
|
2022-04-24 14:12:03 +10:00 |
|
Hugo van Kemenade
|
b32641a7c5
|
Merge pull request #87 from radarhere/deprecate-qt5
Run deprecated import check before imports from other tests
|
2022-04-23 16:30:52 +03:00 |
|
DWesl
|
9fb79513a2
|
FIX, CI: Change shell to stay in repository.
|
2022-04-23 08:51:09 -04:00 |
|
DWesl
|
46c1f9389e
|
CI: Update pip before installing dependencies.
Avoid pip warnings.
|
2022-04-23 08:33:13 -04:00 |
|
DWesl
|
1674e425a7
|
CI: Sort the Cygwin requirements.
|
2022-04-23 08:33:13 -04:00 |
|
DWesl
|
7605e46011
|
CI: Set shell for Cygwin CI steps
Allows me to avoid .ci/build_cygwin.sh
|
2022-04-23 08:31:51 -04:00 |
|
Max Base
|
a1972168cc
|
Update CHANGES.rst
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2022-04-23 12:24:09 +04:30 |
|
Max Base
|
4deb85389f
|
Update CHANGES.rst
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2022-04-23 12:24:03 +04:30 |
|
Andrew Murray
|
47cf0296c3
|
Updated to PyQt6
|
2022-04-23 10:22:29 +10:00 |
|
Andrew Murray
|
40711f9edb
|
Run deprecated import check before imports from other tests
|
2022-04-23 08:01:02 +10:00 |
|
Andrew Murray
|
dd7cbdec95
|
Merge pull request #6233 from python-pillow/pipfile
Run Tidelift Align on Pipfile changes
|
2022-04-23 06:44:54 +10:00 |
|
Hugo van Kemenade
|
f854d7f7c9
|
Deprecate support for Qt 5 (PyQt5 and PySide2). Use Qt 6 (PyQt6 or PySide6) instead.
|
2022-04-22 15:56:11 +03:00 |
|
DWesl
|
805e8f10ba
|
CI: Try to fix Cygwin pip cache
|
2022-04-22 08:25:46 -04:00 |
|
Hugo van Kemenade
|
7db6a5a48e
|
Merge pull request #6236 from radarhere/jammy
Added Ubuntu 22.04 to Docker jobs
|
2022-04-22 13:46:26 +03:00 |
|
Andrew Murray
|
a7438ecaf0
|
Added Ubuntu 22.04 to Docker jobs
|
2022-04-22 17:35:20 +10:00 |
|
Andrew Murray
|
21c91c1a36
|
Fixed typo [ci skip]
|
2022-04-22 08:46:27 +10:00 |
|
Dominus Iniquitatis
|
9145c778ec
|
Fixed a typo in 9.1.0 changelog
|
2022-04-22 01:20:34 +03:00 |
|
Andrew Murray
|
a40c7a6bea
|
If font is file-like object, do not re-read from object to get variant
|
2022-04-22 07:31:20 +10:00 |
|
DWesl
|
c1d3bac917
|
CI: Fix runner username for pip cache
|
2022-04-21 10:26:12 -04:00 |
|
Andrew Murray
|
de1ba373e1
|
Update CHANGES.rst [ci skip]
|
2022-04-21 22:10:55 +10:00 |
|
Andrew Murray
|
ebb5ed9d92
|
Merge pull request #6224 from AlexTedeschi/patch-1
Increase wait time of temporary file deletion on Windows
|
2022-04-21 22:07:59 +10:00 |
|
Andrew Murray
|
df4ddc1d84
|
Run Tidelift Align on Pipfile changes
|
2022-04-21 12:05:47 +03:00 |
|
Andrew Murray
|
1e3fdb3055
|
Pad COLORMAP to 768 items
|
2022-04-21 11:29:17 +10:00 |
|