Commit Graph

18415 Commits

Author SHA1 Message Date
hugovk
c745b9abed Change hyperlinks to rst format [CI skip] 2014-07-04 16:53:26 +03:00
Matthew Brett
37b0008897 RF: haphazard flag flipping 2014-07-04 14:19:55 +01:00
Matthew Brett
54f4250e45 RF: pump up the timeout to travis max 2014-07-04 13:49:11 +01:00
Matthew Brett
aee70fae14 RF: try another fix for multiprocessing 2014-07-04 13:28:59 +01:00
Matthew Brett
074951f091 RF: refactor library_installers, add zlib 2014-07-04 12:55:11 +01:00
Matthew Brett
7163b90cdf RF: try disabling multiprocess tests
Suggestion from @wiredfool on github
2014-07-04 02:02:42 +01:00
Matthew Brett
6919d6daf3 RF: remove 2.6 build
2.6 build hit a problem with old pip and SSL:
https://github.com/pypa/pip/issues/829

Rather than struggle through, just remove that build.
2014-07-04 01:28:11 +01:00
Matthew Brett
a7f60459ec BF: install nose for more comprehensive tests 2014-07-04 01:01:50 +01:00
Matthew Brett
047bd46391 Merge remote-tracking branch 'wiredfool/more_tests'
* wiredfool/more_tests:
  Run the full test suite
2014-07-04 00:55:11 +01:00
Matthew Brett
9ba52f3471 Merge remote-tracking branch 'hugovk/patch-2'
* hugovk/patch-2:
  Use latest Python 2.7

Conflicts:
	.travis.yml
2014-07-04 00:53:08 +01:00
Hugo
7ae7fd863c Use latest Python 2.7 2014-07-04 00:49:16 +03:00
Hugo
6323ba1d14 Add latest Python 2.6
And use latest 2.7
2014-07-04 00:41:00 +03:00
wiredfool
2396ca7def Run the full test suite 2014-07-03 12:24:06 -07: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
Matthew Brett
8510111de8 NF: make git tag fetching more robust 2014-07-03 17:02:09 +01: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
Matthew Brett
bd8254373d RF: update tag fetching 2014-07-03 12:47:04 +01:00
Alex Clark
a082f50121 Clean up ; wording [ci skip] 2014-07-03 07:38:50 -04:00
Alex Clark
4ffa569baf Clean up
Move old dists download instructions to installation instructions.
2014-07-03 07:33:26 -04:00
Matthew Brett
2efbaa41d5 RF: automatically update to latest tag 2014-07-03 12:26:34 +01:00
Alex Clark
f115b7d664 Image-sig is dead [ci skip]
Image-sig is dead, long live GitHub & IRC. Also cleanup HTML.
2014-07-03 07:14:59 -04:00
Alex Clark
8d91b8dab5 Image-sig is dead [ci skip]
Image-sig is dead, long live GitHub & IRC
2014-07-03 07:11:51 -04:00
Alex Clark
bcee472fc5 Image-sig is dead [ci skip]
Image-sig is dead, long live GitHub & IRC
2014-07-03 07:06:02 -04:00
Alex Clark ☺
28552f1589 Merge pull request #760 from hugovk/diff_cover
Show coverage and quality reports for each diff
2014-07-02 18:34:15 -04:00
Lars Jørgen Solberg
08a9bdbcd6 Fix dispose calculations
- use correct dispose mode
- only apply the dispose on extent of the previous frame
2014-07-02 21:27:52 +02:00
wiredfool
a035ecc2ca Merge branch 'master' into HEAD 2014-07-02 08:59:16 -07:00
Alex Clark
80d6137c86 Bump [ci skip] 2014-07-01 18:39:40 -04:00
Alex Clark ☺
351f2ae948 Merge pull request #761 from wiredfool/jpeg2k_fd
Jpeg2k
2014-07-01 16:16:26 -04:00
hugovk
b6f836b5b8 Refactor and add two more tests 2014-07-01 22:53:30 +03:00
wiredfool
19bf3390a9 Removed extra print 2014-07-01 12:53:15 -07:00
hugovk
775307113b Ensure rowbytes is an integer (fix for Python 3) 2014-07-01 22:36:56 +03:00
hugovk
3807af79e3 Add a test for PalmImagePlugin.py 2014-07-01 22:18:40 +03:00
wiredfool
2e6413ff3f Merge pull request #762 from wiredfool/revert-755
Reverting pr#755 changes to .travis.yml
2014-07-01 11:59:50 -07:00
wiredfool
b53184aa30 Reverting pr#755 changes to .travis.yml 2014-07-01 11:52:52 -07:00
Alex Clark
62c8ae1254 Update 2014-07-01 14:17:07 -04:00
Alex Clark ☺
b2ed31e8cd Merge pull request #737 from wiredfool/terseus_imagedraw
Merged Imagedraw rewrite
2014-07-01 14:15:11 -04:00
Alex Clark ☺
febfe2f574 Merge pull request #755 from wiredfool/multithread-testing-travis
Multithread testing- travis
2014-07-01 14:14:49 -04:00
wiredfool
cec5fd9d38 f doesn't exist, BytesIO objects have fileno(), but may return OsError 2014-07-01 11:09:20 -07:00
wiredfool
98a4991762 Using local block rather than array literal 2014-07-01 10:20:15 -07:00
wiredfool
a10b91786a Fix compilation errors with C90 standard 2014-07-01 10:05:38 -07:00
wiredfool
2ca9ffba5d renabling pyroma 2014-07-01 09:09:00 -07:00
wiredfool
e3f9fa0d78 Skip known failing test 2014-07-01 09:07:18 -07:00
hugovk
443cc908ae Show pyflakes quality violations (which can be programming errors) before pep8 (which is just style). 2014-07-01 16:25:24 +03:00
Alex Clark
a47b8c15da Move developer to guides section [ci skip] 2014-07-01 07:44:39 -04:00
Alex Clark
f8b6163d9f Bump 2.4.0 -> 2.5.0 2014-07-01 07:42:50 -04:00
Alex Clark
c3d9f1b4b9 Document version number location [ci skip] 2014-07-01 07:42:29 -04:00
Alex Clark
176987f8aa Rename VERSION -> PILLOW_VERSION
Provide consistency with version variables elsewhere in package.
2014-07-01 07:39:03 -04:00
Alex Clark
acde9de4ca Add developer docs [ci skip]
Document our various development practices, include a reminder to myself not to run the tests with every commit!
2014-07-01 07:23:19 -04:00
Alex Clark
0e5cf2b6e5 Bigger click 2014-07-01 07:16:25 -04:00