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
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
Andrew Murray
89742225bf
Fixed test coverage
2017-01-07 13:20:16 +11:00
Andrew Murray
2a93cdb698
Simplified assertEqual checks to assertTrue
2017-01-07 11:35:09 +11:00
Luis G
dad5971561
Add unit tests
...
Add unit tests for registered_extensions
2017-01-07 11:32:16 +11:00
Luis G
67c1258cfc
Expose registered file extensions
...
This adds a new method in Image (registered_extensions) that exposes the
internal EXTENSION dictionary to consumers of the library
2017-01-07 11:32:16 +11:00
Andrew Murray
1fb00976f5
Removed TODO resolved in #1121
2017-01-07 10:14:49 +11:00
Jerome Leclanche
3ac9ab6fa2
Remove an unnecessary import
2017-01-07 08:12:33 +11:00
Andrew Murray
60bb13a89a
Updated zlib to 1.2.10
2017-01-04 11:44:36 +11:00
Hugo
9dddca0be2
Merge pull request #2336 from python-pillow/3.5.0-to-4.0.0
...
Pillow 3.5.0 became 4.0.0
2017-01-03 14:19:32 +01:00
Hugo
2eba610b29
Pillow 3.5.0 became 4.0.0
...
And some caps consistency
[CI skip]
2017-01-03 15:13:45 +02:00
Hugo
1a1818f1eb
[CI skip]
2017-01-03 09:41:29 +02:00
Hugo
561573f364
Merge pull request #2333 from radarhere/crop
...
Added test for crop operation with no argument
2017-01-03 08:39:54 +01:00
Andrew Murray
c5265e2100
Added test for crop operation with no argument
2017-01-03 13:30:09 +11:00
wiredfool
296fb5fe1d
4.1.0.dev0 version bump
2017-01-02 04:06:48 -08:00
wiredfool
3f6db91ccc
Fixed typo in version
2017-01-02 03:45:39 -08:00
Andrew Murray
49fc3f175f
Updated freetype to 2.7.1
2017-01-02 14:32:08 +11:00
wiredfool
a021d4978d
4.0.0 version bump
2017-01-01 20:20:06 +00:00
wiredfool
1e22c6f131
Update Changes.rst [ci skip]
2017-01-01 19:07:50 +00:00
wiredfool
ccccd725af
Merge pull request #2329 from wiredfool/pcd_hack_refactor
...
Refactor out postprocessing hack to load_end in PcdImageFile
2017-01-01 19:07:23 +00:00
wiredfool
c84da36474
Merge pull request #2328 from wiredfool/pr_2155
...
Add center and translate to Image.rotate
2017-01-01 19:06:53 +00:00
wiredfool
599ec6bcd6
Removed #hack
2017-01-01 12:59:48 +00:00