Commit Graph

  • 31409bc83d tox: Allow passing arguments from tox to pytest Jerome Leclanche 2018-03-04 10:03:57 +0200
  • d2c73c4882 tox: Add pytest to test deps Jerome Leclanche 2018-03-04 10:02:54 +0200
  • 4d685ac0cd blp: Add more test images Jerome Leclanche 2018-02-18 06:24:39 +0200
  • 73d7fff16e blp: Separate BLP1 and BLP2 decoding more cleanly Jerome Leclanche 2018-02-18 04:56:13 +0200
  • fcba3583c3 blp: Simplify dxt1/dxt3/dxt5 decoding Jerome Leclanche 2018-02-18 04:55:55 +0200
  • adaa703576 Add support for BLP file format Jerome Leclanche 2018-02-17 02:46:29 +0200
  • c13ccf13a1 Added missing whitespace Andrew Murray 2018-03-06 19:53:07 +1100
  • 8116ee3738 Inline comment should start with '# ' Andrew Murray 2018-03-04 15:33:44 +1100
  • f22f1628eb At least two spaces before inline comment Andrew Murray 2018-03-04 14:24:36 +1100
  • 2202196162 Flake8 blank line fixes Andrew Murray 2018-03-03 20:54:00 +1100
  • 45352662bb Removed unused variable Andrew Murray 2018-03-03 20:28:58 +1100
  • 6930d871eb Removed unused import Andrew Murray 2018-03-03 20:28:34 +1100
  • 262b6d15cc
    Merge pull request #3027 from radarhere/url Hugo 2018-03-04 12:34:29 +0200
  • eef06b2124 Fixed URL [ci skip] Andrew Murray 2018-03-04 21:23:07 +1100
  • 928bea3002 issue #2959: enhance test, mainly to trigger Appveyor re-build Dvořák Václav 2018-03-04 00:01:14 +0100
  • 24ecfe315a issue #2959: fix wrong Parent of pre-existing Page objects when appending Dvořák Václav 2018-03-03 23:32:47 +0100
  • 113d67214c issue #2959: change asserts into raises Dvořák Václav 2018-03-03 21:08:20 +0100
  • 9f71c1ec70
    Merge pull request #3025 from radarhere/installation Hugo 2018-03-02 21:49:58 +0200
  • d01a6c55aa Improved readability of Continuous Integration Targets table [ci skip] Andrew Murray 2018-03-03 05:21:54 +1100
  • a9dd5a9422 Improved readability of Other Platforms table [ci skip] Andrew Murray 2018-03-03 04:30:24 +1100
  • add2746ac6
    Certain corrupted jpegs can result in no data read Konstantin Kopachev 2018-02-28 22:15:58 -0800
  • 7f7d5aa183
    Move intro text below its header Hugo 2018-02-28 14:50:02 +0200
  • 497b8fd0f7 Only attempt deploy for python-pillow/Pillow Hugo 2018-02-27 13:27:26 +0200
  • 4125947d09 No changes, except save with LF instead of CRLF Hugo 2018-02-27 13:26:32 +0200
  • 1591c530bd
    Update CHANGES.rst Hugo 2018-02-27 12:25:19 +0200
  • 034617ffae
    Merge pull request #3009 from thijstriemstra/patch-1 Hugo 2018-02-27 12:08:06 +0200
  • 4936b447f0
    Merge pull request #2985 from Metallicow/trim-trailing-space Hugo 2018-02-27 12:00:15 +0200
  • 3e49f27865
    Update CHANGES.rst Hugo 2018-02-27 11:56:34 +0200
  • 5ba51eb7e0
    Merge pull request #3000 from radarhere/imagedraw Hugo 2018-02-27 11:55:18 +0200
  • 185f71313c
    Merge pull request #3017 from radarhere/raqm Hugo 2018-02-27 11:50:31 +0200
  • 2a2c0fefec
    Merge pull request #2997 from radarhere/libimagequant Hugo 2018-02-27 11:38:50 +0200
  • d91f26486b
    Merge pull request #2990 from radarhere/imagefilter Hugo 2018-02-27 11:38:24 +0200
  • af4f501c8e
    Merge pull request #2983 from radarhere/duplicate Hugo 2018-02-27 11:37:12 +0200
  • d146f776e8
    Merge pull request #3003 from radarhere/appveyor_pypy Hugo 2018-02-27 11:36:30 +0200
  • 2ffb41f8a2 Updated raqm to 0.5.0 Andrew Murray 2018-02-25 11:35:54 +1100
  • 4690652456 Updated pypy version Andrew Murray 2018-02-14 20:03:53 +1100
  • bc916e5e53 Fixed typos [ci skip] Andrew Murray 2018-02-26 19:58:30 +1100
  • fc7fdced74
    enable pip cache in appveyor build Thijs Triemstra 2018-02-20 04:13:29 +0100
  • fc3c4c0119 Corrected reference to method Andrew Murray 2018-02-14 20:09:00 +1100
  • 74ed05be10 Updated libimagequant to 2.11.9 Andrew Murray 2018-02-06 06:09:40 +1100
  • abd9029279 command option for Image.Image.show() was not supported, but was in documentation Graham Scheaffer 2018-02-11 15:26:13 -0600
  • 5fa7791777
    Merge pull request #2999 from radarhere/readme Hugo 2018-02-09 13:51:01 +0200
  • 19590874a8 Fixed link [ci skip] Andrew Murray 2018-02-09 20:56:10 +1100
  • cbb0c8fc53 Changed build instructions path to link [ci skip] Andrew Murray 2018-02-09 20:55:24 +1100
  • 60002b4a90 Changed path to build instructions [ci skip] Andrew Murray 2018-02-09 20:16:21 +1100
  • eb5c52cb17 Fix "invalid escape sequence" warning on Python 3.6+ Tim Graham 2018-02-05 13:53:45 -0500
  • 162026dd00
    Merge 4c48000072 into 5fd72be207 SHUBHAM MALIK 2018-02-03 19:31:33 +0000
  • 4c48000072
    Updating the function name at line 1829 SHUBHAM MALIK 2018-02-04 00:57:56 +0530
  • 4cea610f16 issue #2959: oops. sorry. reverting accidental change that broke builds Dvořák Václav 2018-01-31 23:08:49 +0100
  • c15a0b2fce issue #2959: rename pdfParser.py to PdfParser.py Dvořák Václav 2018-01-31 00:35:55 +0100
  • 9be8d669f9 issue #2959: changes based on @hugovk's review Dvořák Václav 2018-01-31 00:25:04 +0100
  • aa0ee9feab Rearranged classes into alphabetical order Andrew Murray 2018-01-30 20:13:51 +1100
  • a852c6186f Basic WAL test Hugo 2018-01-29 17:18:06 +0200
  • 8674f71907 File exported from hopper.png using Wally Hugo 2018-01-29 15:33:26 +0200
  • 5fd72be207
    Merge pull request #2987 from radarhere/manifest Hugo 2018-01-29 13:18:30 +0200
  • 9d6f5f44a9 Removed Tk directory Andrew Murray 2018-01-29 19:53:26 +1100
  • dd524e57e6 Updated codecov filename Andrew Murray 2018-01-29 19:45:33 +1100
  • b9d4105ea2
    Merge pull request #2984 from radarhere/typo Hugo 2018-01-28 09:40:12 +0200
  • b5f140a0b7 Updated freetype to 2.9 Andrew Murray 2018-01-27 17:50:50 +1100
  • 5e94cd0fc2 Trim trailing whitespace tests dir Metallicow 2018-01-27 00:07:24 -0600
  • b13025129b Trim trailing whitespace docs dir Metallicow 2018-01-27 00:04:46 -0600
  • 22a59ac839 Trim trailing whitespace src dir Metallicow 2018-01-27 00:02:56 -0600
  • d212808e3d Fixed typo Andrew Murray 2018-01-27 16:19:02 +1100
  • 5e0de38519 Removed duplicate line Andrew Murray 2018-01-27 10:09:51 +1100
  • ede57b91e0 issue #2959: keep file open, add context manager, add methods to support writing, eliminate the passing of file or buffer Dvořák Václav 2018-01-26 19:07:43 +0100
  • 78fe32a431 issue #2959: support streams, add some tests Dvořák Václav 2018-01-26 17:15:38 +0100
  • 971837cc00 issue #2959: another Py2 bugfix Dvořák Václav 2018-01-26 16:12:39 +0100
  • 524addc499 issue #2959: argh, do we really need to support Python 2.x? ;-) Dvořák Václav 2018-01-26 15:32:54 +0100
  • 51bed10d4e issue #2959: oops, hopefully fix Python 2.x Dvořák Václav 2018-01-26 14:54:49 +0100
  • 53ce9ec4fb issue #2959: fix PdfDict attribute access, text decoding, tests Dvořák Václav 2018-01-26 13:42:11 +0100
  • 4d3b13fb08 issue #2959: improve Info setting and dumping Dvořák Václav 2018-01-26 12:11:10 +0100
  • c255948860 Fixed typo Andrew Murray 2018-01-26 16:52:07 +1100
  • 29818f30f0 Fixed typo [ci skip] Andrew Murray 2018-01-25 19:57:58 +1100
  • 1cfda448e0
    Update CHANGES.rst Hugo 2018-01-25 10:52:24 +0200
  • 8f4dc0d963
    Update CHANGES.rst Hugo 2018-01-25 10:52:01 +0200
  • 797d67b9a3
    Merge pull request #2974 from wiredfool/webp_leak Hugo 2018-01-25 10:51:23 +0200
  • f9566877f3 issue #2959: fix broken test Dvořák Václav 2018-01-25 01:19:25 +0100
  • 95f5c8d4ff issue #2959: move pdfParser self tests to Tests directory Dvořák Václav 2018-01-25 01:12:32 +0100
  • 84f87471f5 issue #2959: support io.BytesIO objects Dvořák Václav 2018-01-25 00:44:59 +0100
  • bc01bb6aae issue #2959: update documentation Dvořák Václav 2018-01-25 00:22:03 +0100
  • 13fe1a5ba7 issue #2959: text string decoding, support for Info dict, updated tests Dvořák Václav 2018-01-25 00:20:18 +0100
  • 991f832d91 issue #2959: change Py3 detection, fix trailer location for some PDFs Dvořák Václav 2018-01-24 22:45:37 +0100
  • aa934ac2b7 Merge 18bab3eff5 into 89ce1c0f12 Andrew Murray 2018-01-24 18:50:42 +0000
  • 18bab3eff5 Fix "TypeError: 'NoneType' object is not iterable" for PPC and CRUX Hugo 2018-01-11 12:45:52 +0200
  • a5b9b56e2e Add libdirs for ppc64le and armv7l Nehal J Wani 2018-01-21 20:48:50 +0530
  • 1b06cbc3bb run webp leak check by default Eric Soroos 2018-01-24 14:02:58 +0000
  • 379d3ccce2 Fixed up the webp leak check Eric Soroos 2018-01-24 14:02:33 +0000
  • 0da68dee98 Fix leak opening _webp files Eric Soroos 2018-01-24 13:22:51 +0000
  • 90478081e8
    Update CHANGES.rst [ci skip] wiredfool 2018-01-24 11:10:45 +0000
  • 9a19858fb7
    Merge pull request #2938 from uploadcare/tiff-with-optional-channels wiredfool 2018-01-24 11:10:18 +0000
  • 0bf7c7518f
    Merge pull request #2930 from python-pillow/add-twitter-badge wiredfool 2018-01-24 11:05:32 +0000
  • e902e46019
    Update CHANGES.rst [ci skip] wiredfool 2018-01-24 10:59:17 +0000
  • d6973ff50f
    Merge pull request #2942 from radarhere/imagecms_remove_main wiredfool 2018-01-24 10:55:59 +0000
  • c686a71320
    Merge pull request #2958 from radarhere/typo wiredfool 2018-01-24 10:54:51 +0000
  • d04380afb6
    Merge pull request #2961 from radarhere/assert wiredfool 2018-01-24 10:54:18 +0000
  • 25e72d5856 Fixed typos Andrew Murray 2018-01-14 12:09:05 +1100
  • 7e4fdb1097
    Merge pull request #2968 from nehaljwani/libdirs-ppc64le-armv7l wiredfool 2018-01-24 10:52:27 +0000
  • bae2613ed6
    Merge pull request #2951 from hugovk/2950-install-not-iterable wiredfool 2018-01-24 10:51:46 +0000
  • 07cc4d2360
    Merge pull request #2957 from radarhere/freetype wiredfool 2018-01-24 10:50:22 +0000
  • ee8e5bd382
    Merge pull request #2969 from radarhere/raqm wiredfool 2018-01-24 10:48:51 +0000