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 79 B Ignore autogenerated MANIFEST file.
.hgtags 576 B Added tag pil-117 for changeset f356a1f64271
BUILDME 267 B Added Python interpreter override mechanism.
BUILDME.bat 272 B Added clean option.
CHANGES 62.9 KB Updated setup and selftest to deal with new package layout.
CONTENTS 8.7 KB Release preparations.
README 9.6 KB Release preparations.
SHIP 281 B Updated setup and selftest to deal with new package layout.
SHIP.bat 123 B Added kwexpand calls to SHIP scripts.
_imaging.c 82.7 KB Mark init functions with PyMODINIT_FUNC
_imagingcms.c 16.4 KB Mark init functions with PyMODINIT_FUNC
_imagingft.c 13.5 KB Mark init functions with PyMODINIT_FUNC
_imagingmath.c 6.6 KB Mark init functions with PyMODINIT_FUNC
_imagingtk.c 1.4 KB Mark init functions with PyMODINIT_FUNC
decode.c 16.1 KB Fixed return type (broken earlier lint fix).
display.c 20.3 KB Added my clipboard patch
encode.c 12.9 KB Fixed return type (broken earlier lint fix).
make-manifest.py 233 B Removed string module depencendy in make-manifest
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 6.1 KB Don't crash in selftest if binary extensions not present.
setup.py 18.0 KB Install cleanly under Python 3.