COMMITS
/ Modules/timingmodule.c August 2, 2002
M
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond committed
March 31, 2002
N
Convert from using METH_OLDARGS to METH_NOARGS.
Neal Norwitz committed
January 17, 2002
M
Patch #477750: Use METH_ constants in Modules.
Martin v. Löwis committed
September 1, 2000
B
Do the absolute minimal amount of modifications to eradicate
Barry Warsaw committed
July 21, 2000
T
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters committed
July 10, 2000
P
ANSI-fication
Peter Schneider-Kamp committed
December 4, 1998
G
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum committed
June 14, 1995
G
removed rcs cruft
Guido van Rossum committed
January 14, 1994
G
Make more robust against Minix and Mac
Guido van Rossum committed
January 2, 1994
G
Added George Neville-Neil's timing module
Guido van Rossum committed