summaryrefslogtreecommitdiffstats
path: root/Modules/syslogmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Added some names to Setup.in, and added syslogmodule.c.Guido van Rossum1994-07-141-0/+199
posixmodule.c: use pclose, not fclose! selectmodule.c: trap negative fileno's, change some error messages. stropmodule.c: change semantics of rindex to match string.py.