Hugo
|
8edbc79e7f
|
Fix "TypeError: 'NoneType' object is not iterable" for PPC and CRUX
|
2018-01-11 12:45:52 +02:00 |
|
Hugo
|
d1257a0a38
|
Merge pull request #2947 from hugovk/codecov-fix-missing-base-report
Codecov: Avoid "Missing base report"
|
2018-01-10 16:50:55 +02:00 |
|
Hugo
|
75ea204b08
|
Avoid "Missing base report" due to committing CHANGES.rst with "[CI skip]"
|
2018-01-10 16:33:15 +02:00 |
|
Hugo
|
a65049146b
|
Either codecov.yml or .codecov.yml is allowed, let's group with other dotfiles
|
2018-01-10 16:30:13 +02:00 |
|
Hugo
|
8f88d6b60a
|
Only extract first Exif segment
|
2018-01-10 16:00:10 +02:00 |
|
Andrew Murray
|
4bde7258d4
|
Fixed typo [ci skip]
|
2018-01-10 22:22:44 +11:00 |
|
Alexander
|
dc127273f4
|
Add RGBXX RGBXXX YCbCrXX YCbCrXXX rawmodes for TIFFs
|
2018-01-07 17:23:05 +03:00 |
|
Alexander
|
1f4fd49a80
|
unpack CMYK TIFFs optional channels
|
2018-01-07 17:23:05 +03:00 |
|
Hugo
|
dca1247c47
|
Update CHANGES.rst
|
2018-01-06 20:45:17 +02:00 |
|
Hugo
|
e92e730597
|
Merge pull request #2935 from wiredfool/crc
Remove _imaging.crc32 in favor or builtin python crc32 implementation
|
2018-01-06 20:43:35 +02:00 |
|
Hugo
|
05040292fe
|
Merge pull request #2937 from radarhere/fixes
Minor fixes
|
2018-01-06 20:25:23 +02:00 |
|
Andrew Murray
|
696b3819e8
|
Combined two excerpt statements
|
2018-01-06 21:58:05 +11:00 |
|
Andrew Murray
|
b7aab522e1
|
Added syntax print statements
|
2018-01-06 21:57:29 +11:00 |
|
Andrew Murray
|
3c73043509
|
Simplified use of sys.argv
|
2018-01-06 21:57:29 +11:00 |
|
Andrew Murray
|
59b9d1dc46
|
Simplified Image.open call
|
2018-01-06 21:57:29 +11:00 |
|
Eric Soroos
|
4bc33d3e4a
|
Remove _imaging.crc32 in favor or builtin python crc32 implementation
|
2018-01-05 15:53:50 +00:00 |
|
Eric Soroos
|
02a1aa4ee8
|
Typing: Note about fromarray and the buffer interface
|
2018-01-05 15:23:42 +00:00 |
|
Eric Soroos
|
4a30b7af69
|
Typing: Ignore forcibly setting things to errors
|
2018-01-05 14:32:39 +00:00 |
|
Eric Soroos
|
bee50685cb
|
Typing: ImageShow typehints
|
2018-01-05 14:32:39 +00:00 |
|
Eric Soroos
|
132ce41ff1
|
Typing: TiffImagePlugin: ignore meta stuff
|
2018-01-05 14:32:39 +00:00 |
|
Eric Soroos
|
523c4502bc
|
Typing: _imaging.clear_cache
|
2018-01-05 14:32:39 +00:00 |
|
Eric Soroos
|
db0e083555
|
Typing: Image.open
|
2018-01-05 14:32:39 +00:00 |
|
Eric Soroos
|
4b241c4f5c
|
Typing: Image.fromarray
|
2018-01-05 14:32:39 +00:00 |
|
Eric Soroos
|
0bbfb3b290
|
Typing: Image.frombuffer
|
2018-01-05 14:32:39 +00:00 |
|
Eric Soroos
|
18f5f2c21b
|
Typing: Image.frombytes
|
2018-01-05 14:32:39 +00:00 |
|
Eric Soroos
|
95cf0a6e9f
|
Typing: additional imports
|
2018-01-05 12:51:44 +00:00 |
|
Eric Soroos
|
a5c66e456b
|
Typing: Image.transform
|
2018-01-05 12:46:30 +00:00 |
|
Eric Soroos
|
404d6f31c7
|
Whitespace
|
2018-01-05 12:38:54 +00:00 |
|
Eric Soroos
|
e220e00386
|
Typing: Image.getchannel
|
2018-01-05 12:36:52 +00:00 |
|
Eric Soroos
|
4b47177634
|
Typing: Image.save
|
2018-01-05 10:58:04 +00:00 |
|
Eric Soroos
|
864e953136
|
Typing: Image.transform
|
2018-01-05 10:42:31 +00:00 |
|
wiredfool
|
0ac6d6ad52
|
Update CHANGES.rst [ci skip]
|
2018-01-05 10:37:03 +00:00 |
|
wiredfool
|
276bb42a62
|
Merge pull request #2928 from hugovk/mv-tk-to-src
Move Tk directory to src directory
|
2018-01-05 10:36:07 +00:00 |
|
Eric Soroos
|
83124c5ca8
|
Typing: resize -- ignore tuple manipulations
|
2018-01-05 10:34:41 +00:00 |
|
Eric Soroos
|
3ee774ede0
|
Typing: Ignore py2/py3 differences
|
2018-01-05 10:34:31 +00:00 |
|
Eric Soroos
|
02e10805e0
|
Typing: Image.putalpha
|
2018-01-05 10:34:31 +00:00 |
|
Eric Soroos
|
42086c3a35
|
Typing: Image.alphacomposite
|
2018-01-05 10:08:35 +00:00 |
|
Hugo
|
baef2abb8e
|
Update CHANGES.rst
|
2018-01-05 08:53:59 +02:00 |
|
Hugo
|
c372be43b7
|
Merge pull request #2933 from jdufresne/cache
Enable pip cache in Travis CI
|
2018-01-05 08:52:37 +02:00 |
|
Andrew Murray
|
4d3339b703
|
Added tests
|
2018-01-05 11:26:24 +11:00 |
|
Andrew Murray
|
4e69b9c553
|
Skip outline if the draw operation fills with the same colour
|
2018-01-05 10:59:24 +11:00 |
|
Jon Dufresne
|
9cf5371571
|
Enable pip cache in Travis CI
Can speed up builds and reduce load on PyPI servers.
For more information, see:
https://docs.travis-ci.com/user/caching/#pip-cache
|
2018-01-04 12:22:50 -08:00 |
|
Hugo
|
52c05b441f
|
Merge pull request #2932 from jdufresne/alpha-req
Sort requirements.txt alphabetically
|
2018-01-04 18:30:22 +02:00 |
|
Eric Soroos
|
1f1b90f513
|
Ignore that which mypy gets wrong
|
2018-01-04 14:18:07 +00:00 |
|
Eric Soroos
|
6e45d8d577
|
Typing: UNDONE-- Mostly complete paste with working type annotations
|
2018-01-04 14:09:13 +00:00 |
|
Hugo
|
7abb8bb771
|
Merge pull request #2931 from python-pillow/docs-escape-s
Docs: Escape the s next to inline code formatting
|
2018-01-04 14:57:49 +01:00 |
|
Jon Dufresne
|
928ff7f8c4
|
Sort requirements.txt alphabetically
|
2018-01-04 05:24:03 -08:00 |
|
Hugo
|
c49727552a
|
Docs: Escape the s next to inline code formatting
|
2018-01-04 15:19:59 +02:00 |
|
Eric Soroos
|
a0bdadf012
|
Typing: Clarify that this is a single band extrema
|
2018-01-04 12:10:29 +00:00 |
|
Eric Soroos
|
bebece4672
|
Typing: relaxed type for MultiChannelExtrema
This allows for the existence of (currently not implemented)
multichannel floating point images
|
2018-01-04 11:58:39 +00:00 |
|