Commit Graph

8068 Commits

Author SHA1 Message Date
Andrew Murray
32c344b7ce Added note about ImageDraw operations that exceed image bounds [ci skip] 2019-01-27 22:10:54 +11:00
Hugo
1b91ae361d
Merge pull request #3599 from hugovk/rm-deprecated-imageops
Remove deprecated ImageOps functions
2019-01-26 19:48:17 +02:00
Hugo
87139b24e4
Merge pull request #3598 from hugovk/rm-olefile-deprecation
Remove deprecated PIL.OleFileIO in favour of olefile Python package
2019-01-26 19:35:10 +02:00
Hugo
6d64b21bb8
Merge pull request #3596 from hugovk/rm-3.4
Drop support for EOL Python 3.4
2019-01-26 19:33:54 +02:00
Hugo
3aa77c9e76
Merge pull request #27 from radarhere/rm-3.4
Remove note about Python 3.0-3.4
2019-01-25 22:14:19 +02:00
Andrew Murray
7b6f34e7ac Remove note about Python 3.0-3.4 [ci skip] 2019-01-25 18:47:22 +11:00
Hugo
6eab984b0f Drop support for EOL Python 3.4 2019-01-24 23:41:28 +02:00
Hugo
d6055440d5 Drop support for EOL Python 3.4 2019-01-24 23:33:14 +02:00
Hugo
74ce856515
Merge pull request #3587 from radarhere/gs
Added Ghostscript to AppVeyor
2019-01-24 23:32:20 +02:00
Hugo
0c3e1fa77e
Merge pull request #3595 from radarhere/sphinx
Moved docs JS file into custom directory
2019-01-24 23:19:39 +02:00
Hugo
228c26389d
Merge pull request #3604 from radarhere/installation
Updated macOS tested Pillow versions
2019-01-24 23:18:08 +02:00
Hugo
beac7fe128
Update CHANGES.rst 2019-01-24 14:01:31 +02:00
Hugo
08f5c9e5fc
Merge pull request #3602 from radarhere/libwebp
Updated libwebp to 1.0.2
2019-01-24 13:22:26 +02:00
Andrew Murray
491fb5ab91 Updated libwebp to 1.0.2 2019-01-24 20:29:30 +11:00
Andrew Murray
0a454037af Updated macOS tested Pillow versions [ci skip] 2019-01-24 19:51:43 +11:00
Hugo
b41ffe585b Remove deprecated ImageOps functions 2019-01-19 20:00:55 +02:00
Hugo
dbbe463326 Remove deprecated PIL.OleFileIO in favour of olefile Python package 2019-01-19 17:59:17 +02:00
Andrew Murray
1afcdb2c34 Fixed JS errors in local Sphinx build 2019-01-19 20:39:13 +11:00
Andrew Murray
be99470b29 Moved docs JS file into custom directory 2019-01-19 20:27:11 +11:00
Andrew Murray
75c7504d93 Added Ghostscript to AppVeyor 2019-01-17 11:15:42 +11:00
Hugo
8e4d547195
Merge pull request #3583 from radarhere/raise
Revert "Use bare 'raise' to re-raise exceptions"
2019-01-15 18:13:12 +02:00
Hugo
a478c213a7
Merge pull request #3585 from hugovk/fix-travis
Fix Travis CI: Only start Xvfb for Qt builds
2019-01-15 16:16:23 +02:00
Hugo
e3795cae89
Merge pull request #26 from radarhere/fix-travis
Start Xvfb for Trusty and use the service for Xenial
2019-01-15 14:01:09 +02:00
Andrew Murray
d7476e15db Start xvfb for Trusty and use the service for Xenial 2019-01-15 22:13:45 +11:00
Hugo
ea60256b3b Only start Xvfb for Qt builds 2019-01-15 11:37:17 +02:00
Andrew Murray
06f47ea546 Revert "Use bare 'raise' to re-raise exceptions"
This reverts commit 80e96b2c7b.
2019-01-14 21:55:47 +11:00
Andrew Murray
811a6ae9f2
Merge pull request #3575 from jdufresne/bare-raise
Use bare 'raise' to re-raise exceptions
2019-01-14 15:39:20 +11:00
Andrew Murray
e4062fcced
Merge pull request #3582 from python-pillow/update-docs
Docs: Release history is visible at PyPI
2019-01-14 07:40:12 +11:00
Hugo
5e18bbdaef
Release history is visible at PyPI
Now available since the PyPI (aka Warehouse) redesign
2019-01-13 20:58:22 +02:00
Hugo
b62ff510aa
Merge pull request #3562 from hugovk/update-release-checklist
Update release checklist
2019-01-13 16:42:28 +02:00
Hugo
032efc2b23
Merge pull request #3573 from jdufresne/del
Python del is a statement not a function
2019-01-13 10:57:45 +02:00
Jon Dufresne
80e96b2c7b Use bare 'raise' to re-raise exceptions
Slightly more concise and nicer syntax
2019-01-12 18:45:37 -08:00
Jon Dufresne
3e28ba3b7d Python del is a statement not a function
https://docs.python.org/3/reference/simple_stmts.html#the-del-statement
2019-01-12 18:28:35 -08:00
Hugo
503138c857
Merge pull request #3559 from jdufresne/in-place-bool
Use bool type for ImageCms inPlace argument (instead of int)
2019-01-12 23:59:15 +02:00
Hugo
d442996fc3
Merge pull request #3560 from jdufresne/numpy
Install optional dependencies in tox environment
2019-01-12 23:50:38 +02:00
Hugo
5ab266e165
Merge pull request #3571 from jdufresne/setup-tkinter
Remove unused _tkinter var from setup.py
2019-01-12 23:49:25 +02:00
Jon Dufresne
eccef43837 Remove unused _tkinter var from setup.py
Unused since 659e294676.
2019-01-11 20:27:44 -08:00
Jon Dufresne
45740b4a28 Install optional dependencies in tox environment
Improves test coverage by reducing skipped tests when testing through
tox.
2019-01-07 21:12:07 -08:00
Jon Dufresne
0ae7b3374e Use bool type for ImageCms inPlace argument (instead of int)
The argument is used as a bool and the docs describe it as a bool, so
use an actual bool.
2019-01-07 20:22:52 -08:00
Hugo van Kemenade
7bf5246b93
Merge pull request #3554 from jdufresne/test-str
Remove unused PillowTestCase.__str__
2019-01-07 08:46:40 +02:00
Jon Dufresne
8a05aae988 Remove unused PillowTestCase.__str__
With the move to pytest, the class's string method is unused. pytest has
its own test progress outputter.
2019-01-06 15:18:18 -08:00
Hugo
683ea38a4e Single backticks for inline code in Markdown (double in RST) 2019-01-06 17:26:47 +02:00
Hugo
ef85d67f21 Make code blocks copy/pastable 2019-01-06 17:25:39 +02:00
Hugo
f77c5d48b4 Add command to download distributions from container 2019-01-06 17:21:08 +02:00
Hugo
7eebcbc968 Put username in code to prevent spamming when pasting checklist into release issue 2019-01-06 17:21:08 +02:00
Hugo
38df53208a Check out release branch before cherry picking 2019-01-06 17:21:08 +02:00
Hugo
0a323d2aae Ignore output of viewdoc (run by 'make release-test') 2019-01-06 17:21:08 +02:00
Hugo van Kemenade
b97f9c4fcf
Merge pull request #3524 from hugovk/check-manifest-on-ci
CI: Run check-manifest in lint job
2019-01-06 16:13:16 +02:00
Hugo van Kemenade
304800497a
Update CHANGES.rst
[CI skip]
2019-01-06 12:59:34 +02:00
Hugo van Kemenade
e946ee48a3
Merge pull request #3553 from radarhere/releasenotes
Added release notes for #3540
2019-01-06 12:56:44 +02:00