Eric Soroos
|
566d69483d
|
rewording
|
2017-09-09 10:29:49 +00:00 |
|
Alexander
|
d6ec5df08d
|
no longer true
|
2017-09-09 10:17:14 +00:00 |
|
Alexander
|
b91d7c997e
|
Release notes for my changes
|
2017-09-09 10:17:14 +00:00 |
|
wiredfool
|
5238e7ccc8
|
Update CHANGES.rst [ci skip]
|
2017-09-09 10:36:37 +01:00 |
|
wiredfool
|
66a9a916e0
|
Merge pull request #2703 from kkopachev/patch-1
Fix comment about palette class in quantize method
|
2017-09-09 10:29:59 +01:00 |
|
wiredfool
|
c0c7c22749
|
Merge pull request #2715 from radarhere/releasenotes
Added release notes for #2708
|
2017-09-09 10:27:53 +01:00 |
|
wiredfool
|
2024986613
|
Merge pull request #2712 from python-pillow/ico-246-docs
Fix docs to match code
|
2017-09-09 10:24:03 +01:00 |
|
wiredfool
|
04052e85c9
|
Merge pull request #2647 from radarhere/spider
Added file pointer save to SpiderImagePlugin
|
2017-09-09 10:23:45 +01:00 |
|
wiredfool
|
a223122d28
|
Merge pull request #2713 from radarhere/tga
Add targa version 2 footer
|
2017-09-09 10:21:23 +01:00 |
|
wiredfool
|
81b7a943ac
|
Merge pull request #2714 from radarhere/pyaccess
Removed unnecessary lines
|
2017-09-09 10:18:42 +01:00 |
|
wiredfool
|
dac2f7a597
|
Merge pull request #2721 from hugovk/default-pypy-pypy3
Travis CI: Use default pypy/pypy3
|
2017-09-09 10:17:00 +01:00 |
|
Hugo
|
9b613c1bb6
|
Use default pypy/pypy3
|
2017-09-09 11:25:24 +03:00 |
|
Andrew Murray
|
3861380834
|
Added release notes for #2708 [ci skip]
|
2017-09-06 13:41:57 +10:00 |
|
Andrew Murray
|
2ebf9aed38
|
Fixed typo [ci skip]
|
2017-09-06 13:30:22 +10:00 |
|
Andrew Murray
|
5628b7a9ad
|
Removed unnecessary line
|
2017-09-06 11:22:13 +10:00 |
|
Andrew Murray
|
e02f828358
|
Combined duplicate lines
|
2017-09-06 11:21:50 +10:00 |
|
Andrew Murray
|
2840905efe
|
Changed string to bytes
|
2017-09-06 09:13:31 +10:00 |
|
Hugo
|
2aee124fb5
|
Fix docs to match code
Code was fixed in https://github.com/python-pillow/Pillow/pull/2267 but not the docs.
|
2017-09-05 13:43:34 +03:00 |
|
Andrew Murray
|
55d0a816c7
|
Added test
|
2017-09-04 20:32:15 +10:00 |
|
Andrew Murray
|
567351f632
|
Added register_extensions method
|
2017-09-04 20:32:07 +10:00 |
|
wiredfool
|
e0eb92ac0e
|
Update Changes.rst [ci skip]
|
2017-09-04 11:29:55 +01:00 |
|
wiredfool
|
39df75bd07
|
Merge pull request #2706 from wiredfool/issue_2666
Fix for crash drawing empty strings
|
2017-09-04 11:26:28 +01:00 |
|
wiredfool
|
e71757aa6f
|
Merge pull request #2634 from wiredfool/issue_2629
Fix for memory leaks in font handling
|
2017-09-04 11:23:57 +01:00 |
|
wiredfool
|
3fb62360e6
|
Update CHANGES.rst [ci skip]
|
2017-09-04 11:20:34 +01:00 |
|
wiredfool
|
2611b2caa5
|
Merge pull request #2689 from radarhere/tests
Added tests
|
2017-09-04 11:15:28 +01:00 |
|
wiredfool
|
c7d8f6553c
|
Merge pull request #2708 from radarhere/imagegrab
Removed debugging interface for Image.core.grabclipboard
|
2017-09-04 11:08:04 +01:00 |
|
wiredfool
|
af60917800
|
Merge pull request #2710 from radarhere/docs
Fixed documentation syntax
|
2017-09-04 11:07:39 +01:00 |
|
wiredfool
|
b2cd6aaff7
|
test for font memory leaks
|
2017-09-04 09:58:52 +00:00 |
|
Eric Soroos
|
41b5121d6e
|
refactor png leak test to use PillowLeakTestCase
|
2017-09-04 09:58:52 +00:00 |
|
wiredfool
|
ed68328c09
|
refactored memory leak test case
|
2017-09-04 09:58:05 +00:00 |
|
wiredfool
|
277935ae23
|
Py_ssize_t is defined on windows
|
2017-09-04 09:58:05 +00:00 |
|
wiredfool
|
dc7ee29c46
|
free before return, not after
|
2017-09-04 09:58:05 +00:00 |
|
wiredfool
|
c25cd96b71
|
Fix for truetype memory leak, #2629
|
2017-09-04 09:58:05 +00:00 |
|
wiredfool
|
539c5fdb5f
|
fixed malloc check
|
2017-09-04 09:58:05 +00:00 |
|
wiredfool
|
fd0e7be55a
|
Fix for memory leak in PILfont _font_text_asBytes, #2629
|
2017-09-04 09:58:05 +00:00 |
|
Andrew Murray
|
f5d6d8e57a
|
Fixed documentation syntax [ci skip]
|
2017-09-02 11:21:12 +10:00 |
|
Andrew Murray
|
6eccf8e4d7
|
Removed disabled code
|
2017-09-01 21:11:26 +10:00 |
|
Andrew Murray
|
6602c7cec4
|
Removed debugging lines
|
2017-09-01 21:06:22 +10:00 |
|
Andrew Murray
|
5c2df30ac3
|
Removed ImageDraw.Draw del calls
|
2017-09-01 21:06:22 +10:00 |
|
Andrew Murray
|
2ac18689d5
|
Removed unnecessary return statements
|
2017-09-01 21:06:22 +10:00 |
|
Andrew Murray
|
9e843a2d9b
|
Changed format of lambda calls
|
2017-09-01 21:05:40 +10:00 |
|
Andrew Murray
|
371933a597
|
Added tests
|
2017-09-01 20:36:51 +10:00 |
|
Alexander
|
62ece989dc
|
Accept lists as well
|
2017-09-01 13:36:25 +03:00 |
|
Alexander
|
d4b2fa7348
|
Fix erroneous condition which was never true
|
2017-09-01 13:32:37 +03:00 |
|
Alexander
|
c59529d28d
|
use PRECISION_BITS constant in ImagingAlphaComposite
use UINT32 instead of UINT16 (a bit faster on x86)
|
2017-09-01 13:26:08 +03:00 |
|
Andrew Murray
|
c10ad19a2b
|
Changed file opening in tests to use with
|
2017-09-01 20:03:54 +10:00 |
|
Andrew Murray
|
dcddc71dea
|
Removed debugging interface for Image.core.grabclipboard
|
2017-09-01 20:02:55 +10:00 |
|
Alexander
|
a7cf91499a
|
Regular comments instead of strings [ci skip]
|
2017-09-01 08:42:57 +03:00 |
|
Alexander Karpinsky
|
e6456643d4
|
Merge pull request #2707 from uploadcare/fix-box-resize
Fix resize with box when no resize required
|
2017-09-01 00:53:46 +03:00 |
|
Alexander
|
0acc2cea9c
|
Fix need_horizontal and need_vertical conditions in resample
|
2017-09-01 00:24:49 +03:00 |
|