Commits
User selector
Commit History
Commits on Mar 24, 2026
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Show description for 1887a95andauthored
Commits on Jul 21, 2025
gh-116738: Make syslog module thread-safe (#136760)
Show description for 65893c6authored
Commits on May 28, 2025
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Show description for bac3fcbauthored
Commits on Feb 25, 2025
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Show description for 0ef4ffeauthored
Commits on Jan 29, 2025
Commits on Jan 20, 2025
Commits on May 3, 2024
gh-116322: Add Py_mod_gil module slot (#116882)
Show description for c2627d6authored
Commits on Apr 2, 2024
gh-117440: Make `syslog` thread-safe in free-threaded builds (#117441)
Show description for 954d616authored
Commits on Dec 12, 2023
gh-87286: Add a number of LOG_* constants to syslog (#24432)
Show description for 0d2fe6bauthored
Commits on Oct 17, 2023
gh-110964: Remove private _PyArg functions (#110966)
Show description for be5e8a0authored
Commits on May 5, 2023
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Show description for a9c6e06authored
Commits on Nov 29, 2022
Commits on Nov 16, 2022
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99513)
Show description for 3ed8803authored
Commits on Oct 13, 2022
gh-98178: syslog() is not thread-safe on macOS (#98213)
Show description for d4b9166authored
Commits on Oct 8, 2022
Commits on Oct 7, 2022
Commits on Jul 26, 2022
- authored
gh-95041: Fix several minor issues in syslog.openlog() (GH-95058)
Show description for 68c555aauthored
Commits on May 3, 2022
gh-91320: Use _PyCFunction_CAST() (#92251)
Show description for 804f252authored
Commits on Oct 7, 2021
Commits on May 5, 2020
Commits on Apr 15, 2020
bpo-40268: Remove unused osdefs.h includes (GH-19532)
Show description for 361dcdcauthored
Commits on Jan 14, 2020
bpo-38361: syslog: fixed making default "ident" from sys.argv[0] (GH-16557)
Show description for f04750bauthored andcommitted
Commits on Nov 27, 2018
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Show description for 62be742authored
Commits on Jan 23, 2017
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Show description for 228b12ecommitted
Commits on Nov 20, 2016
Added the const qualifier to char* variables that refer to readonly internal
Show description for 85b0f5bcommittedReplaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Show description for 0651583committed
Commits on Nov 7, 2013
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Show description for bd303c1committed
Commits on Nov 6, 2013
Issue #19512: add some common identifiers to only create common strings once,
Show description for 0905437committed
Commits on May 20, 2013
Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()
Show description for 74ca886committed
Commits on Mar 29, 2012
#14416: conditionally add LOG_AUTHPRIV facility and LOG_ODELAY to syslog.
Show description for eac0939committed
Commits on Oct 11, 2011
- committed
Victor Stinner