Pillow/PIL
Alex Clark 5cfc34b287 Begin 2.9.0 development with 2.9.0.dev0
Use PEP440 syntax to identify development branch and keep pyroma happy: https://www.python.org/dev/peps/pep-0440/#developmental-releases.
2015-04-02 14:53:49 -04: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
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
DcxImagePlugin.py
EpsImagePlugin.py EPS parser: don't index blank lines 2015-03-26 14:06:54 +02:00
ExifTags.py Correct the correction: RelatedImageWidth=0x1001, RelatedImageLength=0x1002 2014-08-27 11:06:34 +03:00
FitsStubImagePlugin.py
FliImagePlugin.py flake8 2014-08-28 14:44:19 +03:00
FontFile.py
FpxImagePlugin.py Fixed incorrect import in FpxImagePlugin 2015-04-01 12:45:08 +11:00
GbrImagePlugin.py flake8 2014-08-26 16:47:10 +03: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 flake8 2014-08-26 16:47:10 +03:00
IcoImagePlugin.py Comment typo [ci skip] 2015-01-28 20:23:15 -08:00
Image.py Catch struct.error on invalid JPEG (#1163) 2015-04-02 08:29:18 +03:00
ImageChops.py
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 Fix for alpha preservation in ImageEnhance, #899 2014-09-18 09:10:08 -07:00
ImageFile.py Define t variable in a more appropriate place 2015-04-01 10:48:28 +01:00
ImageFileIO.py
ImageFilter.py Fixed warning on docs building (url can't wrap), added parameters 2014-12-31 16:35:56 -08: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
ImageMode.py flake8 2014-08-26 16:47:10 +03:00
ImageMorph.py flake8 2014-08-26 16:47:10 +03:00
ImageOps.py Some landscape.io fixes 2014-11-27 21:43:45 +02:00
ImagePalette.py
ImagePath.py
ImageQt.py Some landscape.io fixes 2014-11-27 21:43:45 +02: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 flake8 2014-08-26 16:47:10 +03: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 flake8 2014-08-28 14:44:19 +03:00
ImtImagePlugin.py flake8 2014-08-28 14:44:19 +03:00
IptcImagePlugin.py Remove disabled _is_raw() 2014-08-01 11:12:47 +03:00
Jpeg2KImagePlugin.py Style/health fixes 2015-04-01 16:47:01 +03:00
JpegImagePlugin.py Adjust buffer size when quality=keep, fixes #148 (again) 2015-01-18 10:56:29 -08:00
JpegPresets.py flake8 2014-08-28 14:44:19 +03:00
McIdasImagePlugin.py flake8 2014-08-26 16:47:10 +03:00
MicImagePlugin.py flake8 2014-08-26 16:47:10 +03: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 flake8 2014-08-26 16:47:10 +03:00
OleFileIO-README.md
OleFileIO.py Fixed many style problems in OleFileIO resulting from indentation 2015-04-01 17:48:26 +11:00
PaletteFile.py flake8 2014-08-26 16:47:10 +03:00
PalmImagePlugin.py
PcdImagePlugin.py flake8 2014-08-26 16:47:10 +03:00
PcfFontFile.py flake8 2014-08-26 16:47:10 +03:00
PcxImagePlugin.py flake8 2014-08-26 16:47:10 +03:00
PdfImagePlugin.py
PixarImagePlugin.py flake8 2014-08-26 16:47:10 +03:00
PngImagePlugin.py Remove unreachable code (if 0) 2015-03-05 21:07:16 +02: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 Added missing self argument in PyAccess 2015-04-01 09:36:24 +11:00
SgiImagePlugin.py
SpiderImagePlugin.py
SunImagePlugin.py
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 Use underscores, not spaces, in TIFF tag kwargs. 2014-12-09 15:17:33 -08: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
XVThumbImagePlugin.py flake8 2014-08-28 14:44:19 +03:00