..
__init__.py
add autodocs for UnidentifiedImageError
2020-06-14 16:40:28 +02:00
__main__.py
Add __main__.py to output basic format and support information
2019-05-27 18:44:04 -07:00
_binary.py
convert comments into docstrings in autodoc files
2020-06-14 14:15:43 +02:00
_tkinter_finder.py
Drop support for EOL Python 2.7
2019-10-07 14:30:59 +03:00
_util.py
Replace isStringType(t) with isinstance(t, str)
2019-10-08 17:26:52 +03:00
_version.py
7.3.0.dev0 version bump
2020-06-30 20:50:02 +10:00
BdfFontFile.py
convert comments into docstrings in autodoc files
2020-06-14 14:15:43 +02:00
BlpImagePlugin.py
Fix exception causes all over the codebase
2020-06-21 13:21:25 +03:00
BmpImagePlugin.py
Merge pull request #4712 from cool-RR/2020-06-12-raise-from
2020-06-28 15:22:05 +10:00
BufrStubImagePlugin.py
Upgrade Python syntax with pyupgrade --py3-plus
2019-10-07 14:30:59 +03:00
ContainerIO.py
convert comments into docstrings in autodoc files
2020-06-14 14:15:43 +02:00
CurImagePlugin.py
Merge remote-tracking branch 'upstream/master' into rm-2.7
2019-11-18 13:56:42 +02:00
DcxImagePlugin.py
Call _accept instead of duplicating code
2020-06-23 17:41:13 +10:00
DdsImagePlugin.py
Merge remote-tracking branch 'upstream/master' into rm-2.7
2019-11-16 17:10:10 +02:00
EpsImagePlugin.py
Fix exception causes all over the codebase
2020-06-21 13:21:25 +03:00
ExifTags.py
fix some docs links
2020-06-14 17:16:15 +02:00
features.py
simplify output
2020-06-21 18:07:10 +01:00
FitsStubImagePlugin.py
Upgrade Python syntax with pyupgrade --py3-plus
2019-10-07 14:30:59 +03:00
FliImagePlugin.py
Call _accept instead of duplicating code
2020-06-23 17:41:13 +10:00
FontFile.py
Apply suggestions from code review
2020-06-21 18:47:30 +01:00
FpxImagePlugin.py
Fix exception causes all over the codebase
2020-06-21 13:21:25 +03:00
FtexImagePlugin.py
Lint fixes
2019-10-29 22:42:34 +11:00
GbrImagePlugin.py
Updated code to match other plugins
2020-05-17 11:08:05 +10:00
GdImageFile.py
Merge pull request #4712 from cool-RR/2020-06-12-raise-from
2020-06-28 15:22:05 +10:00
GifImagePlugin.py
Merge pull request #4712 from cool-RR/2020-06-12-raise-from
2020-06-28 15:22:05 +10:00
GimpGradientFile.py
convert comments into docstrings in autodoc files
2020-06-14 14:15:43 +02:00
GimpPaletteFile.py
convert comments into docstrings in autodoc files
2020-06-14 14:15:43 +02:00
GribStubImagePlugin.py
Upgrade Python syntax with pyupgrade --py3-plus
2019-10-07 14:30:59 +03:00
Hdf5StubImagePlugin.py
Upgrade Python syntax with pyupgrade --py3-plus
2019-10-07 14:30:59 +03:00
IcnsImagePlugin.py
Fixed ICNS file pointer saving
2020-06-28 17:24:27 +10:00
IcoImagePlugin.py
fix formatting
2019-12-20 20:42:00 +03:00
Image.py
Merge branch 'master' into refs-const
2020-06-28 10:55:26 +01:00
ImageChops.py
Update src/PIL/ImageChops.py
2020-05-12 00:11:42 -07:00
ImageCms.py
Merge pull request #4734 from nulano/refs-missing
2020-06-28 09:29:31 +03:00
ImageColor.py
bring ImageColor.getcolor into line with Convert.c implementation
2019-12-31 16:56:09 +03:00
ImageDraw.py
Fixed drawing a jointed line with a sequence of numeric values
2020-04-24 18:48:10 +10:00
ImageDraw2.py
fix some function references
2020-06-27 15:40:37 +02:00
ImageEnhance.py
Upgrade Python syntax with pyupgrade --py3-plus
2019-10-07 14:30:59 +03:00
ImageFile.py
Merge pull request #4734 from nulano/refs-missing
2020-06-28 09:29:31 +03:00
ImageFilter.py
Fix exception causes all over the codebase
2020-06-21 13:21:25 +03:00
ImageFont.py
Merge pull request #4712 from cool-RR/2020-06-12-raise-from
2020-06-28 15:22:05 +10:00
ImageGrab.py
Merge pull request #4615 from nulano/clipboard-png
2020-06-21 18:56:04 +03:00
ImageMath.py
Fix exception causes all over the codebase
2020-06-21 13:21:25 +03:00
ImageMode.py
Upgrade Python syntax with pyupgrade --py3-plus
2019-10-07 14:30:59 +03:00
ImageMorph.py
Upgrade Python syntax with pyupgrade --py3-plus
2019-10-07 14:30:59 +03:00
ImageOps.py
Math functions return int in Python 3
2020-02-08 00:34:53 +03:00
ImagePalette.py
Fix exception causes all over the codebase
2020-06-21 13:21:25 +03:00
ImagePath.py
Introduce isort to automate import ordering and formatting
2019-07-06 16:11:35 -07:00
ImageQt.py
Removed workaround for earlier versions
2020-06-13 22:00:11 +10:00
ImageSequence.py
Fix exception causes all over the codebase
2020-06-21 13:21:25 +03:00
ImageShow.py
Do not convert I;16 image when format is PNG
2020-06-29 22:14:40 +10:00
ImageStat.py
Upgrade Python syntax with pyupgrade --py3-plus
2019-10-07 14:30:59 +03:00
ImageTk.py
Merge branch 'master' into rm-2.7
2019-10-26 09:07:44 +03:00
ImageTransform.py
Format with Black
2019-06-10 18:22:46 +03:00
ImageWin.py
Improved formatting
2020-06-11 22:42:13 +10:00
ImImagePlugin.py
Fix exception causes all over the codebase
2020-06-21 13:21:25 +03:00
ImtImagePlugin.py
Remove deprecated __version__ from plugins
2019-11-05 17:01:03 +02:00
IptcImagePlugin.py
Fix exception causes all over the codebase
2020-06-21 13:21:25 +03:00
Jpeg2KImagePlugin.py
Do not reduce size if tile already loaded
2020-03-29 16:27:43 +11:00
JpegImagePlugin.py
Merge pull request #4712 from cool-RR/2020-06-12-raise-from
2020-06-28 15:22:05 +10:00
JpegPresets.py
promote JpegPresets from autodoc section
2020-06-14 13:55:19 +02:00
McIdasImagePlugin.py
Remove deprecated __version__ from plugins
2019-11-05 17:01:03 +02:00
MicImagePlugin.py
Fix exception causes all over the codebase
2020-06-21 13:21:25 +03:00
MpegImagePlugin.py
Merge remote-tracking branch 'upstream/master' into rm-2.7
2019-11-18 13:56:42 +02:00
MpoImagePlugin.py
Replaced property methods for n_frames and is_animated with normal properties
2020-04-17 22:00:21 +10:00
MspImagePlugin.py
Merge pull request #4712 from cool-RR/2020-06-12-raise-from
2020-06-28 15:22:05 +10:00
PaletteFile.py
convert comments into docstrings in autodoc files
2020-06-14 14:15:43 +02:00
PalmImagePlugin.py
Run yesqa to remove redundant noqa
2020-06-06 14:54:58 +03:00
PcdImagePlugin.py
Remove deprecated __version__ from plugins
2019-11-05 17:01:03 +02:00
PcfFontFile.py
convert comments into docstrings in autodoc files
2020-06-14 14:15:43 +02:00
PcxImagePlugin.py
Fix exception causes all over the codebase
2020-06-21 13:21:25 +03:00
PdfImagePlugin.py
Remove unnecessary make_bytes() function
2020-01-26 15:16:04 -08:00
PdfParser.py
Fix exception causes in PdfParser.py
2020-06-12 00:34:40 +03:00
PixarImagePlugin.py
Call _accept instead of duplicating code
2020-06-23 17:41:13 +10:00
PngImagePlugin.py
Merge pull request #4742 from radarhere/apng_dispose
2020-06-29 17:15:34 +03:00
PpmImagePlugin.py
Merge remote-tracking branch 'upstream/master' into rm-2.7
2019-11-18 13:56:42 +02:00
PsdImagePlugin.py
Merge pull request #4712 from cool-RR/2020-06-12-raise-from
2020-06-28 15:22:05 +10:00
PSDraw.py
Remove unnecessary coerce to float
2020-01-26 06:33:18 -08:00
PyAccess.py
fix PyAccess docs using deferred_error
2020-06-14 08:35:55 +02:00
SgiImagePlugin.py
Call _accept instead of duplicating code
2020-06-23 17:41:13 +10:00
SpiderImagePlugin.py
Fix exception causes all over the codebase
2020-06-21 13:21:25 +03:00
SunImagePlugin.py
Call _accept instead of duplicating code
2020-06-23 17:41:13 +10:00
TarIO.py
convert comments into docstrings in autodoc files
2020-06-14 14:15:43 +02:00
TgaImagePlugin.py
Fix exception causes all over the codebase
2020-06-21 13:21:25 +03:00
TiffImagePlugin.py
Minor str(bytes) call
2020-07-01 12:20:17 -07:00
TiffTags.py
Allow libtiff to write COLORMAP tag
2020-06-20 22:38:38 +10:00
WalImageFile.py
convert comments into docstrings in autodoc files
2020-06-14 14:15:43 +02:00
WebPImagePlugin.py
Merge pull request #4547 from radarhere/webp
2020-06-20 14:04:01 +03:00
WmfImagePlugin.py
Allow loading of WMF images at a given DPI
2019-12-28 11:25:39 +11:00
XbmImagePlugin.py
Merge remote-tracking branch 'upstream/master' into rm-2.7
2019-11-18 13:56:42 +02:00
XpmImagePlugin.py
Remove deprecated __version__ from plugins
2019-11-05 17:01:03 +02:00
XVThumbImagePlugin.py
Remove deprecated __version__ from plugins
2019-11-05 17:01:03 +02:00