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.
bench_get.py 373 B Store cached access object in ImagingObject.
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.
import_all.py 326 B Beta preparations. Tested with Python 2.0.
make_hash.py 1.3 KB Added I;32 handlers (work in progress).
run.py 2.3 KB Added support for basic coverage testing.
show_icc.py 511 B More sanity checks.
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 578 B Handle files with GPS IFD but no basic EXIF IFD (reported by Kurt Schwehr)
test_contents.py 719 B Ignore MANIFEST file in content sanity check.
test_file_bmp.py 477 B More sanity checks.
test_file_gif.py 688 B Moved archive load test to separate test script.
test_file_jpeg.py 6.1 KB Made handling of out-of-order ICC markers a bit more robust.
test_file_msp.py 268 B More sanity checks.
test_file_pcx.py 825 B More sanity checks.
test_file_png.py 4.2 KB The last part in the version number was supposed to be optional.
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 1.4 KB More sanity checks.
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 1.1 KB Additional tests for readonly semantics.
test_image_array.py 1.4 KB Disabled mode 1 support for array interface.
test_image_convert.py 583 B Additional tests for readonly semantics.
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.5 KB Fixed crash in filter for small target images (reported by Zac Burns
test_image_fromstring.py 180 B Basic fromstring sanity check.
test_image_getbands.py 667 B More sanity checks.
test_image_getbbox.py 867 B Added bbox tests.
test_image_getcolors.py 1.7 KB More tests.
test_image_getdata.py 845 B More sanity checks.
test_image_getextrema.py 583 B More tests.
test_image_getim.py 216 B More sanity checks.
test_image_getpalette.py 555 B More tests.
test_image_getpixel.py 1.5 KB Store cached access object in ImagingObject.
test_image_getprojection.py 1004 B Added projection tests.
test_image_histogram.py 619 B More tests.
test_image_load.py 148 B More sanity checks.
test_image_mode.py 890 B Added basic mode and point tests.
test_image_offset.py 493 B Added explicit tests for deprecated features.
test_image_paste.py 55 B More test boilerplate.
test_image_point.py 652 B More sanity checks.
test_image_putalpha.py 1.0 KB Additional tests for readonly semantics.
test_image_putdata.py 390 B Additional tests for readonly semantics.
test_image_putpalette.py 1.1 KB Added ImagePalette support to putpalette.
test_image_putpixel.py 859 B Additional tests for readonly semantics.
test_image_quantize.py 237 B Additional tests for readonly semantics.
test_image_resize.py 342 B Use a less generic name for the generated test mechanism.
test_image_rotate.py 442 B Improved test coverage.
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 790 B More sanity checks.
test_image_tobitmap.py 343 B More sanity checks.
test_image_tostring.py 133 B More sanity checks.
test_image_transform.py 55 B More test boilerplate.
test_image_transpose.py 953 B More sanity checks.
test_image_verify.py 55 B More test boilerplate.
test_imagechops.py 1.7 KB Improved ImageChops and ImageOps test coverage.
test_imagecms.py 3.1 KB More sanity checks.
test_imagecolor.py 1.2 KB More tests.
test_imagedraw.py 523 B Added explicit tests for deprecated features.
test_imageenhance.py 582 B Fixed crash in filter for small target images (reported by Zac Burns
test_imagefile.py 1.4 KB Improved ImageFile test coverage.
test_imagefileio.py 482 B Improved test coverage.
test_imagefilter.py 1.2 KB Added --log test option.
test_imagefont.py 260 B More sanity checks.
test_imagegl.py 123 B Improved test coverage.
test_imagegrab.py 199 B Added ImageGrab sanity check.
test_imagemath.py 2.5 KB Clamp output from integer pow.
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.6 KB Improved ImageChops and ImageOps test coverage.
test_imageops_usm.py 1.8 KB Made unsharp mask and gaussian blur available as true filters.
test_imagepalette.py 879 B Improved ImagePalette test coverage.
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 381 B Added ImageSequence sanity check.
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 1.3 KB Improved ImageStat test coverage.
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 911 B Added in-place conversion between mode 1/L.
test_lib_pack.py 3.9 KB Added more pack/unpack tests.
test_mode_i16.py 2.4 KB More sanity checks.
test_numpy.py 1.8 KB Fixed numpy 1.3.0 support.
tester.py 6.2 KB Fixed coverage cache save bug.
threaded_save.py 1004 B Added more sanity checks for simple operations.
versions.py 430 B Beta preparations. Tested with Python 2.0.