Commit Graph

9928 Commits

Author SHA1 Message Date
Hugo van Kemenade
529e113505
Merge pull request #4561 from hugovk/fix-webp-pickle
Fix pickling WebP
2020-04-17 14:48:50 +03:00
Hugo van Kemenade
9963521b16
Merge pull request #49 from radarhere/fix-webp-pickle
Initialise __loaded = 0, removed initialisation of __physical_frame
2020-04-17 13:43:15 +03:00
Andrew Murray
e52b8cefe1 Skip test if webp is not available 2020-04-17 20:08:10 +10:00
Andrew Murray
986c55ff64 Initialise __loaded = 0, removed initialisation of __physical_frame 2020-04-17 19:15:05 +10:00
Andrew Murray
e4fa234340
Merge pull request #4563 from radarhere/faster_error
Throw image loading error faster
2020-04-17 19:07:03 +10:00
Andrew Murray
fe8225732a Throw image loading error faster 2020-04-17 18:29:45 +10:00
Hugo
94751da23e Initialise __physical_frame = 0 and add pickle roundtrip tell test 2020-04-17 11:21:57 +03:00
Hugo van Kemenade
f589f8689f
Initialise __logical_frame = 0 so tell() == 0 when unpickled
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2020-04-17 11:20:38 +03:00
Andrew Murray
49e49d3cfc
Merge pull request #4562 from hugovk/gha-ci-true
GitHub Actions now sets CI=true
2020-04-17 07:58:51 +10:00
Hugo
654229d1b9 GitHub Actions now sets CI=true 2020-04-16 20:42:29 +03:00
Hugo
913e79f010 Test the modes 2020-04-16 15:52:10 +03:00
Hugo
5529aba441 Skip webp test when webp not available 2020-04-16 12:56:12 +03:00
Hugo
2e6ab7c669 Fix pickling webp 2020-04-16 11:46:34 +03:00
Hugo
cdf3c98103 Add failing test for pickling webp 2020-04-16 11:45:12 +03:00
Hugo
d62b9098dd Refactor other tests into test_pickle_image 2020-04-16 11:44:28 +03:00
Hugo
53a85f2a69 Refactor test_pickle_image to use pytest.mark.parametrize 2020-04-16 11:31:28 +03:00
Hugo van Kemenade
97280a045c
Merge pull request #4548 from radarhere/multiline_text
Added multiline text example
2020-04-12 09:29:54 +03:00
Andrew Murray
b2f187c4ec Added multiline text example [ci skip] 2020-04-12 15:11:29 +10:00
Hugo van Kemenade
27e8592298
Merge pull request #4546 from radarhere/exif
Document getexif
2020-04-11 15:01:52 +03:00
Andrew Murray
417cbd1557 Document getexif [ci skip] 2020-04-11 18:01:13 +10:00
Hugo van Kemenade
0ee089be8f
Merge pull request #4545 from radarhere/pypy
Updated PyPy to 7.3.1
2020-04-11 07:35:17 +03:00
Andrew Murray
5427878ed1 Updated PyPy to 7.3.1 2020-04-11 10:50:33 +10:00
Andrew Murray
3bb39c73dd
Merge pull request #4536 from hugovk/oserror
Replace IOError and WindowsError aliases with OSError
2020-04-10 20:30:23 +10:00
Andrew Murray
29147e7fad Highlighted errors [ci skip]
Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com>
2020-04-10 12:57:29 +03:00
Andrew Murray
d8213a245d ImageFile.raise_ioerror is now deprecated [ci skip] 2020-04-10 12:57:29 +03:00
Andrew Murray
7bb51a4aca Raise DeprecationWarning on raise_ioerror 2020-04-10 12:57:29 +03:00
Hugo
dda6145fce Since Python 3.3 IOError and WindowsError have been merged into OSError 2020-04-10 12:57:29 +03:00
Hugo van Kemenade
caeae8f36b
Merge pull request #4542 from radarhere/success
Removed success conditions
2020-04-10 08:11:03 +03:00
Andrew Murray
41799985e1 Removed success conditions 2020-04-10 14:18:42 +10:00
Andrew Murray
47b8cea334
Merge pull request #4524 from hugovk/gha-doccheck
GHA: Check docs
2020-04-10 11:37:00 +10:00
Andrew Murray
41b554bc56
Merge pull request #4538 from hugovk/update-7.1.0-release-notes
Update 7.1.0 release notes with CVEs
2020-04-10 11:23:31 +10:00
Andrew Murray
a8a4b9bfdb
Merge pull request #4522 from hugovk/release-updates
Update release process
2020-04-07 18:08:04 +10:00
Hugo
3f2205d4eb Update release notes with CVEs [CI skip] 2020-04-07 10:31:41 +03:00
Hugo
595caf31fc Also push commits 2020-04-07 07:31:15 +10:00
Hugo
86ef29efd6 Check GHA and AppVeyor as well as Travis CI 2020-04-07 07:31:15 +10:00
Hugo
54f1ed6710 Ensure Python 3's pip to install requirements 2020-04-07 07:31:15 +10:00
Hugo
c87c1f3327 Only doccheck on Ubuntu/3.8 2020-04-06 21:19:18 +03:00
Hugo
f3d9377238 Revert "Only check docs on Travis"
This reverts commit fbb14f67a3.
2020-04-06 21:19:18 +03:00
Hugo van Kemenade
fb41422a3e
Merge pull request #4533 from radarhere/js
Updated deprecated method
2020-04-06 21:04:45 +03:00
Hugo van Kemenade
3052874e80
Merge pull request #4534 from radarhere/retry
Retry on apt-get update problems
2020-04-06 18:58:35 +03:00
Andrew Murray
7f5aa05f22 Retry on apt-get update problems 2020-04-06 22:23:41 +10:00
Andrew Murray
c82ffc7d7f Updated deprecated method 2020-04-06 21:56:27 +10:00
Hugo van Kemenade
e634c4dc0c
Merge pull request #4528 from radarhere/png_seek
Raise an EOFError when seeking too far in PNG
2020-04-06 14:30:04 +03:00
Andrew Murray
f1f177ce80 Fixed error making HTML from docs 2020-04-06 19:41:38 +10:00
Hugo van Kemenade
ccbe51566e
Merge branch 'master' into png_seek 2020-04-05 18:48:04 +03:00
Hugo van Kemenade
4dcd194333
Merge pull request #4527 from radarhere/pyqt5
Update pip to fix PyQt5 install
2020-04-05 17:04:13 +03:00
Andrew Murray
7475c06b1c Assert that seeking too far raises an EOFError 2020-04-05 15:29:13 +10:00
Andrew Murray
c414810d12 Replaced property methods for n_frames and is_animated with normal properties 2020-04-05 15:23:18 +10:00
Andrew Murray
bcfe61495b Update pip to fix pyqt5 install 2020-04-05 13:14:08 +10:00
Hugo
8c9100e267 Add 7.1.1 release notes to index 2020-04-02 21:12:13 +03:00