Commit Graph

6912 Commits

Author SHA1 Message Date
Andrew Murray
07a86bacc9 Removed duplicate code 2017-12-30 19:31:33 +11:00
wiredfool
894ff64cf1
Update CHANGES.rst 2017-12-29 22:03:44 +00:00
wiredfool
81c88b1ead
Merge pull request #2911 from wiredfool/src-reorg
Source layout reorg
2017-12-29 22:00:32 +00:00
wiredfool
ef5bab99b5 fixed merge 2017-12-28 16:07:18 +00:00
wiredfool
0c1f75876a Use a specific docker tag image version 2017-12-28 14:52:59 +00:00
wiredfool
3dc01995ca Need to run install or develop for coverage 2017-12-28 14:51:55 +00:00
wiredfool
7619018257 remove --installed tweaking in selftest.py 2017-12-28 14:51:55 +00:00
wiredfool
1b89747726 No need to move PIL out of the way anymore in appveyor 2017-12-28 14:51:55 +00:00
wiredfool
0474d9dd0c src directories for pyflakes/pycodestyle 2017-12-28 14:51:55 +00:00
Hugo
cc35bd70bc No need to run coverage on dev machines 2017-12-28 14:49:47 +00:00
wiredfool
0bb3f4fee9 source layout reorg 2017-12-28 14:49:47 +00:00
Hugo
7df920303c Remove nose-specific code 2017-12-28 14:48:19 +00:00
Hugo
b55ea4014e Calls pytest directly 2017-12-28 14:48:19 +00:00
Hugo
3c8cfa8197 Major version bump and release note for dropped Python 3.3 2017-12-28 14:48:19 +00:00
hugovk
5592163564 pytest no longer supports EOL Python 3.3 2017-12-28 14:48:19 +00:00
hugovk
a3286391c3 'Make test' calls 'pytest -qq' directly 2017-12-28 14:48:19 +00:00
hugovk
96df8a8fda Test with multiprocessing 2017-12-28 14:48:19 +00:00
Hugo
b609ee5cbd Remove unused/unrunnable profile-installed.py 2017-12-28 14:48:19 +00:00
Hugo
6a83675fe7 Update with pytest 2017-12-28 14:48:19 +00:00
hugovk
20d00c5fe9 Update test instructions 2017-12-28 14:48:19 +00:00
hugovk
19bc6f0b96 No need for --cov-append 2017-12-28 14:48:19 +00:00
Hugo
3515ae3d9e Test with coverage on Windows, update 'setup.py test' 2017-12-28 14:48:19 +00:00
Hugo
db760c1284 Use pytest instead of nose 2017-12-28 14:48:19 +00:00
Hugo
cdab7f2039 Run pytest as module 2017-12-28 14:48:19 +00:00
hugovk
ecf37e59f8 --cov-append 2017-12-28 14:48:19 +00:00
hugovk
e30433e4b2 Test testing with pytest 2017-12-28 14:48:19 +00:00
wiredfool
341131f812
Update CHANGES.rst [ci skip] 2017-12-28 14:25:10 +00:00
wiredfool
e9a115ff46
Merge pull request #2753 from wiredfool/dynamic-raqm
Dynamically link libraqm
2017-12-28 14:24:32 +00:00
wiredfool
a1957c833f
Merge pull request #2910 from python-pillow/rm-scripts
Scripts no longer part of this package
2017-12-28 14:22:23 +00:00
Hugo
6c6c686ea2
Scripts no longer part of this package
Scripts now live in their own repo at https://github.com/python-pillow/pillow-scripts.
2017-12-27 23:00:41 +02:00
wiredfool
81d666095e
Update CHANGES.rst [ci skip] 2017-12-27 20:49:08 +00:00
wiredfool
cbc78d7e2a
Merge pull request #2901 from wiredfool/remove-scripts
Removed scripts directory
2017-12-27 20:47:56 +00:00
wiredfool
5ff790beb0
Update CHANGES.rst [ci skip] 2017-12-27 20:41:46 +00:00
wiredfool
49bd3232e5
Merge pull request #2899 from wiredfool/pr_2882
Run all compressed tiffs through libtiff
2017-12-27 20:39:51 +00:00
wiredfool
eab851c61b semicolons 2017-12-27 15:33:30 +00:00
wiredfool
0e236aed5d
Update CHANGES.rst [ci skip] 2017-12-27 12:17:45 +00:00
wiredfool
ff13d184d8
Merge pull request #2902 from wiredfool/pr_2388
Add disposal option when saving GIFs
2017-12-27 12:15:00 +00:00
wiredfool
bbe8076d67
Merge pull request #2903 from radarhere/eps
Allow for an empty line in EPS header data
2017-12-27 12:13:54 +00:00
wiredfool
bd5f99f19d
Merge pull request #2898 from wiredfool/pr_2790
Add support for sRGB and cHRM chunks, permit sRGB when no iCCP chunk
2017-12-27 12:12:57 +00:00
Andrew Murray
e107ed6fcf Allow for an empty line in EPS header data 2017-12-24 21:12:48 +11:00
Hugo
3d8035bf31
Update CHANGES.rst 2017-12-23 19:53:30 +02:00
Hugo
6ca1308b41
Merge pull request #2905 from radarhere/tktcl
Updated Tk Tcl to 8.6.8
2017-12-23 19:51:20 +02:00
Andrew Murray
3db497a0a5 Updated Tk Tcl to 8.6.8 2017-12-23 08:26:56 +11:00
wiredfool
48260643d7 force range to a tuple, py3 2017-12-21 22:42:34 +00:00
wiredfool
f3ff2b4420 docs for per-frame disposal [ci skip] 2017-12-21 22:30:31 +00:00
wiredfool
378f74672c Added per-frame disposal, tests 2017-12-21 22:26:58 +00:00
linnil1
364a7b895e Thanks @wiredfool sugguest for disposal 2017-12-21 22:06:59 +00:00
linnil1
5b5d47863e Add dispose test 2017-12-21 22:06:59 +00:00
linnil1
5a902bf8a2 Add dispoal description in documents 2017-12-21 22:06:59 +00:00
linnil1
4d8d59534f Add disposal option 2017-12-21 22:06:59 +00:00