Commit Graph

1870 Commits

Author SHA1 Message Date
hugovk
c66f332679 Remove empty tests 2014-06-10 12:09:47 +03:00
hugovk
e8ef927bac Remove test_001_archive.py as it doesn't do anything: ../pil-archive/* doesn't exist 2014-06-10 12:05:46 +03:00
Alex Clark ☺
8beb66443b Merge pull request #694 from hugovk/floodfill
Skip test_floodfill_border() on PyPy to avoid fatal error
2014-06-07 08:50:48 -04:00
Alex Clark ☺
bf0e483472 Merge pull request #696 from Smashman/patch-1
Fix a its/it's incorrect usage
2014-06-06 16:48:08 -04:00
Ben Williams
9415407b83 Fix a its/it's incorrect usage 2014-06-06 21:42:20 +01:00
hugovk
995f367755 Skip test_floodfill_border() on PyPy to avoid fatal error 2014-06-06 08:02:18 +03:00
Alex Clark
6858aef5b1 Update 2014-06-04 18:32:17 -04:00
Alex Clark ☺
841582fa26 Merge pull request #685 from hugovk/docstring
ImageCms fixes
2014-06-04 18:31:40 -04:00
Alex Clark ☺
9ec63f94b2 Merge pull request #689 from hugovk/patch-1
Fix Coveralls link
2014-06-03 17:31:44 -04:00
Hugo
e518879c0e Fix Coveralls link 2014-06-04 00:11:31 +03:00
Alex Clark ☺
f28c230ef5 Merge pull request #688 from sciunto/docstring
DOC: fix name in docstring
2014-06-03 16:41:23 -04:00
Alex Clark
9497525abc Fix coveralls.io URLs 2014-06-03 16:39:17 -04:00
François Boulogne
682ad75759 DOC: fix name in docstring 2014-06-03 16:34:23 -04:00
Alex Clark
dc667b1f19 Fix link 2014-06-03 09:01:57 -04:00
Alex Clark ☺
8b28c2c2f0 Merge pull request #686 from hugovk/patch-1
Fix Travis CI badge for new python-pillow name
2014-06-03 06:10:40 -04:00
hugovk
c9a4272af6 Replace python-imaging with python-pillow (but yet not Coveralls) 2014-06-03 13:02:44 +03:00
Hugo
9dc2346dea Fix Travis CI badge for new python-pillow name 2014-06-03 11:06:27 +03:00
wiredfool
ab3ee7cef8 Merge pull request #684 from jxs/master
Add FreeBSD10 support to doc
2014-06-02 12:09:36 -07:00
joaoxsouls
e944297e80 add FreeBSD10 support to doc 2014-06-02 19:45:16 +01:00
hugovk
beedca78e3 Show counts of pep8/pyflakes after build 2014-06-02 15:57:50 +03:00
hugovk
6115d348b9 Add more tests for ImageCms 2014-06-02 13:19:01 +03:00
hugovk
9e984a19b1 Add more tests for ImageCms 2014-06-02 13:00:21 +03:00
hugovk
e983057294 pep8/pyflakes 2014-06-02 12:41:48 +03:00
hugovk
4c2b3a6afc Merge remote-tracking branch 'upstream/master' into docstring
Conflicts:
	PIL/ImageCms.py
2014-06-02 11:04:29 +03:00
hugovk
27d49b6f27 pep8 2014-06-02 09:57:49 +03:00
wiredfool
89130203b1 Update CHANGES.rst [ci-skip] 2014-06-01 09:10:52 -07:00
wiredfool
5b73d8f57b Merge pull request #661 from hugovk/test_imagedraw
Add more ImageDraw tests
2014-06-01 09:09:58 -07:00
wiredfool
6bb3b155d9 Merge pull request #676 from hugovk/__main__
Exclude non-runnable code from coverage
2014-05-30 08:48:56 -07:00
wiredfool
085527e01d Updated Changes.rst [ci skip] 2014-05-30 08:47:26 -07:00
wiredfool
60e2eaa5e9 Merge pull request #680 from hugovk/spider
Add tests for SPIDER image files
2014-05-30 08:46:33 -07:00
Hugo
4dcae4402c Add back the other bounding box [CI skip] 2014-05-27 23:55:43 +03:00
hugovk
ae37743ac7 Both kinds of bounding box for arc, chord and pieslice. 2014-05-27 23:31:31 +03:00
hugovk
eacbd7b04a pep8/pyflakes 2014-05-26 21:56:40 +03:00
hugovk
5217a523d6 Make sure nvalues is int and not float for Python 3 2014-05-26 21:18:48 +03:00
hugovk
14c8d8afe4 More spider tests 2014-05-26 21:00:20 +03:00
hugovk
5f9cad1a8e pyflakes 2014-05-26 20:15:48 +03:00
hugovk
268c419d7c Simple spider test. Test image created with Pillow. 2014-05-26 20:09:12 +03:00
hugovk
e6908401d4 Add config file for coverage.py to exclude some common things: http://nedbatchelder.com/code/coverage/config.html 2014-05-26 19:19:27 +03:00
hugovk
8f92562ec3 Remove old FIXME comment [CI skip] 2014-05-24 17:36:31 +03:00
hugovk
35336e5afd Test arc, chord, pieslice give TypeError when bounding box is [(x0, y0), (x1, y1)] 2014-05-24 17:31:37 +03:00
wiredfool
8a8aec534b Update CHANGES.rst [ci-skip] 2014-05-24 13:17:43 +01:00
wiredfool
26b0f20763 Merge pull request #669 from wiredfool/tiff_compression
Use libtiff for writing any compressed tiff files
2014-05-24 13:16:57 +01:00
wiredfool
c2bd74b397 Update CHANGES.rst [ci-skip] 2014-05-24 13:15:23 +01:00
wiredfool
a91387e9dd Merge pull request #673 from wiredfool/pickling
Support for pickling Image objects
2014-05-24 13:14:42 +01:00
wiredfool
dee8af10ac Update CHANGES.rst [ci-skip] 2014-05-24 13:11:46 +01:00
wiredfool
3f18e0adfe Merge pull request #619 from eliempje/master
Bugfix: EPS thumbnail failed
2014-05-24 13:09:25 +01:00
wiredfool
b3dcf849b8 Update 2014-05-24 12:46:55 +01:00
wiredfool
301cff0355 Merge pull request #670 from hugovk/png_clean
Rename variables not to use built-in function names
2014-05-24 12:46:12 +01:00
wiredfool
de28007585 Update CHANGES.rst [ci-skip] 2014-05-23 00:07:58 +01:00
wiredfool
cd17b66541 Merge pull request #647 from hugovk/house
Fix for junk JPEG data
2014-05-23 00:06:09 +01:00