Pillow/PIL
Karim Bahgat 740ab40c6d Keep user-specified ordering of icon sizes
Some consumers of icon files such as py2exe care about the order that icon sizes are added, so the user should be fully in charge of this, instead of force sorting them.
2015-04-14 20:17:57 +02: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 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 Fix imports 2013-03-07 11:20:28 -05:00
FliImagePlugin.py flake8 2014-08-28 14:44:19 +03:00
FontFile.py Remove unused WIP save2() from pre-fork days 2014-07-05 23:02:34 +03:00
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 Keep user-specified ordering of icon sizes 2015-04-14 20:17:57 +02:00
Image.py Catch struct.error on invalid JPEG (#1163) 2015-04-02 08:29:18 +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 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 Transformed docstrings of ImageFile and ImageFileIO modules 2013-07-19 15:11:26 +00:00
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 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 Some landscape.io fixes 2014-11-27 21:43:45 +02:00
ImagePalette.py More ImagePalette.py tests and remove unused and uncallable new() 2014-07-21 23:18:46 +03:00
ImagePath.py Fully document PIL.ImagePath 2013-10-13 21:41:21 -07:00
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 Fix link 2014-06-03 09:01:57 -04:00
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 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 flake8 2014-08-26 16:47:10 +03:00
PcxImagePlugin.py flake8 2014-08-26 16:47:10 +03: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 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 If we can't read a file due to unsupported compression, raise an error 2014-07-20 01:50:05 +03:00
SpiderImagePlugin.py pep8/pyflakes 2014-05-26 21:56:40 +03: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 Tiff: allow writing floating poitn tag values 2015-02-23 09:46:35 +01: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