Commit Graph

2435 Commits

Author SHA1 Message Date
hugovk
e24cd3652c Try travis_retry to avoid spurious pyroma installation failure 2014-07-07 22:34:34 +03:00
hugovk
add45b494a Extract __main__ section of PIL/ImageFont.py into Scripts/createfontdatachunk.py 2014-07-07 22:31:20 +03:00
wiredfool
cf763ea036 Merge pull request #787 from wiredfool/32bit_segfault_test
Make 32bit sefrault test safer
2014-07-07 11:49:01 -07:00
Lars Jørgen Solberg
5fa2794386 Tests dispose and transparency for animated gifs 2014-07-07 20:47:18 +02:00
Lars Jørgen Solberg
925277cbfc ensure that the prevous frame was loaded when seek()ing 2014-07-07 20:46:54 +02:00
wiredfool
e23d3ab779 Merge pull request #780 from hugovk/kill_save2
Remove unused WIP save2() from pre-fork days
2014-07-07 11:28:40 -07:00
wiredfool
356e4a8a89 Merge pull request #785 from hugovk/remove_tearDownModule
Remove unused tearDownModule()
2014-07-07 11:26:58 -07:00
wiredfool
0a160e44d8 Guard to prevent 64 bit machines from crashing 2014-07-07 11:22:11 -07:00
wiredfool
8d5a1c2a19 Renamed to avoid test runner 2014-07-07 11:21:46 -07:00
hugovk
cf04a9a0d2 Remove unused tearDownModule 2014-07-07 20:03:50 +03:00
Hugo
7dc2975cea Update CHANGES.rst [CI skip] 2014-07-07 19:27:29 +03:00
Hugo
3ad62fa7fc Merge pull request #782 from wiredfool/32bit_decompression
32bit mult overflow fix
2014-07-07 19:25:39 +03:00
Hugo
487bf172fb Update CHANGES.rst [CI skip] 2014-07-07 19:24:26 +03:00
Hugo
737c7440d7 Merge pull request #775 from radarhere/master
Added class checking to Image __eq__ function
2014-07-07 19:23:06 +03:00
Takeshi KOMIYA
60628c77b3 Fix return value of FreeTypeFont.textsize() does not include font offsets 2014-07-07 14:42:46 +09:00
hugovk
302978e464 flake8 2014-07-06 01:50:24 +03:00
hugovk
691671624c Test _util.py 2014-07-06 01:47:30 +03:00
wiredfool
e5d07eff05 remove extra import 2014-07-05 15:23:38 -07:00
wiredfool
f5931e8231 Test for #771, hangs in nose 2014-07-05 15:08:11 -07:00
wiredfool
1008d6a993 Windows compatibility 2014-07-05 15:06:17 -07:00
wiredfool
b7f56409eb Multiplication needs to be 64bit, to handle overflow regardless of the bittedness of the machine, fixes #771# 2014-07-05 14:30:34 -07:00
Hugo
6c0fcef5e5 Merge pull request #779 from wiredfool/docs
Document environment variable method for pip
2014-07-05 23:09:20 +03:00
hugovk
01c0cc9417 Remove unused WIP save2() from pre-fork days 2014-07-05 23:02:34 +03:00
wiredfool
d306d01c5e Document environment variable method for pip, #720 [ci skip] 2014-07-05 11:50:37 -07:00
Hugo
4b4ed2c9b1 Update CHANGES.rst [CI skip] 2014-07-05 21:47:20 +03:00
Hugo
bd9de26cfc Merge pull request #776 from wiredfool/palm
Palm image test
2014-07-05 21:43:13 +03:00
hugovk
318b405889 Don't exclude Windows code 2014-07-05 21:32:09 +03:00
wiredfool
a414986ee9 Merge from master 2014-07-05 11:02:13 -07:00
wiredfool
08d491f006 Skip known bad tests 2014-07-05 10:56:40 -07:00
wiredfool
cedd8c2106 Failing test for messed up P image on write only format 2014-07-05 10:25:16 -07:00
Andrew Murray
516d896b92 Merge pull request #1 from hugovk/775_tests
Test case for #774
2014-07-05 23:34:41 +10:00
hugovk
f6f80e3a77 Test case for #774 2014-07-05 16:29:40 +03:00
Andrew Murray
1aee9bfdef Added class checking to __eq__ function 2014-07-05 23:16:14 +10:00
hugovk
5f2138d915 flake8 ImageMath.py 2014-07-05 12:13:43 +03:00
hugovk
8a4081c5bc More tests for ImageMath 2014-07-05 12:08:35 +03:00
Alex Clark
8e6ef35f78 Fix error(s) 2014-07-04 18:54:14 -04:00
hugovk
770ef9312b flake8 and fix path in __main__ 2014-07-05 01:02:46 +03:00
hugovk
ff6a0b9b8c Add test image using ImageFont's default font 2014-07-05 00:18:52 +03:00
hugovk
65593a3827 More tests for ImageFont.py 2014-07-05 00:04:19 +03:00
Alex Clark
e4c0a306f9 We now provide OS X binaries ; clean up 2014-07-04 15:22:30 -04:00
Alex Clark
aa4ff9265d Factor and move note 2014-07-04 15:17:23 -04:00
Alex Clark
167f96db8d Wording [ci skip] 2014-07-04 15:12:31 -04:00
Alex Clark
e34724b8e4 Wording [ci skip] 2014-07-04 15:00:34 -04:00
Alex Clark ☺
8dd5100d6d Merge pull request #768 from hugovk/bomb_warning
Change hyperlinks to rst format [CI skip]
2014-07-04 14:01:34 -04:00
hugovk
44c4eaebc8 Change hyperlinks to rst format [CI skip] 2014-07-04 17:01:52 +03:00
hugovk
c745b9abed Change hyperlinks to rst format [CI skip] 2014-07-04 16:53:26 +03:00
Lars Jørgen Solberg
047832c6c6 only update the disposal_method if it not 'unspecified' 2014-07-03 19:01:18 +02:00
Lars Jørgen Solberg
f88a355c6c Handle transparency between frames for animated GIFs
Show the previous frame for transparent pixels when the disposal method is 'do not dispose'.

This fixes issue 634.
2014-07-03 18:53:21 +02:00
Hugo
b7954d8f02 No need to send empty PyPy coverage to Coveralls
Otherwise it just shows up as grey, question mark:
https://coveralls.io/builds/929022
2014-07-03 15:09:33 +03:00
Alex Clark
a082f50121 Clean up ; wording [ci skip] 2014-07-03 07:38:50 -04:00