Commit Graph

408 Commits

Author SHA1 Message Date
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
Anton Vlasenko
c44994b78c Fixing #41 issue with Py3k libs path 2013-02-18 18:16:13 +02:00
David Schmidt
bc0e446340 removed doubled variable from setup.py 2013-01-29 15:25:55 +01:00
Mikhail Korobov
decabcf96a Fix tox test running: port selftest.py to Python 3; make it clear Python 2.5 is no longer supported (its support is broken in many ways in this branch); remove bundled doctest.py module (it is in stdlib since forever); remove extra stuff from tox.ini 2013-01-10 08:50:52 -06:00
Brian Crowell
ec961de303 py3k: Remove use_2to3 from setup.py
This is unnecessary now.
2013-01-10 08:47:04 -06:00
Brian Crowell
009eee0577 py3k: Get setup.py to run under python3
First real fix: open the temp file in text mode.
2013-01-10 08:46:34 -06:00
Alex Po
8b14c9721a Move custom path of JPEG_ROOT, TIFF_ROOT, etc. before system. 2013-01-09 15:48:06 +04:00
Tom Payne
e414c66070 Add Image.alpha_composite 2012-12-04 16:44:26 +01:00
Alex Clark
5ab5406010 Fix formatting of installation summary 2012-11-01 17:08:29 -04:00
Alex Clark
f26c5fc16d Change URL 2012-07-24 17:44:21 -04:00
Marc Abramowitz
01917a4faf Make things more Python 3 friendly. Python 3 still doesn't work because
of C code that doesn't compile with Python 3.
2012-06-12 13:48:27 -07:00
Alex Clark
9488cb1e53 Onwards 2012-04-05 23:25:24 -04:00
Alex Clark
ea0989ad17 Add sphinx docs 2012-02-16 20:10:57 -05:00
Alex Clark
f170eced0b Merge branch 'master' of github.com:collective/Pillow 2011-10-26 21:12:53 -04:00
Alex Clark
45da68c14d Prepare release 2011-10-26 21:12:43 -04:00
OCHIAI, Gouji
95a39e2a94 Fixes library paths on Mac OS X for Case sensitive file system. 2011-10-22 14:35:35 +09:00
Alex Clark
9e99408f7b Fix url 2011-09-23 22:27:58 -04:00
Alex Clark
3eeae008a7 Clean up setup summary 2011-09-07 14:28:38 -04:00
Alex Clark
163847b161 More detail 2011-09-07 14:10:25 -04:00
Alex Clark
7903d20a9d Flake8 fixes 2011-09-07 13:40:53 -04:00
Daniel Hahler
444598eaca Fix library_dirs for sys.platform="linux3". 2011-09-07 17:08:35 +03:00
Alex Clark
54e83950ce WTF is going on 2011-07-21 10:52:24 -04:00
Alex Clark
bf59b2239c Python 2.4 compat 2011-06-02 13:03:05 -04:00
Alex Clark
845bee063d On to 1.7.2 2011-05-31 12:05:21 -04:00
Alex Clark
f4fe73c4fe Add the rest of the code ;-) 2011-05-31 11:33:28 -04:00
Alex Clark
fd1a64dccd Kludge fix for multiarch support 2011-05-31 11:24:38 -04:00
Alex Clark
a55cdddb20 Prepare Pillow 1.7.0. 2011-05-27 22:40:39 -04:00
Alex Clark
8d2e0a9570 Prep 1.6 2010-12-01 14:39:00 -05:00
Alex Clark
41c7ae72f5 Fix buglet noticed by elro 2010-12-01 14:32:06 -05:00
Alex Clark
e7e322a4a3 Fix PIL module 2010-11-28 15:58:32 -05:00
Alex Clark
fc250de6e2 Actually include the PIL module 2010-11-28 15:55:38 -05:00
Alex Clark
3ca59544b7 Doc fixes 2010-11-28 15:42:59 -05:00
Alex Clark
8508f17691 Doh! Can't rename package right now I guess (due to conflicts with Pillow on PyPI) 2010-11-28 15:31:09 -05:00
Alex Clark
c931fefb85 Clean up 2010-11-28 15:26:48 -05:00
Alex Clark
acad11af29 Prepare pillow 1.3. 2010-11-28 15:20:53 -05:00
Alex Clark
3b8ae9783e Make it work 2010-11-28 15:15:53 -05:00
Alex Clark
55e7e4da72 Prepare pillow 1.3. 2010-11-28 13:44:03 -05:00
Alex Clark
7459016933 Prepare pillow 1.3. 2010-11-28 13:40:56 -05:00
Alex Clark
ba7a5edf0a Simplify 2010-11-28 13:40:10 -05:00
Alex Clark
63e4ba0459 mkrelease fails for some unknown reason on "egg_info"; Rewrite setup.py from scratch to work around problem. 2010-11-28 13:35:36 -05:00
Alex Clark
09de42da9a Doc fixes; version 1.3 instead of 1.2.1 2010-11-28 10:54:57 -05:00
Alex Clark
fc970b29a6 Lower case the package name and fix website url 2010-11-28 10:24:57 -05:00
Alex Clark
48f8dbc2c6 Add /lib64 2010-11-28 10:15:36 -05:00
Alex Clark
36abd6341a Call the func 2010-11-26 15:47:00 -05:00
Alex Clark
0c50a76dbe Platform is linux2 2010-11-26 15:30:24 -05:00
Alex Clark
3c7f9152c6 PEP8 fixes 2010-11-26 10:01:37 -05:00
Alex Clark
1e686fddf9 This whole dir add business seems insane, but I'll play along 2010-11-26 09:57:58 -05:00
Alex Clark
3089d38787 Fix url 2010-11-26 09:50:32 -05:00
Jannis Leidel
8a282c9ea4 On OS X also check for freetype2 in the X11 path. 2010-08-02 23:26:52 +08:00
Alex Clark
31fd6a2464 Further clarify this is a fork 2010-07-31 20:32:12 -04:00
Alex Clark
5aeb7dc342 On to 1.2, and rename PIL to Pillow in setup summary output. 2010-07-31 20:21:10 -04:00
Alex Clark
e592de01fd Remove setuptools_hg requirement 2010-07-31 19:24:31 -04:00
Alex Clark
22f08d1fbb Onward to 1.1, I think? And some doc fixes. 2010-07-31 02:14:07 -04:00
Alex Clark
8dfa8281d1 Rename docs to doc 2010-07-31 00:18:52 -04:00
Alex Clark
a191e0b8a9 Prepare Pillow 1.0. 2010-07-30 23:56:05 -04:00
Alex Clark
8f79274ca4 "Fix" INSTALL and HISTORY 2010-07-30 23:19:31 -04:00
Alex Clark
9a640e3157 Forking PIL 2010-07-30 22:52:47 -04:00