Pillow/PIL
2015-05-07 21:47:08 +10:00
..
__init__.py Begin 2.9.0 development with 2.9.0.dev0 2015-04-02 14:53:49 -04:00
_binary.py Fixed binary conversion bug, and added corresponding tests 2015-03-02 09:56:47 +11:00
_util.py flake8 2014-07-06 01:50:24 +03:00
BdfFontFile.py Changed list comprehension variable name to avoid redefinition 2015-04-01 12:45:08 +11:00
BmpImagePlugin.py Some Flake 8 fixes 2015-04-01 15:38:18 -04:00
BufrStubImagePlugin.py flake8 2014-08-26 16:47:10 +03:00
ContainerIO.py flake8 2014-08-26 16:47:10 +03:00
CurImagePlugin.py Flake8 and fix typo 2014-07-17 00:12:54 +03:00
DcxImagePlugin.py flake8 2014-07-17 01:21:56 +03:00
EpsImagePlugin.py Further health fixes 2015-04-24 18:24:52 +10:00
ExifTags.py Correct the correction: RelatedImageWidth=0x1001, RelatedImageLength=0x1002 2014-08-27 11:06:34 +03:00
FitsStubImagePlugin.py Various Flake8 fixes 2015-04-24 09:26:52 +10:00
FliImagePlugin.py flake8 2014-08-28 14:44:19 +03:00
FontFile.py Removed or commented unused variables 2015-04-24 16:02:38 +10:00
FpxImagePlugin.py Various Flake8 fixes 2015-04-24 09:26:52 +10:00
GbrImagePlugin.py Further health fixes 2015-04-24 18:24:52 +10:00
GdImageFile.py flake8 2014-08-26 16:47:10 +03:00
GifImagePlugin.py Style/health fixes 2015-04-01 16:47:01 +03:00
GimpGradientFile.py Fix for Python 3 2014-08-26 12:23:12 +03:00
GimpPaletteFile.py flake8 2014-08-28 17:18:54 +03:00
GribStubImagePlugin.py flake8 2014-08-26 16:47:10 +03:00
Hdf5StubImagePlugin.py flake8 2014-08-26 16:47:10 +03:00
IcnsImagePlugin.py Further health fixes 2015-04-24 18:24:52 +10:00
IcoImagePlugin.py Keep user-specified ordering of icon sizes 2015-04-14 20:17:57 +02:00
Image.py Merge pull request #1184 from darkfeline/add-doc 2015-05-05 19:29:04 +03:00
ImageChops.py Remove old ImageChops comments; redundant with docstrings 2013-10-11 22:46:57 -07:00
ImageCms.py Fix rename regression 2014-10-02 12:43:49 +03:00
ImageColor.py flake8 2014-08-26 16:47:10 +03:00
ImageDraw.py flake8 2014-08-28 14:44:19 +03:00
ImageDraw2.py flake8 2014-08-26 16:47:10 +03:00
ImageEnhance.py Various Flake8 fixes 2015-04-24 09:26:52 +10:00
ImageFile.py Further health fixes 2015-04-24 18:24:52 +10:00
ImageFileIO.py Transformed docstrings of ImageFile and ImageFileIO modules 2013-07-19 15:11:26 +00:00
ImageFilter.py Fixed redefinition of built-in 2015-04-24 16:02:39 +10:00
ImageFont.py Style/health fixes 2015-04-01 16:47:01 +03:00
ImageGrab.py Improve the error message when importing ImageGrab on non-Windows (#901) 2014-09-16 16:05:22 +03:00
ImageMath.py flake8 ImageMath.py 2014-07-05 12:13:43 +03:00
ImageMode.py flake8 2014-08-26 16:47:10 +03:00
ImageMorph.py flake8 2014-08-26 16:47:10 +03:00
ImageOps.py Fixed redefinition of built-in 2015-04-24 16:02:39 +10:00
ImagePalette.py Removed unnecessary pass lines and commented debugging lines 2015-04-24 16:02:38 +10:00
ImagePath.py Fully document PIL.ImagePath 2013-10-13 21:41:21 -07:00
ImageQt.py Adjusted ImageQt use of unicode() for 2/3 compatibility 2015-05-07 21:47:08 +10:00
ImageSequence.py flake8 2014-08-26 16:47:10 +03:00
ImageShow.py flake8 2014-08-26 16:47:10 +03:00
ImageStat.py Fixed redefinition of built-in 2015-04-24 16:02:39 +10:00
ImageTk.py flake8 2014-08-26 16:47:10 +03:00
ImageTransform.py flake8 2014-08-26 16:47:10 +03:00
ImageWin.py Merge from master 2014-09-23 09:52:03 -07:00
ImImagePlugin.py Fixed redefinition of built-in 2015-04-24 16:02:39 +10:00
ImtImagePlugin.py flake8 2014-08-28 14:44:19 +03:00
IptcImagePlugin.py Removed or commented unused variables 2015-04-24 16:02:38 +10:00
Jpeg2KImagePlugin.py Style/health fixes 2015-04-01 16:47:01 +03:00
JpegImagePlugin.py Further health fixes 2015-04-24 18:24:52 +10:00
JpegPresets.py Various Flake8 fixes 2015-04-24 09:26:52 +10:00
McIdasImagePlugin.py flake8 2014-08-26 16:47:10 +03:00
MicImagePlugin.py Further health fixes 2015-04-24 18:24:52 +10:00
MpegImagePlugin.py flake8 2014-08-26 16:47:10 +03:00
MpoImagePlugin.py flake8 2014-08-28 14:44:19 +03:00
MspImagePlugin.py Fixed redefinition of built-in 2015-04-24 16:02:39 +10:00
OleFileIO-README.md Fix link 2014-06-03 09:01:57 -04:00
OleFileIO.py Fixed indentation in OleFileIO 2015-04-24 16:02:39 +10:00
PaletteFile.py flake8 2014-08-26 16:47:10 +03:00
PalmImagePlugin.py Ensure rowbytes is an integer (fix for Python 3) 2014-07-01 22:36:56 +03:00
PcdImagePlugin.py pcd: minor cleanup; remove draft method 2015-04-02 22:49:15 +02:00
PcfFontFile.py Removed or commented unused variables 2015-04-24 16:02:38 +10:00
PcxImagePlugin.py Various Flake8 fixes 2015-04-24 09:26:52 +10:00
PdfImagePlugin.py Merge from master, pre-unittest conversion 2014-06-03 14:42:22 -07:00
PixarImagePlugin.py flake8 2014-08-26 16:47:10 +03:00
PngImagePlugin.py Various Flake8 fixes 2015-04-24 09:26:52 +10:00
PpmImagePlugin.py flake8 2014-08-26 16:47:10 +03:00
PsdImagePlugin.py flake8 2014-08-26 16:47:10 +03:00
PSDraw.py flake8 2014-12-27 23:07:41 +02:00
PyAccess.py Further health fixes 2015-04-24 18:24:52 +10:00
SgiImagePlugin.py If we can't read a file due to unsupported compression, raise an error 2014-07-20 01:50:05 +03:00
SpiderImagePlugin.py Further health fixes 2015-04-24 18:24:52 +10:00
SunImagePlugin.py flake8 2014-07-16 14:26:30 +03:00
TarIO.py flake8 2014-08-26 16:47:10 +03:00
TgaImagePlugin.py flake8 and tests 2014-08-20 10:32:06 +04:00
TiffImagePlugin.py Removed or commented unused variables 2015-04-24 16:02:38 +10:00
TiffTags.py flake8 2014-08-26 15:52:37 +03:00
WalImageFile.py Convert file to utf-8 2014-10-03 09:57:32 +02:00
WebPImagePlugin.py flake8 2014-08-26 16:47:10 +03:00
WmfImagePlugin.py flake8 2014-08-26 16:47:10 +03:00
XbmImagePlugin.py flake8 2014-08-26 16:47:10 +03:00
XpmImagePlugin.py flake8 2014-07-17 02:40:14 +03:00
XVThumbImagePlugin.py flake8 2014-08-28 14:44:19 +03:00