Commit Graph

  • 2eb5987d18 Added type hints Andrew Murray 2024-03-06 20:54:20 +1100
  • 7aba72a48f Removed unused sphinx-reredirects Andrew Murray 2024-03-06 08:44:07 +1100
  • fe8f829f58
    Mark file as orphan Andrew Murray 2024-03-06 07:35:11 +1100
  • 71018badc0
    Remove unused LIBXCB constant Hugo van Kemenade 2024-03-04 23:35:10 -0700
  • 07f2b965ed rename --bugreport to --report Nulano 2024-03-04 20:12:40 +0100
  • 4dbc428434 list both python3 -m PIL --bugreport and features.pilinfo in the issue template Nulano 2024-03-04 20:11:32 +0100
  • bc00c26edd Corrected links Andrew Murray 2024-03-04 22:48:51 +1100
  • a4ac095a49
    List extensions alphabetically Andrew Murray 2024-03-04 22:06:02 +1100
  • 14f6a3445c Removed brew packages to avoid inclusion Andrew Murray 2024-03-04 07:43:40 +1100
  • 8f63748e50
    Merge pull request #7855 from radarhere/typo Hugo van Kemenade 2024-03-03 22:41:51 +0200
  • 91eb69c6b2 Fixed typo Andrew Murray 2024-03-04 06:37:56 +1100
  • e2c267f048 Explicitly import urllib.error to avoid IDE warning Hugo van Kemenade 2024-03-03 17:11:59 +0200
  • b3fa754e97 Don't shadow stdlib names Hugo van Kemenade 2024-03-03 17:11:30 +0200
  • 33d92819ef
    Include SF_PROJECTS in f-strings Hugo van Kemenade 2024-03-03 07:59:36 -0700
  • 939da52203 Updated libxcb to 1.16.1 Andrew Murray 2024-03-03 21:42:21 +1100
  • 1b7bcfb6e7 Update CHANGES.rst [ci skip] Andrew Murray 2024-03-03 21:34:48 +1100
  • b7f39076a1
    Merge pull request #7846 from radarhere/type_hints Andrew Murray 2024-03-03 21:33:08 +1100
  • d53e66e281
    Merge pull request #7851 from python-pillow/renovate/mypy-1.x Andrew Murray 2024-03-03 18:04:53 +1100
  • d3a394fcbb
    Update dependency mypy to v1.8.0 renovate[bot] 2024-03-03 04:00:51 +0000
  • dec3ef6a42
    Merge pull request #7849 from radarhere/png_i16 Hugo van Kemenade 2024-03-02 22:20:58 +0200
  • 07bf12f015 Build macOS arm64 wheels natively Andrew Murray 2024-03-02 23:36:19 +1100
  • 970c691fa2 Document --bugreport Andrew Murray 2024-03-02 16:55:21 +1100
  • 23fb57dd26 minor fixes, linting corrections olokelo 2024-03-02 10:37:55 +0100
  • 01fdf2ff51
    Merge branch 'main' into bugreport Andrew Murray 2024-03-02 17:04:41 +1100
  • d6a3f89e27 Open 16-bit grayscale PNGs as I;16 Andrew Murray 2024-03-02 15:39:43 +1100
  • 6d78d42769 Added type hints Andrew Murray 2024-03-02 13:12:17 +1100
  • a57ebeaaf4 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-03-02 00:38:49 +0000
  • 2bd54260b6
    Merge pull request #7847 from Yay295/patch-1 Andrew Murray 2024-03-02 11:30:33 +1100
  • 8e0c5db1e0 add tests olokelo 2024-03-02 00:56:38 +0100
  • c4234800a0
    parametrize test_seek_mode functions Yay295 2024-03-01 08:47:50 -0600
  • 7268920b06
    Merge branch 'main' into main Andrew Murray 2024-03-01 22:33:09 +1100
  • 334c26d80b Update CHANGES.rst [ci skip] Andrew Murray 2024-03-01 22:27:26 +1100
  • a20abff5e4
    Merge pull request #7709 from lajiyuan/main Andrew Murray 2024-03-01 22:25:28 +1100
  • 1f602433dd Update CHANGES.rst [ci skip] Andrew Murray 2024-03-01 21:33:26 +1100
  • 1b25019a27
    Merge pull request #7779 from radarhere/gif Hugo van Kemenade 2024-03-01 12:14:05 +0200
  • b7ecf8442f
    Merge branch 'main' into install-doc-dir Andrew Murray 2024-03-01 17:07:02 +1100
  • b3a595c23f
    Merge pull request #7844 from radarhere/mingw Hugo van Kemenade 2024-03-01 08:04:41 +0200
  • 99c7f5405f Do not use packaged pip Andrew Murray 2024-03-01 12:00:21 +1100
  • bdabbd6b0f Added sphinx-reredirects to docs Makefile Andrew Murray 2024-03-01 08:21:14 +1100
  • e39fb2ef14 Merge branch 'main' into install-doc-dir Andrew Murray 2024-03-01 08:15:00 +1100
  • 0b546765b8 Refactor constants into dict Hugo van Kemenade 2024-02-29 17:22:22 +0200
  • fb3cb60c4c Refactor version numbers into constants Hugo van Kemenade 2024-02-29 17:09:51 +0200
  • 0cc1cfb0cc Move global into main() to avoid shadowing Hugo van Kemenade 2024-02-29 15:31:24 +0200
  • 92aafeb6f3
    Merge branch 'main' into libjpeg-turbo Andrew Murray 2024-02-29 23:07:55 +1100
  • 10b48a60c1
    Merge branch 'main' into exif Andrew Murray 2024-02-29 23:04:16 +1100
  • 9637ea7c45
    Merge branch 'main' into write_undefined Andrew Murray 2024-02-29 23:02:49 +1100
  • b80b30d2fd
    Merge branch 'main' into png_iccp Andrew Murray 2024-02-29 22:58:15 +1100
  • cc094caaa4
    Merge branch 'main' into imagefont Andrew Murray 2024-02-29 22:56:46 +1100
  • bebf038e49
    Merge pull request #7837 from radarhere/openjpeg Hugo van Kemenade 2024-02-29 13:43:18 +0200
  • 1f35222476
    Merge pull request #7841 from radarhere/supportsgetmesh Hugo van Kemenade 2024-02-29 13:42:29 +0200
  • 492943a0ff Fix logged tag name when loading with getexif() Andrew Murray 2024-02-29 20:53:22 +1100
  • dcbe402f77 Changed SupportsGetMesh protocol to be public Andrew Murray 2024-02-29 20:16:41 +1100
  • c00d019186 Updated openjpeg to 2.5.2 Andrew Murray 2024-02-28 07:05:47 +1100
  • 904b8e549c Allow writing IFDRational to UNDEFINED tag Andrew Murray 2024-02-28 21:07:15 +1100
  • 18af646365
    Merge pull request #7836 from radarhere/twitter Andrew Murray 2024-02-28 15:36:03 +1100
  • 6fe0d63ef0
    Fix shift-sign issue in Convert.c Richard Barnes 2024-02-27 10:49:53 -0800
  • fd1cefe2b6 Leave a note Alex Clark 2024-02-27 07:21:38 -0500
  • a72a5f9ae2 Leave a note Alex Clark 2024-02-27 07:12:21 -0500
  • fde1ccb555 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-02-25 11:37:15 +0000
  • ecba08f8c4 Add sphinx-reredirects to handle redirects Alex Clark 2024-02-25 06:36:03 -0500
  • 73e49cad21 Move installation.rst to installation/*.rst Alex Clark 2024-02-24 18:31:43 -0500
  • 0fc9b9183f
    Merge pull request #7835 from Yay295/patch-1 Andrew Murray 2024-02-27 07:39:17 +1100
  • e6785576b1
    add typing to test_p_from_rgb_rgba() Yay295 2024-02-26 08:47:30 -0600
  • fe85947f16
    use single string for parameter names instead of tuple of strings Yay295 2024-02-26 07:47:13 -0600
  • 7a5b91dd2c Removed references to Twitter Andrew Murray 2024-02-26 20:29:47 +1100
  • ece34104cb parametrize test_p_from_rgb_rgba() Yay295 2024-02-26 00:34:54 -0600
  • 274924e64f
    Merge pull request #7829 from radarhere/deprecations Hugo van Kemenade 2024-02-24 22:02:34 +0200
  • e30298f356 Consistently place versionremoved under heading Andrew Murray 2024-02-25 06:53:29 +1100
  • ee37c63a10
    Merge pull request #7814 from hugovk/docs-rm-warnings Jeffrey A. Clark (Alex) 2024-02-24 12:53:54 -0500
  • f11ff462b3 Move outdated installation warnings to 'Deprecations and removals' Hugo van Kemenade 2024-02-24 14:53:25 +0200
  • ceaf4496fd
    Merge branch 'main' into cross-prefix James Le Cuirot 2024-02-24 11:00:45 +0000
  • 50cbabecc2
    Merge branch 'main' into main Andrew Murray 2024-02-24 21:59:16 +1100
  • 0a6ccd60bc Updated libpng to 1.6.43 Andrew Murray 2024-02-24 11:00:17 +1100
  • 24865e5832 Turn off nullability warnings for macOS SDK Andrew Murray 2024-02-23 23:50:36 +1100
  • 2c76090d19
    Update codecov/codecov-action action to v4 renovate[bot] 2024-02-23 11:59:38 +0000
  • 583039608d
    Merge pull request #7825 from hugovk/coverage-sysmon Andrew Murray 2024-02-23 20:54:27 +1100
  • a08df5bc58 Require coverage.py 7.4.2+ for COVERAGE_CORE: sysmon Hugo van Kemenade 2024-02-23 10:56:26 +0200
  • 59ad8c0f63 Do not update pinned dependencies Andrew Murray 2024-02-23 18:58:12 +1100
  • 6c126fecf5
    Merge pull request #7820 from hugovk/coverage-sysmon Hugo van Kemenade 2024-02-22 23:51:09 +0200
  • f86a442bd5 Update CHANGES.rst [ci skip] Andrew Murray 2024-02-22 21:51:56 +1100
  • f8a54b78a3
    Merge pull request #7782 from evanmiller/webp-get-next-without-gil Andrew Murray 2024-02-22 21:50:41 +1100
  • b5c6f20007 Added release notes Andrew Murray 2024-02-22 20:32:46 +1100
  • 9441855107 Update CHANGES.rst [ci skip] Andrew Murray 2024-02-22 20:11:05 +1100
  • e08e1f8340
    Merge pull request #7804 from twolife/fix_flc Hugo van Kemenade 2024-02-22 11:05:15 +0200
  • 383ac4fca0 Fixed reading PNG iCCP compression method Andrew Murray 2024-02-22 19:50:36 +1100
  • e45477e507 fix FLI/FLC decoder for files with a prefix chunk Sébastien Noel 2024-02-16 15:47:51 +0100
  • b8722f3431
    Merge pull request #7819 from nulano/docs-all Andrew Murray 2024-02-22 11:50:57 +1100
  • c0e2117ff3
    Merge pull request #7822 from radarhere/type_hints mergify[bot] 2024-02-21 12:38:33 +0000
  • 9115529856 Added "Typing :: Typed" classifier Andrew Murray 2024-02-21 21:42:04 +1100
  • 097cf182fc Added py.typed to support type checking Andrew Murray 2024-02-21 21:26:37 +1100
  • c322a2f633 Use maximum frame size in IHDR chunk when saving Andrew Murray 2024-02-21 19:39:29 +1100
  • b9d3c21bf6
    Merge pull request #7816 from radarhere/type_hints Andrew Murray 2024-02-21 09:24:53 +1100
  • ca63a12ac2 Mention features.pilinfo directly in the issue template Nulano 2024-02-20 22:50:14 +0100
  • 7200f47d31 Renamed argument Andrew Murray 2024-02-21 08:11:01 +1100
  • 481ed446e2 Set "COVERAGE_CORE: sysmon" for faster tests on 3.12+ Hugo van Kemenade 2024-02-20 21:42:39 +0200
  • 89c44be404 Mention python -m PIL --bugreport in the issue template Nulano 2024-02-20 20:39:40 +0100
  • ab9dfd8181 Add sys.{executable,base_prefix,prefix} to features.pilinfo Nulano 2024-02-20 20:37:33 +0100
  • 10712be53d Build docs for Python changes Nulano 2024-02-20 21:21:10 +0100
  • 5b20811cab Add --bugreport argument to __main__.py to omit supported formats Nulano 2024-02-20 20:36:36 +0100
  • 83433d89a1
    Merge pull request #23 from nulano/imagefont Andrew Murray 2024-02-20 21:55:07 +1100