Commit Graph

313 Commits

Author SHA1 Message Date
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
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
Alex Clark
b29326b175 Fix KeyError in Tests/test_file_xpm.py 2013-03-07 15:20:52 -05:00
Alex Clark
13f3a40208 Wording 2013-03-07 12:51:48 -05:00
Alex Clark
b224dbca0e Add 2.0.0 changelog entry 2013-03-07 12:45:40 -05:00
Alex Clark
3020c16eaa Fix imports 2013-03-07 11:20:28 -05:00
Alex Clark
de957b6382 Travis not using tox.ini? 2013-03-07 09:06:51 -05:00
Alex Clark
23e665ac50 Try running just run.py 2013-03-07 09:00:47 -05:00
Alex Clark
f29950bc6d Fix typo 2013-03-07 08:52:44 -05:00
Alex Clark ☺
cd1cc66d4d Merge pull request #73 from pelson/tiff_tags
Added the ``named`` method to a Tiffs tag getter.
2013-03-07 05:51:39 -08:00
Alex Clark ☺
c9661b8f31 Merge pull request #72 from pelson/newlines
Fixes whitespace in docs/effbot.css
2013-03-07 05:49:33 -08:00
Alex Clark ☺
e99dbfa9ea Merge pull request #71 from kmike/restore-aliases
Restore fromstring & tostring aliases in 3.x
2013-03-07 05:39:05 -08:00
Phil Elson
603f2a226f Added the `named` method to a Tiffs tag getter. 2013-03-07 12:00:19 +00:00
Phil Elson
ef19ec8039 Fixes whitespace in docs/effbot.css 2013-03-07 11:38:36 +00:00
Mikhail Korobov
c59c6609f3 Restore fromstring & tostring aliases in 3.x 2013-03-07 15:23:40 +06:00