.. |
__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
|
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
|
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
|
Merge remote-tracking branch 'upstream/master' into rm-2.7
|
2019-11-01 13:22:56 +02: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
|
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
|
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
|
Lint fixes
|
2019-10-29 22:42:34 +11: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
|
Remove handling for pre-3.3 wide/narrow builds
|
2019-11-04 00:32:33 +02: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
|
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
|
Merge remote-tracking branch 'upstream/master' into rm-2.7
|
2019-11-01 13:22:56 +02: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
|
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
|
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
|
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
|
Merge branch 'master' into rm-2.7
|
2019-10-26 09:07:44 +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
|
Merge branch 'master' into rm-2.7
|
2019-10-26 09:07:44 +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
|
Merge remote-tracking branch 'upstream/master' into rm-2.7
|
2019-11-01 13:22:56 +02:00 |
SunImagePlugin.py
|
Format with Black
|
2019-06-10 18:22:46 +03:00 |
TarIO.py
|
Merge remote-tracking branch 'upstream/master' into rm-2.7
|
2019-11-01 13:22:56 +02:00 |
TgaImagePlugin.py
|
Upgrade Python syntax with pyupgrade --py3-plus
|
2019-10-07 14:30:59 +03:00 |
TiffImagePlugin.py
|
Merge remote-tracking branch 'upstream/master' into rm-2.7
|
2019-11-01 13:22:56 +02: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 |