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
fonts
icc
images
README.txt 112 B Ultra-minimalistic test runner.
cms_test.py 8.3 KB Moved PIL.pyCMS to PIL.ImageCMS; added Kevin's test script to Tests.
crash_ttf_memory_error.py 326 B Test tweaks.
run.py 2.1 KB Test tweaks.
show_icc.py 539 B Test/documentation tweaks.
show_mcidas.py 508 B Added support for 16- and 32-bit images to McIdas loader.
test_000_sanity.py 549 B Test tweaks (work in progress). Still only basic API sanity.
test_001_archive.py 332 B Ignore some more archive files.
test_file_bmp.py 55 B Moved archive load test to separate test script.
test_file_gif.py 688 B Moved archive load test to separate test script.
test_file_jpeg.py 3.7 KB Moved archive load test to separate test script.
test_file_pcx.py 391 B Moved archive load test to separate test script.
test_file_png.py 3.4 KB Moved archive load test to separate test script.
test_file_ppm.py 287 B Auto-run test functions; don't assume that tests that are not run at all are successful.
test_file_tiff.py 894 B Moved archive load test to separate test script.
test_file_xbm.py 1.1 KB Moved archive load test to separate test script.
test_font_bdf.py 301 B More tests.
test_font_pcf.py 701 B Better tempfile management in test system.
test_image.py 657 B More sanity checks.
test_image_array.py 1.4 KB Disabled mode 1 support for array interface.
test_image_convert.py 389 B Use a less generic name for the generated test mechanism.
test_image_copy.py 286 B Use a less generic name for the generated test mechanism.
test_image_crop.py 1.5 KB Use a less generic name for the generated test mechanism.
test_image_draft.py 775 B More test boilerplate.
test_image_filter.py 2.1 KB Don't pretend that rankfilters work on palette images.
test_image_fromstring.py 55 B More test boilerplate.
test_image_getbands.py 667 B More sanity checks.
test_image_getbbox.py 55 B More test boilerplate.
test_image_getcolors.py 1.7 KB More tests.
test_image_getdata.py 661 B More tests.
test_image_getextrema.py 583 B More tests.
test_image_getim.py 55 B More test boilerplate.
test_image_getpalette.py 555 B More tests.
test_image_getpixel.py 55 B More test boilerplate.
test_image_getprojection.py 55 B More test boilerplate.
test_image_histogram.py 619 B More tests.
test_image_load.py 55 B More test boilerplate.
test_image_offset.py 55 B More test boilerplate.
test_image_paste.py 55 B More test boilerplate.
test_image_point.py 55 B More test boilerplate.
test_image_putalpha.py 836 B More tests.
test_image_putdata.py 55 B More test boilerplate.
test_image_putpalette.py 1.1 KB Added ImagePalette support to putpalette.
test_image_putpixel.py 55 B More test boilerplate.
test_image_quantize.py 55 B More test boilerplate.
test_image_resize.py 342 B Use a less generic name for the generated test mechanism.
test_image_rotate.py 326 B Whitespace normalization, cont'd.
test_image_save.py 55 B More test boilerplate.
test_image_seek.py 55 B More test boilerplate.
test_image_show.py 55 B More test boilerplate.
test_image_split.py 1.4 KB More tests.
test_image_tell.py 55 B More test boilerplate.
test_image_thumbnail.py 55 B More test boilerplate.
test_image_tobitmap.py 55 B More test boilerplate.
test_image_tostring.py 55 B More test boilerplate.
test_image_transform.py 55 B More test boilerplate.
test_image_transpose.py 55 B More test boilerplate.
test_image_verify.py 55 B More test boilerplate.
test_imagechops.py 1.0 KB Whitespace normalization, cont'd.
test_imagecms.py 2.9 KB Refactored to use ImageCmsProfile and ImageCmsTransform proxies
test_imagecolor.py 1.2 KB More tests.
test_imagedraw.py 311 B Whitespace normalization, cont'd.
test_imageenhance.py 424 B Whitespace normalization, cont'd.
test_imagefile.py 1.0 KB Added ImageFile test. Also fixed problem with incremental parsing of PNG files.
test_imagefilter.py 1.2 KB More tests.
test_imagegrab.py 125 B Fixes after clean environment build test.
test_imagemath.py 1.5 KB Added ImageMath tests.
test_imagemode.py 514 B Auto-run test functions; don't assume that tests that are not run at all are successful.
test_imageops.py 1.5 KB More tests.
test_imageops_usm.py 1.8 KB Made unsharp mask and gaussian blur available as true filters.
test_imagepalette.py 84 B Auto-run test functions; don't assume that tests that are not run at all are successful.
test_imagepath.py 1.5 KB Whitespace normalization, cont'd.
test_imageqt.py 123 B Auto-run test functions; don't assume that tests that are not run at all are successful.
test_imagesequence.py 85 B Auto-run test functions; don't assume that tests that are not run at all are successful.
test_imageshow.py 81 B Auto-run test functions; don't assume that tests that are not run at all are successful.
test_imagestat.py 141 B Auto-run test functions; don't assume that tests that are not run at all are successful.
test_imagetk.py 123 B Fixes after clean environment build test.
test_imagetransform.py 661 B Auto-run test functions; don't assume that tests that are not run at all are successful.
test_imagewin.py 80 B Auto-run test functions; don't assume that tests that are not run at all are successful.
test_lib_image.py 565 B More tests.
test_lib_pack.py 1.8 KB Added pack/unpack test script.
test_numpy.py 1.8 KB Whitespace normalization, cont'd.
tester.py 4.9 KB Test tweaks.
threaded_save.py 1004 B Added more sanity checks for simple operations.