COMMITS
/ Modules/syslogmodule.c 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
October 11, 1995
G
changes by Steve Clift
Guido van Rossum committed
January 10, 1995
G
cosmetic changes so these modules will work with the strict new naming scheme
Guido van Rossum committed
August 30, 1994
G
Lance has converted his modules to the new naming conventions, and
Guido van Rossum committed
July 14, 1994
G
Added some names to Setup.in, and added syslogmodule.c.
Guido van Rossum committed