Commit Graph

  • 6005800396 Merge pull request #1594 from wiredfool/g4_attributes Hugo 2015-12-15 15:45:36 +0200
  • ae83c18c91 Added field type constants to TiffTags Andrew Murray 2015-12-15 23:36:16 +1100
  • b9659780be Merge 0788efd272 into d81509b6aa Andrew Murray 2015-12-14 21:26:26 +0000
  • d81509b6aa Update CHANGES.rst [ci skip] wiredfool 2015-12-14 21:01:57 +0000
  • 436daee5e0 Merge pull request #1591 from radarhere/health wiredfool 2015-12-14 21:00:09 +0000
  • 7f1f5ff248 Update CHANGES.rst [ci skip] wiredfool 2015-12-14 20:57:24 +0000
  • 65ff8f9f5a Merge pull request #1578 from cartisan/numpy-conversion-for-hsv wiredfool 2015-12-14 20:55:47 +0000
  • 9232b98bc7 Update CHANGES.rst [ci skip] wiredfool 2015-12-14 20:50:26 +0000
  • 286c5e84db Merge pull request #1580 from hugovk/linkcheck wiredfool 2015-12-14 20:49:12 +0000
  • 3d5e395bb5 Merge pull request #1579 from hugovk/imagefont_getters wiredfool 2015-12-14 20:48:03 +0000
  • 004a60964c Update CHANGES.rst [ci skip] wiredfool 2015-12-14 20:47:21 +0000
  • 5fa4e495a9 Merge pull request #1590 from radarhere/exception wiredfool 2015-12-14 20:46:42 +0000
  • fe35a18db0 Possible fix for issue #1561, let rows per strip through, but block the other two wiredfool 2015-12-09 20:39:49 +0000
  • b68bb56b64 test for issue #1561 wiredfool 2015-12-14 20:24:01 +0000
  • 096b532a90 Removed unused variable Andrew Murray 2015-12-10 21:34:22 +1100
  • c27110ab56 Flake8 fixes Andrew Murray 2015-12-10 09:35:35 +1100
  • 1c99b39239 Fixed redefined built-in Andrew Murray 2015-12-10 09:23:58 +1100
  • 0b64d6d8bf Removed unnecessary pass statement Andrew Murray 2015-12-09 17:17:14 +1100
  • 71d45bc61e Corrected line length greater than 80 Andrew Murray 2015-12-10 09:23:04 +1100
  • 9176633d60 Specified exception type Andrew Murray 2015-12-09 16:24:32 +1100
  • 384d32969d Replaced flush try except with hasattr Andrew Murray 2015-12-09 15:47:53 +1100
  • 8d3b240096 Update CHANGES.rst Andrew Murray 2015-12-10 08:48:42 +1100
  • 9014517602 Removed logger exception Andrew Murray 2015-12-10 08:39:26 +1100
  • 647ad14ca5 Also switch TIFFImagePlugin to logging. Antony Lee 2015-12-09 07:10:02 -0800
  • 5ca316ed28 Merge 937bf7807b into 3b3b559d9e Andrew Murray 2015-12-09 09:31:45 +0000
  • 3b3b559d9e Update CHANGES.rst [CI skip] Hugo 2015-12-09 11:31:41 +0200
  • 26b66b8038 Merge pull request #1581 from radarhere/wal Hugo 2015-12-09 11:18:35 +0200
  • 6e16168567 Merge pull request #1577 from radarhere/float Hugo 2015-12-09 11:16:43 +0200
  • 58ff22b0d4 Merge pull request #1586 from radarhere/olefileio42 Hugo 2015-12-09 11:12:44 +0200
  • 4b2d02e633 Merge pull request #1587 from radarhere/warnings Hugo 2015-12-09 11:11:18 +0200
  • 937bf7807b Added NullHandler class for Python 2.6 Andrew Murray 2015-12-09 20:08:00 +1100
  • 20dcf76cef Added null handler to loggers Andrew Murray 2015-12-09 19:20:29 +1100
  • 5f904ace9d Removed warnings check Andrew Murray 2015-12-09 16:55:33 +1100
  • b6880a65d1 Updated OleFileIO README to 0.42 [ci skip] Andrew Murray 2015-12-09 08:40:13 +1100
  • 1698fbbf06 Reverted changelog to its initial state upon forking to prevent merge conflicts cartisan 2015-12-08 17:20:29 +0100
  • 8f9b3a7372 Changed arcs, chords and pie slices to use floats Andrew Murray 2015-12-09 00:28:52 +1100
  • e8a382ebff Merge 46f8e6187a into 112240d3a2 Andrew Murray 2015-12-08 11:49:38 +0000
  • 46f8e6187a Removed testing of debug mode Andrew Murray 2015-12-08 22:49:30 +1100
  • 9ea96c8588 Updated OleFileIO version in docs Andrew Murray 2015-12-08 22:19:54 +1100
  • 448ca78168 Updated OleFileIO README [ci skip] Andrew Murray 2015-12-08 22:02:57 +1100
  • 0f3d247a87 Removed pre-Python 2.3 workaround from OleFileIO Andrew Murray 2015-12-08 21:59:05 +1100
  • 63ea351a9b Health fixes Andrew Murray 2015-12-08 22:10:31 +1100
  • 430a87997b Upgraded OleFileIO to 0.43 Andrew Murray 2015-12-08 21:55:12 +1100
  • 112240d3a2 Update CHANGES.rst [CI skip] Hugo 2015-12-08 12:19:12 +0200
  • cd220dccb4 Merge pull request #1584 from radarhere/instance Hugo 2015-12-08 12:17:55 +0200
  • ee82f7089c Changed assertTrue isinstance to assertIsInstance Andrew Murray 2015-12-08 20:31:02 +1100
  • 0788efd272 Catch malformed value in TIFF Andrew Murray 2015-12-08 12:23:02 +1100
  • 7f00312517 Removed __main__ code from WalImageFile Andrew Murray 2015-12-08 07:53:29 +1100
  • 23309e13da Declare encoding hugovk 2015-12-07 22:16:23 +0200
  • b72b0295c7 'make linkcheck' fixes hugovk 2015-12-07 22:03:36 +0200
  • 5f1a042293 Merge pull request #1576 from radarhere/imagedraw Hugo 2015-12-07 20:50:58 +0200
  • 1110978fc7 Test another ImageFont getter hugovk 2015-12-07 20:44:03 +0200
  • 1ae23a807f Test ImageFont getters hugovk 2015-12-07 20:24:57 +0200
  • 8b76f557ce Enabled conversion to numpy array for HSV images. #1559 cartisan 2015-12-07 17:40:42 +0000
  • d392b423cd Update CHANGES.rst wiredfool 2015-12-07 14:16:05 +0000
  • fb17bf3d20 Merge pull request #1478 from baumatron/pillow_fix_eps_gs_command wiredfool 2015-12-07 14:15:51 +0000
  • 1848c746eb Updated Changes.rst [ci skip] wiredfool 2015-12-07 13:42:01 +0000
  • 2f75ee7e9f Merge pull request #1574 from hugovk/wiredfool-multiline_text-plus4 wiredfool 2015-12-07 13:41:15 +0000
  • 7563915aa5 Updated Changes.rst [ci skip] wiredfool 2015-12-07 13:32:53 +0000
  • fbb31a00d0 Merge pull request #1530 from radarhere/unused wiredfool 2015-12-07 13:32:02 +0000
  • 9009f457aa Update CHANGES.rst wiredfool 2015-12-07 13:30:20 +0000
  • 1f1755a9ec Merge pull request #1560 from radarhere/qt wiredfool 2015-12-07 13:29:40 +0000
  • e4a1035e82 Updated Changes.rst [ci skip] wiredfool 2015-12-07 13:07:21 +0000
  • f0944438ab Removed FIXME from ImageDraw test Andrew Murray 2015-12-08 00:03:38 +1100
  • 51cd06685e Merge pull request #1556 from radarhere/unpack wiredfool 2015-12-07 12:59:34 +0000
  • 9158ffda87 Merge e8e8e1959e into f32a185f06 Eric L. Frederich 2015-12-07 12:57:23 +0000
  • f32a185f06 Merge pull request #1553 from cgohlke/patch-2 wiredfool 2015-12-07 12:56:38 +0000
  • f3170bcf9b Updated Changes.rst [ci skip] wiredfool 2015-12-07 12:55:53 +0000
  • bceb18baa2 Merge pull request #1555 from Nexuapex/master wiredfool 2015-12-07 12:53:51 +0000
  • 731d0b1b73 Default spacing of 4, update tests hugovk 2015-12-06 18:31:33 +0200
  • d52e58dbbd Merge remote-tracking branch 'upstream/master' into wiredfool-multiline_text hugovk 2015-12-06 18:05:25 +0200
  • 12a52b38a9 Merge pull request #1572 from hugovk/travis-gce Hugo 2015-12-06 18:04:31 +0200
  • 890bdc2c07 sudo apt-get update hugovk 2015-12-06 17:31:53 +0200
  • c82b54b896 Update tests hugovk 2015-12-06 15:57:19 +0200
  • 99894f1c45 Merge pull request #1570 from radarhere/olefileio Hugo 2015-12-06 14:46:49 +0200
  • d098e30c55 Updated OleFileIO version in docs [ci skip] Andrew Murray 2015-12-06 23:15:11 +1100
  • 9fc0bc695c Merge 86f3ae4030 into 7062b43466 Andrew Murray 2015-12-03 13:54:37 +0000
  • 86f3ae4030 Fixed typo Andrew Murray 2015-12-04 00:49:56 +1100
  • 7062b43466 Merge pull request #1567 from radarhere/support Hugo 2015-12-03 08:33:22 +0200
  • 1051facdb7 Added Python 3 to Platform Support for El Capitan [ci skip] Andrew Murray 2015-12-03 12:06:04 +1100
  • 69ed8c3905 Update CHANGES.rst [CI skip] Hugo 2015-12-02 10:46:37 +0200
  • c32a8257d7 Merge pull request #1566 from radarhere/health Hugo 2015-12-02 10:43:04 +0200
  • 6604706522 Merge pull request #1565 from radarhere/sphinx Hugo 2015-12-02 10:41:44 +0200
  • 2dd06f69b9 Merge pull request #1564 from radarhere/freetype Hugo 2015-12-02 10:40:36 +0200
  • 806df2e7db Removed unused argument Andrew Murray 2015-12-02 16:55:50 +1100
  • 407aa77db4 Removed unnecessary lambda Andrew Murray 2015-12-02 16:49:30 +1100
  • 674515d568 Changed lines to be below 80 characters Andrew Murray 2015-12-02 16:41:26 +1100
  • a9efd7ad98 Stopped modules from importing themselves Andrew Murray 2015-12-02 16:37:50 +1100
  • 82c7ea8489 Changed string format argument to logger parameter Andrew Murray 2015-12-02 16:32:44 +1100
  • 560774e3e0 Removed unreachable code Andrew Murray 2015-12-02 16:29:01 +1100
  • e9a6a96053 Specified exception type Andrew Murray 2015-12-02 16:23:49 +1100
  • 4ab0cbb5ba Removed unused variable Andrew Murray 2015-12-02 16:15:12 +1100
  • d321177589 Removed undefined variable Andrew Murray 2015-12-02 16:09:47 +1100
  • dcca128420 Fixed length of title underlines Andrew Murray 2015-12-02 15:40:16 +1100
  • 8440696bc5 Updated freetype to 2.6.2 Andrew Murray 2015-12-02 15:07:09 +1100
  • 20ccabf532 Merge 72e35c30c5 into ea2982f284 Alexander Karpinsky 2015-12-01 21:26:25 +0000
  • b496f37e1f Add test for #1524. John Calsbeek 2015-12-01 09:14:32 -0800
  • 2d0b6987a0 Changed ImageQt import of Image Andrew Murray 2015-11-30 22:06:18 +1100
  • 450f116465 Merge pull request #23 from radarhere/master Hugo 2015-11-29 22:09:57 +0200
  • 02b5c460ea Updated freetype to 2.6.2 Andrew Murray 2015-11-29 20:44:05 +1100