| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Convert all logging to Python's standard logging module. Get rid of all | bwarsaw | 2006-04-17 | 7 | -482/+0 |
| * | Now that we've converted from CVS to Subversion, remove CVS cruft from | bwarsaw | 2006-04-15 | 1 | -1/+0 |
| * | Port cleaning changes forward from 2.1-maint branch. | bwarsaw | 2005-12-30 | 2 | -7/+10 |
| * | Python 2.4 may fail to write 8bit (non-ascii) characters. | tkikuchi | 2005-12-24 | 1 | -1/+6 |
| * | back porting from 2.1.6 | tkikuchi | 2005-08-28 | 1 | -5/+5 |
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 7 | -7/+7 |
| * | Update copyright years | bwarsaw | 2003-03-11 | 1 | -1/+1 |
| * | SF patch #683906, add $DESTDIR to install target, by Ademar de Souza Reis | twouters | 2003-03-11 | 1 | -1/+2 |
| * | Donn Cave's patch #602087 to honor configure's --srcdir switch. | bwarsaw | 2002-12-12 | 1 | -1/+1 |
| * | __get_f(): LookupError is built-in. Bug reported by Carson Gaspar. | bwarsaw | 2002-11-11 | 1 | -1/+1 |
| * | LogStdErr(): I don't think we really wanted to tee the log output to | bwarsaw | 2002-10-21 | 1 | -19/+21 |
| * | Fixes for logging of non-ascii messages. We have a default encoding | bwarsaw | 2002-09-17 | 1 | -1/+17 |
| * | Update copyright years. | bwarsaw | 2002-03-16 | 7 | -7/+7 |
| * | LogMsg() -> write() | bwarsaw | 2001-07-06 | 1 | -3/+10 |
| * | write(): Compare to None with `is' not `=='. | bwarsaw | 2001-06-27 | 1 | -3/+6 |
| * | LogMsg(): Extended function signature to make argument passing both | bwarsaw | 2001-06-27 | 1 | -3/+12 |
| * | Untabification. | bwarsaw | 2001-06-02 | 1 | -26/+27 |
| * | close(): When the file object is closed, set __fp to None so it gets | bwarsaw | 2001-06-02 | 1 | -1/+2 |
| * | Rename Syslog class to _Syslog to indicate that it shouldn't normally | bwarsaw | 2000-06-02 | 1 | -3/+4 |
| * | Makefile.in: Install all .py files | bwarsaw | 2000-06-02 | 2 | -2/+53 |
| * | LogStdErr(): In the call to StampedLogger(), pass manual_reprime value | bwarsaw | 2000-06-01 | 1 | -1/+1 |
| * | __get_f(): Since Python 1.5.2 is now required, we can get rid of the | bwarsaw | 2000-04-03 | 1 | -4/+4 |
| * | Update the copyright lines to include the years 1999 & 2000. | bwarsaw | 2000-03-21 | 6 | -5/+20 |
| * | reprime(): calls reprime on all sub-loggers, ignoring attribute errors | bwarsaw | 1999-12-25 | 1 | -0/+7 |
| * | Typo | bwarsaw | 1999-12-13 | 1 | -1/+1 |
| * | Slight change in format | bwarsaw | 1999-12-13 | 1 | -3/+3 |
| * | Always include the non-cached PID of the process doing the printing. | bwarsaw | 1999-12-13 | 1 | -1/+2 |
| * | __get_f(): Open the log file in line buffered mode so flushes | bwarsaw | 1999-12-13 | 1 | -1/+1 |
| * | LogStdErr(): category was being ignored. Instead, use it as the first | bwarsaw | 1999-04-16 | 1 | -1/+1 |
| * | VERSION is no longer set in configure because it's too hard to | bwarsaw | 1999-01-15 | 1 | -2/+0 |
| * | __get_f(): Use Mailman.Utils.reraise() | bwarsaw | 1998-12-29 | 1 | -5/+2 |
| * | LogStdErr(): small patch to ensure we get a stdout. Python 1.5 | bwarsaw | 1998-12-29 | 1 | -1/+5 |
| * | `make distclean' now removes stray .pyc files. | bwarsaw | 1998-11-17 | 1 | -0/+1 |
| * | make finish | bwarsaw | 1998-10-20 | 1 | -0/+2 |
| * | .__repr__(): Use the class name in the repr string, rather than | klm | 1998-08-03 | 1 | -7/+9 |
| * | StampedLogger.__init__(): Added new default argument `immediate' | bwarsaw | 1998-07-31 | 1 | -3/+6 |
| * | __logexc() => _logexc() | bwarsaw | 1998-07-31 | 1 | -4/+4 |
| * | __logexc() => _logexc() | bwarsaw | 1998-07-31 | 1 | -9/+16 |
| * | __logexc(): Renamed to _logexc() -- single leading underscore -- so it | bwarsaw | 1998-07-31 | 1 | -1/+2 |
| * | Fixed package name in import of __logexc. If the module is not in the | bwarsaw | 1998-07-23 | 1 | -1/+1 |
| * | Simplify the import, exploiting the fact that it's within the package. | klm | 1998-07-23 | 2 | -2/+2 |
| * | LogStdErr(): New routine to simplify hooking up a StampedLogger with | klm | 1998-07-23 | 1 | -0/+21 |
| * | Subpackage containing all logging classes. | bwarsaw | 1998-07-02 | 7 | -0/+324 |