index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
syslogmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg
2008-08-07
1
-2/+2
*
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis
2008-06-11
1
-3/+17
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
1
-2/+3
*
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...
Christian Heimes
2007-12-02
1
-3/+3
*
Whoops, not sure how I screwed up the name. Now builds and passes the test.
Neal Norwitz
2007-08-25
1
-2/+2
*
Use unicode and add a "test" for syslog
Neal Norwitz
2007-08-25
1
-7/+15
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-4/+2
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0/+2
*
SF bug #1086555: refcount problem in syslog
Raymond Hettinger
2004-12-16
1
-3/+4
*
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond
2002-08-02
1
-1/+1
*
Use the PyModule_Add*() APIs instead of manipulating the module dict
Fred Drake
2002-04-01
1
-45/+32
*
Do the absolute minimal amount of modifications to eradicate
Barry Warsaw
2000-09-01
1
-4/+0
*
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters
2000-07-21
1
-1/+1
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-1/+1
*
ANSI-fication
Peter Schneider-Kamp
2000-07-10
1
-22/+7
*
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum
2000-02-29
1
-3/+3
*
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum
1998-12-04
1
-1/+1
*
Changes for BeOS, QNX and long long, by Chris Herborth.
Guido van Rossum
1998-08-04
1
-0/+2
*
Fix by Sean Reifschneider:
Guido van Rossum
1998-05-08
1
-25/+38
*
Add LOG_SYSLOG if defined.
Guido van Rossum
1998-01-19
1
-0/+3
*
(puremodule.c): New module which exports the Purify and Quantify C API
Barry Warsaw
1997-01-17
1
-4/+7
*
Formatting changes, plus memory management in initsyslog()
Barry Warsaw
1997-01-09
1
-90/+102
*
Keep gcc -Wall happy.
Guido van Rossum
1996-12-05
1
-1/+1
*
Some NeXT changes (default certain symbols to others)
Guido van Rossum
1996-07-30
1
-0/+12
*
changes by Steve Clift
Guido van Rossum
1995-10-11
1
-80/+92
*
cosmetic changes so these modules will work with the strict new naming scheme
Guido van Rossum
1995-01-10
1
-4/+1
*
Lance has converted his modules to the new naming conventions, and
Guido van Rossum
1994-08-30
1
-114/+115
*
Added some names to Setup.in, and added syslogmodule.c.
Guido van Rossum
1994-07-14
1
-0/+199