Jon Dufresne
a5c5277dde
Include license file in the generated wheel packages
...
The wheel package format supports including the license file. This is
done using the [metadata] section in the setup.cfg file. For additional
information on this feature, see:
https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file
2017-10-15 12:15:07 -07:00
Hugo
723bfeb5cc
Update CHANGES [CI skip]
2017-10-14 22:22:51 +03:00
wiredfool
dc3a6b31dd
Updated CHANGES.rst [ci skip]
2017-10-14 14:15:11 +01:00
wiredfool
7c4cb6816f
Merge pull request #2781 from hugovk/makefile-install-coverage
...
Add option to make and install with C coverage
2017-10-14 14:13:17 +01:00
wiredfool
7d8c0d9e39
Merge pull request #2793 from radarhere/contextmanager
...
Added context manager support
2017-10-14 14:08:39 +01:00
Hugo
eb83ce066c
Fix typo
2017-10-14 15:47:40 +03:00
Hugo
da92156548
Merge pull request #2799 from radarhere/installation
...
Updated tested version of libimagequant
2017-10-14 10:23:49 +03:00
Andrew Murray
5fe76d60bc
Updated tested version of libimagequant
2017-10-14 10:43:58 +11:00
Hugo
4af6fb2256
Merge pull request #2791 from radarhere/openjpeg
...
Updated openjpeg to 2.3.0
2017-10-13 12:21:23 +03:00
Hugo
0c184affd1
Merge pull request #2798 from radarhere/typo
...
Fixed typo
2017-10-13 12:21:09 +03:00
Andrew Murray
33811e63fb
Fixed typo
2017-10-13 19:55:53 +11:00
Andrew Murray
97662294f0
Added context manager support
2017-10-07 23:18:23 +11:00
Andrew Murray
8bd2b14df8
Updated openjpeg to 2.3.0
2017-10-05 20:11:31 +11:00
Jon Dufresne
9175706300
Allow the olefile dependency to be optional
...
Support for plugins requiring olefile will not be loaded if it is not
installed. Allows library consumers to avoid installing this dependency
if they choose. Some library consumers have little interest in the
format support and would like to keep dependencies to a minimum.
2017-10-04 06:54:34 -07:00
Hugo
1d18a5cfef
[CI skip]
2017-10-04 15:55:33 +03:00
Hugo
8a4a1e0338
Merge pull request #2788 from wiredfool/issue_2783
...
Fix for return without none set
2017-10-04 15:53:15 +03:00
wiredfool
248d56fc23
Merge pull request #2787 from radarhere/version
...
4.4.0.dev0 version bump
2017-10-04 13:27:08 +01:00
hugovk
5524d806b4
Failing test for #2783
2017-10-04 11:09:52 +00:00
Eric Soroos
0454cb8eb9
additional potential null returns without error set
2017-10-04 11:08:41 +00:00
Eric Soroos
87abdf5e6d
fix for #2783 , Return none without error set
2017-10-04 10:56:20 +00:00
Eric Soroos
5e159c2ff4
tabs->spaces
2017-10-04 10:21:13 +00:00
Andrew Murray
d926d035ad
4.4.0.dev0 version bump
2017-10-04 20:01:53 +11:00
Jason Douglas
cf31e70735
Fixing a typo in comments
2017-10-03 08:05:20 -07:00
Eric Soroos
636dc62f0e
4.3.0 Version Bump
2017-10-02 12:23:50 +00:00
wiredfool
9031ab3eef
Merge pull request #2776 from wiredfool/docs
...
Release notes [ci skip]
2017-10-02 13:21:09 +01:00
Eric Soroos
306dcddc0b
typos
2017-10-02 12:04:27 +00:00
Hugo
d44727a2ac
Add option to make and install with C coverage
2017-10-02 14:56:05 +03:00
Eric Soroos
fb04f88147
Block Allocator docs
2017-10-02 11:50:17 +00:00
Eric Soroos
61b5eea82c
sgi release notes
2017-10-02 11:49:53 +00:00
wiredfool
f5a5a97cbc
Update CHANGES.rst [ci skip]
2017-10-02 12:00:50 +01:00
wiredfool
46845bafc5
Merge pull request #2778 from wiredfool/pr_2775
...
Fix warning on pointer cast in isblock
2017-10-02 11:52:07 +01:00
wiredfool
e6f9945493
Update CHANGES.rst [ci skip]
2017-10-02 10:56:10 +01:00
wiredfool
0107a4ad51
Merge pull request #2777 from radarhere/platforms
...
Added macOS High Sierra tested Pillow version
2017-10-02 10:55:27 +01:00
Andrew Murray
2304a56204
Added macOS High Sierra tested Pillow version [ci skip]
2017-10-02 20:47:25 +11:00
Eric Soroos
697f00c019
Release notes
2017-10-02 09:27:15 +00:00
wiredfool
a76ec58790
Update CHANGES.rst [ci skip]
2017-10-02 09:50:20 +01:00
Eric Soroos
15e24547f2
Use != to make long
2017-10-02 08:49:48 +00:00
wiredfool
1b12310126
Merge pull request #2774 from cgohlke/patch-3
...
Use correct Windows handle type
2017-10-02 09:25:51 +01:00
wiredfool
e4619d0ae5
Merge pull request #2773 from cgohlke/patch-2
...
Fix bulletproof code from libc
2017-10-02 09:23:24 +01:00
wiredfool
bcb50636e5
Merge pull request #2764 from radarhere/warning
...
Fix expression result unused warning
2017-10-02 09:21:40 +01:00
Christoph Gohlke
417dfe4a7b
Return bool from isblock function
2017-10-01 23:39:57 -07:00
Andrew Murray
0af6d75d00
Fix expression result unused warning
2017-10-02 17:19:25 +11:00
Christoph Gohlke
5ec351e980
Use correct Windows handle type
2017-10-01 23:11:39 -07:00
Christoph Gohlke
b2a4aa2959
Fix size_t not defined in PyPy
2017-10-01 22:16:13 -07:00
Christoph Gohlke
9e650ec713
Fix bulletproof code from libc
2017-10-01 20:07:00 -07:00
Jason Douglas
b3565d8ae3
Merge branch 'animated_webp' of https://github.com/monolithlabs/Pillow into animated_webp
2017-10-01 15:27:03 -07:00
Jason Douglas
28bec69e98
- flake8 formatting fixes
...
- webp => WebP doc and comment changes
2017-10-01 15:23:18 -07:00
Jason
8e207d5ca5
Merge pull request #1 from hugovk/monolithlabs-animated_webp-sprintf
...
Avoid 'Symbol not found: _sprintf_s' on 'from PIL import _webp'
2017-10-01 14:36:00 -07:00
Andrew Murray
007adc3134
Corrected CHANGES.rst [ci skip]
2017-10-02 08:31:09 +11:00
wiredfool
0d1e44dc2f
Merge pull request #2769 from wiredfool/pr_2638
...
Update to #2638 , add 16bit/rle support to SgiImageFile
2017-10-01 20:56:18 +01:00