Commit Graph

4477 Commits

Author SHA1 Message Date
hugovk
37b5a39c58 Note internal functions and TODOs 2016-01-06 20:00:03 +02:00
hugovk
05b22cedd5 Add docstrings 2016-01-06 12:26:58 +02:00
Andrew Murray
f4df96816b Modified ImageSequence Iterator class to be an iterator 2016-01-06 21:09:40 +11:00
hugovk
9dd68bb0be flake8 2016-01-06 12:07:40 +02:00
hugovk
517cbbff08 Test NotImplementedError 2016-01-06 11:59:47 +02:00
hugovk
02ec83ee64 Test image from https://github.com/python-pillow/Pillow/pull/1644#issuecomment-169101551 2016-01-06 11:57:51 +02:00
hugovk
cc0d2a7b94 Include *.dds 2016-01-06 11:33:24 +02:00
hugovk
f826bff3c7 Simplify sanity tests 2016-01-06 11:24:09 +02:00
hugovk
3515cf82b7 Test images from https://github.com/python-pillow/Pillow/pull/1644#issuecomment-169101551 2016-01-06 11:00:08 +02:00
hugovk
ca216951ab Test DdsImagePlugin 2016-01-06 10:59:37 +02:00
Andrew Murray
a653afb10d Allowed textsize method to pass on multiline_textsize method specific arguments 2016-01-06 17:13:16 +11:00
Andrew Murray
89e3758fb8 Allowed text method to pass on multiline_text method specific arguments 2016-01-06 10:42:03 +11:00
Jerome Leclanche
b9a71cafbc Add a basic DDS image plugin
Only supports DXT1 and DXT5 for now.
The pixel formats ideally should be supported in decode.c instead,
but for now this is good enough.

Fixes #252
2016-01-05 17:11:17 +02:00
Andrew Murray
f57e295ce5 Merge pull request #1641 from cgohlke/patch-1
Add Python 3.5 to classifiers
2016-01-05 09:27:20 +11:00
Christoph Gohlke
0b38dbb8e2 Add Python 3.5 to classifiers 2016-01-04 11:50:03 -08:00
Eric Soroos
dcbb26234a Added freebsd script 2016-01-04 17:08:48 +00:00
wiredfool
b952f7e3af tkinter, notes 2016-01-04 07:42:03 -08:00
wiredfool
8040633574 Yum has been replaced 2016-01-04 07:33:46 -08:00
wiredfool
ef58462e56 scripts for ubuntu 12.04 and fedora 23 2016-01-04 07:31:08 -08:00
wiredfool
1a47dad469 Merge pull request #1632 from radarhere/tk
Added AppVeyor to RELEASING checklist
2016-01-04 05:58:31 -08:00
wiredfool
f2e0a8e550 Update CHANGES.rst 2016-01-04 13:51:17 +00:00
wiredfool
2819e42cd7 Merge pull request #1638 from manisandro/conditional
Fix incorrect conditional in encode.c
2016-01-04 05:49:39 -08:00
Sandro Mani
255a8b5220 Fix incorrect conditional 2016-01-04 13:44:24 +01:00
wiredfool
8d518a3f4d 3.2.0-dev versioning 2016-01-04 03:03:26 -08:00
wiredfool
fff5536b37 3.1.0 version 2016-01-04 02:04:23 -08:00
wiredfool
a72000c7c1 Merge pull request #1636 from wiredfool/docs-3.1
Replacing fromstring with frombytes
2016-01-04 01:51:22 -08:00
wiredfool
b56e1f74f3 s/fromstring/frombytes/ 2016-01-04 01:46:06 -08:00
Hugo
60cf27fde1 Update CHANGES.rst [CI skip] 2016-01-03 23:42:57 +02:00
Hugo
12a9bf614b Merge pull request #1633 from wiredfool/windows-2.6-tests
Fixing test failures on python 2.6/windows
2016-01-03 23:42:19 +02:00
wiredfool
859ce84976 Version check rather than try/except 2016-01-03 13:04:04 -08:00
wiredfool
21beef192a Fixing test failures on python 2.6/windows 2016-01-03 12:23:39 -08:00
Andrew Murray
8ece7f6c9e Added AppVeyor to RELEASING checklist [ci skip] 2016-01-03 23:14:27 +11:00
Alex Clark
10d5c7df6d Don't break the README!
Looks like my Gratipay badge broke rst generation on PyPI, sorry! Should be fixed now. (PyPI won't load external URLs unless they're part of a directive.)
2016-01-01 11:35:27 -05:00
wiredfool
0f9f5cd8db 3.1.0-rc1 versioning 2016-01-01 16:00:32 +00:00
wiredfool
fd8f2401ba Merge pull request #1629 from wiredfool/pyroma
Forcing this one to pass
2016-01-01 07:58:54 -08:00
wiredfool
7a4ff8e66c Forcing this one to pass 2016-01-01 15:57:42 +00:00
wiredfool
33d65f7064 Update CHANGES.rst [ci skip] 2016-01-01 15:49:30 +00:00
wiredfool
e5076a3278 Merge pull request #1620 from wiredfool/issue_1597
Partial fix for #1597
2016-01-01 07:47:58 -08:00
wiredfool
41eba2c8cf Merge pull request #1627 from wiredfool/exif_fixup
Rolling back exif support to pre-3.0 format
2016-01-01 07:46:43 -08:00
wiredfool
4489215c7c Merge pull request #1628 from wiredfool/docs-3.1
Added metadata details to release notes
2016-01-01 07:46:18 -08:00
wiredfool
02a9ed8f90 Added metadata details to release notes 2016-01-01 15:44:52 +00:00
wiredfool
30a5687155 Merge pull request #1626 from radarhere/manifest
Added .editorconfig to manifest
2016-01-01 05:33:21 -08:00
wiredfool
36d4f5a9b4 Tests for permitted libtiff metadata 2016-01-01 05:30:40 -08:00
wiredfool
a6c1331fdd Rolling back exif support to pre-3.0 format 2016-01-01 04:14:24 -08:00
Andrew Murray
f9db616068 Exclude .editorconfig in MANIFEST 2016-01-01 22:47:52 +11:00
Hugo
b84675dca0 Update CHANGES.rst [CI skip] 2015-12-31 15:24:06 +02:00
Hugo
4de9b5a269 Merge pull request #1489 from hugovk/editorconfig
Let EditorConfig take care of some basic formatting
2015-12-31 15:20:55 +02:00
Hugo
c0b3fe77d7 Merge pull request #1621 from radarhere/health
Flake8 fixes
2015-12-31 15:18:31 +02:00
Hugo
53b45c578a Merge pull request #1624 from radarhere/spacing
Updated spacing to be consistent between multiline methods
2015-12-31 15:18:01 +02:00
Hugo
a1699a50ee Merge pull request #1623 from radarhere/documentation
Added release notes for 3.1.0
2015-12-31 15:17:15 +02:00