Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | | | | | | | | | | and a couple of functions that were missed in the previous batches. Not terribly tested, but very carefully scrutinized, three times. All these were found by the little findkrc.py that I posted to python-dev, which means there might be more lurking. Cases such as this: long func(a, b) long a; long b; /* flagword */ { and other cases where the last ; in the argument list isn't followed by a newline and an opening curly bracket. Regexps to catch all are welcome, of course ;) | ||||
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -2/+2 |
| | | | | PyArg_ParseTuple() format string arguments as possible. | ||||
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
| | | | | on BeOS or Windows. | ||||
* | 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 |