summaryrefslogtreecommitdiff
path: root/Modules/imageop.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #24264: Fixed buffer overflow in the imageop module.Serhiy Storchaka2015-05-311-2/+5
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-632/+632
* #4317: Fix an Array Bounds Read in imageop.rgb2rgb8.Amaury Forgeot d'Arc2008-11-181-1/+1
* fix security issue 2: imageop's poor validation of arguments could result in ...Benjamin Peterson2008-09-301-162/+110
* Issue 1179: [CVE-2007-4965] Integer overflow in imageop module.Guido van Rossum2008-08-191-12/+68
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-31/+31
* Renamed PyString to PyBytesChristian Heimes2008-05-261-31/+31
* Depreate imageop for removal in 3.0.Brett Cannon2008-05-121-0/+5
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* The format of the string data used in the imageop module is describedSjoerd Mullender2004-01-101-33/+108
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-1/+1
* Convert more METH_OLDARGS & PyArg_Parse()Neal Norwitz2002-04-021-30/+30
* Patch #477750: Use METH_ constants in Modules.Martin v. Löwis2002-01-171-15/+15
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* ANSI-ficationPeter Schneider-Kamp2000-07-101-48/+16
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Purported fixes for 64-bit platforms with help from John JorgensenGuido van Rossum1998-04-231-15/+27
* Apply two changes, systematically:Guido van Rossum1997-10-011-4/+3
* Tweaks to keep the Microsoft compiler quier.Guido van Rossum1997-04-091-2/+2
* Renamed.Roger E. Masse1996-12-201-615/+625
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-2/+2
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Added 16-bit pixel support for some operations.Jack Jansen1996-01-221-8/+15
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Another bulky set of minor changes.Guido van Rossum1995-01-021-5/+2
* Added missing initializationJack Jansen1994-12-141-1/+1
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-8/+8
* * Extended X interface: pixmap objects, colormap objects visual objects,Sjoerd Mullender1993-10-111-0/+6
* Minor fixes / changes for Mac compatibility.Guido van Rossum1993-07-291-2/+2
* Added converters for rgb<->rgb8 and rgb<->greyJack Jansen1993-02-191-0/+156
* * Added Fixcprt.py: script to fix copyright message.Guido van Rossum1993-01-261-2/+2
* Added tovideo routineJack Jansen1993-01-221-0/+59
* Added 2 and 4 bits grey formatsJack Jansen1992-12-221-0/+208
* * mymalloc.h: always allocate one extra byte, since some malloc'sGuido van Rossum1992-12-141-1/+133
* Added imageopmodule.c, also added them to Makefile and config.c.Guido van Rossum1992-10-261-0/+177