Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to use more modern calling conventions; also avoid a magic number | Fred Drake | 2001-11-17 | 1 | -3/+2 |
| | | | | | in the function table. Add a docstring for the function as well, since examples should show good form. | ||||
* | Fix weird typo caused by ANSIfication (nobody bothered to test it | Guido van Rossum | 2001-01-10 | 1 | -1/+1 |
| | | | | since! :-( ). | ||||
* | Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, | Thomas Wouters | 2000-07-22 | 1 | -8/+5 |
| | | | | | char**) and return an int even on PC platforms. If not, please fix PC/utils/makesrc.c ;-P | ||||
* | Call Py_SetProgramName() instead of redefining getprogramname(), | Guido van Rossum | 1999-03-09 | 1 | -11/+3 |
| | | | | reflecting changes in the runtime around 1.5 or earlier. | ||||
* | Just for fun, add a static module, "xyzzy" -- show that calling its | Guido van Rossum | 1997-12-25 | 1 | -0/+30 |
| | | | | initxyzzy() works. | ||||
* | adapted to new naming; clarify comments somewhat | Guido van Rossum | 1995-03-28 | 1 | -7/+8 |
| | |||||
* | initial checkin | Guido van Rossum | 1994-10-08 | 1 | -0/+46 |