COMMITS
/ Modules/cryptmodule.c 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