1. 7cfe7ea #4317: Fix an Array Bounds Read in imageop.rgb2rgb8. by Amaury Forgeot d'Arc · 17 years ago
  2. 8d77d44 fix security issue 2: imageop's poor validation of arguments could result in segfaults by Benjamin Peterson · 17 years ago
  3. 42bfa90 Depreate imageop for removal in 3.0. by Brett Cannon · 17 years ago
  4. 7dbd918 Add test_main() functions to various tests where it was simple to do. Done so by Brett Cannon · 17 years ago
  5. 49da0ea Move imgfile import to the global namespace to trigger an import error ASAP to by Brett Cannon · 18 years ago
  6. dc48b74 Remove the rgbimg module. It has been deprecated since Python 2.5. by Brett Cannon · 18 years ago
  7. e2c9a6c Suppress new deprecation warnings when running the test suite. by Tim Peters · 19 years ago
  8. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  9. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 24 years ago
  10. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 25 years ago
  11. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  12. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  13. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 25 years ago
  14. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  15. f1b0009 Fix path search for test data file so it works under more circumstances. by Guido van Rossum · 28 years ago
  16. 0ba7e59 More rational implementation of get_qualified_path() -- search along by Guido van Rossum · 28 years ago
  17. 7aa9fc5 Use uuencoded test images. by Guido van Rossum · 28 years ago
  18. 52a6ea7 Opps. Added tests for the last two methods that were missing from by Roger E. Masse · 29 years ago
  19. e17ec8d Modified to use 'rgbimg' instead of the SGI specific 'imgfile' for reading by Roger E. Masse · 29 years ago
  20. 47e9830 Test program for the SGI imageop module. by Roger E. Masse · 29 years ago