aboutsummaryrefslogtreecommitdiff
path: root/Modules/syslogmodule.c
AgeCommit message (Expand)Author
2017-01-23Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE whereverSerhiy Storchaka
2016-11-20Added the const qualifier to char* variables that refer to readonly internalSerhiy Storchaka
2016-11-20Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSizeSerhiy Storchaka
2014-02-09Issue #20437: Fixed 22 potential bugs when deleting objects references.Serhiy Storchaka
2014-02-09Issue #20437: Fixed 21 potential bugs when deleting objects references.Serhiy Storchaka
2013-11-07Issue #19512, #19515: remove shared identifiers, move identifiers where theyVictor Stinner
2013-11-06Issue #19512: add some common identifiers to only create common strings once,Victor Stinner
2013-05-20Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()Charles-Francois Natali
2012-03-29#14416: conditionally add LOG_AUTHPRIV facility and LOG_ODELAY to syslog.R David Murray
2011-10-11Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH insteadVictor Stinner
2011-09-28Implement PEP 393.Martin v. Löwis
2010-12-08Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ...Alexander Belopolsky
2010-05-09Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou
2010-04-25Porting commit 80458 to python 3Sean Reifscheider
2010-04-23Port of issue8451 to python3: Syslog use sys.argv[0] for ident.Sean Reifscheider
2008-08-07Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg
2008-06-11Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis
2008-02-23Merged revisions 60990-61002 via svnmerge fromChristian Heimes
2007-12-02Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes
2007-08-25Whoops, not sure how I screwed up the name. Now builds and passes the test.Neal Norwitz
2007-08-25Use unicode and add a "test" for syslogNeal Norwitz
2006-06-08Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters
2006-01-19Check return result from Py_InitModule*(). This API can fail.Neal Norwitz
2004-12-16SF bug #1086555: refcount problem in syslogRaymond Hettinger
2002-08-02Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond
2002-04-01Use the PyModule_Add*() APIs instead of manipulating the module dictFred Drake
2000-09-01Do the absolute minimal amount of modifications to eradicateBarry Warsaw
2000-07-21Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters
2000-07-16Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters
2000-07-10ANSI-ficationPeter Schneider-Kamp
2000-02-29Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum
1998-12-04Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum
1998-08-04Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum
1998-05-08Fix by Sean Reifschneider:Guido van Rossum
1998-01-19Add LOG_SYSLOG if defined.Guido van Rossum
1997-01-17(puremodule.c): New module which exports the Purify and Quantify C APIBarry Warsaw
1997-01-09Formatting changes, plus memory management in initsyslog()Barry Warsaw
1996-12-05Keep gcc -Wall happy.Guido van Rossum
1996-07-30Some NeXT changes (default certain symbols to others)Guido van Rossum
1995-10-11changes by Steve CliftGuido van Rossum
1995-01-10cosmetic changes so these modules will work with the strict new naming schemeGuido van Rossum
1994-08-30Lance has converted his modules to the new naming conventions, andGuido van Rossum
1994-07-14Added some names to Setup.in, and added syslogmodule.c.Guido van Rossum