summaryrefslogtreecommitdiff
path: root/Mailman/Logging (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-177-482/+0
* Now that we've converted from CVS to Subversion, remove CVS cruft frombwarsaw2006-04-151-1/+0
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-302-7/+10
* Python 2.4 may fail to write 8bit (non-ascii) characters.tkikuchi2005-12-241-1/+6
* back porting from 2.1.6tkikuchi2005-08-281-5/+5
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-277-7/+7
* Update copyright yearsbwarsaw2003-03-111-1/+1
* SF patch #683906, add $DESTDIR to install target, by Ademar de Souza Reistwouters2003-03-111-1/+2
* Donn Cave's patch #602087 to honor configure's --srcdir switch.bwarsaw2002-12-121-1/+1
* __get_f(): LookupError is built-in. Bug reported by Carson Gaspar.bwarsaw2002-11-111-1/+1
* LogStdErr(): I don't think we really wanted to tee the log output tobwarsaw2002-10-211-19/+21
* Fixes for logging of non-ascii messages. We have a default encodingbwarsaw2002-09-171-1/+17
* Update copyright years.bwarsaw2002-03-167-7/+7
* LogMsg() -> write()bwarsaw2001-07-061-3/+10
* write(): Compare to None with `is' not `=='.bwarsaw2001-06-271-3/+6
* LogMsg(): Extended function signature to make argument passing bothbwarsaw2001-06-271-3/+12
* Untabification.bwarsaw2001-06-021-26/+27
* close(): When the file object is closed, set __fp to None so it getsbwarsaw2001-06-021-1/+2
* Rename Syslog class to _Syslog to indicate that it shouldn't normallybwarsaw2000-06-021-3/+4
* Makefile.in: Install all .py filesbwarsaw2000-06-022-2/+53
* LogStdErr(): In the call to StampedLogger(), pass manual_reprime valuebwarsaw2000-06-011-1/+1
* __get_f(): Since Python 1.5.2 is now required, we can get rid of thebwarsaw2000-04-031-4/+4
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-216-5/+20
* reprime(): calls reprime on all sub-loggers, ignoring attribute errorsbwarsaw1999-12-251-0/+7
* Typobwarsaw1999-12-131-1/+1
* Slight change in formatbwarsaw1999-12-131-3/+3
* Always include the non-cached PID of the process doing the printing.bwarsaw1999-12-131-1/+2
* __get_f(): Open the log file in line buffered mode so flushesbwarsaw1999-12-131-1/+1
* LogStdErr(): category was being ignored. Instead, use it as the firstbwarsaw1999-04-161-1/+1
* VERSION is no longer set in configure because it's too hard tobwarsaw1999-01-151-2/+0
* __get_f(): Use Mailman.Utils.reraise()bwarsaw1998-12-291-5/+2
* LogStdErr(): small patch to ensure we get a stdout. Python 1.5bwarsaw1998-12-291-1/+5
* `make distclean' now removes stray .pyc files.bwarsaw1998-11-171-0/+1
* make finishbwarsaw1998-10-201-0/+2
* .__repr__(): Use the class name in the repr string, rather thanklm1998-08-031-7/+9
* StampedLogger.__init__(): Added new default argument `immediate'bwarsaw1998-07-311-3/+6
* __logexc() => _logexc()bwarsaw1998-07-311-4/+4
* __logexc() => _logexc()bwarsaw1998-07-311-9/+16
* __logexc(): Renamed to _logexc() -- single leading underscore -- so itbwarsaw1998-07-311-1/+2
* Fixed package name in import of __logexc. If the module is not in thebwarsaw1998-07-231-1/+1
* Simplify the import, exploiting the fact that it's within the package.klm1998-07-232-2/+2
* LogStdErr(): New routine to simplify hooking up a StampedLogger withklm1998-07-231-0/+21
* Subpackage containing all logging classes.bwarsaw1998-07-027-0/+324