| Commit message (Expand) | Author | Age | Files | Lines |
* | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 1 | -189/+189 |
|
|
* | Fixing obscure syslog corner-case when sys.argv = None, syslog() would call | Sean Reifscheider | 2010-04-25 | 1 | -5/+10 |
|
|
* | Small comment documentation change to clarify "ident" selection. | Sean Reifscheider | 2010-04-23 | 1 | -1/+2 |
|
|
* | issue8451: Making syslog module use sys.argv[0] for "ident". | Sean Reifscheider | 2010-04-23 | 1 | -11/+86 |
|
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -1/+1 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -1/+1 |
|
|
* | Patch #1957: syslogmodule: Release GIL when calling syslog(3) | Christian Heimes | 2008-02-23 | 1 | -0/+2 |
|
|
* | Make use of METH_O and METH_NOARGS where possible. | Georg Brandl | 2006-05-29 | 1 | -4/+2 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | SF bug #1086555: refcount problem in syslog | Raymond Hettinger | 2004-12-16 | 1 | -3/+4 |
|
|
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -1/+1 |
|
|
* | Use the PyModule_Add*() APIs instead of manipulating the module dict | Fred Drake | 2002-04-01 | 1 | -45/+32 |
|
|
* | Do the absolute minimal amount of modifications to eradicate | Barry Warsaw | 2000-09-01 | 1 | -4/+0 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -1/+1 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -22/+7 |
|
|
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -3/+3 |
|
|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | Changes for BeOS, QNX and long long, by Chris Herborth. | Guido van Rossum | 1998-08-04 | 1 | -0/+2 |
|
|
* | Fix by Sean Reifschneider: | Guido van Rossum | 1998-05-08 | 1 | -25/+38 |
|
|
* | Add LOG_SYSLOG if defined. | Guido van Rossum | 1998-01-19 | 1 | -0/+3 |
|
|
* | (puremodule.c): New module which exports the Purify and Quantify C API | Barry Warsaw | 1997-01-17 | 1 | -4/+7 |
|
|
* | Formatting changes, plus memory management in initsyslog() | Barry Warsaw | 1997-01-09 | 1 | -90/+102 |
|
|
* | Keep gcc -Wall happy. | Guido van Rossum | 1996-12-05 | 1 | -1/+1 |
|
|
* | Some NeXT changes (default certain symbols to others) | Guido van Rossum | 1996-07-30 | 1 | -0/+12 |
|
|
* | changes by Steve Clift | Guido van Rossum | 1995-10-11 | 1 | -80/+92 |
|
|
* | cosmetic changes so these modules will work with the strict new naming scheme | Guido van Rossum | 1995-01-10 | 1 | -4/+1 |
|
|
* | Lance has converted his modules to the new naming conventions, and | Guido van Rossum | 1994-08-30 | 1 | -114/+115 |
|
|
* | Added some names to Setup.in, and added syslogmodule.c. | Guido van Rossum | 1994-07-14 | 1 | -0/+199 |
|
|