Commit Graph

  • d0fc67ff37 Allowed for wildcard paths in multiple platforms in pilfile script Andrew Murray 2016-03-29 18:20:39 +1100
  • f00a70bc57 Removed powf support for older Python versions Andrew Murray 2016-03-28 19:06:06 +1100
  • 2a9c303d73 Changed documented name of JPEG property [ci skip] Andrew Murray 2016-03-28 13:32:49 +1100
  • 33fff9e4a8 Add test for multipage tiff file with different compression Geka 2016-02-29 15:07:51 +0300
  • 886a7cf206 Different TIFF frames may have different compression Andrew Murray 2016-03-27 22:18:39 +1100
  • 4d234fb54d Merge pull request #1732 from hugovk/issue-template Alex Clark 2016-03-27 07:07:16 -0400
  • 0c4131bf67 Fixing tests on windows/32bit wiredfool 2016-03-26 15:01:26 -0700
  • 43b4b8d664 Fix for UnboundLocalError with corrupt jpeg2k file wiredfool 2016-03-26 13:41:00 -0700
  • 86561f61c6 Dont call release-test from install-venv [ci skip] Alex Clark 2016-03-24 08:14:06 -0400
  • 557801977e Use venv & run release-test [ci skip] Alex Clark 2016-03-24 08:06:55 -0400
  • 5bb7ac3662 Add makefile target co for code review Alex Clark 2016-03-24 07:51:45 -0400
  • 74493e1616 Add install-venv makefile target [ci skip] Alex Clark 2016-03-24 07:44:42 -0400
  • 3af794bc05 Exclude more build detritus from package Alex Clark 2016-03-23 17:30:55 -0400
  • a52b468e96 Add note about reqs [ci skip] Alex Clark 2016-03-23 17:23:08 -0400
  • 1dfbe273f0 Clean up reqs Alex Clark 2016-03-23 17:18:08 -0400
  • 34c80ef642 Merge pull request #1770 from python-pillow/yapf-format-setup Alex Clark 2016-03-23 15:49:42 -0400
  • 0c99360822 Merge 81dfbc7f97 into d3727b523e ShamsaHamed 2016-03-16 10:24:02 +0000
  • f65fcf7274 Fixing the tests on py 3.x wiredfool 2016-03-16 10:03:38 +0000
  • bb0d312de7 Added __copy__ method to Image Andrew Murray 2016-03-16 20:23:51 +1100
  • c6ec3be0d6 Fix for integer overflow in path.c wiredfool 2016-03-15 19:56:40 +0000
  • d3727b523e Update website URL [ci skip] Andrew Murray 2016-03-15 22:53:16 +1100
  • 57d7873288 yapf-formatting for setup.py Alex Clark 2016-03-15 07:16:22 -0400
  • 54925c492c Update website URL [ci skip] Alex Clark 2016-03-15 07:15:03 -0400
  • 6d5e7c69e6 Revert "Update website URL [ci skip]" Alex Clark 2016-03-15 07:14:03 -0400
  • 838986349c Update website URL [ci skip] Alex Clark 2016-03-15 07:10:42 -0400
  • e9c4ee3354 adds option to ignore TCL/Tk framework installs on OS X Darren Dale 2016-03-14 13:38:42 -0400
  • b7b42a65c1 Updated Changes.rst [ci skip] wiredfool 2016-03-14 17:08:35 +0000
  • 6f5994db15 Merge pull request #1766 from radarhere/pilprint wiredfool 2016-03-14 10:07:46 -0700
  • b550b2a9e4 Merge pull request #1756 from SemanticsOS/lambdafu/pycms wiredfool 2016-03-14 10:05:49 -0700
  • 9ba0c81b77 Merge pull request #1752 from radarhere/tktcl wiredfool 2016-03-14 09:53:41 -0700
  • c20b2f715d Merge pull request #1751 from radarhere/rotate wiredfool 2016-03-14 09:52:06 -0700
  • b411f0999f Merge pull request #1750 from radarhere/comment wiredfool 2016-03-14 09:51:24 -0700
  • b1f81220ef Merge pull request #1749 from radarhere/url wiredfool 2016-03-14 09:50:58 -0700
  • fb853267f9 Merge pull request #1748 from radarhere/path wiredfool 2016-03-14 09:48:53 -0700
  • c3bf1e1c78 Merge pull request #1745 from hugovk/crop_integers wiredfool 2016-03-14 09:44:29 -0700
  • b1f6cecd70 Merge pull request #1663 from wiredfool/uninitialized-variable wiredfool 2016-03-14 09:41:12 -0700
  • e05ac55aca Merge pull request #1700 from wiredfool/cygwin-mpcompile wiredfool 2016-03-14 09:40:08 -0700
  • c95de4e61f Comment typo Hugo 2016-03-13 20:29:47 +0200
  • 7c27a3b5de Added debug to pilprint available options Andrew Murray 2016-03-12 10:30:54 +1100
  • 1333e23663 Corrected pilprint version number Andrew Murray 2016-03-12 10:30:28 +1100
  • 8dcbf9c12b Fixing SystemError: new style getargs format but argument is not a tuple wiredfool 2016-03-10 22:14:03 -0800
  • 1ef813367b Merge d1c852a13b into 555544c5cf Marcus Brinkmann 2016-03-09 07:03:00 +0000
  • 555544c5cf Update CHANGES.rst [CI skip] Hugo 2016-03-08 22:55:47 +0200
  • ebb6002c96 Merge pull request #1761 from wiredfool/ucs Hugo 2016-03-08 22:53:38 +0200
  • 84e1971475 Merge pull request #1764 from wiredfool/setup-required Hugo 2016-03-08 22:50:30 +0200
  • ac92468808 Fix the error reported when libz is not found wiredfool 2016-03-08 10:30:37 -0800
  • d1c852a13b Do not access uninitialized memory in getink. Marcus Brinkmann 2016-03-08 16:08:00 +0100
  • 10f2faf3ed Provide a more general error check to catch #1753 wiredfool 2016-03-08 01:04:11 -0800
  • e4437ca566 Add documentation for CmsProfile. Marcus Brinkmann 2016-03-07 18:43:13 +0100
  • 31070a9165 Fix chromaticity attribute in CmsProfile. Marcus Brinkmann 2016-03-07 18:42:41 +0100
  • ab76e11fe1 Fixed typo [ci skip] Andrew Murray 2016-03-06 15:00:27 +1100
  • 491e615dbe Fixed typo Andrew Murray 2016-03-06 08:37:15 +1100
  • 87603266ad Give much more details about ICC profiles. Marcus Brinkmann 2016-03-02 20:50:14 +0100
  • 558fb99107 Updated Tk and Tcl to 8.6.5 Andrew Murray 2016-03-05 11:54:53 +1100
  • 8ca0429f02 Updated Tk and Tcl to 8.5.19 Andrew Murray 2016-02-28 23:40:57 +1100
  • cff9a5e266 Merge pull request #1758 from radarhere/documentation Hugo 2016-03-04 10:25:30 +0200
  • da6b9acc9c Minor grammar fix [ci skip] Andrew Murray 2016-03-04 19:19:31 +1100
  • 8502503652 Add test for multipage tiff file with different compression Geka 2016-02-29 15:07:51 +0300
  • 4c5733de7c fix bug in TiffImagePlugin. Save and restore pointer to super.load in _setup geka 2016-02-29 13:59:24 +0300
  • c3e0a685be Corrected documentation [ci skip] Andrew Murray 2016-02-28 23:29:12 +1100
  • ee9129b525 Clarified documentation [ci skip] Andrew Murray 2016-02-28 23:12:03 +1100
  • 717d2fe195 Changed no longer found URL to archive URL Andrew Murray 2016-02-28 22:36:35 +1100
  • b959a25f09 Fixed bug when saving to a non-existent path using pathlib Andrew Murray 2016-02-27 13:10:50 +1100
  • 239f09435a Round crop args to nearest integers (#1744) hugovk 2016-02-24 15:11:08 +0200
  • 39e407dbc1 Failing test for #1744 hugovk 2016-02-24 15:06:28 +0200
  • 648030eb7e Update CHANGES.rst [ci skip] wiredfool 2016-02-23 22:35:50 +0000
  • e2957a22dd Merge pull request #1724 from radarhere/tox wiredfool 2016-02-23 14:31:25 -0800
  • 27d8edbed5 Merge pull request #1728 from radarhere/buffer wiredfool 2016-02-23 14:29:57 -0800
  • 22d3e6a601 SpiderImagePlugin: raise an error when seeking in a non-stack file Jonathan Michalon 2016-02-23 14:08:39 +0100
  • 13668773b4 Add FreeBSD Instructions/Notes, Sort OS entries Kubilay Kocak 2016-02-23 19:26:55 +1100
  • bdf56faa03 Updated CVE id wiredfool 2016-02-22 13:35:51 +0000
  • bebc58974b Updated CVE id wiredfool 2016-02-22 13:34:54 +0000
  • 7df66aa5f7 Updated Changes.rst [ci skip] wiredfool 2016-02-22 13:34:02 +0000
  • e5324bd3b4 Updated Changes.rst [ci skip] wiredfool 2016-02-22 13:33:04 +0000
  • a44207443c Merge pull request #1738 from radarhere/redirect Hugo 2016-02-22 10:51:55 +0200
  • 895ab20438 Updated redirect URL Andrew Murray 2016-02-22 18:38:04 +1100
  • 81dfbc7f97 fix testing shamsa 2016-02-18 12:53:19 +0400
  • 47b389ccb5 Update CHANGES.rst [CI skip] Hugo 2016-02-20 11:28:26 +0200
  • 06b4274f16 Merge pull request #1736 from radarhere/exiftags Hugo 2016-02-20 11:27:24 +0200
  • 2f73b7cbfc Fixed ExifTags typo Andrew Murray 2016-02-20 10:19:13 +1100
  • 535680808f Update ExifTags.py Zacharias Thompson 2016-02-19 13:24:51 -0800
  • 99eaf4fd89 Update ExifTags.py Zacharias Thompson 2016-02-19 13:24:51 -0800
  • 63ac301504 Merge pull request #1733 from radarhere/documentation Hugo 2016-02-19 11:39:40 +0200
  • 46bd536c0c Corrected documentation reference [ci skip] Andrew Murray 2016-02-19 20:11:00 +1100
  • 5a05b48b4f Create issue template [CI skip] hugovk 2016-02-18 17:07:20 +0200
  • ca3c010c24 Fix gitsize function. shamsa 2016-02-16 11:52:59 +0400
  • c8edd8af14 Solve merge conflict shamsa 2016-02-04 12:47:24 +0400
  • 4aaafa08d6 Testing complex text layout. shamsa 2016-02-03 15:24:10 +0400
  • 9d14c54534 Merge pull request #1731 from radarhere/testing Hugo 2016-02-16 16:49:41 +0200
  • b5ad791d4e Updated El Capitan tested Pillow version [ci skip] Andrew Murray 2016-02-17 00:01:02 +1100
  • 647af0d625 Document complex text layout features. shamsa 2016-02-03 14:50:46 +0400
  • 3c3fc12480 fallback code shamsa 2016-01-27 09:09:26 +0400
  • 4620e06368 Fix build with python 3.2 shamsa 2016-01-25 15:16:35 +0400
  • 62b473c584 Fix failure in test_imagefont.py shamsa 2016-01-25 14:51:27 +0400
  • 2801c19510 Add complex text support. shamsa 2016-01-13 10:31:49 +0400
  • 6de1e5161a added instructions for Fedora 23 Zandr Martin 2016-02-14 16:51:34 -0600
  • 7bfb2745cb Updated documentation [ci skip] Andrew Murray 2016-02-14 21:02:38 +1100
  • 86c548a2b9 Merge pull request #1726 from radarhere/redirect Hugo 2016-02-11 10:42:57 +0200
  • a7c7aa171d Updated redirected URLs Andrew Murray 2016-02-10 19:37:16 +1100
  • 70f95d0c80 Update CHANGES.rst [CI skip] Hugo 2016-02-10 16:22:27 +0200