index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
logging
/
config.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #3726: Allowed spaces in separators in logging configuration files.
Vinay Sajip
2008-09-03
1
-5/+11
*
Remove dict.has_key() and apply() usage from the logging package to silence
Brett Cannon
2008-08-04
1
-1/+1
*
Issue #3389: Allow resolving dotted names for handlers in logging configurati...
Vinay Sajip
2008-07-18
1
-1/+4
*
Removed out-of-date comment in _install_handlers and
Vinay Sajip
2008-06-29
1
-2/+1
*
Bug #3136: fileConfig()'s disabling of old loggers is now conditional via an ...
Vinay Sajip
2008-06-19
1
-4/+4
*
ConfigParser renaming reversal part 3: move module into place and adapt imports.
Georg Brandl
2008-05-25
1
-2/+2
*
socketserver renaming reversal part 3: move the module into the right
Georg Brandl
2008-05-24
1
-1/+1
*
Updated import statements to use the new `configparser` module name.
Alexandre Vassalotti
2008-05-14
1
-2/+2
*
Updated all import statements to use the new socketserver module name.
Alexandre Vassalotti
2008-05-12
1
-1/+1
*
Fixed a bug reported (in private email, by Robert Crida) in logging configura...
Vinay Sajip
2007-11-11
1
-3/+27
*
Patch by "cuppatea" (SF #1503765)
Vinay Sajip
2006-12-11
1
-4/+5
*
Fix missing import of the types module in logging.config.
Georg Brandl
2006-09-06
1
-1/+1
*
Repair logging test spew caused by rev. 51206.
Georg Brandl
2006-08-12
1
-1/+1
*
Fixed bug in fileConfig() which failed to clear logging._handlerList
Vinay Sajip
2006-06-30
1
-0/+1
*
Added the ability to specify a class attribute in Formatter configuration. Co...
Vinay Sajip
2006-01-20
1
-1/+21
*
Refactoring for fileConfig. Contributed by Shane Hathaway.
Vinay Sajip
2006-01-16
1
-125/+142
*
Documentation clarified re. config socket listener protocol
Vinay Sajip
2005-06-05
1
-3/+3
*
Made traceback unconditional, to avoid lock contention problems when logging ...
Vinay Sajip
2005-03-13
1
-3/+2
*
Handle errors in imports of thread, threading
Vinay Sajip
2005-02-18
1
-1/+7
*
Added exception handling during handler initialization in fileConfig()
Vinay Sajip
2004-09-24
1
-24/+27
*
Minor documentation changes
Vinay Sajip
2004-02-28
1
-3/+4
*
Copyright year change.
Vinay Sajip
2004-02-20
1
-2/+7
*
Undo the apply() removals; this code needs to run under Python 1.5.2.
Guido van Rossum
2003-03-02
1
-1/+1
*
Get rid of many apply() calls.
Guido van Rossum
2003-02-27
1
-1/+1
*
Fix what I believe is a bug: when removing all previous handlers,
Guido van Rossum
2002-12-20
1
-2/+2
*
SF Patch #638825
Neal Norwitz
2002-11-15
1
-4/+7
*
From SF patch 638299 [by Vinaj]: fileConfig() now takes an optional
Guido van Rossum
2002-11-14
1
-2/+2
*
Get rid of #! lines, references to usage as __main__, README.txt, and
Guido van Rossum
2002-11-13
1
-8/+0
*
Adding Vinay Sajip's logging package.
Guido van Rossum
2002-11-13
1
-0/+300