Pillow/src/PIL
Hugo 3e24c5fea4 Replace isStringType(t) with isinstance(t, str)
Co-Authored-By: Jon Dufresne <jon.dufresne@gmail.com>
2019-10-08 17:26:52 +03:00
..
__init__.py Removed outdated VERSION comment 2019-10-03 20:54:55 +10: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.0.0.dev0 version bump 2019-10-02 06:42:14 +10:00
BdfFontFile.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
BlpImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
BmpImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
BufrStubImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
ContainerIO.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
CurImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
DcxImagePlugin.py Format with Black 2019-06-10 18:22:46 +03:00
DdsImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
EpsImagePlugin.py Simplify using subprocess.DEVNULL 2019-10-08 17:25:42 +03:00
ExifTags.py Format with Black 2019-06-10 18:22:46 +03:00
features.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
FitsStubImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
FliImagePlugin.py Format with Black 2019-06-10 18:22:46 +03:00
FontFile.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
FpxImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
FtexImagePlugin.py Introduce isort to automate import ordering and formatting 2019-07-06 16:11:35 -07:00
GbrImagePlugin.py Format with Black 2019-06-10 18:22:46 +03:00
GdImageFile.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
GifImagePlugin.py Simplify using subprocess.DEVNULL 2019-10-08 17:25:42 +03:00
GimpGradientFile.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03: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 Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
Image.py Replace isStringType(t) with isinstance(t, str) 2019-10-08 17:26:52 +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 Introduce isort to automate import ordering and formatting 2019-07-06 16:11:35 -07:00
ImageDraw.py Replace isStringType(t) with isinstance(t, str) 2019-10-08 17:26:52 +03: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 Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
ImageFilter.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03: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 Replace isStringType(t) with isinstance(t, str) 2019-10-08 17:26:52 +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 Remove Python 2-compatibility code 2019-10-07 16:23:22 +03:00
ImageSequence.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
ImageShow.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
ImageStat.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
ImageTk.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
ImageTransform.py Format with Black 2019-06-10 18:22:46 +03:00
ImageWin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
ImImagePlugin.py Introduce isort to automate import ordering and formatting 2019-07-06 16:11:35 -07:00
ImtImagePlugin.py Format with Black 2019-06-10 18:22:46 +03:00
IptcImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
Jpeg2KImagePlugin.py Introduce isort to automate import ordering and formatting 2019-07-06 16:11:35 -07:00
JpegImagePlugin.py Replace isStringType(t) with isinstance(t, str) 2019-10-08 17:26:52 +03:00
JpegPresets.py Format with Black 2019-06-10 18:22:46 +03:00
McIdasImagePlugin.py Introduce isort to automate import ordering and formatting 2019-07-06 16:11:35 -07:00
MicImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
MpegImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
MpoImagePlugin.py Changed the Image getexif method to return a shared Exif instance 2019-08-23 06:13:20 +10:00
MspImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
PaletteFile.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
PalmImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
PcdImagePlugin.py Format with Black 2019-06-10 18:22:46 +03:00
PcfFontFile.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
PcxImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
PdfImagePlugin.py Introduce isort to automate import ordering and formatting 2019-07-06 16:11:35 -07:00
PdfParser.py Remove Python 2-compatibility code 2019-10-07 16:23:22 +03:00
PixarImagePlugin.py Format with Black 2019-06-10 18:22:46 +03:00
PngImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
PpmImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
PsdImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
PSDraw.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
PyAccess.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
SgiImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
SpiderImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
SunImagePlugin.py Format with Black 2019-06-10 18:22:46 +03:00
TarIO.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
TgaImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
TiffImagePlugin.py Remove redundant bytearray 2019-10-07 16:23:43 +03: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 Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
XbmImagePlugin.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
XpmImagePlugin.py Introduce isort to automate import ordering and formatting 2019-07-06 16:11:35 -07:00
XVThumbImagePlugin.py Format with Black 2019-06-10 18:22:46 +03:00