Commit Graph

8279 Commits

Author SHA1 Message Date
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
Eric Soroos
13e1902d5c Tabs->spaces 2018-01-04 11:50:14 +00:00
Eric Soroos
4d06d70613 Typing: Additional extrema types 2018-01-04 11:49:53 +00:00
Hugo
bfb0a94439
Add Twitter badge 2018-01-04 12:09:01 +02:00
Hugo
a795b40b05
Update CHANGES.rst 2018-01-04 11:18:20 +02:00
Hugo
137ef0454c
Merge pull request #2927 from radarhere/imports
Removed unused and duplicate imports
2018-01-04 10:16:38 +01:00
Hugo
3916563a1b Move Tk files to src 2018-01-04 09:33:10 +02:00
Andrew Murray
30b2ddd070 Removed duplicate imports 2018-01-04 15:40:46 +11:00
Andrew Murray
62b2bdf909 Removed unused imports 2018-01-04 14:56:18 +11:00
Eric Soroos
2ce902a7f6 Typing: Image.getextrema 2018-01-03 12:33:49 +00:00
Eric Soroos
9a0c10e10a Typing: Image.getcolors 2018-01-03 12:11:33 +00:00
Eric Soroos
00fef4b5f5 Typing: ImageFilter Image.filter.
Also renamed filter parameter to not shadow builtin
2018-01-03 12:02:55 +00:00
Eric Soroos
6e79536e09 Typing: quantize 2018-01-03 11:45:04 +00:00
Eric Soroos
4aaa3cb171 Added mypy cache to gitignore 2018-01-03 11:43:58 +00:00
Eric Soroos
3697f87be1 Typing: *args to _getencoder, _getdecoder, tobytes, frombytes 2018-01-03 11:38:28 +00:00
Eric Soroos
a0666ccb7c Typing: __array_interface__ 2018-01-03 11:27:03 +00:00
Eric Soroos
e33706bc33 Typing, return required 2018-01-03 11:17:53 +00:00
Eric Soroos
90a7414e06 Fix PyAccess type error 2018-01-03 11:10:51 +00:00
Eric Soroos
f55c6eb23f Type tags for TiffTags 2018-01-03 11:02:07 +00:00
Eric Soroos
3ebc0f2455 Don't reassign crc on close 2018-01-03 10:56:17 +00:00
Eric Soroos
d4604bb62b Remove case for when _imaging module is not present 2018-01-03 10:48:36 +00:00
Eric Soroos
352c4d0cf9 make target for typecheck 2018-01-03 10:38:16 +00:00
Eric Soroos
79a09a27e5 src reorg 2018-01-03 10:37:11 +00:00
wiredfool
b2b035fb32 Use Color type for fillcolor 2018-01-03 10:31:58 +00:00
Eric Soroos
2e94a2e649 Move fp handling into ImageFile 2018-01-03 10:31:58 +00:00
Eric Soroos
af9c0a1cfd clarifying type annotations 2018-01-03 10:31:58 +00:00
neiljp (Neil Pilgrim)
be22cc3165 Type annotations: aliases.py: Remove Any. 2018-01-03 10:31:58 +00:00
neiljp (Neil Pilgrim)
9f011aafe3 Type annotations: _imaging.pyi: Amend Image.resize after API change. 2018-01-03 10:31:58 +00:00