Pillow/PIL
wiredfool 8b4cd7eb7a Merge pull request #2226 from jdufresne/font-file-close
Use a context manager in FontFile.save() to ensure file is always closed
2016-11-22 12:04:28 +00:00
..
__init__.py 3.5.0.dev0 Dev Version bump 2016-10-04 00:18:33 -07:00
_binary.py remove end of file banner from all files 2016-07-10 14:11:28 +03:00
_tkinter_finder.py Flake8 fixes 2016-09-03 12:17:22 +10:00
_util.py flake8 2014-07-06 01:50:24 +03:00
BdfFontFile.py Commented or removed unused lines 2015-11-09 23:34:34 +11:00
BmpImagePlugin.py Add support for another type of BMP bitfield 2016-11-14 00:31:23 -05:00
BufrStubImagePlugin.py Converted documentation 2016-09-24 19:10:46 +10:00
ContainerIO.py Converted documentation 2016-09-24 19:10:46 +10:00
CurImagePlugin.py Throw TypeError if no cursors were found in .cur file 2015-11-26 19:56:41 +11:00
DcxImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
DdsImagePlugin.py Add support for BC7 to DdsImagePlugin 2016-08-26 02:26:03 -05:00
EpsImagePlugin.py Removed 'Debugging' open_ppm call that didn't check file provided parameters for sanity 2016-10-03 07:27:02 -07:00
ExifTags.py Moved EXIF tag to be in hex order 2016-04-19 19:50:28 +10:00
features.py Replace type() equality checks with isinstance 2016-10-31 06:41:43 -07:00
FitsStubImagePlugin.py Converted documentation 2016-09-24 19:10:46 +10:00
FliImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
FontFile.py Use a context manager in FontFile.save() to ensure file is always closed 2016-11-14 21:18:57 -08:00
FpxImagePlugin.py Added return for J2k (and fpx) Load to return a pixel access object 2016-08-08 07:36:34 -07:00
FtexImagePlugin.py Corrected unfinished sentence 2016-11-19 10:55:08 +11:00
GbrImagePlugin.py Fixed typo 2016-04-13 17:33:33 +10:00
GdImageFile.py Converted documentation 2016-09-24 19:10:46 +10:00
GifImagePlugin.py Use generator expressions instead of list comprehension 2016-11-14 18:11:15 -08:00
GimpGradientFile.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
GimpPaletteFile.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
GribStubImagePlugin.py Converted documentation 2016-09-24 19:10:46 +10:00
Hdf5StubImagePlugin.py Converted documentation 2016-09-24 19:10:46 +10:00
IcnsImagePlugin.py Renamed references to OS X to macOS 2016-09-23 21:12:03 +10:00
IcoImagePlugin.py Updated redirect URL 2016-02-22 18:38:04 +11:00
Image.py Fixed bug in saving to fp-objects in Python >= 3.4 2016-11-15 20:13:25 +11:00
ImageChops.py Remove old ImageChops comments; redundant with docstrings 2013-10-11 22:46:57 -07:00
ImageCms.py Check type of items passed into to ImageCms.ImageCmsProfile, fixes #2037 2016-09-26 14:56:00 -07:00
ImageColor.py Fix "invalid escape sequence" warning in Python 3.6 2016-09-27 19:26:57 -04:00
ImageDraw.py Replace type() equality checks with isinstance 2016-10-31 06:41:43 -07:00
ImageDraw2.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
ImageEnhance.py Fixed typo in ImageEnhance.py 2015-05-28 17:20:33 +10:00
ImageFile.py Vulnerable map function is not called on windows 2016-10-03 07:42:48 -07:00
ImageFilter.py Fixed redefinition of built-in 2015-04-24 16:02:39 +10:00
ImageFont.py Close file after finished reading in ImageFont._load_pilfont() 2016-11-17 07:46:54 -08:00
ImageGrab.py Fixed typo 2016-10-07 20:43:54 +11:00
ImageMath.py remove end of file banner from all files 2016-07-10 14:11:28 +03:00
ImageMode.py remove end of file banner from all files 2016-07-10 14:11:28 +03:00
ImageMorph.py Use generator expressions instead of list comprehension 2016-11-14 18:11:15 -08:00
ImageOps.py patch : image copy 2016-07-11 12:18:07 +02:00
ImagePalette.py Close file after reading in ImagePalette.load() 2016-11-11 16:59:32 -08:00
ImagePath.py remove end of file banner from all files 2016-07-10 14:11:28 +03:00
ImageQt.py Fix for issue #1370, Segfault using QImages due to not retaining the data 2016-10-27 14:11:06 -07:00
ImageSequence.py Merge pull request #1686 from radarhere/seek 2016-01-31 09:08:09 -08:00
ImageShow.py Fix "invalid escape sequence" warning in Python 3.6 2016-09-27 19:26:57 -04:00
ImageStat.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
ImageTk.py remove end of file banner from all files 2016-07-10 14:11:28 +03:00
ImageTransform.py Merge pull request #2012 from uploadcare/endless-files 2016-07-11 14:15:02 +04:00
ImageWin.py remove end of file banner from all files 2016-07-10 14:11:28 +03:00
ImImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
ImtImagePlugin.py Fix BytesWarning discovered while running tests 2016-10-22 12:35:44 -07:00
IptcImagePlugin.py Removed 'Debugging' open_ppm call that didn't check file provided parameters for sanity 2016-10-03 07:27:02 -07:00
Jpeg2KImagePlugin.py Removed whitespace from blank lines 2016-09-03 12:23:42 +10:00
JpegImagePlugin.py Use generator expressions instead of list comprehension 2016-11-14 18:11:15 -08:00
JpegPresets.py Changed no longer found URL to archive URL 2016-02-28 22:36:35 +11:00
McIdasImagePlugin.py Changed register calls to use format property 2015-12-25 14:15:01 +11:00
MicImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
MpegImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
MpoImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
MspImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
OleFileIO-README.md Updated PIL license in OleFILEIO README [ci skip] 2016-03-29 20:01:39 +11:00
OleFileIO.py Updated OleFileIO doc links 2016-04-19 07:41:14 -07:00
PaletteFile.py Replaced old-style classes 2015-05-27 00:07:21 +10:00
PalmImagePlugin.py Replaced range(len()) 2016-11-06 12:38:59 +11:00
PcdImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
PcfFontFile.py Removed or commented unused variables 2015-04-24 16:02:38 +10:00
PcxImagePlugin.py Changed register calls to use format property 2015-07-04 23:29:58 +10:00
PdfImagePlugin.py Merge pull request #1398 from mrTable/master 2015-10-01 07:54:26 -07:00
PixarImagePlugin.py Added _accept hook for PixarImagePlugin 2016-04-19 20:59:32 +10:00
PngImagePlugin.py Fix BytesWarning discovered while running tests 2016-10-22 12:35:44 -07:00
PpmImagePlugin.py Removed 'Debugging' open_ppm call that didn't check file provided parameters for sanity 2016-10-03 07:27:02 -07:00
PsdImagePlugin.py Changed register calls to use format property 2015-07-04 23:29:58 +10:00
PSDraw.py Fixed PSDraw stdout Python 3 compatibility 2015-07-31 20:59:59 +10:00
PyAccess.py remove end of file banner from all files 2016-07-10 14:11:28 +03:00
SgiImagePlugin.py remove end of file banner from all files 2016-07-10 14:11:28 +03:00
SpiderImagePlugin.py Fixed typo 2016-11-19 10:45:33 +11:00
SunImagePlugin.py unused imports 2015-09-15 04:04:27 +03:00
TarIO.py Converted documentation 2016-09-24 19:10:46 +10:00
TgaImagePlugin.py unused imports 2015-09-15 04:04:27 +03:00
TiffImagePlugin.py Use generator expressions instead of list comprehension 2016-11-14 18:11:15 -08:00
TiffTags.py Flake8 fixes 2016-09-03 12:17:22 +10:00
WalImageFile.py Converted documentation 2016-09-24 19:10:46 +10:00
WebPImagePlugin.py Changed register calls to use format property 2015-07-04 23:29:58 +10:00
WmfImagePlugin.py Converted documentation 2016-09-24 19:10:46 +10:00
XbmImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
XpmImagePlugin.py Flake8 fixes 2015-08-25 22:27:18 +10:00
XVThumbImagePlugin.py Flake8 fixes 2016-09-03 12:17:22 +10:00