Pillow/PIL
Alex Clark 4b40839970 Revert "Bump"
This reverts commit 4fe5d520fb.

Hah, foiled by PEP8
2014-07-15 06:15:31 -04:00
..
__init__.py Revert "Bump" 2014-07-15 06:15:31 -04:00
_binary.py
_util.py flake8 2014-07-06 01:50:24 +03:00
BdfFontFile.py Cherry-pick of portions of patch a500ca1393, many shortcut ops added, no functional changes 2014-05-09 21:36:15 -07:00
BmpImagePlugin.py dpi key should only be present when there is resolution info in the BMP header. 2014-06-28 23:59:01 +02:00
BufrStubImagePlugin.py
ContainerIO.py
CurImagePlugin.py
DcxImagePlugin.py
EpsImagePlugin.py Merge from master, pre-unittest conversion 2014-06-03 14:42:22 -07:00
ExifTags.py Cherry-pick of portions of patch a500ca1393, many shortcut ops added, no functional changes 2014-05-09 21:36:15 -07:00
FitsStubImagePlugin.py
FliImagePlugin.py Cherry-pick of portions of patch a500ca1393, many shortcut ops added, no functional changes 2014-05-09 21:36:15 -07:00
FontFile.py Remove unused WIP save2() from pre-fork days 2014-07-05 23:02:34 +03:00
FpxImagePlugin.py Cherry-pick of portions of patch a500ca1393, many shortcut ops added, no functional changes 2014-05-09 21:36:15 -07:00
GbrImagePlugin.py
GdImageFile.py
GifImagePlugin.py ensure that the prevous frame was loaded when seek()ing 2014-07-07 20:46:54 +02:00
GimpGradientFile.py Cherry-pick of portions of patch a500ca1393, many shortcut ops added, no functional changes 2014-05-09 21:36:15 -07:00
GimpPaletteFile.py Cherry-pick of portions of patch a500ca1393, many shortcut ops added, no functional changes 2014-05-09 21:36:15 -07:00
GribStubImagePlugin.py
Hdf5StubImagePlugin.py
IcnsImagePlugin.py Cherry-pick of portions of patch a500ca1393, many shortcut ops added, no functional changes 2014-05-09 21:36:15 -07:00
IcoImagePlugin.py
Image.py Added class checking to __eq__ function 2014-07-05 23:16:14 +10:00
ImageChops.py
ImageCms.py Asserting copyright over lcms2 port 2014-07-14 22:00:29 -07:00
ImageColor.py Docstring/comment fixes [skip ci] ref #534 2014-03-17 13:29:44 -07:00
ImageDraw.py
ImageDraw2.py
ImageEnhance.py Update URL 2014-06-22 16:30:41 -04:00
ImageFile.py Cherry-pick of portions of patch a500ca1393, many shortcut ops added, no functional changes 2014-05-09 21:36:15 -07:00
ImageFileIO.py
ImageFilter.py
ImageFont.py Merge #772 and master 2014-07-08 10:29:53 -07:00
ImageGrab.py
ImageMath.py flake8 ImageMath.py 2014-07-05 12:13:43 +03:00
ImageMode.py
ImageMorph.py Autodoc formatting 2014-07-12 09:52:04 -07:00
ImageOps.py Cherry-pick of portions of patch a500ca1393, many shortcut ops added, no functional changes 2014-05-09 21:36:15 -07:00
ImagePalette.py Update ImagePalette.py 2014-06-24 16:27:35 +08:00
ImagePath.py
ImageQt.py
ImageSequence.py
ImageShow.py Cherry-pick of portions of patch a500ca1393, many shortcut ops added, no functional changes 2014-05-09 21:36:15 -07:00
ImageStat.py Cherry-pick of portions of patch a500ca1393, many shortcut ops added, no functional changes 2014-05-09 21:36:15 -07:00
ImageTk.py
ImageTransform.py
ImageWin.py
ImImagePlugin.py Cherry-pick of portions of patch a500ca1393, many shortcut ops added, no functional changes 2014-05-09 21:36:15 -07:00
ImtImagePlugin.py
IptcImagePlugin.py Cherry-pick of portions of patch a500ca1393, many shortcut ops added, no functional changes 2014-05-09 21:36:15 -07:00
Jpeg2KImagePlugin.py f doesn't exist, BytesIO objects have fileno(), but may return OsError 2014-07-01 11:09:20 -07:00
JpegImagePlugin.py Fix load_djpeg and _save_cjpeg in windows 2014-06-30 19:52:07 -04:00
JpegPresets.py
McIdasImagePlugin.py
MicImagePlugin.py
MpegImagePlugin.py Cherry-pick of portions of patch a500ca1393, many shortcut ops added, no functional changes 2014-05-09 21:36:15 -07:00
MspImagePlugin.py
OleFileIO-README.md Fix link 2014-06-03 09:01:57 -04:00
OleFileIO.py Fixing doc warnings, reformatting docstring comments 2014-07-14 21:24:54 -07:00
PaletteFile.py
PalmImagePlugin.py Ensure rowbytes is an integer (fix for Python 3) 2014-07-01 22:36:56 +03:00
PcdImagePlugin.py
PcfFontFile.py
PcxImagePlugin.py Cherry-pick of portions of patch a500ca1393, many shortcut ops added, no functional changes 2014-05-09 21:36:15 -07:00
PdfImagePlugin.py Merge from master, pre-unittest conversion 2014-06-03 14:42:22 -07:00
PixarImagePlugin.py
PngImagePlugin.py Rename bytes variable as read_bytes to avoid the built-in function name. 2014-05-21 21:33:49 +03:00
PpmImagePlugin.py Fix failing tests, turns out I is different than L 2014-04-08 22:44:24 -07:00
PsdImagePlugin.py Cherry-pick of portions of patch a500ca1393, many shortcut ops added, no functional changes 2014-05-09 21:36:15 -07:00
PSDraw.py Fixing doc warning 2014-07-14 21:32:14 -07:00
PyAccess.py
SgiImagePlugin.py
SpiderImagePlugin.py pep8/pyflakes 2014-05-26 21:56:40 +03:00
SunImagePlugin.py
TarIO.py
TgaImagePlugin.py
TiffImagePlugin.py Merge from master, pre-unittest conversion 2014-06-03 14:42:22 -07:00
TiffTags.py Cherry-pick of portions of patch a500ca1393, many shortcut ops added, no functional changes 2014-05-09 21:36:15 -07:00
WalImageFile.py Update URL; fix typo 2014-06-22 16:44:52 -04:00
WebPImagePlugin.py
WmfImagePlugin.py Cherry-pick of portions of patch a500ca1393, many shortcut ops added, no functional changes 2014-05-09 21:36:15 -07:00
XbmImagePlugin.py
XpmImagePlugin.py
XVThumbImagePlugin.py