COMMITS
/ Modules/syslogmodule.c March 24, 2026
K
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Karolina Surma committed
July 21, 2025
A
gh-116738: Make syslog module thread-safe (#136760)
Alper committed
May 28, 2025
S
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Serhiy Storchaka committed
February 25, 2025
S
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka committed
January 29, 2025
B
gh-129345: null check for indent syslogmodule (#129348)
Burkov Egor committed
January 20, 2025
T
Fix a typo in `syslog`'s error message (#129029)
Tomas R. committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
April 2, 2024
S
gh-117440: Make `syslog` thread-safe in free-threaded builds (#117441)
Sam Gross committed
December 12, 2023
R
gh-87286: Add a number of LOG_* constants to syslog (#24432)
Ronald Oussoren committed
October 17, 2023
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
November 29, 2022
D
gh-99127: Allow some features of syslog to the main interpreter only (gh-99128)
Dong-hee Na committed
November 16, 2022
V
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99513)
Victor Stinner committed
October 13, 2022
V
gh-98178: syslog() is not thread-safe on macOS (#98213)
Victor Stinner committed
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