Guido van Rossum
|
0df6442ae5
|
Undo the apply() removals; this code needs to run under Python 1.5.2.
|
2003-03-02 20:47:29 +00:00 |
Guido van Rossum
|
68468eba63
|
Get rid of many apply() calls.
|
2003-02-27 20:14:51 +00:00 |
Guido van Rossum
|
24475896dd
|
Fix what I believe is a bug: when removing all previous handlers,
should copy the handlers list because it's being modified by the loop.
|
2002-12-20 01:54:21 +00:00 |
Neal Norwitz
|
c4d047aad3
|
SF Patch #638825
Fix pychecker warnings, port arg was unused (it was always the default)
Need a global statement for _listener
|
2002-11-15 23:33:20 +00:00 |
Guido van Rossum
|
3165786dd1
|
From SF patch 638299 [by Vinaj]: fileConfig() now takes an optional
defaults dictionary parameter which is passed to ConfigParser.
|
2002-11-14 12:52:17 +00:00 |
Guido van Rossum
|
455ab77f34
|
Get rid of #! lines, references to usage as __main__, README.txt, and
http://www.red-dove.com/python_logging.html.
|
2002-11-13 16:18:29 +00:00 |
Guido van Rossum
|
57102f861d
|
Adding Vinay Sajip's logging package.
|
2002-11-13 16:15:58 +00:00 |