summaryrefslogtreecommitdiffstats
path: root/Lib/logging/config.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #8576: logging updated to remove usage of find_unused_port().Vinay Sajip2010-05-031-0/+2
* Issue #8201: logging: Handle config errors when non-ASCII and Unicode logger ...Vinay Sajip2010-03-221-2/+5
* Added checks for tuples in dictConfig.Vinay Sajip2010-03-061-0/+12
* Added schema version test in dictConfig.Vinay Sajip2010-03-061-0/+4
* logging: gingerly re-enabling skipped tests after improving thread sync code ...Vinay Sajip2010-02-081-2/+6
* Issue #7869: logging: improved format-time diagnostics and removed some 1.5.2...Vinay Sajip2010-02-071-5/+1
* make waiting for the server to start robustBenjamin Peterson2010-02-061-10/+18
* Removed spurious print statement.Vinay Sajip2010-02-041-1/+0
* Logging: Implemented PEP 391.Vinay Sajip2010-02-041-17/+508
* Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronis...Vinay Sajip2009-10-101-17/+14
* Issue #3726: Allowed spaces in separators in logging configuration files.Vinay Sajip2008-09-031-5/+11
* Remove dict.has_key() and apply() usage from the logging package to silenceBrett Cannon2008-08-041-1/+1
* Issue #3389: Allow resolving dotted names for handlers in logging configurati...Vinay Sajip2008-07-181-1/+4
* Removed out-of-date comment in _install_handlers andVinay Sajip2008-06-291-2/+1
* Bug #3136: fileConfig()'s disabling of old loggers is now conditional via an ...Vinay Sajip2008-06-191-4/+4
* ConfigParser renaming reversal part 3: move module into place and adapt imports.Georg Brandl2008-05-251-2/+2
* socketserver renaming reversal part 3: move the module into the rightGeorg Brandl2008-05-241-1/+1
* Updated import statements to use the new `configparser` module name.Alexandre Vassalotti2008-05-141-2/+2
* Updated all import statements to use the new socketserver module name.Alexandre Vassalotti2008-05-121-1/+1
* Fixed a bug reported (in private email, by Robert Crida) in logging configura...Vinay Sajip2007-11-111-3/+27
* Patch by "cuppatea" (SF #1503765)Vinay Sajip2006-12-111-4/+5
* Fix missing import of the types module in logging.config.Georg Brandl2006-09-061-1/+1
* Repair logging test spew caused by rev. 51206.Georg Brandl2006-08-121-1/+1
* Fixed bug in fileConfig() which failed to clear logging._handlerListVinay Sajip2006-06-301-0/+1
* Added the ability to specify a class attribute in Formatter configuration. Co...Vinay Sajip2006-01-201-1/+21
* Refactoring for fileConfig. Contributed by Shane Hathaway.Vinay Sajip2006-01-161-125/+142
* Documentation clarified re. config socket listener protocolVinay Sajip2005-06-051-3/+3
* Made traceback unconditional, to avoid lock contention problems when logging ...Vinay Sajip2005-03-131-3/+2
* Handle errors in imports of thread, threadingVinay Sajip2005-02-181-1/+7
* Added exception handling during handler initialization in fileConfig()Vinay Sajip2004-09-241-24/+27
* Minor documentation changesVinay Sajip2004-02-281-3/+4
* Copyright year change.Vinay Sajip2004-02-201-2/+7
* Undo the apply() removals; this code needs to run under Python 1.5.2.Guido van Rossum2003-03-021-1/+1
* Get rid of many apply() calls.Guido van Rossum2003-02-271-1/+1
* Fix what I believe is a bug: when removing all previous handlers,Guido van Rossum2002-12-201-2/+2
* SF Patch #638825Neal Norwitz2002-11-151-4/+7
* From SF patch 638299 [by Vinaj]: fileConfig() now takes an optionalGuido van Rossum2002-11-141-2/+2
* Get rid of #! lines, references to usage as __main__, README.txt, andGuido van Rossum2002-11-131-8/+0
* Adding Vinay Sajip's logging package.Guido van Rossum2002-11-131-0/+300