aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/logging/config.py
Commit message (Expand)AuthorAge
* Issue #11424: Fix bug in determining child loggers.Vinay Sajip2011-03-07
* Merged revisions 86019 via svnmerge fromBrian Curtin2010-10-31
* Issue #9947: logging: backported locking fix from py3k.Vinay Sajip2010-09-27
* Use boolean for another flag option.Georg Brandl2009-06-08
* Merged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,...Benjamin Peterson2008-09-08
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-23
* Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-...Benjamin Peterson2008-07-02
* Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,...Benjamin Peterson2008-07-02
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-25
* Renamed ConfigParser to configparser.Alexandre Vassalotti2008-05-14
* Renamed the SocketServer module to 'socketserver'.Alexandre Vassalotti2008-05-12
* Remove several mentions of old Python versions that don't apply anymore.Georg Brandl2008-01-05
* Merged revisions 58930-58938 via svnmerge fromChristian Heimes2007-11-12
* Raise statement normalization in Lib/.Collin Winter2007-08-30
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-03
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-07
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-17
* Make test_logging pass.Guido van Rossum2007-02-12
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-21
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Remove apply()Neal Norwitz2006-03-17
* Added the ability to specify a class attribute in Formatter configuration. Co...Vinay Sajip2006-01-20
* Refactoring for fileConfig. Contributed by Shane Hathaway.Vinay Sajip2006-01-16
* Documentation clarified re. config socket listener protocolVinay Sajip2005-06-05
* Made traceback unconditional, to avoid lock contention problems when logging ...Vinay Sajip2005-03-13
* Handle errors in imports of thread, threadingVinay Sajip2005-02-18
* Added exception handling during handler initialization in fileConfig()Vinay Sajip2004-09-24
* Minor documentation changesVinay Sajip2004-02-28
* Copyright year change.Vinay Sajip2004-02-20
* Undo the apply() removals; this code needs to run under Python 1.5.2.Guido van Rossum2003-03-02
* Get rid of many apply() calls.Guido van Rossum2003-02-27
* Fix what I believe is a bug: when removing all previous handlers,Guido van Rossum2002-12-20
* SF Patch #638825Neal Norwitz2002-11-15
* From SF patch 638299 [by Vinaj]: fileConfig() now takes an optionalGuido van Rossum2002-11-14
* Get rid of #! lines, references to usage as __main__, README.txt, andGuido van Rossum2002-11-13
* Adding Vinay Sajip's logging package.Guido van Rossum2002-11-13