summaryrefslogtreecommitdiff
path: root/Mailman/Logging/Logger.py
Commit message (Expand)AuthorAgeFilesLines
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-104/+0
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-301-1/+2
* back porting from 2.1.6tkikuchi2005-08-281-5/+5
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* __get_f(): LookupError is built-in. Bug reported by Carson Gaspar.bwarsaw2002-11-111-1/+1
* Fixes for logging of non-ascii messages. We have a default encodingbwarsaw2002-09-171-1/+17
* Update copyright years.bwarsaw2002-03-161-1/+1
* Untabification.bwarsaw2001-06-021-26/+27
* close(): When the file object is closed, set __fp to None so it getsbwarsaw2001-06-021-1/+2
* __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-211-1/+1
* __get_f(): Open the log file in line buffered mode so flushesbwarsaw1999-12-131-1/+1
* __get_f(): Use Mailman.Utils.reraise()bwarsaw1998-12-291-5/+2
* .__repr__(): Use the class name in the repr string, rather thanklm1998-08-031-7/+9
* __logexc() => _logexc()bwarsaw1998-07-311-9/+16
* 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-231-1/+1
* Subpackage containing all logging classes.bwarsaw1998-07-021-0/+79