Commit Graph

5537 Commits

Author SHA1 Message Date
Lukasz Kozuchowski
3e317f3ca0 Empty image mode test 2017-01-29 07:50:28 +01:00
Lukasz Kozuchowski
3ffcd9770c BUG fix: '' in image mode no longer causes a crash 2017-01-29 07:20:44 +01:00
wiredfool
851aa210df Update CHANGES.rst [ci skip] 2017-01-26 14:31:40 +00:00
wiredfool
2df28a6601 Merge pull request #2347 from radarhere/icc_profile
Moved iCCP chunk before PLTE chunk when saving as PNG
2017-01-26 14:26:25 +00:00
wiredfool
54eedd8119 Updated Changes.rst [ci skip] 2017-01-26 14:23:19 +00:00
wiredfool
a62f2c5b44 Merge pull request #2365 from SemanticsOS/lambdafu/dpiresolution
Default to inch-interpretation for missing ResolutionUnit in TiffImagePlugin
2017-01-26 14:22:32 +00:00
wiredfool
74a29602e8 Updated Changes.rst [ci skip] 2017-01-26 14:12:58 +00:00
wiredfool
2d06d8550f Merge pull request #2359 from wiredfool/issue_1902
Fix for issue ImageTk Integer Overflow error
2017-01-26 14:12:32 +00:00
wiredfool
a71ba1a1c6 comments 2017-01-26 05:55:18 -08:00
wiredfool
b4fbd36adb Updated Changes.rst [ci skip] 2017-01-26 13:42:07 +00:00
wiredfool
fea66e9c1c Merge pull request #2368 from wiredfool/travis-docker
Docker images for additional travis runs
2017-01-26 13:40:18 +00:00
wiredfool
a69c37738a Look in a different location for the tk intepreter on pypy fixes #2376 2017-01-26 05:32:40 -08:00
Eric Soroos
e66271d464 added tests for functionality in ImageTk 2017-01-26 05:31:45 -08:00
wiredfool
ca3f6a25f4 Applied patch: a91559b82c to fix issue #1902 2017-01-26 05:31:45 -08:00
wiredfool
02e077aa48 run pep8/pyflakes on all non-docker builds 2017-01-21 02:21:58 -08:00
Andrew Murray
f0480de118 Restricted PNG encoderinfo chunks to valid values when saving 2017-01-21 16:57:03 +11:00
Andrew Murray
ded14572a1 Added more tests for PNG chunk ordering 2017-01-21 14:47:59 +11:00
Andrew Murray
361f579579 Moved iCCP chunk before PLTE chunk when saving as PNG 2017-01-21 13:32:22 +11:00
Eric Soroos
426f8d68b1 reenable nightly, move diffcover to non-docker 2.7 build 2017-01-20 11:35:49 -08:00
Eric Soroos
94cc72a2ba disable tests broken on old system versions of numpy/scipy 2017-01-20 11:35:49 -08:00
Eric Soroos
3c7798bc7b Add prebuilt docker files to travis 2017-01-20 11:35:49 -08:00
wiredfool
da8f2737a8 Update CHANGES.rst [ci skip] 2017-01-20 19:12:44 +00:00
wiredfool
8d779ee63c Merge pull request #2360 from wiredfool/obsolete
Removed PIL 1.0 era readme that concerns Windows 95/NT
2017-01-20 19:11:07 +00:00
Hugo
bceee54895 Prevent nose -v printing docstrings (#2369) 2017-01-20 19:10:02 +00:00
Hugo
9099798ff2 [CI ski[ 2017-01-19 20:53:31 +02:00
Hugo
8b2681e369 Merge pull request #2357 from radarhere/zlib
Updated zlib to 1.2.11
2017-01-19 20:51:58 +02:00
Marcus Brinkmann
8a9bd2cdcd Default to inch-interpretation for missing ResolutionUnit in TiffImagePlugin. 2017-01-19 17:24:28 +01:00
Andrew Murray
a46ce022e7 Removed warning about zlib 1.2.2 security vulnerability 2017-01-19 19:46:09 +11:00
wiredfool
c13676e975 Removed PIL 1.0 era readme that concerns Windows 95/NT 2017-01-17 06:21:47 -08:00
wiredfool
fbb92e99bb Update Changes.rst [ci skip] 2017-01-17 13:23:30 +00:00
Andrew Murray
58b5c9187d Replaced absolute PIL imports with relative imports (#2349) 2017-01-17 13:22:18 +00:00
wiredfool
c1b510c72c Merge pull request #2307 from radarhere/contextmanagers
Added context managers
2017-01-17 13:20:41 +00:00
Andrew Murray
a3d81e0677 Updated zlib to 1.2.11 2017-01-17 19:36:04 +11:00
wiredfool
8aec14c405 Update Changes.rst [ci skip] 2017-01-16 11:43:30 +00:00
wiredfool
f6dd290560 Merge pull request #2343 from radarhere/registered_extensions
Expose registered file extensions in Image
2017-01-16 11:40:02 +00:00
wiredfool
579c716864 Merge pull request #2351 from gunjambi/thread-safe-mode-cache-init
Make mode descriptor cache initialization thread-safe.
2017-01-16 11:20:45 +00:00
wiredfool
b154811b62 Merge pull request #2332 from radarhere/zlib
Updated zlib to 1.2.10
2017-01-16 11:12:30 +00:00
wiredfool
30683ec938 Merge pull request #2331 from radarhere/freetype
Updated freetype to 2.7.1
2017-01-16 11:10:37 +00:00
wiredfool
55065be2e6 Merge pull request #2354 from radarhere/quant
Changed from pngquant to libimagequant
2017-01-16 11:06:51 +00:00
wiredfool
eb8f6aa566 Merge pull request #2352 from hugovk/fix-invalid-string-escapes
Fix invalid string escapes in winbuild
2017-01-16 11:05:20 +00:00
Andrew Murray
c5cd32dd4a Changed from pngquant to libimagequant 2017-01-14 19:54:14 +11:00
hugovk
bbb0ab9101 Fix invalid string escapes 2017-01-12 21:28:24 +02:00
Jarkko Pöyry
3bdd15e55e Make mode descriptor cache initialization thread-safe.
Initializing mode descriptor cache in-place is racy and may cause a thread to
observe a partially constructed cache if another thread is pre-empted while
it's still constructing the cache. In this change, the mode descriptor cache is
constructed into a local variable instead and then set globally in a single
atomic operation, preventing any possibility of observing an incomplete cache.
2017-01-10 23:49:29 +02:00
Alexander Karpinsky
b7a27533b1 Merge pull request #2348 from python-pillow/docs-quickfix
Update concepts.rst
2017-01-08 22:34:58 +03:00
Alexander Karpinsky
071a5933ef Update concepts.rst 2017-01-08 22:32:57 +03:00
Hugo
51532c2c21 Merge pull request #2340 from radarhere/import
Remove unnecessary import
2017-01-08 12:48:50 +02:00
Andrew Murray
39811f0ff2 Merge pull request #2345 from daavve/update_arch_version
Added new version numbers for Arch Linux
2017-01-08 15:04:26 +11:00
David McInnis
da4ee8f906 added new version numbers for arch linux 2017-01-07 04:47:13 -08:00
wiredfool
640b4b3dde Merge pull request #2344 from radarhere/os
Added macOS Sierra tested Pillow version
2017-01-07 12:05:03 +00:00
Andrew Murray
c1905d3e26 Added macOS Sierra tested Pillow version [ci skip] 2017-01-07 18:45:36 +11:00