.. |
__init__.py
|
Added UnidentifiedImageError
|
2019-11-19 21:20:02 +11:00 |
__main__.py
|
Add __main__.py to output basic format and support information
|
2019-05-27 18:44:04 -07:00 |
_binary.py
|
Drop support for EOL Python 2.7
|
2019-10-07 14:30:59 +03: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.1.0.dev0 version bump
|
2020-01-02 20:45:59 +11:00 |
BdfFontFile.py
|
Merge branch 'master' into rm-2.7
|
2019-10-26 09:07:44 +03:00 |
BlpImagePlugin.py
|
Merge remote-tracking branch 'upstream/master' into rm-2.7
|
2019-11-01 13:22:56 +02:00 |
BmpImagePlugin.py
|
Raise an error if BMP file size is too large when saving
|
2019-12-21 08:37:40 +11:00 |
BufrStubImagePlugin.py
|
Upgrade Python syntax with pyupgrade --py3-plus
|
2019-10-07 14:30:59 +03:00 |
ContainerIO.py
|
Return strings or bytes from ContainerIO according to the file object mode
|
2020-02-15 22:13:10 +11:00 |
CurImagePlugin.py
|
Merge remote-tracking branch 'upstream/master' into rm-2.7
|
2019-11-18 13:56:42 +02:00 |
DcxImagePlugin.py
|
Remove deprecated __version__ from plugins
|
2019-11-05 17:01:03 +02:00 |
DdsImagePlugin.py
|
Merge remote-tracking branch 'upstream/master' into rm-2.7
|
2019-11-16 17:10:10 +02:00 |
EpsImagePlugin.py
|
Remove unnecessary coerce to float
|
2020-01-26 06:33:18 -08:00 |
ExifTags.py
|
Add support for more ExifIFD tags
|
2020-01-30 12:51:03 +01:00 |
features.py
|
Merge branch 'master' into rm-2.7
|
2019-11-03 22:48:26 +02:00 |
FitsStubImagePlugin.py
|
Upgrade Python syntax with pyupgrade --py3-plus
|
2019-10-07 14:30:59 +03:00 |
FliImagePlugin.py
|
Remove deprecated __version__ from plugins
|
2019-11-05 17:01:03 +02:00 |
FontFile.py
|
Upgrade Python syntax with pyupgrade --py3-plus
|
2019-10-07 14:30:59 +03:00 |
FpxImagePlugin.py
|
Raise an error for an invalid number of bands in FPX image
|
2020-01-02 15:20:24 +11:00 |
FtexImagePlugin.py
|
Lint fixes
|
2019-10-29 22:42:34 +11:00 |
GbrImagePlugin.py
|
Updated URL [ci skip]
|
2019-11-22 10:12:52 +11:00 |
GdImageFile.py
|
Added UnidentifiedImageError
|
2019-11-19 21:20:02 +11:00 |
GifImagePlugin.py
|
Math functions return int in Python 3
|
2020-02-08 00:34:53 +03:00 |
GimpGradientFile.py
|
Remove unnecessary coerce to float
|
2020-01-26 06:33:18 -08:00 |
GimpPaletteFile.py
|
Upgrade Python syntax with pyupgrade --py3-plus
|
2019-10-07 14:30:59 +03: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
|
Simplify temporary directory cleanup
|
2019-10-08 17:25:55 +03:00 |
IcoImagePlugin.py
|
fix formatting
|
2019-12-20 20:42:00 +03:00 |
Image.py
|
Math functions return int in Python 3
|
2020-02-08 00:34:53 +03:00 |
ImageChops.py
|
Changed docstring to be consistent
|
2019-01-01 20:44:04 +11:00 |
ImageCms.py
|
Replace isStringType(t) with isinstance(t, str)
|
2019-10-08 17:26:52 +03:00 |
ImageColor.py
|
bring ImageColor.getcolor into line with Convert.c implementation
|
2019-12-31 16:56:09 +03:00 |
ImageDraw.py
|
black --target-version py35
|
2019-11-02 20:02:07 +02:00 |
ImageDraw2.py
|
Upgrade Python syntax with pyupgrade --py3-plus
|
2019-10-07 14:30:59 +03:00 |
ImageEnhance.py
|
Upgrade Python syntax with pyupgrade --py3-plus
|
2019-10-07 14:30:59 +03:00 |
ImageFile.py
|
extents are not used by map_buffer
|
2020-01-26 13:22:23 +11:00 |
ImageFilter.py
|
black --target-version py35
|
2019-11-02 20:02:07 +02:00 |
ImageFont.py
|
Merge branch 'master' into rm-2.7
|
2019-10-08 18:57:27 +11:00 |
ImageGrab.py
|
Move several imports to the top-level of the file
|
2019-10-07 06:28:36 -07:00 |
ImageMath.py
|
Upgrade Python syntax with pyupgrade --py3-plus
|
2019-10-07 14:30:59 +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
|
Upgrade Python syntax with pyupgrade --py3-plus
|
2019-10-07 14:30:59 +03:00 |
ImagePath.py
|
Introduce isort to automate import ordering and formatting
|
2019-07-06 16:11:35 -07:00 |
ImageQt.py
|
Merge branch 'master' into rm-2.7
|
2019-10-26 09:07:44 +03:00 |
ImageSequence.py
|
In Python 3, 'next' is renamed to '__next__'
|
2019-11-03 16:02:08 +02:00 |
ImageShow.py
|
Replace ImageShow.which() with stdlib
|
2019-10-12 21:40:11 +03: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
|
Merge branch 'master' into rm-2.7
|
2019-10-26 09:07:44 +03:00 |
ImImagePlugin.py
|
Remove deprecated __version__ from plugins
|
2019-11-05 17:01:03 +02:00 |
ImtImagePlugin.py
|
Remove deprecated __version__ from plugins
|
2019-11-05 17:01:03 +02:00 |
IptcImagePlugin.py
|
Merge remote-tracking branch 'upstream/master' into rm-2.7
|
2019-11-18 13:56:42 +02:00 |
Jpeg2KImagePlugin.py
|
Remove deprecated __version__ from plugins
|
2019-11-05 17:01:03 +02:00 |
JpegImagePlugin.py
|
Math functions return int in Python 3
|
2020-02-08 00:34:53 +03:00 |
JpegPresets.py
|
Fix mismatched name, add explanation.
|
2019-10-27 23:36:33 -07:00 |
McIdasImagePlugin.py
|
Remove deprecated __version__ from plugins
|
2019-11-05 17:01:03 +02:00 |
MicImagePlugin.py
|
Merge remote-tracking branch 'upstream/master' into rm-2.7
|
2019-11-18 13:56:42 +02:00 |
MpegImagePlugin.py
|
Merge remote-tracking branch 'upstream/master' into rm-2.7
|
2019-11-18 13:56:42 +02:00 |
MpoImagePlugin.py
|
Raise a specific exception if no data is found for an MPO frame
|
2019-11-30 11:05:36 +11:00 |
MspImagePlugin.py
|
Merge remote-tracking branch 'upstream/master' into rm-2.7
|
2019-11-18 13:56:42 +02:00 |
PaletteFile.py
|
Upgrade Python syntax with pyupgrade --py3-plus
|
2019-10-07 14:30:59 +03:00 |
PalmImagePlugin.py
|
Merge remote-tracking branch 'upstream/master' into rm-2.7
|
2019-11-18 13:56:42 +02:00 |
PcdImagePlugin.py
|
Remove deprecated __version__ from plugins
|
2019-11-05 17:01:03 +02:00 |
PcfFontFile.py
|
Merge branch 'master' into rm-2.7
|
2019-10-26 09:07:44 +03:00 |
PcxImagePlugin.py
|
Merge remote-tracking branch 'upstream/master' into rm-2.7
|
2019-11-18 13:56:42 +02:00 |
PdfImagePlugin.py
|
Remove unnecessary make_bytes() function
|
2020-01-26 15:16:04 -08:00 |
PdfParser.py
|
Merge pull request #4388 from jdufresne/str-bytes-shim
|
2020-01-29 14:41:59 +02:00 |
PixarImagePlugin.py
|
Remove deprecated __version__ from plugins
|
2019-11-05 17:01:03 +02:00 |
PngImagePlugin.py
|
Removed duplicate line
|
2019-12-24 08:33:04 +11:00 |
PpmImagePlugin.py
|
Merge remote-tracking branch 'upstream/master' into rm-2.7
|
2019-11-18 13:56:42 +02:00 |
PsdImagePlugin.py
|
Merge remote-tracking branch 'upstream/master' into rm-2.7
|
2019-11-18 13:56:42 +02:00 |
PSDraw.py
|
Remove unnecessary coerce to float
|
2020-01-26 06:33:18 -08:00 |
PyAccess.py
|
Upgrade Python syntax with pyupgrade --py3-plus
|
2019-10-07 14:30:59 +03:00 |
SgiImagePlugin.py
|
Merge remote-tracking branch 'upstream/master' into rm-2.7
|
2019-11-18 13:56:42 +02:00 |
SpiderImagePlugin.py
|
Merge remote-tracking branch 'upstream/master' into rm-2.7
|
2019-11-01 13:22:56 +02:00 |
SunImagePlugin.py
|
Remove deprecated __version__ from plugins
|
2019-11-05 17:01:03 +02:00 |
TarIO.py
|
Merge remote-tracking branch 'upstream/master' into rm-2.7
|
2019-11-01 13:22:56 +02:00 |
TgaImagePlugin.py
|
Merge remote-tracking branch 'upstream/master' into rm-2.7
|
2019-11-18 13:56:42 +02:00 |
TiffImagePlugin.py
|
Changed _limit_signed_rational
|
2019-12-31 19:12:33 +11:00 |
TiffTags.py
|
Upgrade Python syntax with pyupgrade --py3-plus
|
2019-10-07 14:30:59 +03:00 |
WalImageFile.py
|
Upgrade Python syntax with pyupgrade --py3-plus
|
2019-10-07 14:30:59 +03:00 |
WebPImagePlugin.py
|
Upgrade Python syntax with pyupgrade --py3-plus
|
2019-10-07 14:30:59 +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 |