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
Branch
zip-thread
Filename Size Date modified Message
images
README.txt 112 B Ultra-minimalistic test runner.
run.py 1.2 KB Support running individual tests via command line.
test_000_sanity.py 549 B Test tweaks (work in progress). Still only basic API sanity.
test_file_bmp.py 267 B Whitespace cleanup. Sigh.
test_file_gif.py 911 B More tests.
test_file_jpeg.py 2.9 KB Revised JPEG CMYK handling.
test_file_png.py 3.4 KB More tests.
test_file_ppm.py 294 B More tests.
test_file_tiff.py 1.3 KB Whitespace cleanup. Sigh.
test_image.py 585 B Whitespace cleanup. Sigh.
test_imagechops.py 64 B More tests.
test_imagecolor.py 1.2 KB More tests.
test_imagedraw.py 63 B Whitespace cleanup. Sigh.
test_imageenhance.py 66 B Whitespace cleanup. Sigh.
test_imagefile.py 63 B Whitespace cleanup. Sigh.
test_imagefilter.py 65 B Whitespace cleanup. Sigh.
test_imagegrab.py 63 B Whitespace cleanup. Sigh.
test_imagemath.py 63 B Whitespace cleanup. Sigh.
test_imagemode.py 467 B More tests.
test_imageops.py 62 B More tests.
test_imagepalette.py 66 B Whitespace cleanup. Sigh.
test_imagepath.py 63 B More tests.
test_imageqt.py 112 B Whitespace cleanup. Sigh.
test_imagesequence.py 67 B More tests.
test_imageshow.py 63 B More tests.
test_imagestat.py 123 B More tests.
test_imagetk.py 61 B More tests.
test_imagetransform.py 448 B More tests.
test_imagewin.py 62 B More tests.
test_lib_pack.py 1.8 KB Added pack/unpack test script.
tester.py 2.5 KB More tests.
threaded_save.py 1004 B Threaded PNG: Fixed error return; added simple performance test script.