| .. |
|
__init__.py
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
|
2024-02-05 17:18:52 +00:00 |
|
__main__.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
_binary.py
|
do not accept int in PIL._binary.i8
|
2023-12-31 15:12:18 +01:00 |
|
_deprecate.py
|
Deprecate raise_oserror() for removal in Pillow 12
|
2023-12-13 02:17:32 -06:00 |
|
_imaging.pyi
|
Added type hints
|
2024-02-10 19:50:45 +11:00 |
|
_imagingcms.pyi
|
use _util.DeferredError.new everywhere
|
2023-12-27 14:55:30 +01:00 |
|
_imagingft.pyi
|
use _util.DeferredError.new everywhere
|
2023-12-27 14:55:30 +01:00 |
|
_imagingmath.pyi
|
Added type hints
|
2024-01-10 22:05:26 +11:00 |
|
_imagingmorph.pyi
|
Added type hints
|
2024-01-11 23:11:12 +11:00 |
|
_tkinter_finder.py
|
Added type hints
|
2024-02-10 19:50:45 +11:00 |
|
_typing.py
|
Removed FileDescriptor
|
2024-02-10 20:47:32 +11:00 |
|
_util.py
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
|
2024-01-31 19:38:55 +00:00 |
|
_version.py
|
10.3.0.dev0 version bump
|
2024-01-02 20:37:59 +11:00 |
|
_webp.pyi
|
Added type hints
|
2024-02-10 19:50:45 +11:00 |
|
BdfFontFile.py
|
Added type hints to FontFile and subclasses
|
2023-12-27 12:27:21 +11:00 |
|
BlpImagePlugin.py
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
|
2024-02-05 17:18:52 +00:00 |
|
BmpImagePlugin.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
BufrStubImagePlugin.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
ContainerIO.py
|
add type hints to PIL.ContainerIO
|
2023-12-29 23:24:21 +01:00 |
|
CurImagePlugin.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
DcxImagePlugin.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
DdsImagePlugin.py
|
Added type hints
|
2024-02-10 19:50:45 +11:00 |
|
EpsImagePlugin.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
ExifTags.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
features.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
FitsImagePlugin.py
|
Added type hints
|
2024-01-13 16:26:15 +11:00 |
|
FliImagePlugin.py
|
fix FLI/FLC decoder for files with a prefix chunk
|
2024-02-22 09:13:48 +01:00 |
|
FontFile.py
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
|
2024-02-05 17:18:52 +00:00 |
|
FpxImagePlugin.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
FtexImagePlugin.py
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
|
2024-02-05 17:18:52 +00:00 |
|
GbrImagePlugin.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
GdImageFile.py
|
Removed FileDescriptor
|
2024-02-10 20:47:32 +11:00 |
|
GifImagePlugin.py
|
Merge pull request #7779 from radarhere/gif
|
2024-03-01 12:14:05 +02:00 |
|
GimpGradientFile.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
GimpPaletteFile.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
GribStubImagePlugin.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
Hdf5StubImagePlugin.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
IcnsImagePlugin.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
IcoImagePlugin.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
Image.py
|
Added type hints
|
2024-02-17 10:45:52 +11:00 |
|
ImageChops.py
|
Import annotations to allow for pipe as union type
|
2023-12-15 07:59:38 +11:00 |
|
ImageCms.py
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
|
2024-02-05 17:18:52 +00:00 |
|
ImageColor.py
|
Added type hints
|
2024-02-17 10:45:52 +11:00 |
|
ImageDraw.py
|
Added _typing.Coords
|
2024-02-06 07:49:43 +11:00 |
|
ImageDraw2.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
ImageEnhance.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
ImageFile.py
|
Use IO[bytes] in type hints
|
2024-02-13 22:26:23 +11:00 |
|
ImageFilter.py
|
Removed unnecessary "pragma: no cover"
|
2024-01-01 15:47:53 +11:00 |
|
ImageFont.py
|
Use os.path.realpath consistently when os.fspath is used
|
2024-02-08 18:48:45 +11:00 |
|
ImageGrab.py
|
Corrected check
|
2024-01-31 19:10:33 +11:00 |
|
ImageMath.py
|
Changed ops to be static
|
2024-01-16 12:55:48 +11:00 |
|
ImageMode.py
|
Optimise ImageMode.getmode
|
2023-12-26 15:08:58 -07:00 |
|
ImageMorph.py
|
Added type hints
|
2024-01-11 23:11:12 +11:00 |
|
ImageOps.py
|
Changed SupportsGetMesh protocol to be public
|
2024-02-29 20:16:41 +11:00 |
|
ImagePalette.py
|
Added type hints
|
2024-02-17 10:45:52 +11:00 |
|
ImagePath.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
ImageQt.py
|
Added type hints
|
2024-02-10 19:50:45 +11:00 |
|
ImageSequence.py
|
Added type hints
|
2023-12-24 15:59:12 +11:00 |
|
ImageShow.py
|
Removed no cover pragma
|
2024-02-10 22:37:42 +11:00 |
|
ImageStat.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
ImageTk.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
ImageTransform.py
|
Added PerspectiveTransform
|
2024-01-07 19:34:27 +11:00 |
|
ImageWin.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
ImImagePlugin.py
|
Added type hints
|
2024-02-10 19:50:45 +11:00 |
|
ImtImagePlugin.py
|
Added type hints
|
2024-01-15 20:11:14 +11:00 |
|
IptcImagePlugin.py
|
Merge branch 'main' into iptc
|
2024-01-01 15:23:08 +11:00 |
|
Jpeg2KImagePlugin.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
JpegImagePlugin.py
|
Merge pull request #7553 from bgilbert/jpeg-rgb
|
2024-01-01 23:55:37 +11:00 |
|
JpegPresets.py
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
|
2024-02-05 17:18:52 +00:00 |
|
McIdasImagePlugin.py
|
Added type hints
|
2024-01-15 16:11:48 +11:00 |
|
MicImagePlugin.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
MpegImagePlugin.py
|
Replace io.BytesIO in type hints
|
2024-01-22 23:21:56 +02:00 |
|
MpoImagePlugin.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
MspImagePlugin.py
|
Use IO[bytes] in type hints
|
2024-02-13 22:26:23 +11:00 |
|
PaletteFile.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
PalmImagePlugin.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
PcdImagePlugin.py
|
Added type hints
|
2024-01-15 16:11:48 +11:00 |
|
PcfFontFile.py
|
Moved type hint to BYTES_PER_ROW
|
2023-12-27 22:27:20 +11:00 |
|
PcxImagePlugin.py
|
Use IO[bytes] in type hints
|
2024-02-13 22:26:23 +11:00 |
|
PdfImagePlugin.py
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
|
2024-02-05 17:18:52 +00:00 |
|
PdfParser.py
|
Removed no cover pragmas
|
2024-02-10 21:57:59 +11:00 |
|
PixarImagePlugin.py
|
Added type hints
|
2024-01-15 16:11:48 +11:00 |
|
PngImagePlugin.py
|
Fix png image plugin load_end func handle truncated file.
|
2024-01-16 07:36:20 +00:00 |
|
PpmImagePlugin.py
|
Use IO[bytes] in type hints
|
2024-02-13 22:26:23 +11:00 |
|
PsdImagePlugin.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
PSDraw.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
py.typed
|
Added py.typed to support type checking
|
2024-02-21 21:26:37 +11:00 |
|
PyAccess.py
|
Added type hints
|
2024-02-10 19:50:45 +11:00 |
|
QoiImagePlugin.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
SgiImagePlugin.py
|
Use IO[bytes] in type hints
|
2024-02-13 22:26:23 +11:00 |
|
SpiderImagePlugin.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
SunImagePlugin.py
|
Added type hints
|
2024-01-15 16:11:48 +11:00 |
|
TarIO.py
|
add type hints to PIL.ContainerIO
|
2023-12-29 23:24:21 +01:00 |
|
TgaImagePlugin.py
|
Use IO[bytes] in type hints
|
2024-02-13 22:26:23 +11:00 |
|
TiffImagePlugin.py
|
Removed no cover pragmas
|
2024-02-10 21:57:59 +11:00 |
|
TiffTags.py
|
Added type hints
|
2024-02-10 19:50:45 +11:00 |
|
WalImageFile.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
WebPImagePlugin.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
WmfImagePlugin.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
XbmImagePlugin.py
|
Use IO[bytes] in type hints
|
2024-02-13 22:26:23 +11:00 |
|
XpmImagePlugin.py
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
XVThumbImagePlugin.py
|
Added type hints
|
2024-01-15 16:11:48 +11:00 |