COMMITS
/ Modules/syslogmodule.c October 8, 2022
N
gh-95011: Migrate syslog module to Argument Clinic (GH-95012)
Noam Cohen committed
October 7, 2022
S
Add more syslog tests (GH-97953)
Serhiy Storchaka committed
July 26, 2022
N
gh-95041: Fail syslog.syslog in case inner call to syslog.openlog fails (GH-95264)
Noam Cohen committed
S
gh-95041: Fix several minor issues in syslog.openlog() (GH-95058)
Serhiy Storchaka committed
May 3, 2022
V
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner committed
October 7, 2021
C
Fix typos in the Modules directory (GH-28761)
Christian Clauss committed
May 5, 2020
D
bpo-1635741: Port syslog module to multiphase initialization (GH-19907)
Dong-hee Na committed
April 15, 2020
V
bpo-40268: Remove unused osdefs.h includes (GH-19532)
Victor Stinner committed
February 13, 2020
January 14, 2020
V
bpo-38361: syslog: fixed making default "ident" from sys.argv[0] (GH-16557)
Václav Bartoš committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
November 20, 2016
S
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka committed
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
February 9, 2014
S
Issue #20437: Fixed 22 potential bugs when deleting objects references.
Serhiy Storchaka committed
S
Issue #20437: Fixed 21 potential bugs when deleting objects references.
Serhiy Storchaka committed
November 7, 2013
V
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Victor Stinner committed
November 6, 2013
V
Issue #19512: add some common identifiers to only create common strings once,
Victor Stinner committed
May 20, 2013
C
Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()
Charles-Francois Natali committed
March 29, 2012
R
#14416: conditionally add LOG_AUTHPRIV facility and LOG_ODELAY to syslog.
R David Murray committed
October 11, 2011
V
Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH instead
Victor Stinner committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
December 8, 2010
A
Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL
Alexander Belopolsky committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
April 25, 2010
S
Porting commit 80458 to python 3
Sean Reifscheider committed
April 23, 2010
S
Port of issue8451 to python3: Syslog use sys.argv[0] for ident.
Sean Reifscheider committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
February 23, 2008
C
Merged revisions 60990-61002 via svnmerge from
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
August 25, 2007
N
Whoops, not sure how I screwed up the name. Now builds and passes the test.
Neal Norwitz committed
N
Use unicode and add a "test" for syslog
Neal Norwitz committed
June 8, 2006
T
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters committed
January 19, 2006
N
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz committed
December 16, 2004
R
SF bug #1086555: refcount problem in syslog
Raymond Hettinger committed
August 2, 2002
M
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond committed
April 1, 2002
F
Use the PyModule_Add*() APIs instead of manipulating the module dict
Fred Drake committed
September 1, 2000
B
Do the absolute minimal amount of modifications to eradicate
Barry Warsaw committed
July 21, 2000
T
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters committed
July 16, 2000
T
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters committed
July 10, 2000
P
ANSI-fication
Peter Schneider-Kamp committed
February 29, 2000
G
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum committed
December 4, 1998
G
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum committed
August 4, 1998
G
Changes for BeOS, QNX and long long, by Chris Herborth.
Guido van Rossum committed
May 8, 1998
G
Fix by Sean Reifschneider:
Guido van Rossum committed
January 19, 1998
G
Add LOG_SYSLOG if defined.
Guido van Rossum committed
January 17, 1997
B
(puremodule.c): New module which exports the Purify and Quantify C API
Barry Warsaw committed
January 9, 1997
B
Formatting changes, plus memory management in initsyslog()
Barry Warsaw committed
December 5, 1996
G
Keep gcc -Wall happy.
Guido van Rossum committed
July 30, 1996
G
Some NeXT changes (default certain symbols to others)
Guido van Rossum committed