1. 7cfe7ea #4317: Fix an Array Bounds Read in imageop.rgb2rgb8. by Amaury Forgeot d'Arc · 16 years ago
  2. 8d77d44 fix security issue 2: imageop's poor validation of arguments could result in segfaults by Benjamin Peterson · 16 years ago
  3. 93ebfb1 Issue 1179: [CVE-2007-4965] Integer overflow in imageop module. by Guido van Rossum · 16 years ago
  4. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  5. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  6. 42bfa90 Depreate imageop for removal in 3.0. by Brett Cannon · 16 years ago
  7. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  8. 7e6bbe1 The format of the string data used in the imageop module is described by Sjoerd Mullender · 21 years ago
  9. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  10. b0aaec5 Convert more METH_OLDARGS & PyArg_Parse() by Neal Norwitz · 22 years ago
  11. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 23 years ago
  12. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  13. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  14. fe74263 ANSI-fication by Peter Schneider-Kamp · 24 years ago
  15. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  16. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  17. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  18. 6901196 Purported fixes for 64-bit platforms with help from John Jorgensen by Guido van Rossum · 26 years ago
  19. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  20. 644a12b Tweaks to keep the Microsoft compiler quier. by Guido van Rossum · 27 years ago
  21. a141f8a Renamed. by Roger E. Masse · 28 years ago
  22. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  23. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  24. 76c79e9 Added 16-bit pixel support for some operations. by Jack Jansen · 29 years ago
  25. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  26. 3bbc62e Another bulky set of minor changes. by Guido van Rossum · 30 years ago
  27. 44fff3c Added missing initialization by Jack Jansen · 30 years ago
  28. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  29. a9c3c22 * Extended X interface: pixmap objects, colormap objects visual objects, by Sjoerd Mullender · 31 years ago
  30. 1fc238a Minor fixes / changes for Mac compatibility. by Guido van Rossum · 31 years ago
  31. 4fada9c Added converters for rgb<->rgb8 and rgb<->grey by Jack Jansen · 32 years ago
  32. 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 32 years ago
  33. d26b458 Added tovideo routine by Jack Jansen · 32 years ago
  34. de3adf9 Added 2 and 4 bits grey formats by Jack Jansen · 32 years ago
  35. 5f59d60 * mymalloc.h: always allocate one extra byte, since some malloc's by Guido van Rossum · 32 years ago
  36. 0317a47 Added imageopmodule.c, also added them to Makefile and config.c. by Guido van Rossum · 32 years ago