Commit Graph

2105 Commits

Author SHA1 Message Date
hugovk
540477b066 Update a docstring [CI skip] 2014-06-24 09:51:42 +03:00
hugovk
fd97d30831 flake8 on morphology changes 2014-06-24 09:34:05 +03:00
Alex Clark
a8cfe52a0b Update 2014-06-23 20:12:37 -04:00
Alex Clark ☺
25375a86f8 Merge pull request #712 from wiredfool/morphology
Morphology
2014-06-23 20:10:44 -04:00
wiredfool
cf828f7612 Converted to unittest framework to deal with test framework error 2014-06-23 16:52:10 -07:00
wiredfool
6dce921dad Merge branch 'master' into morphology 2014-06-23 16:21:33 -07:00
wiredfool
eda4864b62 send a bytes object into the c layer instead of a bytearray, which is unimplemented in pypy 2014-06-23 16:02:29 -07:00
Alex Clark ☺
ac3a0d4d5e Merge pull request #711 from hugovk/master
Constants are now ALL CAPS
2014-06-23 16:20:28 -04:00
hugovk
b7f14415d8 Constants are now ALL CAPS 2014-06-23 22:51:31 +03:00
Alex Clark ☺
6cc9e05f2a Merge pull request #709 from Terseus/fix-latest-imagedraw-tests
Fixed variables misprint in ImageDraw tests
2014-06-23 14:39:18 -04:00
Alex Clark
2ccd76e66f Fix path 2014-06-23 14:38:03 -04:00
Terseus
5522fa472d Fixed variables misprint in ImageDraw tests 2014-06-23 20:07:09 +02:00
wiredfool
66e667227a Updated Changes.rst [ci skip] 2014-06-23 10:03:06 -07:00
wiredfool
d1a5f3b6ef Updated Changes.rst [ci skip] 2014-06-23 10:01:40 -07:00
Alex Clark
a4d9b7f54c Update 2014-06-23 12:28:02 -04:00
Alex Clark ☺
2a657f7873 Merge pull request #674 from hugovk/bomb
Decompression bomb protection
2014-06-23 12:27:01 -04:00
Alex Clark ☺
70a8337a4a Merge pull request #708 from hugovk/single_image_dir
Put images in a single directory
2014-06-23 12:26:27 -04:00
hugovk
1633ffa878 Merge branch 'cleanup' of https://github.com/wiredfool/Pillow into wiredfool-cleanup
Conflicts:
	Tests/test_file_jpeg2k.py
	Tests/test_image_transform.py
	Tests/test_imagesequence.py
2014-06-23 13:39:27 +03:00
Hugo
729b9f385e Merge pull request #6 from hugovk/bomb2
Change the decompression bomb warning into a subclass of RuntimeWarning to aid filtering
2014-06-23 11:46:21 +03:00
hugovk
282281f1e5 Reset limit in tearDown() 2014-06-23 11:22:25 +03:00
hugovk
7b3e242f09 Convert test_decompression_bomb.py to use unittest module 2014-06-23 11:12:41 +03:00
hugovk
46abe78b77 Use a custom subclass of RuntimeWarning for DecompressionBombWarning 2014-06-23 10:53:08 +03:00
hugovk
195453679a Merge branch 'master' into bomb
Conflicts:
	PIL/Image.py
2014-06-23 09:51:46 +03:00
hugovk
78003ca473 Update paths to Tests/images/ instead of Images/ 2014-06-23 09:19:29 +03:00
hugovk
a600f84029 Move images from Images/ to Tests/images/ 2014-06-23 09:04:23 +03:00
Alex Clark
0cbf318004 Update 2014-06-22 20:49:42 -04:00
Alex Clark
4b2bc94b19 Clean up 2014-06-22 20:48:49 -04:00
Alex Clark
d1130b4d09 Clean up 2014-06-22 20:48:00 -04:00
Alex Clark
409ada8505 Clean up 2014-06-22 20:44:53 -04:00
Alex Clark
5ebe01fd2d Combine *.txt -> README.rst; rst-i-fy 2014-06-22 20:38:55 -04:00
Alex Clark
562c14dcff Rename and rst-i-fy 2014-06-22 20:11:59 -04:00
Alex Clark
4470b07c3f Rename and rst-i-fy 2014-06-22 20:10:55 -04:00
Alex Clark
175d68aeeb Update URL; fix typo 2014-06-22 16:44:52 -04:00
Alex Clark
9ed5b08cb9 Update URL
http://www.graficaobscura.com/interp/index.html
2014-06-22 16:30:41 -04:00
Alex Clark
9f9a9f9e61 Update 2014-06-22 15:40:02 -04:00
Alex Clark ☺
a126844135 Merge pull request #681 from wiredfool/openjpeg_21
OpenJpeg 2.1
2014-06-22 15:39:32 -04:00
Alex Clark
df3993a677 Update 2014-06-22 15:38:49 -04:00
Alex Clark ☺
2b5d558b66 Merge pull request #704 from wiredfool/unistd
More Unistd removal
2014-06-22 15:38:13 -04:00
Alex Clark ☺
6191b49b62 Merge pull request #706 from wiredfool/nose
Nose - run against installed pillow
2014-06-21 06:08:10 -04:00
wiredfool
06ad0b092a Added docs for JPEG qtables and subsampling 2014-06-20 01:39:42 -07:00
wiredfool
dfe7ff515f Additional jpeg qtables tests 2014-06-20 01:09:59 -07:00
wiredfool
fcd4c662bf Fixed JPEG qtables test 2014-06-20 00:41:58 -07:00
wiredfool
9935c40d6c Merge branch 'master' into jpeg_qtables 2014-06-20 00:35:06 -07:00
wiredfool
7dc4dcc9fd Merge from master 2014-06-20 00:34:32 -07:00
wiredfool
cf56ccc828 Working on python 2.6 2014-06-19 15:17:00 -07:00
wiredfool
b8834fa3a6 Additional tests, tests in functions 2014-06-19 14:55:43 -07:00
wiredfool
b95eb3d3d1 Pass bytearray into C layer instead of castin g to string in the Python layer. 2014-06-19 14:54:39 -07:00
wiredfool
a422a4ff4e ensure files are closed 2014-06-19 13:21:40 -07:00
wiredfool
85693d60d0 initial py3 compatibility 2014-06-19 13:21:14 -07:00
wiredfool
0b0ec8b40f Proper skipping of tests when lcms2 is not installed 2014-06-19 06:06:23 -07:00