Commit Graph

10289 Commits

Author SHA1 Message Date
nulano
09a87161a2 fix sys.stdout reference 2020-07-10 00:08:27 +02:00
nulano
af5e0fa2aa add Python stdlib intersphinx mapping 2020-07-10 00:08:19 +02:00
Andrew Murray
f2c4be799c
Merge pull request #4767 from hugovk/sphinx_removed_in
Use sphinx_removed_in and re-document deprecated versions of removals
2020-07-09 23:49:16 +10:00
Hugo van Kemenade
7c03590bcb Re-document deprecation versions of removals 2020-07-09 13:28:07 +03:00
Hugo van Kemenade
4323d975be Use sphinx_removed_in extension for the '.. versionremoved::' directive 2020-07-09 13:28:07 +03:00
Andrew Murray
4aeb370b69
Merge pull request #4763 from hugovk/rm-unused-Imaging.h
Remove unused externs from Imaging.h
2020-07-08 12:15:21 +10:00
Andrew Murray
b8326a08d5 Updated CHANGES.rst [ci skip] 2020-07-08 08:50:55 +10:00
Hugo van Kemenade
88b7b9c1f5 Remove unused externs from Imaging.h 2020-07-07 20:46:10 +03:00
Andrew Murray
b9f1add34b Updated CHANGES.rst [ci skip] 2020-07-05 20:51:11 +10:00
Hugo van Kemenade
ec6f2d41f8
Merge pull request #4749 from millionhz/autocontrast 2020-07-05 12:10:23 +03:00
Andrew Murray
7aaf021822
Merge pull request #4753 from Conchylicultor/patch-1
Minor fix: remove str(bytes) call
2020-07-04 20:35:27 +10:00
Hugo van Kemenade
8615731819
Merge pull request #4759 from hugovk/docs-update
Docs: Use 'plugin', fix formatting and typos
2020-07-03 12:33:34 +03:00
Hugo van Kemenade
109c637ddb 'plugin', formatting and typos 2020-07-03 09:38:30 +03:00
Hamza
407d592743
Merge pull request #1 from radarhere/autocontrast
Updated documentation; Simplified code
2020-07-02 19:20:23 +05:00
Hugo van Kemenade
eb9464eb6c
Merge pull request #4755 from radarhere/moved
Moved tests
2020-07-02 14:01:11 +03:00
Andrew Murray
9432bba6d1 Moved tests 2020-07-02 20:28:00 +10:00
Andrew Murray
4b5eab4c17 Simplified code 2020-07-02 19:14:28 +10:00
Andrew Murray
7d49c8f38c Updated documentation 2020-07-02 19:14:24 +10:00
Conchylicultor
89fb0ee5aa
Update TiffImagePlugin.py 2020-07-01 14:05:47 -07:00
Conchylicultor
eb6faf6f02
Minor str(bytes) call
Some environments have strict mode to catch potential str<>bytes error. This is triggered by this line:

```
TiffImagePlugin.py3", line 996, in _open
    logger.debug("- ifh: {}".format(ifh))
BytesWarning: str() on a bytes instance
```
2020-07-01 12:20:17 -07:00
Hamza
27c40910d8
Update src/PIL/ImageOps.py
Yup you are absolutely correct; it does the job in fewer lines of code too.

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2020-07-01 19:01:53 +05:00
Hugo van Kemenade
6dc9e26e7c
Merge pull request #4751 from radarhere/docker
Update Docker Images repository as part of releases
2020-07-01 16:58:00 +03:00
Andrew Murray
e7e02ae77d Added step to update Docker Images repository [ci skip] 2020-07-01 21:11:36 +10:00
Hamza
16e804b892 linting fixed 2020-07-01 04:37:17 +05:00
Hamza
cbf4f328c7 fixed tests 2020-07-01 04:20:19 +05:00
Hamza
b768cc09d7 added test 2020-07-01 04:01:06 +05:00
Hamza
fb2a184eed ImageOps autocontrast cutoff updated 2020-07-01 00:48:38 +05:00
Hugo van Kemenade
cc83723d6b
Merge pull request #4747 from lukegb/fix-c-bug
Use correct function type for raqm_version_string
2020-06-30 20:16:50 +03:00
Luke Granger-Brown
04e93769af Use correct function type for raqm_version_string.
This causes compilation to (correctly) fail on Clang because this
isn't the correct assignment type.
2020-06-30 16:34:10 +01:00
Andrew Murray
ed942911a8 7.3.0.dev0 version bump 2020-06-30 20:50:02 +10:00
Andrew Murray
2bd74943fb Updated CHANGES.rst [ci skip] 2020-06-30 17:50:35 +10:00
Andrew Murray
17b14f81fc 7.2.0 version bump 2020-06-30 17:46:57 +10:00
Andrew Murray
3648332edc Updated CHANGES.rst [ci skip] 2020-06-30 08:53:08 +10:00
Hugo van Kemenade
e1c608486a
Merge pull request #4744 from radarhere/show 2020-06-29 20:23:08 +03:00
Hugo van Kemenade
74a4c88a12
Merge pull request #4741 from radarhere/icns 2020-06-29 20:21:51 +03:00
Andrew Murray
15f1e183d6 Updated CHANGES.rst [ci skip] 2020-06-30 00:33:51 +10:00
Hugo van Kemenade
645f7f2346
Merge pull request #4742 from radarhere/apng_dispose
Fixed loading non-RGBA mode APNGs with dispose background
2020-06-29 17:15:34 +03:00
Andrew Murray
4cf7c562e4
Merge pull request #4726 from hugovk/fix-png-disposal-comparison-bug
APNG: Fix setting disposal
2020-06-30 00:01:15 +10:00
Hugo van Kemenade
d109d86cdd
Merge pull request #52 from radarhere/fix-png-disposal-comparison-bug
Added disposal test
2020-06-29 15:39:57 +03:00
Andrew Murray
e1ae9a50cb Do not convert I;16 image when format is PNG 2020-06-29 22:14:40 +10:00
Andrew Murray
cd01a5ab9f Added disposal test 2020-06-29 22:02:01 +10:00
Andrew Murray
cdf4936c07 Fixed loading non-RGBA mode images with dispose background 2020-06-29 21:20:57 +10:00
Hugo van Kemenade
20282dd23c
Merge pull request #4733 from nulano/refs-mod
Fix documentation references: modules
2020-06-29 11:57:53 +03:00
Hugo van Kemenade
8f91053592
Merge pull request #4736 from nulano/refs-const 2020-06-29 11:50:53 +03:00
Andrew Murray
77c098b01f
Merge pull request #4716 from hugovk/pre-commit-diff
CI: Show diff when pre-commit fails
2020-06-28 20:02:44 +10:00
nulano
9019af5f32
Merge branch 'master' into refs-const 2020-06-28 10:55:26 +01:00
Andrew Murray
1e8d418f42 Fixed ICNS file pointer saving 2020-06-28 17:24:27 +10:00
Hugo van Kemenade
977094d4b5
Merge pull request #4735 from nulano/refs-type 2020-06-28 09:41:37 +03:00
Hugo van Kemenade
780294302d
Merge pull request #4734 from nulano/refs-missing 2020-06-28 09:29:31 +03:00
Andrew Murray
2d3fd6ea02
Merge branch 'master' into pre-commit-diff 2020-06-28 16:01:39 +10:00