summaryrefslogtreecommitdiff
path: root/Mailman/Logging/Logger.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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