Jonathan Michalon
22d3e6a601
SpiderImagePlugin: raise an error when seeking in a non-stack file
...
Using ImageSequence.Iterator on a non-stack SPIDER image leads to infinite loop.
EOFError (which stops the iteration) is never raised because when the image isn't a stack,
seek() returns gently without error.
2016-02-23 14:08:39 +01:00
wiredfool
bdf56faa03
Updated CVE id
2016-02-22 13:35:51 +00:00
wiredfool
e5324bd3b4
Updated Changes.rst [ci skip]
...
Added final CVE id
2016-02-22 13:33:04 +00:00
Hugo
a44207443c
Merge pull request #1738 from radarhere/redirect
...
Updated redirect URL
2016-02-22 10:51:55 +02:00
Andrew Murray
895ab20438
Updated redirect URL
2016-02-22 18:38:04 +11:00
Hugo
47b389ccb5
Update CHANGES.rst [CI skip]
2016-02-20 11:28:26 +02:00
Hugo
06b4274f16
Merge pull request #1736 from radarhere/exiftags
...
Fix EXIF tag name typos.
2016-02-20 11:27:24 +02:00
Andrew Murray
2f73b7cbfc
Fixed ExifTags typo
2016-02-20 10:19:13 +11:00
Zacharias Thompson
535680808f
Update ExifTags.py
...
Spelling fixes.
2016-02-20 09:42:48 +11:00
Hugo
63ac301504
Merge pull request #1733 from radarhere/documentation
...
Corrected documentation reference
2016-02-19 11:39:40 +02:00
Andrew Murray
46bd536c0c
Corrected documentation reference [ci skip]
2016-02-19 20:11:00 +11:00
Hugo
9d14c54534
Merge pull request #1731 from radarhere/testing
...
Updated El Capitan tested Pillow version
2016-02-16 16:49:41 +02:00
Andrew Murray
b5ad791d4e
Updated El Capitan tested Pillow version [ci skip]
2016-02-17 00:01:02 +11:00
Hugo
86c548a2b9
Merge pull request #1726 from radarhere/redirect
...
Updated redirected URLs
2016-02-11 10:42:57 +02:00
Andrew Murray
a7c7aa171d
Updated redirected URLs
2016-02-11 18:51:36 +11:00
Hugo
70f95d0c80
Update CHANGES.rst [CI skip]
2016-02-10 16:22:27 +02:00
Hugo
367013f615
Merge pull request #1725 from radarhere/freetype
...
Updated freetype to 2.6.3
2016-02-10 16:20:48 +02:00
Andrew Murray
349c1654c3
Updated freetype to 2.6.3
2016-02-10 22:40:16 +11:00
Hugo
cfc195f15c
Merge pull request #1723 from radarhere/show
...
Removed unused Tests files
2016-02-09 14:49:14 +02:00
Andrew Murray
779f7e129e
Removed unused Tests files
2016-02-09 22:06:44 +11:00
Andrew Murray
ce3e59414c
Fixed typo [ci skip]
2016-02-09 22:02:43 +11:00
wiredfool
fb2724e635
Merge pull request #1720 from radarhere/releasenotes
...
Release notes
2016-02-08 02:41:37 -08:00
wiredfool
6db407058e
Changes & release notes
2016-02-06 22:48:33 +11:00
Hugo
207d80093c
Merge pull request #1719 from python-pillow/radarhere-patch-1
...
Rearranged FtexImagePlugin in plugin list
2016-02-05 14:55:16 +02:00
Andrew Murray
0ed1e3d63c
Rearranged FtexImagePlugin in plugin list
2016-02-05 22:10:48 +11:00
Eric Soroos
07a42363c4
change ifd entry to use uint following libtiff interface
2016-02-04 08:13:17 -08:00
Eric Soroos
717720b051
Fix for buffer overflow in TiffDecode.c CVE-2016-0740
2016-02-04 08:13:11 -08:00
wiredfool
893a40850c
FLI overflow error fix and testcase CVE-2016-0775
2016-02-04 08:13:02 -08:00
wiredfool
c3cb690fed
Updated CHANGES.rst [ci skip]
2016-02-04 08:09:14 -08:00
wiredfool
1723dc2d07
Merge pull request #1714 from wiredfool/resample-overflow
...
Overflow in resample.c, with tests
2016-02-04 07:52:59 -08:00
wiredfool
5ec7fd0ecb
Merge pull request #1706 from wiredfool/pcd-segfault
...
PCD decoder overruns the shuffle buffer, Fixes #568
2016-02-04 07:52:11 -08:00
wiredfool
95a25a0d82
input parameter filtering
2016-02-04 07:19:54 -08:00
wiredfool
ff7962c3be
test for #1711
2016-02-04 07:19:54 -08:00
Ned Williamson
4e0d9b0b97
fix integer overflow in Resample.c
2016-02-04 07:19:54 -08:00
Alex Clark
bdd86b72ae
Merge pull request #1712 from python-pillow/reporting_security_vulnerabilities
...
How to report security vulnerabilites
2016-02-04 07:25:22 -05:00
wiredfool
c581d8abfb
added __main__ clause
2016-02-04 04:24:47 -08:00
Hugo
e5202ead4f
How to report security vulnerabilites
...
See https://github.com/python-pillow/Pillow/issues/1658
[CI skip]
2016-02-04 14:19:59 +02:00
wiredfool
c729a8adc6
Merge pull request #1709 from wiredfool/test-matrix
...
Updated test matrix
2016-02-02 08:04:42 -08:00
wiredfool
57991a5220
updated for recent tests re: #1640
2016-02-02 07:06:08 -08:00
wiredfool
291540fd1e
Merge pull request #1705 from radarhere/testing
...
Updated El Capitan tested Pillow version
2016-02-02 06:06:10 -08:00
wiredfool
7b367dd037
Merge pull request #1704 from radarhere/formats
...
Added FTEX documentation to Image File Formats list
2016-02-02 06:05:35 -08:00
wiredfool
48e906db0d
Merge pull request #1703 from radarhere/about
...
Added AppVeyor to the continuous integration description
2016-02-02 06:05:15 -08:00
wiredfool
ae453aa18b
PCD decoder overruns the shuffle buffer, Fixes #568
2016-02-02 05:46:26 -08:00
Andrew Murray
eb134dff0c
Updated El Capitan tested Pillow version [ci skip]
2016-02-03 00:08:09 +11:00
Andrew Murray
f9f2c20505
Added FTEX documentation to Image File Formats list [ci skip]
2016-02-03 00:02:46 +11:00
Andrew Murray
69b1d86146
Added AppVeyor to the continuous integration description [ci skip]
2016-02-02 23:46:23 +11:00
Andrew Murray
879edf75a1
Merge pull request #1702 from radarhere/readme
...
Corrected AppVeyor testing status documentation
2016-02-02 21:35:02 +11:00
Andrew Murray
a4384c9567
Corrected AppVeyor testing status documentation [ci skip]
2016-02-02 21:24:23 +11:00
Andrew Murray
0fc8d5d9ab
Fixed typo [ci skip]
2016-02-02 20:49:03 +11:00
Andrew Murray
1203d1f98e
Fixed typos [ci skip]
2016-02-02 20:47:02 +11:00