COMMITS
/ Modules/cryptmodule.c August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
August 2, 2002
M
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond committed
June 13, 2002
M
Patch #568124: Add doc string macros.
Martin v. Löwis committed
June 11, 2002
M
Patch #488073: AtheOS port.
Martin v. Löwis committed
March 31, 2002
N
Remove METH_OLDARGS:
Neal Norwitz committed
August 3, 2000
A
Use METH_OLDARGS instead of numeric constant 0 in method def. tables
Andrew M. Kuchling committed
July 22, 2000
T
Even more ANSIfication: fix as many function pointers and declarations as
Thomas Wouters 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
February 1, 2000
F
Added docstring to crypt.crypt() based on the documentation.
Fred Drake committed
December 4, 1998
G
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum committed
December 9, 1996
R
renamed grandly.
Roger E. Masse committed
December 5, 1996
G
Keep gcc -Wall happy.
Guido van Rossum committed
May 6, 1994
G
crypt module (Steve M's)
Guido van Rossum committed