.. |
__init__.py
|
Since Python 3.3 IOError and WindowsError have been merged into OSError
|
2020-04-10 12:57:29 +03: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.2.0.dev0 version bump
|
2020-04-01 18:55:23 +03: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
|
For effiency, set newline character outside of loop
|
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
|
Replaced property methods for n_frames and is_animated with normal properties
|
2020-04-17 22:00:21 +10:00 |
DdsImagePlugin.py
|
Merge remote-tracking branch 'upstream/master' into rm-2.7
|
2019-11-16 17:10:10 +02:00 |
EpsImagePlugin.py
|
Close excusively opened images
|
2020-02-18 20:49:05 +11:00 |
ExifTags.py
|
Add support for more ExifIFD tags
|
2020-01-30 12:51:03 +01:00 |
features.py
|
xcb screengrab support
|
2020-03-24 19:29:44 +11:00 |
FitsStubImagePlugin.py
|
Upgrade Python syntax with pyupgrade --py3-plus
|
2019-10-07 14:30:59 +03:00 |
FliImagePlugin.py
|
Replaced property methods for n_frames and is_animated with normal properties
|
2020-04-17 22:00:21 +10:00 |
FontFile.py
|
Upgrade Python syntax with pyupgrade --py3-plus
|
2019-10-07 14:30:59 +03:00 |
FpxImagePlugin.py
|
Since Python 3.3 IOError and WindowsError have been merged into OSError
|
2020-04-10 12:57:29 +03: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
|
Since Python 3.3 IOError and WindowsError have been merged into OSError
|
2020-04-10 12:57:29 +03:00 |
GifImagePlugin.py
|
Since Python 3.3 IOError and WindowsError have been merged into OSError
|
2020-04-10 12:57:29 +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
|
Close excusively opened images
|
2020-02-18 20:49:05 +11:00 |
IcoImagePlugin.py
|
fix formatting
|
2019-12-20 20:42:00 +03:00 |
Image.py
|
Updated example code to new-style class [ci skip]
|
2020-04-23 20:05:30 +10:00 |
ImageChops.py
|
change function names to snake_case
|
2020-02-19 19:38:53 +11:00 |
ImageCms.py
|
return None if display profile not found in ImageCms.get_display_profile
|
2020-02-16 21:06:13 +11: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
|
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
|
Throw image loading error faster
|
2020-04-17 18:29:45 +10:00 |
ImageFilter.py
|
black --target-version py35
|
2019-11-02 20:02:07 +02:00 |
ImageFont.py
|
Since Python 3.3 IOError and WindowsError have been merged into OSError
|
2020-04-10 12:57:29 +03:00 |
ImageGrab.py
|
Since Python 3.3 IOError and WindowsError have been merged into OSError
|
2020-04-10 12:57:29 +03: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
|
Close excusively opened images
|
2020-02-18 20:49:05 +11: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
|
Trim end of name, keeping ext
|
2020-02-26 20:15:23 +11:00 |
ImtImagePlugin.py
|
Remove deprecated __version__ from plugins
|
2019-11-05 17:01:03 +02:00 |
IptcImagePlugin.py
|
Close excusively opened images
|
2020-02-18 20:49:05 +11:00 |
Jpeg2KImagePlugin.py
|
Do not reduce size if tile already loaded
|
2020-03-29 16:27:43 +11:00 |
JpegImagePlugin.py
|
Add JPEG comment to info dictionary
|
2020-03-07 06:57:29 +11: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
|
Replaced property methods for n_frames and is_animated with normal properties
|
2020-04-17 22:00:21 +10: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 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
|
Change single to double quotes
|
2020-03-31 10:20:43 +02: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
|
Replaced property methods for n_frames and is_animated with normal properties
|
2020-04-05 15:23:18 +10:00 |
PpmImagePlugin.py
|
Merge remote-tracking branch 'upstream/master' into rm-2.7
|
2019-11-18 13:56:42 +02:00 |
PsdImagePlugin.py
|
Replaced property methods for n_frames and is_animated with normal properties
|
2020-04-17 22:00:21 +10: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
|
Close excusively opened images
|
2020-02-18 20:49:05 +11: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
|
Merge pull request #4552 from radarhere/animation
|
2020-04-17 19:30:04 +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
|
Removed initial seek
|
2020-04-17 22:05:38 +10: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 |