summaryrefslogtreecommitdiffstats
path: root/Modules/soundex.c
Commit message (Collapse)AuthorAgeFilesLines
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-2/+2
| | | | PyArg_ParseTuple() format string arguments as possible.
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
| | | | on BeOS or Windows.
* Add case for 'R' and a little bit of cleanup. Andrew Kuchling.Guido van Rossum1996-12-051-6/+8
|
* make soundex_hash staticGuido van Rossum1996-05-241-1/+1
|
* Added __doc__ strings. Added get_soundex().Guido van Rossum1996-05-231-2/+36
|
* edited RCS cruftGuido van Rossum1995-06-141-1/+1
|
* new modules soundex.c and environment.cGuido van Rossum1995-06-141-0/+141