Commit Graph

10467 Commits

Author SHA1 Message Date
joseville1001
d7309b25d4
Update ImageFilter.py
`the` -> `The`
2020-07-10 21:17:08 -04:00
Andrew Murray
20135f7cbd Install setuptools 47.3.1 on Python 3.9 2020-07-11 09:31:03 +10:00
Hugo van Kemenade
fc1f16b616
Merge pull request #4774 from nulano/refs-std 2020-07-10 17:45:04 +03:00
Andrew Murray
0da240d219
Merge pull request #4778 from hugovk/fix-postscript-typo
Fix PostScript typos
2020-07-10 19:29:10 +10:00
Hugo van Kemenade
384523fab2 Fix PostScript typos 2020-07-10 11:48:02 +03:00
Hugo van Kemenade
3fa495ca25 Allow 3.9-dev to fail 2020-07-10 11:12:21 +03:00
Hugo van Kemenade
f8ddb3aa48
Update version
Co-authored-by: nulano <nulano@nulano.eu>
2020-07-10 10:43:13 +03:00
nulano
a04a10e7e3 ignore some nitpicky warnings 2020-07-10 01:49:09 +02:00
nulano
6db12b29d9 enable nitpicky warnings for docs builds 2020-07-10 01:48:42 +02:00
nulano
9589159585 use cross-reference for None value 2020-07-10 00:08:27 +02:00
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
nulano
c244ecf245 avoid suggesting that Pillow understands animation in all formats
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2020-07-09 17:16:41 +02:00
Hugo van Kemenade
559510b378 Remove attributes deprecated since 3.2.0 2020-07-09 23:53:22 +10: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
91bd2d3752 Altered descriptions [ci skip] 2020-07-05 13:34:40 +01: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
nulano
74899cd6cf
Merge branch 'master' into refs-animated 2020-07-02 12:58:09 +01: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
Hugo van Kemenade
fc5f4b4976
Name it "Lint" 2020-07-02 13:08:42 +03: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
Hugo van Kemenade
59be0570cc
Merge pull request #53 from radarhere/rm-soon-eol-3.5
Remove requirement for Python >= 3.6
2020-07-01 12:09:48 +03:00
Hugo van Kemenade
630fb0c72e
Update job name
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2020-07-01 11:58:22 +03:00
Andrew Murray
e5e92d7346 Python 3.5 is no longer supported 2020-07-01 18:47:54 +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
410095e129 Use new 'pip cache dir' to combine macOS/Ubuntu cache config 2020-06-30 22:26:41 +03:00
Hugo van Kemenade
829e1f189b Simplify CI config 2020-06-30 22:04:43 +03:00
Hugo van Kemenade
a08588250b Use v2 actions 2020-06-30 22:01:19 +03:00
Hugo van Kemenade
adec4f5a43 Remove compatibility for unsupported PyPy versions 2020-06-30 21:51:41 +03:00
Hugo van Kemenade
d533b4fdb7 Remove redundant requirements 2020-06-30 20:49:40 +03:00