Hugo
7dbb1a5c99
Fix too-short title underline
...
https://travis-ci.org/python-pillow/Pillow/jobs/170394881#L3517
2016-10-25 15:24:19 +03:00
Hugo
13429c8c36
Fix too-short title underlines and malformed table
...
https://travis-ci.org/python-pillow/Pillow/jobs/170394881#L3453
2016-10-25 15:23:07 +03:00
wiredfool
47e2798895
Updated CHANGES.rst [ci skip]
2016-10-25 10:08:40 +01:00
wiredfool
37d97968e4
Merge pull request #2172 from jdufresne/bytes-warning
...
Fix BytesWarnings discovered while running tests
2016-10-25 10:07:53 +01:00
wiredfool
b16a612af0
Merge pull request #2168 from mastermatt/divide_floats
...
Divide floats to eliminate deprecation warning.
2016-10-25 09:21:47 +01:00
wiredfool
a90f982579
Merge pull request #2173 from radarhere/setup
...
Updated setup url to https
2016-10-25 09:21:12 +01:00
Andrew Murray
0be156936a
Updated setup url to https
2016-10-23 12:44:23 +11:00
Jon Dufresne
7992d2a65a
Fix BytesWarning discovered while running tests
...
Discovered using the command:
python -b -m nose -vx Tests/test_*.py
2016-10-22 12:35:44 -07:00
Matt R. Wilson
74f751037f
Divide floats to eliminate deprecation warning.
...
When running python 2.7 with the `-3` flag the following warning occurs
> .../PIL/Image.py:48: DeprecationWarning: classic int division
MAX_IMAGE_PIXELS = int(1024 * 1024 * 1024 / 4 / 3)
Simply changing the 4 and 3 to be floats instead eliminates the warning
and, because the result is cast, the resulting `int` stays the same for
python 2 and 3.
2016-10-22 11:58:13 -04:00
wiredfool
eb3b9618cd
Update CHANGES.rst [ci skip]
2016-10-17 01:32:32 -07:00
Alexander Karpinsky
5a359fbf28
Fix coefficients calculation ( #2162 )
...
Fix coefficients calculation
* test for regression
* detailed comments what is going on
prevent setting the `k[-1]` item
* more readable
2016-10-17 01:31:45 -07:00
wiredfool
f3879b9f9f
Updated Changes.rst [ci skip]
2016-10-17 09:12:54 +01:00
wiredfool
e9f2794786
Update Compatibility Matrix [ci skip]
2016-10-17 09:12:19 +01:00
wiredfool
ab2ac2f7f9
Updated Changes.rst [ci skip]
2016-10-17 09:04:20 +01:00
wiredfool
adead1291d
Merge pull request #2166 from daavve/add-arch-linux-support
...
added arch linux support to compatibility matrix
2016-10-17 09:03:04 +01:00
David McInnis
00eb6d6b37
added arch linux support
2016-10-16 20:20:58 -07:00
wiredfool
bf1f4b04f7
Merge pull request #2159 from radarhere/typo
...
Fixed typo
2016-10-07 17:22:16 +01:00
wiredfool
bd680ea03b
Merge pull request #2158 from radarhere/changes
...
Updated Changes.rst
2016-10-07 17:21:49 +01:00
Andrew Murray
f59b708f3a
Fixed typo
2016-10-07 20:43:54 +11:00
Andrew Murray
628f4ac5ae
Updated Changes.rst [ci skip]
2016-10-07 19:33:35 +11:00
wiredfool
7d6f4104a1
Map.c check should be against PY_SSIZE_T_MAX ( #2151 )
2016-10-04 07:16:17 -07:00
wiredfool
d6193e2cfa
Updated Changes.rst [ci skip]
2016-10-04 15:14:23 +01:00
wiredfool
35e1237b7e
3.5.0.dev0 Dev Version bump
2016-10-04 00:18:33 -07:00
wiredfool
38f2b0e9d1
Updated Changes.rst [ci skip]
2016-10-04 07:59:02 +01:00
wiredfool
e258baf30c
Merge pull request #2149 from uploadcare/new-images-with-list
...
Allow lists as arguments for Image.new()
2016-10-04 07:58:08 +01:00
homm
923f0bb9b3
improve test
2016-10-04 03:11:53 +03:00
homm
c5e111e6b8
allow lists as arguments for Image.new
2016-10-04 03:06:35 +03:00
wiredfool
68a0b5e5a5
Merge pull request #2147 from python-pillow/revert-2143-pycparser-workaround
...
Revert "Work around pycparser issue failing our builds"
2016-10-03 10:03:36 -07:00
Hugo
6d2b7626f3
Revert "Work around pycparser issue failing our builds"
2016-10-03 18:17:20 +03:00
wiredfool
ac5a212cee
3.4.0 Release Version bump
2016-10-03 08:00:29 -07:00
wiredfool
5683f033fd
Updated Changes.rst [ci skip]
2016-10-03 15:59:12 +01:00
wiredfool
5fac61d03e
Merge pull request #2146 from wiredfool/map_vuln
...
Fixes for #2105
2016-10-03 07:57:48 -07:00
wiredfool
22ff3f4358
Vulnerable map function is not called on windows
2016-10-03 07:42:48 -07:00
wiredfool
aa8cfce94c
IOError is also a valid error here
2016-10-03 07:33:29 -07:00
wiredfool
b3ad80a2bd
Image.core.open_ppm has been removed. Test the Storage.c fix with an alternate method. Assert that the ordinary opener rejects the negative size in the PPM file
2016-10-03 07:27:02 -07:00
wiredfool
445451c0b9
Added common check for size tuple errors
2016-10-03 07:27:02 -07:00
wiredfool
1a43da7a8b
Removed 'Debugging' open_ppm call that didn't check file provided parameters for sanity
2016-10-03 07:27:02 -07:00
wiredfool
c0d2d2a912
whitespace: mixed 8ch tabs + spaces -> spaces
2016-10-03 07:27:02 -07:00
wiredfool
0f2d6e0cc5
Changes, Release Notes for 3.3.2
2016-10-03 07:27:02 -07:00
wiredfool
c50ebe6459
Map.c overflow fixes
2016-10-03 07:27:02 -07:00
wiredfool
5d8a0be45a
Memory error in Storage.c when accepting negative image size arguments
2016-10-03 07:27:02 -07:00
wiredfool
8693afc502
Merge pull request #2144 from wiredfool/release-notes
...
Release notes & docs
2016-10-03 07:13:40 -07:00
wiredfool
69ff457f2e
release notes, docs
2016-10-03 07:05:03 -07:00
wiredfool
90b1d68d80
Updated Changes.rst [ci skip]
2016-10-03 14:35:20 +01:00
wiredfool
a00e4aa934
Merge pull request #2095 from hugovk/depends
...
Windows build: fetch dependencies from pillow-depends
2016-10-03 06:34:53 -07:00
wiredfool
d54046b36d
Updated Changes.rst [ci skip]
2016-10-03 14:32:15 +01:00
wiredfool
d9fc1848a2
Merge pull request #2140 from SemanticsOS/lambdafu/tiff-multipage
...
Add TIFF save_all writer.
2016-10-03 06:31:39 -07:00
wiredfool
1925f4d9bd
Merge pull request #2143 from hugovk/pycparser-workaround
...
Work around pycparser issue failing our builds
2016-10-03 06:10:38 -07:00
wiredfool
e67d230837
Updated Changes.rst [ci skip]
2016-10-03 14:05:41 +01:00
wiredfool
2db3f00e92
Merge pull request #2141 from wiredfool/tiff_fd
...
Move libtiff fd duplication to _load_libtiff
2016-10-03 06:03:50 -07:00