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