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 |
|
Hugo van Kemenade
|
5e5b2899d6
|
Merge pull request #4515 from hugovk/png-regression-docs
Release notes for 7.1.1
|
2020-04-02 14:59:19 +03:00 |
|
Hugo van Kemenade
|
c2a0005dc4
|
Fix typo
[CI skip]
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2020-04-02 12:55:05 +03:00 |
|
Hugo
|
c19bed8f27
|
Release notes for 7.1.1 [CI skip]
|
2020-04-02 12:51:17 +03:00 |
|
Hugo van Kemenade
|
feb787d25c
|
Merge pull request #4514 from radarhere/test_tell
Removed redundant arguments
|
2020-04-02 12:11:39 +03:00 |
|
Andrew Murray
|
6574552821
|
Removed redundant arguments
|
2020-04-02 19:17:54 +11:00 |
|
Hugo van Kemenade
|
e9afb39534
|
Merge pull request #4512 from hugovk/fix-png-seek
Fix PNG seek
|
2020-04-02 10:43:43 +03:00 |
|
Hugo
|
2e9030ddca
|
Initialise __frame = 0 in open, and test tell
|
2020-04-02 08:49:26 +03:00 |
|
Hugo
|
1c2b2b085a
|
Add test case
|
2020-04-01 22:32:14 +03:00 |
|
Hugo
|
0a757b7085
|
Initialise __frame = 0
|
2020-04-01 22:17:39 +03:00 |
|
Hugo
|
0a77f73ef3
|
7.2.0.dev0 version bump
|
2020-04-01 18:55:23 +03:00 |
|
Hugo
|
f0fe60ae9f
|
7.1.0 version bump
|
2020-04-01 13:12:46 +03:00 |
|
Hugo van Kemenade
|
46f4a349b8
|
Merge pull request #4507 from hugovk/fix_tiff
Fix 2 buffer overflows in TIFF decoding
|
2020-04-01 12:51:04 +03:00 |
|
Hugo van Kemenade
|
ff60894d69
|
Merge pull request #4505 from hugovk/jpeg2k_overflow
Fix bounds overflow in JPEG 2000 decoding
|
2020-04-01 12:27:27 +03:00 |
|
Hugo van Kemenade
|
2ef59fdbae
|
Merge pull request #4504 from hugovk/sgi_fixes
Fix buffer overflow in SGI-RLE decoding
|
2020-04-01 12:27:14 +03:00 |
|
Hugo van Kemenade
|
0da1eca7cf
|
Merge pull request #4503 from hugovk/fix_fli_6.2.x
Fix multiple OOB reads in FLI decoding
|
2020-04-01 12:27:04 +03:00 |
|
Hugo van Kemenade
|
f260acc30a
|
Merge pull request #4506 from hugovk/fix_pcx
Fix bounds overflow in PCX decoding
|
2020-04-01 12:26:17 +03:00 |
|
Hugo van Kemenade
|
9650ac4e67
|
Merge pull request #4502 from hugovk/3907-release-notes
Add release notes for #3907 PcfFontFile charset encodings
|
2020-04-01 12:25:38 +03:00 |
|
Hugo
|
2092801e71
|
Format with Black
|
2020-04-01 11:02:50 +03:00 |
|
Hugo van Kemenade
|
c00fdc7e30
|
Fix typos
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2020-04-01 11:02:44 +03:00 |
|
Eric Soroos
|
6e7c0ced68
|
Tests for tiff crashes
|
2020-04-01 11:02:40 +03:00 |
|