Pillow/src/PIL
Andrew Murray 9490509784
Merge pull request #6237 from hugovk/deprecate-qt5
Deprecate support for Qt 5 (PyQt5 and PySide2)
2022-04-25 10:03:35 +10:00
..
__init__.py Deprecated FitsStubImagePlugin 2022-02-19 14:41:12 +11:00
__main__.py Add __main__.py to output basic format and support information 2019-05-27 18:44:04 -07:00
_binary.py PSD layer count may be negative 2021-07-15 19:38:26 +10:00
_deprecate.py Update docstring 2022-04-10 19:27:57 +03:00
_tkinter_finder.py Add deprecations helper 2022-04-06 13:19:52 +03:00
_util.py [Private] class names should be CamelCase 2022-04-10 23:55:16 +03:00
_version.py 9.2.0.dev0 version bump 2022-04-01 17:53:13 +03:00
BdfFontFile.py convert comments into docstrings in autodoc files 2020-06-14 14:15:43 +02:00
BlpImagePlugin.py Add deprecations helper 2022-04-06 13:19:52 +03:00
BmpImagePlugin.py Finish reading data at eof 2022-03-09 22:36:34 +11:00
BufrStubImagePlugin.py Fixed BUFR, GRIB and HDF5 stub saving 2022-02-19 14:29:03 +11:00
ContainerIO.py convert comments into docstrings in autodoc files 2020-06-14 14:15:43 +02:00
CurImagePlugin.py use offset for all binary input functions instead of slicing 2020-12-30 19:10:50 +11:00
DcxImagePlugin.py Call _accept instead of duplicating code 2020-06-23 17:41:13 +10:00
DdsImagePlugin.py Use _accept check in _open 2022-02-27 14:48:36 +11:00
EpsImagePlugin.py Improved consistency of returning an image access object from load() 2022-02-02 11:49:31 +11:00
ExifTags.py Add EXIF tags which are part of the EXIF 2.32 specification 2021-04-20 11:01:46 +07:00
features.py Use python3 2021-05-08 12:37:06 +10:00
FitsImagePlugin.py Added FITS reading 2022-02-15 11:22:46 +11:00
FitsStubImagePlugin.py Add deprecations helper 2022-04-06 13:19:52 +03:00
FliImagePlugin.py Moved flags check into _accept 2022-02-27 14:48:36 +11:00
FontFile.py Upgrade Python syntax for 3.6+ 2020-07-30 10:09:18 +03:00
FpxImagePlugin.py remove extra i8 calls where input is proved bytes[] or int 2020-12-30 19:04:11 +11:00
FtexImagePlugin.py Add deprecations helper 2022-04-06 13:19:52 +03:00
GbrImagePlugin.py Do not read data until necessary 2022-02-27 14:48:36 +11:00
GdImageFile.py Variable in function should be snake_case 2022-04-10 23:55:16 +03:00
GifImagePlugin.py [Private] argument name should be snake_case 2022-04-10 23:55:16 +03:00
GimpGradientFile.py convert comments into docstrings in autodoc files 2020-06-14 14:15:43 +02:00
GimpPaletteFile.py pre-commit autoupdate --freeze 2022-03-04 16:42:24 +11:00
GribStubImagePlugin.py Fixed BUFR, GRIB and HDF5 stub saving 2022-02-19 14:29:03 +11:00
Hdf5StubImagePlugin.py Fixed BUFR, GRIB and HDF5 stub saving 2022-02-19 14:29:03 +11:00
IcnsImagePlugin.py Merge pull request #6108 from radarhere/none 2022-03-10 17:36:13 +02:00
IcoImagePlugin.py Save multiple images at different bit depths if provided 2022-03-12 15:49:36 +11:00
Image.py Update Image.py docstrings. 2022-04-24 18:42:37 +05:30
ImageChops.py Merge branch 'master' into rm-3.5 2020-09-01 20:16:46 +03:00
ImageCms.py Merge branch 'main' into cleanup-names 2022-04-16 19:49:40 +10:00
ImageColor.py Raise ValueError if color specifier is too long 2021-09-02 15:02:57 +03:00
ImageDraw.py Variable in function should be snake_case 2022-04-10 23:55:16 +03:00
ImageDraw2.py fix some function references 2020-06-27 15:40:37 +02:00
ImageEnhance.py Upgrade Python syntax with pyupgrade --py3-plus 2019-10-07 14:30:59 +03:00
ImageFile.py [Private] function names should be snake_case 2022-04-10 23:55:16 +03:00
ImageFilter.py Variable in function should be snake_case 2022-04-16 22:15:48 +10:00
ImageFont.py Merge pull request #6220 from nulano/deprecate-fill 2022-04-18 08:05:10 +10:00
ImageGrab.py Use screencapture arguments to crop on macOS 2022-03-22 21:58:32 +11:00
ImageMath.py Restrict builtins within lambdas for ImageMath.eval 2022-02-03 08:42:53 +11:00
ImageMode.py Added further typestr entries 2022-02-15 22:30:33 +11:00
ImageMorph.py Changed incorrect mode errors to ValueError 2021-04-18 14:47:05 +10:00
ImageOps.py Merge pull request #6034 from radarhere/imageops 2022-03-30 16:16:57 +03:00
ImagePalette.py Add deprecations helper 2022-04-06 13:19:52 +03:00
ImagePath.py Introduce isort to automate import ordering and formatting 2019-07-06 16:11:35 -07:00
ImageQt.py Deprecate support for Qt 5 (PyQt5 and PySide2). Use Qt 6 (PyQt6 or PySide6) instead. 2022-04-22 15:56:11 +03:00
ImageSequence.py Fix exception causes all over the codebase 2020-06-21 13:21:25 +03:00
ImageShow.py Increase wait time of temporary file deletion 2022-04-18 16:23:50 -04:00
ImageStat.py Variable in function should be snake_case 2022-04-10 23:55:16 +03:00
ImageTk.py Add deprecations helper 2022-04-06 13:19:52 +03:00
ImageTransform.py Added enums 2022-01-15 09:02:31 +11:00
ImageWin.py Merge branch 'master' into rm-3.5 2020-09-01 20:16:46 +03:00
ImImagePlugin.py pre-commit autoupdate --freeze 2022-03-04 16:42:24 +11:00
ImtImagePlugin.py pre-commit autoupdate --freeze 2022-03-04 16:42:24 +11:00
IptcImagePlugin.py use offset for all binary input functions instead of slicing 2020-12-30 19:10:50 +11:00
Jpeg2KImagePlugin.py Rename parameter and add more tests 2022-03-31 22:13:17 +03:00
JpegImagePlugin.py Add deprecations helper 2022-04-06 13:19:52 +03:00
JpegPresets.py De-zigzag JPEG's DQT when loading; deprecate convert_dict_qtables 2020-10-17 20:20:59 +02:00
McIdasImagePlugin.py Remove deprecated __version__ from plugins 2019-11-05 17:01:03 +02:00
MicImagePlugin.py Added deprecation warnings 2021-03-28 15:51:28 +11:00
MpegImagePlugin.py Merge remote-tracking branch 'upstream/master' into rm-2.7 2019-11-18 13:56:42 +02:00
MpoImagePlugin.py Reset size when seeking away from "Large Thumbnail" MPO frame 2022-03-01 19:10:10 +11:00
MspImagePlugin.py Return -1 when finished decoding 2022-03-08 19:48:58 +11:00
PaletteFile.py convert comments into docstrings in autodoc files 2020-06-14 14:15:43 +02:00
PalmImagePlugin.py Merge branch 'master' into rm-3.5 2020-09-01 20:16:46 +03:00
PcdImagePlugin.py remove extra i8 calls where input is proved bytes[] or int 2020-12-30 19:04:11 +11:00
PcfFontFile.py Variable in function should be snake_case 2022-04-10 23:55:16 +03:00
PcxImagePlugin.py Handle PCX images with an odd stride 2021-01-21 19:29:11 +11:00
PdfImagePlugin.py Variable in function should be snake_case 2022-04-10 23:55:16 +03:00
PdfParser.py pre-commit autoupdate --freeze 2022-03-04 16:42:24 +11:00
PixarImagePlugin.py use offset for all binary input functions instead of slicing 2020-12-30 19:10:50 +11:00
PngImagePlugin.py Add deprecations helper 2022-04-06 13:19:52 +03:00
PpmImagePlugin.py Maximum maxval is 65535 2022-03-10 09:55:47 +11:00
PsdImagePlugin.py Removed load_prepare nearly identical to ImageFile load_prepare 2022-03-08 19:01:57 +11:00
PSDraw.py Allow for sys.stdout.buffer to be missing 2021-05-03 18:07:05 +10:00
PyAccess.py [Private] class names should be CamelCase 2022-04-10 23:55:16 +03:00
SgiImagePlugin.py Updated variable name in comment 2022-04-16 22:15:21 +10:00
SpiderImagePlugin.py Merge branch 'main' into enum 2022-02-10 09:52:24 +11:00
SunImagePlugin.py use offset for all binary input functions instead of slicing 2020-12-30 19:10:50 +11:00
TarIO.py convert comments into docstrings in autodoc files 2020-06-14 14:15:43 +02:00
TgaImagePlugin.py Added enums 2022-01-15 09:02:31 +11:00
TiffImagePlugin.py Variable in function should be snake_case 2022-04-15 19:00:23 +10:00
TiffTags.py Added BigTIFF reading 2022-03-01 09:23:12 +11:00
WalImageFile.py Improved consistency of returning an image access object from load() 2022-02-02 11:49:31 +11:00
WebPImagePlugin.py Fixed saving L mode GIF with background as WebP 2022-03-22 20:17:28 +11:00
WmfImagePlugin.py Make code clearer by matching _accept condition 2022-02-27 14:48:36 +11:00
XbmImagePlugin.py Merge pull request #6092 from radarhere/accept 2022-03-05 23:10:08 +02:00
XpmImagePlugin.py remove extra i8 calls where input is proved bytes[] or int 2020-12-30 19:04:11 +11:00
XVThumbImagePlugin.py remove extra i8 calls where input is proved bytes[] or int 2020-12-30 19:04:11 +11:00