summaryrefslogtreecommitdiff
path: root/Modules/cryptmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-11/+11
* Patch #1516912: improve Modules support for OpenVMS.Neal Norwitz2006-07-101-0/+5
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-1/+1
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-131-3/+3
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-111-1/+3
* Remove METH_OLDARGS:Neal Norwitz2002-03-311-2/+2
* Use METH_OLDARGS instead of numeric constant 0 in method def. tablesAndrew M. Kuchling2000-08-031-1/+1
* Even more ANSIfication: fix as many function pointers and declarations asThomas Wouters2000-07-221-1/+1
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* ANSI-ficationPeter Schneider-Kamp2000-07-101-2/+1
* Added docstring to crypt.crypt() based on the documentation.Fred Drake2000-02-011-1/+10
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* renamed grandly.Roger E. Masse1996-12-091-7/+7
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-1/+0
* cosmeticsGuido van Rossum1995-01-121-1/+0
* crypt module (Steve M's)Guido van Rossum1994-05-061-0/+36