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 |
|
neiljp (Neil Pilgrim)
|
f4765c9750
|
Type annotations: _imaging.pyi: Add preliminary merge() stub.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
6353c153f9
|
Type annotations: Image.py: Add _show and _showxv annotations.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
c23c755acc
|
Type annotations: Image.py: Annotation for not-installed handler.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
d6f89c103c
|
Type annotations: Image.py: Amend Image.resize given new parameter.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
8929e1e0c2
|
Type annotations: _imaging.pyi typo.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
5ee809495c
|
Type annotations: Image.py: Initial annotation for expression analyzer.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
46cb90f568
|
Type annotations: Image.py: Correct _conv_type_shape & add _MODE_CONV.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
72393d7703
|
Type annotations: _imaging.pyi: Many improvements.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
8db8e3214f
|
Type annotations: Image.py: Improve many annotations.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
1c0acf8a04
|
Type annotations: aliases.py: Add Color type-alias (no Text).
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
1af865813d
|
Type annotations: Label all obvious issues and label with 'FIXME TYPING'.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
ab40a28c1c
|
Type annotations: Switch open/save BytesIO->BinaryIO.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
10e2908813
|
Type annotations: Image.rotate bool->int for a parameter.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
636e7406b3
|
Type annotations: Amend Image.getdata to return ImagingCore.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
5515520d4c
|
Type annotations: aliases.py: Amend Extrema to use float & int Tuples.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
910236feae
|
Type annotations: Clarify return type of Image.split.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
2ab28d5084
|
Type annotations: Allow Image.putpalette to accept ImagePalette.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
48e183eaf1
|
Type annotations: _imaging.pyi: Significantly improve stubs.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
cf043ed16e
|
Type annotations: Correct pixel_access & specify self.readonly.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
2110a7f47b
|
Type annotations: Amend Image.point parameter types.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
0541e239d4
|
Type annotations: Enable Image.filter to also accept Callable returning Filter.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
cb535be9af
|
Type annotations: Amend __setstate__ to accept Tuple.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
2d0fb6b979
|
Type annotations: Amend eq/ne to be (object)->bool.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
4c45a312f0
|
Type annotations: Add Union & Any to aliases.py.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
363e409b58
|
Type annotations: Annotate self.tile & add FIXME.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
04f7ac3085
|
Type annotations: Annotate exclusive_fp.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
898c83d261
|
Type annotations: Correct Image/ImagingCore annotations.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
2c76f3b843
|
Type annotations: Explicitly mark some Image data types.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
cbe95228ce
|
Type annotations: Improve imports in Image.py.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
5979e0e099
|
Type annotations: Improve Image.getproject().
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
850e28a02f
|
Type annotations: Add & use Extrema type alias.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
9625b7957e
|
Type annotations: Mark Image.draft to accept (Mode, Size).
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
0b005596b1
|
Type annotations: Add stubs for _imaging; aliases into aliases.py.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
cd26623083
|
Type annotations: Adjust __repr__ return & ignore ne/eq.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
bd4e593682
|
Type annotations: Adjust Filter import.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
43b704b7df
|
Type annotations: Switch to type alias for Mode & add self.im annotation.
|
2018-01-03 10:31:58 +00:00 |
|
neiljp (Neil Pilgrim)
|
97c2312c07
|
Type annotations: Image.py.
|
2018-01-03 10:31:58 +00:00 |
|
wiredfool
|
bad730ecff
|
Update CHANGES.rst [ci skip]
|
2018-01-03 10:28:27 +00:00 |
|
wiredfool
|
6591021f6a
|
Merge pull request #2921 from radarhere/python27
Changed documentation references to 2.x to 2.7
|
2018-01-03 10:27:42 +00:00 |
|
wiredfool
|
86d4fb210e
|
Merge pull request #2920 from radarhere/version
5.1.0.dev0 version bump
|
2018-01-03 10:16:49 +00:00 |
|
Alex Clark
|
fcc98a6885
|
Merge pull request #2924 from Huluti/patch-1
Remove the broken Gratipay link
|
2018-01-02 15:16:04 -05:00 |
|
Hugo Posnic
|
0fcfac8cdc
|
Remove the broken Gratipay link
This page doesn't exist anymore so...
|
2018-01-02 19:15:55 +01:00 |
|
Andrew Murray
|
9572b28fd7
|
Changed documentation references to 2.x to 2.7 [ci skip]
|
2018-01-02 12:51:54 +11:00 |
|
Andrew Murray
|
dc5e280785
|
5.1.0.dev0 version bump
|
2018-01-02 12:22:22 +11:00 |
|
wiredfool
|
e5bd7eb623
|
5.0.0 Version Bump
|
2018-01-01 15:03:06 +00:00 |
|
wiredfool
|
bff4f4a549
|
Merge pull request #2919 from wiredfool/pr_2838
Pr 2838
|
2018-01-01 14:41:11 +00:00 |
|