Commit Graph

396 Commits

Author SHA1 Message Date
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
etienne
55f2dc7b0b Added quantization tables and subsampling options to the JPEG encoder. 2013-03-06 20:23:02 -05:00
Alex Clark
525de9b14a Don't specify version in tests ; add pillow ref 2013-03-06 19:14:31 -05:00
Alex Clark
f874ba24a4 Move image 2013-03-06 17:55:43 -05:00
Alex Clark
0f30c7e70e Add travis status image 2013-03-06 17:47:11 -05:00
Alex Clark
e01c8fec56 Fix #65 2013-03-06 16:55:24 -05:00
Alex Clark ☺
1534a5537c Merge pull request #69 from kylemacfarlane/master
Fix Ghostscript on Windows
2013-03-06 09:49:56 -08:00
Kyle MacFarlane
de17144f6b Fix Ghostscript command on Windows 2013-03-06 17:36:22 +00:00
Alex Clark
5c9c5e45fd Master is 2.0 2013-03-06 06:14:32 -05:00
Alex Clark ☺
7866759827 Merge pull request #60 from Sapphire64/master
Py3k libraries path fix (issue #41)
2013-03-05 12:18:16 -08:00
Alex Clark ☺
001a1521cb Merge pull request #64 from kmike/master
Testing improvements and better Python 3.x support
2013-03-05 12:11:07 -08:00
Alex Clark ☺
fa567ba242 Merge pull request #59 from manisandro/master
Fix issue #52
2013-03-05 12:05:57 -08:00
Alex Clark ☺
d58006af39 Merge pull request #57 from garnertb/exif_tags
Updated tags to the 2.3 standard and fixed spelling error in the comment...
2013-03-05 12:03:24 -08:00
Alex Clark ☺
d097fa068c Merge pull request #56 from cgohlke/patch-4
BUG: PIL Image array interface has the wrong size for YCbCr
2013-03-05 12:02:05 -08:00
Alex Clark ☺
b61ba4a76c Merge pull request #55 from cgohlke/patch-3
Fix pildriver script
2013-03-05 12:01:15 -08:00
Alex Clark
9becfc3a71 Clean up 2013-03-05 15:00:20 -05:00
Alex Clark ☺
5b369a71c5 Merge pull request #54 from cgohlke/patch-2
Fix Windows 64 bit issues
2013-03-05 10:54:08 -08:00
Alex Clark ☺
9ed98814ce Merge pull request #53 from cgohlke/patch-1
BUG: Windows image viewer unable to open image
2013-03-05 10:47:45 -08:00