Commit Graph

4681 Commits

Author SHA1 Message Date
Hugo
55c20731d1 Merge pull request #1904 from radarhere/args
Scripts with an incorrect number of arguments
2016-05-21 12:55:44 +03:00
Hugo
5ff9134f49 Merge pull request #1908 from wiredfool/appveyor_test_detail
Add more detail to the appveyor test runs
2016-05-21 12:55:08 +03:00
Hugo
b6320d51a9 Update CHANGES.rst [CI skip] 2016-05-21 12:05:01 +03:00
Hugo
c83c0c4aa0 Merge pull request #1918 from radarhere/typo
Fixed typos in TIFF tags
2016-05-21 12:02:55 +03:00
Andrew Murray
3fe5df238a Fixed typos 2016-05-21 10:36:09 +10:00
wiredfool
55b2c3bca5 Add more detail to the appveyor test runs 2016-05-12 05:52:29 -07:00
Hugo
547794157c Update CHANGES.rst [CI skip] 2016-05-10 17:38:02 +03:00
Hugo
55e70da265 Merge pull request #1903 from radarhere/health
Landscape health fixes
2016-05-10 17:36:48 +03:00
Andrew Murray
95c818b643 Added missing usage text and exit on Scripts 2016-05-11 00:35:37 +10:00
Andrew Murray
6f94974595 Do not start Tk if only to exit 2016-05-11 00:29:39 +10:00
Andrew Murray
6bd42b8e00 Removed unused import 2016-05-10 23:10:44 +10:00
Andrew Murray
6475530f65 Removed use of eval 2016-05-10 23:07:16 +10:00
Andrew Murray
b1a528bf10 Changed variable names to avoid redefining builtins 2016-05-10 22:31:36 +10:00
Andrew Murray
6de51536c4 Replaced mixed tabs and spaces with spaces 2016-05-10 22:23:23 +10:00
Andrew Murray
e51061dd59 Used isinstance instead of comparing types 2016-05-10 22:21:55 +10:00
Andrew Murray
63ae7fbfe9 Removed unnecessary lambdas 2016-05-10 22:20:49 +10:00
Andrew Murray
a69e477605 Corrected indentation 2016-05-10 21:35:47 +10:00
wiredfool
f992192799 Updated Changes.rst [ci skip] 2016-05-06 17:20:15 +01:00
wiredfool
c9c6c38008 Merge pull request #1894 from wiredfool/stdout_for_appveyor
Print stdout in appveyor logs
2016-05-06 17:20:04 +01:00
wiredfool
9a4f6482b4 Merge pull request #1893 from wiredfool/tiff_check
Skip tests that require libtiff if it is not installed, fixes #1866
2016-05-06 17:19:54 +01:00
wiredfool
11fc8a154f Merge pull request #1892 from wiredfool/icc_check
Skip test when icc profile is not available, fixes #1887
2016-05-06 17:19:28 +01:00
wiredfool
783fbaeb02 Merge pull request #1890 from radarhere/not_implemented
Replaced Exception with NotImplementedError
2016-05-06 17:16:00 +01:00
wiredfool
0c97af69bf print stdout as well 2016-05-06 09:10:10 -07:00
wiredfool
be2100be7b Skip tests that require libtiff if it is not installed, fixes #1866 2016-05-06 09:07:00 -07:00
wiredfool
3926bfb747 Skip test when icc profile is not available, fixes #1887 2016-05-06 08:58:40 -07:00
Andrew Murray
be028a0c3f Replaced Exception with NotImplementedError 2016-05-06 20:11:03 +10:00
wiredfool
44c74c575d Updated Changes.rst [ci skip] 2016-05-05 16:34:31 +01:00
wiredfool
8b9b996327 Merge pull request #1862 from daniel-leicht/fix-generic-use-of-exception
Deprecated function will no longer raise "Exception" but "NotImplementedError".
2016-05-05 16:32:05 +01:00
wiredfool
85386c5ac7 Merge pull request #1879 from radarhere/subprocess
Replaced os.system with subprocess.call
2016-05-05 16:30:49 +01:00
wiredfool
9c760d3169 Merge pull request #1886 from radarhere/imageshow
Corrected Image show documentation
2016-05-05 16:30:05 +01:00
Andrew Murray
41b4f1fd81 Corrected Image show documentation 2016-05-05 19:30:07 +10:00
Andrew Murray
31993b09ec Replaced os.system with subprocess.call 2016-05-05 06:36:08 +10:00
wiredfool
8a061218ee Update CHANGES.rst [ci skip] 2016-05-03 21:26:01 +01:00
wiredfool
5afa5532f8 Merge pull request #1880 from radarhere/access
Added check for executable permissions to ImageShow
2016-05-03 21:25:23 +01:00
wiredfool
b3f1db66be Update CHANGES.rst [ci skip] 2016-05-03 21:17:56 +01:00
wiredfool
716a1ee833 Merge pull request #1877 from radarhere/tutorial
Fixed tutorial code and added explanation
2016-05-03 21:16:38 +01:00
wiredfool
7e46a7dda6 Merge pull request #1837 from radarhere/imagegrab
Added OS X support for ImageGrab grabclipboard
2016-05-03 21:11:53 +01:00
wiredfool
42f7a08ca4 Merge pull request #1856 from radarhere/eafp
Combined duplicate code in ImageTk
2016-05-03 21:02:08 +01:00
wiredfool
30db2bd0f9 Update CHANGES.rst [ci skip] 2016-05-03 19:57:56 +01:00
wiredfool
db4b41e78f Merge pull request #1875 from wiredfool/pr_1861
Disable-platform-guessing in setup.py
2016-05-03 19:53:09 +01:00
wiredfool
f573f71a6a Update CHANGES.rst [ci skip] 2016-05-03 19:51:13 +01:00
wiredfool
a0602fb68c Merge pull request #1882 from wiredfool/pr_1840
Fix Transparency for PNG images
2016-05-03 19:51:04 +01:00
wiredfool
b2800b57a7 spelling typos 2016-05-03 19:46:22 +01:00
Andrew Murray
9f2deda929 Added check for executable permissions to ImageShow 2016-05-03 20:59:52 +10:00
Hugo
12bd44a6fb Merge pull request #1878 from radarhere/icc
Corrected filename
2016-05-03 13:31:33 +03:00
Andrew Murray
abdb848f08 Corrected filename [ci skip] 2016-05-03 19:23:51 +10:00
Andrew Murray
44c5d0175e Fixed code and added explanation to a tutorial example [ci skip] 2016-05-02 18:57:46 +10:00
Andrew Murray
0b515ae3fa Added test for ImageTk _get_image_from_kw 2016-05-01 22:19:52 +10:00
Andrew Murray
d82935a2d9 Combined duplicate code in ImageTk 2016-05-01 20:55:12 +10:00
wiredfool
dd6de1adf1 Docs for disable-platform-guessing 2016-05-01 11:03:44 +01:00