Commit Graph

394 Commits

Author SHA1 Message Date
Alex Clark ☺
ba213e5450 Merge pull request #108 from cgohlke/patch-6
Decode bytestr instead of str
2013-03-13 19:21:06 -07:00
Alex Clark
2f684cf3a5 Wording, get rid of newline 2013-03-13 22:20:25 -04:00
Christoph Gohlke
a26d7b6261 Decode bytestr instead of str 2013-03-13 19:18:40 -07:00
Alex Clark
aa90543c32 Merge branch 'master' of github.com:python-imaging/Pillow 2013-03-13 22:09:48 -04:00
Alex Clark
7749e8859f Add changelog entry 2013-03-13 22:09:31 -04:00
Alex Clark ☺
6dff8c2839 Merge pull request #107 from cgohlke/patch-5
Fix imports
2013-03-13 19:05:26 -07:00
Alex Clark
4df9cb8eb4 Changelog entry 2013-03-13 22:04:09 -04:00
Christoph Gohlke
0df7744845 Fix imports 2013-03-13 19:03:38 -07:00
Alex Clark
9970153b13 Add changelog entry 2013-03-13 21:59:56 -04:00
Alex Clark
a375733f53 Clean up 2013-03-13 21:54:25 -04:00
Alex Clark
1ba8d5b9ce Add contributor and changelog entry 2013-03-13 21:53:14 -04:00
Alex Clark
82ad8dc44b Better skip test ; more changelogging 2013-03-13 21:45:15 -04:00
Alex Clark
9b132eed9b Merge branch 'master' of github.com:python-imaging/Pillow 2013-03-13 21:38:34 -04:00
Alex Clark
990f5ddd15 Add contributors ; rename Tiff.h, fixes #103 2013-03-13 21:37:42 -04:00
Alex Clark ☺
8ee5dc3056 Merge pull request #106 from cgohlke/patch-4
Better import of _imagingagg and ImageDraw2
2013-03-13 18:03:30 -07:00
Christoph Gohlke
a442d5fa06 Better import of _imagingagg and ImageDraw2 2013-03-13 18:01:15 -07:00
Alex Clark ☺
6c565e980f Merge pull request #105 from cgohlke/patch-3
Better import of Tkinter
2013-03-13 18:00:38 -07:00
Alex Clark ☺
03f06185ea Merge pull request #104 from cgohlke/patch-2
Better import of _imagingft
2013-03-13 18:00:19 -07:00
Christoph Gohlke
706812ec87 Better import of Tkinter 2013-03-13 17:58:11 -07:00
Christoph Gohlke
4985d96d03 Better import of _imagingft 2013-03-13 17:56:33 -07:00
Alex Clark ☺
50878f5767 Merge pull request #102 from cgohlke/patch-1
Make _webp.c compatible with msvc
2013-03-13 17:45:07 -07:00
Alex Clark
a60a987866 Move experimental notation 2013-03-13 20:43:01 -04:00
Christoph Gohlke
c3dae62779 Make _webp.c compatible with msvc 2013-03-13 17:42:26 -07:00
Alex Clark ☺
b397e3ee78 Merge pull request #101 from cgohlke/patch-13
Check for webp extension during selftest
2013-03-13 17:40:34 -07:00
Christoph Gohlke
45b99b45f5 Check for webp extension during selftest 2013-03-13 17:36:41 -07:00
Alex Clark ☺
b83b162dcb Merge pull request #100 from cgohlke/patch-12
Fix compile error with msvc
2013-03-13 17:36:21 -07:00
Alex Clark ☺
907b3c9177 Merge pull request #99 from cgohlke/patch-10
Include zlib.h before Imaging.h
2013-03-13 17:35:29 -07:00
Christoph Gohlke
9f09a9253c Fix compile error with msvc 2013-03-13 17:33:16 -07:00
Christoph Gohlke
0b8c870d0b Include zlib.h before Imaging.h
Fixes a msvc compile error because various types get redefined
2013-03-13 17:27:24 -07:00
Alex Clark
062397c0af Skip test 2013-03-13 19:21:43 -04:00
Alex Clark
289d96331a Py3 compat 2013-03-13 18:45:18 -04:00
Alex Clark ☺
62bb9aaaa2 Merge pull request #98 from wiredfool/g4_support
G4 Tiff support
2013-03-13 15:41:33 -07:00
wiredfool
e83dbaccce scaling back on redefinitions 2013-03-13 15:11:01 -07:00
wiredfool
9bdd575882 linefeed in debug 2013-03-13 15:10:37 -07:00
wiredfool
dd78115f0a following rename of find_library_file to _find_library_file 2013-03-13 13:40:12 -07:00
wiredfool
455304a78c replaced pydict_next with a for loop, due to py_ssize_t warning and issues on 64bit system 2013-03-13 13:31:34 -07:00
wiredfool
03dcb5c557 more verbose testing, checking for g4 compression 2013-03-13 10:59:06 -07:00
Alex Clark
064075634f Clean up 2013-03-13 07:44:58 -04:00
Alex Clark
00c4d450b1 Hide emails 2013-03-13 07:42:30 -04:00
Alex Clark ☺
bb186fe516 Merge pull request #96 from lqs/master
add support for webp
2013-03-13 04:39:42 -07:00
Alex Clark ☺
eebd284d42 Merge pull request #97 from olt/pil-png-transp-backport
Python 3 compatibility for PNG/ZIP improvements
2013-03-13 04:28:32 -07:00
wiredfool
35ce34a5fa enabling debug build to get better info on travis errors 2013-03-12 22:54:13 -07:00
wiredfool
7226d0dc26 Merge branch 'master' into g4_support 2013-03-12 22:24:36 -07:00
wiredfool
5dd7953cf7 Changed PyString_* to PyBytes_*, corrected a couple of minor warnings 2013-03-12 22:16:33 -07:00
Oliver Tonnhofer
2d478fe82a fixed check for str with Python 3 2013-03-12 21:29:46 +01:00
Oliver Tonnhofer
1401adaefa fix warning for python3
use PyUnicode_FromString instead of PyString_FromString
this warning prevented loading _imaging, somehow
2013-03-12 20:19:08 +01:00
Liu Qishuai
a49ea5d326 add support for webp 2013-03-12 22:30:59 +08:00
Alex Clark ☺
d6f597a1ad Merge pull request #95 from olt/pil-png-transp-backport
Backport PNG/ZIP improvements from PIL repo
2013-03-12 03:43:06 -07:00
Alex Clark ☺
88e724c8d8 Merge pull request #94 from olt/gil_image_fill
Release GIL during Image.fill
2013-03-12 03:40:18 -07:00
wiredfool
a3b4697965 typo 2013-03-11 22:04:34 -07:00