Commit Graph

7527 Commits

Author SHA1 Message Date
Alex Clark
33f42c7fbd Revert "Use relative import for _imaging"
This reverts commit aff6eccec5.
2013-03-08 18:38:26 -05:00
Alex Clark
58321b2f10 Revert "Load extensions from PIL package"
This reverts commit dd80ba22cd.
2013-03-08 18:36:59 -05:00
Alex Clark
3971be1b00 Revert "Do not install extension modules into sys.path"
This reverts commit 3ca5aed602.
2013-03-08 18:36:42 -05:00
Alex Clark
fd81ee9336 Fix imports 2013-03-08 17:39:50 -05:00
Alex Clark
3fc5e0c1b3 Add community section 2013-03-08 17:35:40 -05:00
Alex Clark
e0d7cd7bc1 Wording 2013-03-08 17:28:42 -05:00
Alex Clark
e5e42794e1 Clean up 2013-03-08 17:26:06 -05:00
Alex Clark ☺
2751d8a931 Merge pull request #88 from cgohlke/patch-9
Install extension modules into the PIL package directory
2013-03-08 14:03:48 -08:00
Alex Clark
18fce4269d Clean up 2013-03-08 17:03:04 -05:00
Alex Clark
43cce2c488 Update version 2013-03-08 17:02:02 -05:00
Christoph Gohlke
34a5311e1b Use relative import for _imagingagg 2013-03-08 13:47:41 -08:00
Christoph Gohlke
5820716eb3 Use relative import for _imagingtk 2013-03-08 13:43:43 -08:00
Christoph Gohlke
c731513318 Use relative import for _imagingmath 2013-03-08 13:40:30 -08:00
Christoph Gohlke
5e203de327 Use relative import for _imaginggl 2013-03-08 13:38:37 -08:00
Christoph Gohlke
089a04bce1 Better import for _imagingft 2013-03-08 13:36:32 -08:00
Christoph Gohlke
1003e4f7ee Use relative import for _imagingcms 2013-03-08 13:34:08 -08:00
Alex Clark
f7fa0d7062 Wording 2013-03-08 16:33:08 -05:00
Christoph Gohlke
dd80ba22cd Load extensions from PIL package 2013-03-08 13:32:09 -08:00
Christoph Gohlke
aff6eccec5 Use relative import for _imaging 2013-03-08 13:30:41 -08:00
Christoph Gohlke
3ca5aed602 Do not install extension modules into sys.path 2013-03-08 13:22:49 -08:00
Alex Clark
4c0b6d9b2d Add devs 2013-03-08 16:12:24 -05:00
Alex Clark
e756b3cd26 Wording 2013-03-08 16:07:16 -05:00
Alex Clark
d84fb54d93 Wording 2013-03-08 16:02:09 -05:00
Alex Clark ☺
f810a458ad Merge pull request #86 from cgohlke/patch-7
Fix AttributeError: 'module' object has no attribute 'spawn'
2013-03-08 13:00:25 -08:00
Alex Clark ☺
88b712f79c Merge pull request #81 from cgohlke/patch-2
64 bit proof alloc_array
2013-03-08 12:59:47 -08:00
Alex Clark ☺
c534017876 Merge pull request #87 from cgohlke/patch-8
Use correct PyArg_ParseTuple format for Py_ssize_t
2013-03-08 12:45:02 -08:00
Christoph Gohlke
e5a7b63151 Use correct PyArg_ParseTuple format for Py_ssize_t 2013-03-08 12:13:10 -08:00
Alex Clark ☺
bb74487e96 Merge pull request #85 from cgohlke/patch-6
64 bit proof ImagingNew
2013-03-08 11:16:59 -08:00
Christoph Gohlke
caba4e33ba Fix AttributeError: 'module' object has no attribute 'spawn' 2013-03-08 11:15:28 -08:00
Christoph Gohlke
cee97b83cc 64 bit proof ImagingNew 2013-03-08 11:03:43 -08:00
Alex Clark ☺
8f63a27c65 Merge pull request #84 from cgohlke/patch-5
64 bit proof install of ops
2013-03-08 11:01:07 -08:00
Alex Clark ☺
fe290d21c6 Merge pull request #83 from cgohlke/patch-4
Use correct Py_BuildValue format for UINT8
2013-03-08 10:59:54 -08:00
Alex Clark ☺
84bd0cdceb Merge pull request #82 from cgohlke/patch-3
64 bit proof path_getattr_id
2013-03-08 10:58:50 -08:00
Alex Clark ☺
fe6124ca13 Merge pull request #76 from cgohlke/patch-1
Don't use C99 compound literals
2013-03-08 10:58:22 -08:00
Christoph Gohlke
8f90358d9a 64 bit proof install of ops
Fixes crashes on win-amd64
2013-03-08 10:46:46 -08:00
Christoph Gohlke
3773a843c6 Use correct Py_BuildValue format for UINT8 2013-03-08 10:16:22 -08:00
Christoph Gohlke
2e70b054a9 64 bit proof path_getattr_id 2013-03-08 10:13:50 -08:00
Christoph Gohlke
1c189b3f2c 64 bit proof alloc_array 2013-03-08 09:51:22 -08:00
Alex Clark
a67b849bb0 Back to all four, fixes #79 2013-03-08 12:19:25 -05:00
Alex Clark
bb2871c6dd Make pyroma slightly happier 2013-03-08 09:54:43 -05:00
Alex Clark
00b43ac81a "Officially" only support 2.7 and 3.3 2013-03-08 09:47:03 -05:00
Alex Clark
d0d92de8ab Punt 2013-03-08 09:32:08 -05:00
Alex Clark
955dfc07d3 Only test 2.6, 2.7, and 3.3 2013-03-08 09:12:06 -05:00
Alex Clark
f19db9ec8a Wording 2013-03-08 09:01:44 -05:00
Alex Clark
ae17d254fc Restore orig readme and add changes to history 2013-03-08 09:00:23 -05:00
Alex Clark
b4a4041915 Wording 2013-03-08 08:40:36 -05:00
Alex Clark
b03abf2e58 Merge branch 'master' of https://github.com/etienned/Pillow into etienned-master 2013-03-08 08:36:53 -05:00
Alex Clark
6f3158528f Fix manifest 2013-03-08 08:21:12 -05:00
Alex Clark
0c18a8f3b8 Use bytes literal, fixes Tests/test_file_fli.py 2013-03-08 08:01:56 -05:00
Christoph Gohlke
2a7dd808a1 Don't use C99 compound literals
Does not compile with msvc
2013-03-07 22:35:05 -08:00