summaryrefslogtreecommitdiff
path: root/Modules/imgfile.c
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-388/+388
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-4/+4
* Renamed PyString to PyBytesChristian Heimes2008-05-261-4/+4
* Deprecate imgfile for removal in 3.0.Brett Cannon2008-05-151-0/+5
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Convert METH_OLDARGS -> METH_VARARGS: also PyArg_Parse -> PyArg_ParseTupleNeal Norwitz2002-03-311-24/+12
* Patch #477750: Use METH_ constants in Modules.Martin v. Löwis2002-01-171-5/+5
* 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
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* ANSI-fication of the SGI modules (note that svmodule.c and sgimodule.cPeter Schneider-Kamp2000-07-101-38/+13
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Apply two changes, systematically:Guido van Rossum1997-10-011-4/+3
* New form of PyFPE_END_PROTECT macro.Guido van Rossum1997-03-141-1/+1
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-141-0/+2
* Renamed.Roger E. Masse1996-12-201-380/+406
* Added a bunch of extern void decls, to keep gcc -Wall happy.Guido van Rossum1996-12-091-0/+7
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-6/+7
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-1/+1
* * Extended X interface: pixmap objects, colormap objects visual objects,Sjoerd Mullender1993-10-111-6/+58
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-3/+3
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-1/+1
* * Added Fixcprt.py: script to fix copyright message.Guido van Rossum1993-01-261-2/+2
* Use full path for izoom.h include fileJack Jansen1993-01-191-1/+1
* Added (optional) better scaling to readscaledJack Jansen1993-01-191-24/+138
* Got rid the bogus cache code and fix some unchecked errors.Guido van Rossum1992-09-031-46/+88
* Removed debug statementJack Jansen1992-08-241-1/+0
* Added method to write image files.Jack Jansen1992-08-201-0/+68
* added readscaled() function.Guido van Rossum1992-06-031-11/+86
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Improved error handling.Guido van Rossum1992-03-231-2/+19
* Initial revisionGuido van Rossum1992-03-041-0/+160