Fredrik Lundh is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

effbot / pil-2009-raclette http://effbot.org/zone/pil-index.htm

Work repository for PIL 1.1.7 and beyond. The "default" branch should be fairly solid, the other branches less so. For production use, see the pil-117 repository.

Clone this repository (size: 1.6 MB): HTTPS / SSH
hg clone https://bitbucket.org/effbot/pil-2009-raclette
hg clone ssh://hg@bitbucket.org/effbot/pil-2009-raclette
Filename Size Date modified Message
Docs
Images
PIL
Sane
Scripts
Tests
Tk
libImaging
.hgignore 70 B Ignore SO files as well.
.hgtags 576 B Added tag pil-117 for changeset f356a1f64271
BUILDME 239 B Added clean option to BUILDME helper.
BUILDME.bat 272 B Added clean option.
CHANGES 62.4 KB Fixed YCbCr to array conversion (from David Coles).
CONTENTS 8.8 KB Added boilerplate for byte array wrapper.
PIL.pth 4 B initial code drop (from svn.effbot.org/public/tags/pil-1.1.6/ @523)
README 10.2 KB Some pre-release preparations.
SHIP 285 B Some pre-release preparations.
SHIP.bat 123 B Added kwexpand calls to SHIP scripts.
_imaging.c 82.9 KB Fixed yet another ssize_t issue (for 64-bit platforms).
_imagingcms.c 16.4 KB Various lint fixes.
_imagingft.c 13.5 KB Removed more obsolete $Id$ tags.
_imagingmath.c 6.6 KB Removed more obsolete $Id$ tags.
_imagingtk.c 1.4 KB Removed more obsolete $Id$ tags.
decode.c 16.1 KB Fixed return type (broken earlier lint fix).
display.c 20.3 KB Added my clipboard patch
doctest.py 35.1 KB initial code drop (from svn.effbot.org/public/tags/pil-1.1.6/ @523)
encode.c 12.9 KB Fixed return type (broken earlier lint fix).
make-manifest.py 264 B Removed more obsolete $Id$ tags.
map.c 8.7 KB Fixed const-ness in ReadBuffer API.
outline.c 3.8 KB Removed more obsolete $Id$ tags.
path.c 13.9 KB Fixed a few more ssize_t issues (from Collin Winter).
selftest.py 5.5 KB Removed more obsolete $Id$ tags.
setup.py 17.1 KB Fixed string usage.