COMMITS
/ Modules/imgfile.c January 19, 2006
N
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz committed
March 31, 2002
N
Convert METH_OLDARGS -> METH_VARARGS: also PyArg_Parse -> PyArg_ParseTuple
Neal Norwitz committed
January 17, 2002
M
Patch #477750: Use METH_ constants in Modules.
Martin v. Löwis committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 21, 2000
T
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters committed
July 16, 2000
T
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters committed
July 10, 2000
P
ANSI-fication of the SGI modules (note that svmodule.c and sgimodule.c
Peter Schneider-Kamp committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
October 1, 1997
G
Apply two changes, systematically:
Guido van Rossum committed
March 14, 1997
G
New form of PyFPE_END_PROTECT macro.
Guido van Rossum committed
February 14, 1997
G
Changes for Lee Busby's SIGFPE patch set.
Guido van Rossum committed
December 9, 1996
G
Added a bunch of extern void decls, to keep gcc -Wall happy.
Guido van Rossum committed
December 5, 1996
G
Keep gcc -Wall happy.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
October 11, 1993
S
* Extended X interface: pixmap objects, colormap objects visual objects,
Sjoerd Mullender committed
June 17, 1993
G
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
Guido van Rossum committed
March 29, 1993
G
* Changed all copyright messages to include 1993.
Guido van Rossum committed
January 26, 1993
G
* Added Fixcprt.py: script to fix copyright message.
Guido van Rossum committed
January 19, 1993
J
Use full path for izoom.h include file
Jack Jansen committed
J
Added (optional) better scaling to readscaled
Jack Jansen committed
September 3, 1992
G
Got rid the bogus cache code and fix some unchecked errors.
Guido van Rossum committed
August 24, 1992
J
Removed debug statement
Jack Jansen committed
August 20, 1992
J
Added method to write image files.
Jack Jansen committed
June 3, 1992
G
added readscaled() function.
Guido van Rossum committed
April 5, 1992
G
Copyright for 1992 added
Guido van Rossum committed
March 23, 1992
G
Improved error handling.
Guido van Rossum committed
March 4, 1992
G
Initial revision
Guido van Rossum committed