Andrew Murray
|
11de331886
|
Merge pull request #4798 from hugovk/rm-deprecated-notimplemented
Remove long-deprecated Image.py functions
|
2020-07-24 20:48:20 +10:00 |
|
Andrew Murray
|
7c576adb19
|
Simplified code
|
2020-07-24 19:58:17 +10:00 |
|
Hugo van Kemenade
|
e5415ca082
|
Merge pull request #4811 from radarhere/attributes
|
2020-07-23 21:39:43 +03:00 |
|
Andrew Murray
|
908567a718
|
Capitalisaton
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2020-07-24 01:04:19 +10:00 |
|
Peter Petrik
|
ef88be6548
|
fix build on macos and clang when zip.h is present on system from zlib library
|
2020-07-23 15:59:18 +02:00 |
|
Andrew Murray
|
836dcc5ba0
|
Document missing attributes
|
2020-07-23 22:40:02 +10:00 |
|
Hugo van Kemenade
|
ea96cbeddc
|
Alphabetise
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2020-07-22 12:10:23 +03:00 |
|
Hugo van Kemenade
|
696aac95cb
|
Merge pull request #4802 from radarhere/max
Documented MAX_IMAGE_PIXELS
|
2020-07-22 10:45:58 +03:00 |
|
Andrew Murray
|
7f829b60c9
|
MAX_IMAGE_PIXELS can be changed
|
2020-07-21 23:01:51 +10:00 |
|
Hugo van Kemenade
|
b8ccd97d75
|
Update title
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2020-07-21 15:55:32 +03:00 |
|
Andrew Murray
|
5abf0eb4f3
|
Include reference to DecompressionBombError
|
2020-07-21 21:46:31 +10:00 |
|
Andrew Murray
|
265bfef36e
|
Improved documentation
|
2020-07-21 20:46:50 +10:00 |
|
Andrew Murray
|
56a43a5fa7
|
Fixed typo
|
2020-07-21 20:42:42 +10:00 |
|
Hugo van Kemenade
|
307239b234
|
Replace distutils.sysconfig.get_config_var("prefix") with os.path.normpath(sys.prefix)
|
2020-07-21 11:23:38 +03:00 |
|
Luke Granger-Brown
|
4e4fe2c172
|
Fix TiffImagePlugin interpolating bytes into str.
|
2020-07-20 14:56:18 +01:00 |
|
Luke Granger-Brown
|
470e3b94a8
|
Fail tests if bytes/bytearray are interpolated into str.
|
2020-07-20 14:54:17 +01:00 |
|
Andrew Murray
|
d98b85d386
|
Capitalise and hyphenate [ci skip]
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2020-07-20 23:08:25 +10:00 |
|
Andrew Murray
|
9db4a84983
|
Documented MAX_IMAGE_PIXELS
|
2020-07-20 21:16:33 +10:00 |
|
Andrew Murray
|
b243a6113e
|
Merge pull request #4797 from hugovk/rm-distutils.version
Replace distutils.version with packaging.version.parse
|
2020-07-19 08:12:31 +10:00 |
|
Andrew Murray
|
9a237ebec2
|
Merge pull request #4801 from python-pillow/update-macos
Tested 7.2.0 with 3.5-3.8 on macOS Mojave
|
2020-07-19 07:20:35 +10:00 |
|
Hugo van Kemenade
|
45f09b4139
|
Tested 7.2.0 with 3.5-3.8 on macOS Mojave
|
2020-07-18 17:08:25 +03:00 |
|
Hugo van Kemenade
|
4485468f41
|
Merge pull request #4800 from radarhere/macos
Updated macOS tested Pillow versions
|
2020-07-18 16:56:05 +03:00 |
|
Andrew Murray
|
bd65c1071e
|
Updated macOS tested Pillow versions [ci skip]
|
2020-07-18 20:11:00 +10:00 |
|
Hugo van Kemenade
|
415a4aa8ac
|
Add PIL.Image.Image.frombytes to docs
|
2020-07-18 10:13:18 +03:00 |
|
Hugo van Kemenade
|
39bc25e28a
|
Link to the replacement functions
Co-authored-by: nulano <nulano@nulano.eu>
|
2020-07-18 10:09:15 +03:00 |
|
Andrew Murray
|
529ea0f39b
|
Merge pull request #4799 from nulano/gha-py39
GHA: Test Python 3.9-dev
|
2020-07-18 11:19:37 +10:00 |
|
nulano
|
46244cb4ed
|
enable Python 3.9 GHA tests
|
2020-07-17 19:34:00 +02:00 |
|
Andrew Murray
|
be04bc9926
|
Updated CHANGES.rst [ci skip]
|
2020-07-17 21:09:49 +10:00 |
|
Hugo van Kemenade
|
0b7077a385
|
Merge pull request #4788 from samamorgan/master
|
2020-07-17 11:07:56 +03:00 |
|
Hugo van Kemenade
|
40aefc6ba5
|
Remove im.offset, deprecated in 2001; and fromstring and tostring, deprecated in 2013
|
2020-07-17 10:55:20 +03:00 |
|
Sam Morgan
|
74e02e6c4e
|
Add test for PSD mimetype
|
2020-07-16 08:26:42 -07:00 |
|
Andrew Murray
|
2b441edf38
|
Merge pull request #4795 from radarhere/ci
GitHub Actions Ubuntu is 18.04
|
2020-07-16 22:06:57 +10:00 |
|
Hugo van Kemenade
|
304d3c1080
|
Replace distutils.version with packaging.version.parse, distutils will eventually be removed from stdlib
|
2020-07-16 14:57:39 +03:00 |
|
Andrew Murray
|
80402e419a
|
Updated CI targets [ci skip]
|
2020-07-16 21:50:43 +10:00 |
|
Hugo van Kemenade
|
9ee21ea547
|
Merge pull request #4793 from radarhere/docker
|
2020-07-16 14:10:05 +03:00 |
|
Andrew Murray
|
b2370b6055
|
Added further Ubuntu code names [ci skip]
|
2020-07-16 20:33:17 +10:00 |
|
Andrew Murray
|
d0cad3331a
|
Added Ubuntu 16.04 code name [ci skip]
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2020-07-16 20:31:07 +10:00 |
|
Andrew Murray
|
e866143eff
|
Removed Docker images running Python 3.5
|
2020-07-16 20:17:25 +10:00 |
|
Andrew Murray
|
a7d1a88092
|
Merge pull request #4791 from kulikjak/testsuite-sparc
Fix expected failures on big endian systems without CI
|
2020-07-16 19:46:34 +10:00 |
|
Andrew Murray
|
a665cfc7a2
|
Merge pull request #4790 from hugovk/bump-version
8.0.0.dev0 version bump
|
2020-07-16 19:41:00 +10:00 |
|
Hugo van Kemenade
|
e06c7e7667
|
8.0.0.dev0 version bump
|
2020-07-16 12:09:19 +03:00 |
|
Jakub Kulík
|
ee856bdc25
|
Fix expected failures on big endian systems without CI
|
2020-07-16 11:04:16 +02:00 |
|
Sam Morgan
|
e30836be5c
|
Add MIME type to PsdImagePlugin
Resolves #4787
|
2020-07-15 15:34:26 -07:00 |
|
Andrew Murray
|
74c8072945
|
Merge pull request #4748 from hugovk/gha-simplify-config
Simplify GHA config
|
2020-07-15 21:36:23 +10:00 |
|
Hugo van Kemenade
|
1cb36cd33c
|
Merge pull request #4781 from radarhere/releasenotes
Added description of release cycle
|
2020-07-15 13:44:44 +03:00 |
|
Hugo van Kemenade
|
0788a98583
|
Merge pull request #4772 from nulano/winbuild-py36
Use f-strings in winbuild
|
2020-07-15 13:24:47 +03:00 |
|
Hugo van Kemenade
|
18a13d31a3
|
Merge pull request #4785 from radarhere/references
|
2020-07-15 13:22:42 +03:00 |
|
Andrew Murray
|
f454b24288
|
Removed domain reference for external method
|
2020-07-14 22:37:03 +10:00 |
|
Andrew Murray
|
45564fe89d
|
Removed domain references when referring to hypothetical code
|
2020-07-14 22:36:46 +10:00 |
|
Andrew Murray
|
470bf71e7a
|
Removed domain references from image expressions
|
2020-07-14 22:36:42 +10:00 |
|