Commit Graph

  • 1952790e3f
    Merge pull request #7513 from radarhere/xz Andrew Murray 2023-11-11 15:47:48 +1100
  • 9b88cf5ad9 #ifdef _UNISTD_H -> HAVE_UNISTD_H Hugo van Kemenade 2023-11-08 18:48:40 +0200
  • 95eef25aca Fix for Python 3.13: explicitly include unistd.h Hugo van Kemenade 2023-11-08 17:07:17 +0200
  • dcc66597f0 Test Python 3.13 pre-release Hugo van Kemenade 2023-11-08 13:58:58 +0200
  • d127600c59 Update test images for overlapping text ZachNagengast 2023-11-07 08:03:22 -0800
  • 11bea8fea6 Merge branch 'main' of ssh://github.com/python-pillow/Pillow into fix-alpha-for-overlapping-glyphs ZachNagengast 2023-11-07 06:34:31 -0800
  • 66192544f6 Switch formatting from black to ruff-format Aarni Koskela 2023-10-30 20:17:17 +0200
  • 1f86a7fb9f Adjust fmt pragmas for ruff-format Aarni Koskela 2023-10-30 20:11:28 +0200
  • a6d7884b90 Adjust code for ruff-format style Aarni Koskela 2023-10-30 20:14:30 +0200
  • a7fe25df53
    Merge pull request #7522 from radarhere/png_save_all Hugo van Kemenade 2023-11-07 11:35:24 +0200
  • 576119ae9d Black and Ruff infer target-version from requires-python in pyproject.toml Hugo van Kemenade 2023-11-07 09:29:33 +0200
  • 8ecf2e9f30 Merge branch 'fix-alpha-for-overlapping-glyphs' of ssh://github.com/ZachNagengast/Pillow into fix-alpha-for-overlapping-glyphs ZachNagengast 2023-11-06 21:11:36 -0800
  • fdecfca9f4 Update gray glyph blending logic and tests ZachNagengast 2023-11-06 21:11:28 -0800
  • b15b2d494c
    Update src/_imagingft.c Zach Nagengast 2023-11-06 20:48:22 -0800
  • 0c705692ea Remove old commented-out code Aarni Koskela 2023-11-06 21:12:52 +0200
  • c97d2e4c59
    Merge pull request #7525 from python-pillow/pre-commit-ci-update-config Hugo van Kemenade 2023-11-06 20:38:30 +0200
  • f8c36bfdc9
    [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2023-11-06 17:18:28 +0000
  • eb8405baa0 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-11-06 13:24:39 +0000
  • fd59f91d17 ruff: Minor optimizations of list comprehensions, x in set, etc. Christian Clauss 2023-11-06 19:13:47 +0600
  • 0660886c9a
    Merge pull request #6966 from akx/ruff Hugo van Kemenade 2023-11-06 13:37:47 +0200
  • 9e615b6ad3 Add noqas for UP031 Aarni Koskela 2023-10-30 20:04:44 +0200
  • 307d00b44d Apply ruff autofixes Aarni Koskela 2023-02-23 15:45:11 +0200
  • de6c4b09d7 Switch linting to ruff Aarni Koskela 2023-02-23 14:02:58 +0200
  • 80406a7c9b editorconfig: specify 2-space indent for TOML Aarni Koskela 2023-10-30 19:53:20 +0200
  • 4a7cf0551a
    Merge pull request #7512 from hugovk/docs-link-exceptions Hugo van Kemenade 2023-11-05 10:58:12 +0200
  • 8fe20165d4
    Merge pull request #105 from radarhere/docs-link-exceptions Hugo van Kemenade 2023-11-05 07:47:01 +0200
  • 8cbd0b5fe0 Docs: link exceptions to Python docs Andrew Murray 2023-11-05 12:18:38 +1100
  • e1aaec3fb1 Merge branch 'main' of ssh://github.com/python-pillow/Pillow into fix-alpha-for-overlapping-glyphs ZachNagengast 2023-11-03 15:09:07 -0700
  • a7f805d889 Merge branch 'fix-alpha-for-overlapping-glyphs' of ssh://github.com/ZachNagengast/Pillow into fix-alpha-for-overlapping-glyphs ZachNagengast 2023-11-03 15:08:50 -0700
  • bb0eff44cd Update blending logic ZachNagengast 2023-11-03 15:05:31 -0700
  • 38be37c5f9
    Merge branch 'main' into docs-link-exceptions Andrew Murray 2023-11-03 22:29:33 +1100
  • bee9c59716
    Merge pull request #7520 from hugovk/CVE-2023-44271 Andrew Murray 2023-11-03 22:28:22 +1100
  • c29648ff53 If save_all PNG only has one frame, do not create animated image Andrew Murray 2023-11-03 22:08:48 +1100
  • dc0379fea5 Corrected combining durations from multiple frames into single frame Andrew Murray 2023-11-03 21:09:16 +1100
  • 5339c1cf63 Add CVE-2023-44271 to ImageFont.MAX_STRING_LENGTH fix in release notes Hugo van Kemenade 2023-11-03 11:59:37 +0200
  • 1c2f2c79e1
    Merge pull request #7509 from radarhere/olefile Andrew Murray 2023-11-03 19:16:16 +1100
  • fa138155b2 Update CHANGES.rst [ci skip] Andrew Murray 2023-11-03 19:01:22 +1100
  • a5a6ca150c
    Merge pull request #7493 from radarhere/frombytes Andrew Murray 2023-11-03 18:56:34 +1100
  • 8a87d379c8
    Docs: Move non-library dependencies to the bottom, mention tkinter [ci skip] Felix Dreissig 2023-11-02 18:09:08 +0100
  • 4c97afea1b
    Docs: Add description of olefile to "External Libraries" [ci skip] Felix Dreissig 2023-10-29 20:59:30 +0100
  • 14c539e787
    Merge pull request #7516 from radarhere/fedora Hugo van Kemenade 2023-11-02 09:22:07 +0200
  • 6b1e939027 Removed Fedora 37 Andrew Murray 2023-11-02 17:33:10 +1100
  • 7c2b681183 Handle disposing background from outside palette Andrew Murray 2023-11-02 16:05:13 +1100
  • d499f0016f
    Mention defusedxml Andrew Murray 2023-11-02 08:21:35 +1100
  • 4a073a7581 Updated xz to 5.4.5 Andrew Murray 2023-11-02 07:54:34 +1100
  • ca74a5ea42 Docs: link exceptions to Python docs Hugo van Kemenade 2023-11-01 20:18:25 +0200
  • e572722479 Allow configuring JPEG restart marker interval on save Benjamin Gilbert 2023-10-23 01:31:23 -0500
  • b92c09a391
    Updated wording Andrew Murray 2023-10-31 18:39:38 +1100
  • 1a6c76495b Mention olefile in installation instructions Andrew Murray 2023-10-31 17:47:52 +1100
  • c9f7a8209b
    Merge pull request #7508 from radarhere/appveyor Hugo van Kemenade 2023-10-31 07:44:24 +0200
  • 8cd01cab80 Updated AppVeyor to Python 3.12 Andrew Murray 2023-10-31 12:44:53 +1100
  • e2939c35f3 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-10-30 13:19:46 +0000
  • 2f73371cd1
    DOC: Add missing sections to FREETYPE2.txt Stefan 2023-10-30 14:16:31 +0100
  • 2f7caad37f
    Merge pull request #9 from radarhere/test_open REDxEYE 2023-10-30 14:49:47 +0300
  • e0a726b42e
    Merge pull request #8 from radarhere/improved_dds REDxEYE 2023-10-30 14:48:27 +0300
  • c7fbfdc795 Removed test_open Andrew Murray 2023-10-30 22:44:52 +1100
  • 940224eaad Remove wrong test_save input REDxEYE 2023-10-30 14:32:20 +0300
  • ddcbfde446 Test BC4U Andrew Murray 2023-10-30 22:22:37 +1100
  • 8814610635 Only unpack masks when necessary Andrew Murray 2023-10-30 22:05:08 +1100
  • 5fd3035362 Removed duplicate test Andrew Murray 2023-10-30 21:24:42 +1100
  • ee8c9c3522 Removed unused test images Andrew Murray 2023-10-30 21:12:04 +1100
  • cb554c6d0f
    Update src/PIL/DdsImagePlugin.py REDxEYE 2023-10-30 13:55:02 +0300
  • 4c635e4ffc
    Merge pull request #7 from radarhere/improved_dds REDxEYE 2023-10-30 12:42:36 +0300
  • 9d61896af0
    Merge pull request #7505 from hugovk/docs-pypi-role Hugo van Kemenade 2023-10-30 11:02:44 +0200
  • e3ff5eb8e4 Test BC1_UNORM and BC1_TYPELESS Andrew Murray 2023-10-30 19:53:51 +1100
  • ac6eb84704 Add 'pypi' Sphinx role Hugo van Kemenade 2023-10-30 08:56:42 +0200
  • 8d0812252a
    Merge pull request #7503 from radarhere/olefile Hugo van Kemenade 2023-10-30 08:42:34 +0200
  • 84e148e944 Document that olefile is required for FPX and MIC formats Andrew Murray 2023-10-30 09:02:42 +1100
  • 5a7d524f94 Install more optional dependencies on Windows CIs Andrew Murray 2023-10-30 09:02:29 +1100
  • 44062ec778
    Merge pull request #7501 from python-pillow/3.12-travis-ci Hugo van Kemenade 2023-10-29 14:33:10 +0200
  • dea5bbebbc Update to Python 3.12 and Ubuntu 22.04 LTS Jammy Jellyfish Hugo van Kemenade 2023-10-29 11:41:49 +0200
  • 4a24533a76 Update to Python 3.12 and Ubuntu 22.04 LTS Jammy Jellyfish Hugo van Kemenade 2023-10-29 11:36:27 +0200
  • da3ec085e4
    Merge pull request #7499 from radarhere/items Hugo van Kemenade 2023-10-28 11:11:33 +0300
  • 17be898fc4 Added tests for unimplemented bitcount Andrew Murray 2023-10-28 16:58:57 +1100
  • 0051fc9cf8 Removed unnecessary seek Andrew Murray 2023-10-28 16:43:43 +1100
  • 3652f431c2 Simplified code Andrew Murray 2023-10-28 14:22:39 +1100
  • 76f758e1ef Merge branch 'main' into fix-alpha-for-overlapping-glyphs Andrew Murray 2023-10-28 00:41:41 +1100
  • 0a3c8c27ec
    Merge pull request #7498 from radarhere/pip_install Hugo van Kemenade 2023-10-27 14:27:10 +0300
  • bff6b4d6a2 Switched from direct setup.py invocation to "pip install ." Andrew Murray 2023-10-27 19:17:15 +1100
  • 49fd2116c3 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-10-27 05:03:01 +0000
  • d3fd1734af
    Merge pull request #7490 from Yay295/patch-1 Hugo van Kemenade 2023-10-27 07:40:44 +0300
  • f97570f523 Blend colors with alpha when pasting ZachNagengast 2023-10-26 21:40:41 -0700
  • 57c72b6e00
    Merge pull request #7484 from hugovk/setup-to-pyproject Hugo van Kemenade 2023-10-26 14:06:34 +0300
  • e10a58ccce Concatenate multiple EXIF markers Andrew Murray 2023-10-26 21:46:38 +1100
  • 85485229e3 Support RGB bitcount 8 Andrew Murray 2023-10-25 16:24:00 +1100
  • f58f410b21 ALPHA by itself does not mean bitcount is valid Andrew Murray 2023-10-25 15:30:59 +1100
  • 4d7372bfd0 Implement streamtype=1 option for tables-only JPEG encoding Benjamin Gilbert 2023-10-24 00:05:30 -0500
  • 91f115bead Fixed im.frombytes() for images with a zero dimension Andrew Murray 2023-10-25 08:52:26 +1100
  • 5071692039 Fixed Image.frombytes() for images with a zero dimension Andrew Murray 2023-10-25 08:52:06 +1100
  • 5295df3b82 add test for autocontrast mode Yay295 2023-10-23 21:47:56 -0500
  • 6ddf10c747
    use format string instead of concatenation Yay295 2023-10-23 21:46:54 -0500
  • f54dd84586 Test unsupported autocontrast mode Andrew Murray 2023-10-24 12:44:00 +1100
  • ef46608974
    add mode to error message Yay295 2023-10-23 19:26:08 -0500
  • 5fb892a9e2 Move version from setup.py to pyproject.toml Hugo van Kemenade 2023-10-22 20:35:21 +0300
  • adc64336ab
    Add space Hugo van Kemenade 2023-10-22 11:07:33 -0600
  • d8baf5e3de Bump setuptools for Pyroma on 3.8-3.9 Hugo van Kemenade 2023-10-21 19:42:48 +0300
  • 430920e2a8 Move build config from setup.cfg to pyproject.toml Hugo van Kemenade 2022-10-28 14:38:23 +0300
  • 2ca9adb79d
    Merge pull request #6 from radarhere/improved_dds REDxEYE 2023-10-21 18:41:01 +0300
  • 73c2eb460d Move tools config from setup.cfg to pyproject.toml Hugo van Kemenade 2023-10-21 16:23:40 +0300
  • 93e0f39ff3 Removed "mode-" prefix from image names that are not modes Andrew Murray 2023-10-21 19:14:46 +1100