Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove soundex module, as stated by GvR. | Andrew M. Kuchling | 2001-02-22 | 1 | -179/+0 |
* | Use METH_VARARGS instead of numeric constant 1 in method def. tables | Andrew M. Kuchling | 2000-08-03 | 1 | -3/+5 |
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -1/+1 |
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -2/+2 |
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
* | Add case for 'R' and a little bit of cleanup. Andrew Kuchling. | Guido van Rossum | 1996-12-05 | 1 | -6/+8 |
* | make soundex_hash static | Guido van Rossum | 1996-05-24 | 1 | -1/+1 |
* | Added __doc__ strings. Added get_soundex(). | Guido van Rossum | 1996-05-23 | 1 | -2/+36 |
* | edited RCS cruft | Guido van Rossum | 1995-06-14 | 1 | -1/+1 |
* | new modules soundex.c and environment.c | Guido van Rossum | 1995-06-14 | 1 | -0/+141 |