Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
24af0e965694b997e90c46bd754a394e1ac86b45
/
Modules
/
syslogmodule.c
c83ea13
Untabify C files. Will watch buildbots.
by Antoine Pitrou
· 15 years ago
ca2e612
Fixing obscure syslog corner-case when sys.argv = None, syslog() would call
by Sean Reifscheider
· 15 years ago
04f4347
Small comment documentation change to clarify "ident" selection.
by Sean Reifscheider
· 15 years ago
f6ce3cb
issue8451: Making syslog module use sys.argv[0] for "ident".
by Sean Reifscheider
· 15 years ago
dd96db6
This reverts r63675 based on the discussion in this thread:
by Gregory P. Smith
· 17 years ago
593daf5
Renamed PyString to PyBytes
by Christian Heimes
· 17 years ago
f0476e8
Patch #1957: syslogmodule: Release GIL when calling syslog(3)
by Christian Heimes
· 17 years ago
96a8c39
Make use of METH_O and METH_NOARGS where possible.
by Georg Brandl
· 19 years ago
1ac754f
Check return result from Py_InitModule*(). This API can fail.
by Neal Norwitz
· 20 years ago
6f5b741
SF bug #1086555: refcount problem in syslog
by Raymond Hettinger
· 21 years ago
fe51c6d
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
by Mark Hammond
· 23 years ago
4baedc1
Use the PyModule_Add*() APIs instead of manipulating the module dict directly.
by Fred Drake
· 23 years ago
9bfd2bf
Do the absolute minimal amount of modifications to eradicate
by Barry Warsaw
· 25 years ago
f3f33dc
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
by Thomas Wouters
· 25 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 25 years ago
41c36ff
ANSI-fication
by Peter Schneider-Kamp
· 25 years ago
43713e5
Massive patch by Skip Montanaro to add ":name" to as many
by Guido van Rossum
· 25 years ago
3886bb6
Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows.
by Guido van Rossum
· 27 years ago
bcc2074
Changes for BeOS, QNX and long long, by Chris Herborth.
by Guido van Rossum
· 27 years ago
ae94cf2
Fix by Sean Reifschneider:
by Guido van Rossum
· 27 years ago
3dacdc3
Add LOG_SYSLOG if defined.
by Guido van Rossum
· 28 years ago
e886ea9
(puremodule.c): New module which exports the Purify and Quantify C API
by Barry Warsaw
· 29 years ago
43a476a
Formatting changes, plus memory management in initsyslog()
by Barry Warsaw
· 29 years ago
a376cc5
Keep gcc -Wall happy.
by Guido van Rossum
· 29 years ago
63df09a
Some NeXT changes (default certain symbols to others)
by Guido van Rossum
· 29 years ago
c1822a4
changes by Steve Clift
by Guido van Rossum
· 30 years ago
a597dde
cosmetic changes so these modules will work with the strict new naming scheme
by Guido van Rossum
· 31 years ago
f6971e2
Lance has converted his modules to the new naming conventions, and
by Guido van Rossum
· 31 years ago
e44e373
Added some names to Setup.in, and added syslogmodule.c.
by Guido van Rossum
· 31 years ago