Commit Graph

  • fc55580a69 Update Alex Clark 2014-05-14 05:59:48 -0400
  • 4adc589191 Merge pull request #652 from CounterPillow/windowshfix Alex Clark ☺ 2014-05-14 05:58:45 -0400
  • 6ca9e9d703 Keep PyPy first, it's still a little slower hugovk 2014-05-14 08:47:13 +0300
  • 41d3c386a9 Don't cover PyPy: it fails intermittently and is x5.8 slower (#640) hugovk 2014-05-14 08:17:49 +0300
  • 60b2570133 Test ImageDraw's bitmap() hugovk 2014-05-13 14:43:48 +0300
  • 5b55cb72d3 Test experimental floodfill with a border hugovk 2014-05-12 23:33:05 +0300
  • 961db29ff6 Test experimental floodfill() hugovk 2014-05-12 23:27:02 +0300
  • 6b274b4c5e More ImageDraw tests. Some may need redoing after issues #367 and #463 are sorted. hugovk 2014-05-12 21:45:16 +0300
  • 84c7d25606 Make sure bounding box in ints (for Py3) hugovk 2014-05-12 19:55:18 +0300
  • 92eea7a9cc Tests for ImageDraw hugovk 2014-05-12 17:32:04 +0300
  • de21dfd1fa Merge 3ff73688fe into 84a701a82b Hugo 2014-05-12 11:57:00 +0000
  • 3ff73688fe pep8 and pyflakes hugovk 2014-05-12 14:56:55 +0300
  • 8cda5170c8 Fix bytes/str and reinstate test hugovk 2014-05-12 14:45:54 +0300
  • c37aa0a9ca Fix tostring()/tobytes() warning and reinstate test hugovk 2014-05-12 14:30:03 +0300
  • bcb8534dcf Temporarily remove 'failing' 1-mode PDF test hugovk 2014-05-11 17:46:13 +0300
  • 741297326a Temporarily remove 'failing' 1-mode PDF test hugovk 2014-05-11 17:41:07 +0300
  • 6520004289 Add monochrome PDF test hugovk 2014-05-11 17:35:49 +0300
  • 8f1a00ae92 Temporarily remove failing P-mode PDF test hugovk 2014-05-11 17:28:41 +0300
  • 3e2ff13aa8 Fix CMYK test hugovk 2014-05-11 17:23:10 +0300
  • c15601e0b0 Add some more pdf tests hugovk 2014-05-11 17:16:13 +0300
  • f165d2034f Simple test for saving to PDF hugovk 2014-05-11 09:01:09 +0300
  • 84a701a82b Update Alex Clark 2014-05-10 13:29:36 -0400
  • e85114ae73 Merge pull request #656 from jacknagel/ft Alex Clark ☺ 2014-05-10 10:28:55 -0700
  • 29ddeaa81a Adjust Homebrew freetype detection logic Jack Nagel 2014-05-10 10:11:04 -0500
  • 971b6dc1e1 Merge 74514fa1f5 into 958397ae02 Hugo 2014-05-10 09:49:51 +0000
  • 74514fa1f5 Some pep8 and pyflakes cleanup hugovk 2014-05-10 12:34:36 +0300
  • 22a370afc2 Fix 12-year-old FIXME hugovk 2014-05-10 11:46:53 +0300
  • 54173d2c67 Cherry-pick of portions of patch a500ca1393, many shortcut ops added, no functional changes wiredfool 2014-05-09 21:36:15 -0700
  • 471a1420b9 Merge commit '329fd00d3fe2709c043c73e075da03b6d9729a2b' into cleanup wiredfool 2014-05-09 20:53:06 -0700
  • e805e9e594 Merge 98e4dfeefb into 958397ae02 Hugo 2014-05-10 03:50:21 +0000
  • adc17c156d Merge branch 'master' of https://github.com/dvska/Pillow into cleanup wiredfool 2014-05-09 20:49:25 -0700
  • 4ed01787b4 Merge d5b09509be into 958397ae02 Dmitry V Selitsky 2014-05-10 03:04:09 +0000
  • 052ea606bf Clean up defines and includes for Windows Nicolas F 2014-05-09 21:05:30 +0200
  • 37bb8eec24 Don't ignore USE_INLINE on Windows Nicolas F 2014-05-09 20:14:46 +0200
  • 8f47e5c619 Merge fe72e26f94 into 958397ae02 amoibos 2014-05-09 16:11:00 +0000
  • 958397ae02 Merge pull request #650 from hugovk/ignorecoveragewarning wiredfool 2014-05-09 08:58:18 -0700
  • 53f17f690d 'Dummy' commit to force rebuild. Extra reporting may be useful too. hugovk 2014-05-09 13:21:26 +0300
  • 56fe245dd1 Don't allow 3.4 failures hugovk 2014-05-09 11:53:49 +0300
  • 5f195ae1a7 On Py3.4, a PendingDeprecationWarning comes from Coverage.py for using the imp module. This warning causes 3.4 builds to fail so ignore the warning from importing coverage. hugovk 2014-05-09 11:41:43 +0300
  • f999ce4334 Adds more prefixes Paulo R 2014-05-09 02:55:42 -0300
  • 91db774995 Merge pull request #3 from hugovk/patch-1 eliempje 2014-05-09 01:21:34 +0200
  • a261865a99 Merge 113b8c2a76 into 73eafbb55f David Caro 2014-05-08 20:20:06 +0000
  • 11227e5dc1 Fix test because thumbnail() retains aspect ratio hugovk 2014-05-08 23:01:44 +0300
  • 7a9badf18e Fix tests so image2 is resized and thumbnailed Hugo 2014-05-08 22:44:46 +0300
  • f7817b93cf Merge pull request #2 from hugovk/eps_tests eliempje 2014-05-08 18:09:13 +0200
  • 23eb9e1de8 Thumbnail tests for https://github.com/python-imaging/Pillow/pull/619 hugovk 2014-05-08 11:45:02 +0300
  • 134295bfd4 Resize tests for https://github.com/python-imaging/Pillow/pull/619 (plus flake8) hugovk 2014-05-08 11:43:04 +0300
  • d3192dd930 Update EpsImagePlugin.py eliempje 2014-05-07 13:36:35 +0200
  • a631eef872 merge from master wiredfool 2014-05-06 10:23:47 -0700
  • 91d3e0cc7f typo, s/&&/%% wiredfool 2014-05-06 10:21:37 -0700
  • ae4e3bbcce Adds fix for a kind of TIFF Paulo R 2014-05-06 13:05:39 -0300
  • f4071ade0a pep8 hugovk 2014-05-05 22:41:09 +0300
  • e835dd70a1 Discard first byte if not 0xFF (for issue #630) hugovk 2014-05-05 22:09:57 +0300
  • fe72e26f94 new style class definition performance improvements through using of list comprehension Daniel Oelschlegel 2014-05-01 23:01:50 +0200
  • 050e812214 cleaned up double or replaced slow string addition Daniel Oelschlegel 2014-05-01 21:10:27 +0200
  • 31a33e35ce Update Image.py amoibos 2014-05-01 20:22:10 +0200
  • d2fbc52d6c Change unsigned INT16 to UINT16 Nicolas F 2014-04-30 11:30:44 +0200
  • 73eafbb55f Merge pull request #641 from hugovk/patch-1 Alex Clark ☺ 2014-04-30 04:42:23 -0400
  • 0de2212653 Add 3.4 back hugovk 2014-04-30 11:07:43 +0300
  • d8e4ed1198 system_site_packages was causing build errors. Allow 3.4 as a failure for now, as a PendingDeprecationWarning is causing failures; this is a problem with the test runner not liking any print output. hugovk 2014-04-30 11:05:15 +0300
  • 522e0ff31c Python 3.4 is live on Travis CI Hugo 2014-04-30 10:06:35 +0300
  • f1cc194955 Don't compare pyaccess in __eq__ hugovk 2014-04-26 21:23:45 +0300
  • a7d21dec15 Remove temp test code hugovk 2014-04-26 20:41:01 +0300
  • 7d1cdc54c4 Don't skip all the tests on Python 3 when there's no cPickle, just the irrelevant test hugovk 2014-04-26 20:20:42 +0300
  • 8794c46318 For pickling, test with Image's __eq__. Everything else can use the old assert_image_equal. hugovk 2014-04-26 20:05:02 +0300
  • 2a6f2c5442 Add __eq__ and __ne__ to Image to be able to test image equality when pickling. Pickle more data. hugovk 2014-04-26 19:43:53 +0300
  • 6c938b784b Remove duplication by calling __init__() (Suggested by @ulope: 6802c12f89 (commitcomment-6125853)) hugovk 2014-04-26 17:18:29 +0300
  • 6802c12f89 Initialise object when unpickling hugovk 2014-04-25 09:01:16 +0300
  • e4185694a2 P3 will skip explicit cPickle tests hugovk 2014-04-22 09:30:15 +0300
  • a3edb45f08 pep8 hugovk 2014-04-22 09:23:34 +0300
  • adfbe8323a Tests and partial implementation of pickling (#629) hugovk 2014-04-22 08:54:16 +0300
  • 4298c1c9c4 Merge c39de6d299 into f6262505cd wiredfool 2014-04-18 20:28:39 +0000
  • c39de6d299 environment based concurrency limit wiredfool 2014-04-18 13:22:47 -0700
  • afa6f95b41 Merge cf3050140f into f6262505cd Hugo 2014-04-18 19:05:12 +0000
  • f6262505cd Merge pull request #633 from hugovk/patch-1 wiredfool 2014-04-18 11:59:58 -0700
  • b917623513 Run slow pypy first Hugo 2014-04-18 15:11:05 +0300
  • cf3050140f pypy tests are 2-3x slower than py2/3 so run them first so we're not sitting at the end waiting for the final job to finish. Makes better use of the parallel job-runners. hugovk 2014-04-18 13:02:45 +0300
  • e0989286b2 Add back parallel test jobs to benchmark again hugovk 2014-04-18 12:59:22 +0300
  • bdd610af9a Remove parallel tests to benchmark serial times hugovk 2014-04-18 12:58:24 +0300
  • 1fc4be3eff Add quotes around commands so second one doesn't hit the Python prompt and sit there forever hugovk 2014-04-18 12:46:09 +0300
  • 7eb1ccb1d6 Run tests in different jobs: http://docs.travis-ci.com/user/speeding-up-the-build/#Parallelizing-your-builds-across-virtual-machines hugovk 2014-04-18 12:35:30 +0300
  • 8c5ed8a873 Update CHANGES.rst [ci skip] wiredfool 2014-04-17 22:22:16 -0700
  • 5ca5652d0b Merge pull request #551 from wiredfool/with wiredfool 2014-04-17 22:20:30 -0700
  • 471cecb523 tests for close and context manager wiredfool 2014-04-17 22:01:55 -0700
  • 8c6a4c0299 Docs changes for close/context manager wiredfool 2014-04-17 21:53:49 -0700
  • 57965665f7 Merge a500ca1393 into b182e239bb Dmitry V Selitsky 2014-04-17 20:30:59 +0000
  • b182e239bb Updated Changes.rst [ci skip] wiredfool 2014-04-17 12:23:19 -0700
  • ca36b6cd36 Merge pull request #606 from wiredfool/pgm wiredfool 2014-04-17 12:22:18 -0700
  • a54754db1f Update CHANGES.rst wiredfool 2014-04-17 12:20:20 -0700
  • 1945fd6cb4 Merge pull request #618 from hugovk/master wiredfool 2014-04-17 12:19:03 -0700
  • 6bf95f003b Update CHANGES.rst wiredfool 2014-04-17 12:12:29 -0700
  • c381b6dbfa Merge pull request #628 from wiredfool/Hijackal-patch-1 wiredfool 2014-04-17 12:11:11 -0700
  • 0f2e08dfe0 Merge pull request #614 from Hijackal/patch-1 wiredfool 2014-04-17 12:10:39 -0700
  • 955bfd47de Don't delete the tempdir if it's passed in from the runner wiredfool 2014-04-17 10:05:07 -0700
  • 7ecda007e0 multiprocess coverage wiredfool 2014-04-17 09:48:16 -0700
  • fdd5900d32 skipped tests are printed later wiredfool 2014-04-17 08:58:41 -0700
  • 5e077e0414 Pass the tempdir through to the tester from the bulk runner wiredfool 2014-04-17 08:55:38 -0700
  • a2428f24bd fixed borked merge wiredfool 2014-04-16 14:16:58 -0700
  • d5b09509be logic typo fix Dmitry Selitsky 2014-04-16 16:07:43 +0300
  • 48ecc9eacb Switch bits per pixel from 16 to 12 David Joy 2014-04-15 16:42:15 -0400