summaryrefslogtreecommitdiff
path: root/Lib/test/test_imageop.py
Commit message (Expand)AuthorAgeFilesLines
* Add missing imports.Georg Brandl2010-02-061-0/+1
* #4317: Fix an Array Bounds Read in imageop.rgb2rgb8.Amaury Forgeot d'Arc2008-11-181-1/+2
* fix security issue 2: imageop's poor validation of arguments could result in ...Benjamin Peterson2008-09-301-2/+63
* Depreate imageop for removal in 3.0.Brett Cannon2008-05-121-4/+3
* Add test_main() functions to various tests where it was simple to do. Done soBrett Cannon2008-03-031-2/+3
* Move imgfile import to the global namespace to trigger an import error ASAP toBrett Cannon2007-05-201-4/+1
* Remove the rgbimg module. It has been deprecated since Python 2.5.Brett Cannon2007-05-201-29/+3
* Suppress new deprecation warnings when running theTim Peters2006-02-181-0/+6
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-5/+5
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-18/+18
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-31/+31
* Fix path search for test data file so it works under more circumstances.Guido van Rossum1997-10-011-1/+6
* More rational implementation of get_qualified_path() -- search alongGuido van Rossum1997-05-141-12/+5
* Use uuencoded test images.Guido van Rossum1997-04-161-5/+13
* Opps. Added tests for the last two methods that were missing fromRoger E. Masse1997-01-151-1/+11
* Modified to use 'rgbimg' instead of the SGI specific 'imgfile' for readingRoger E. Masse1997-01-151-24/+58
* Test program for the SGI imageop module.Roger E. Masse1996-12-201-0/+121