summaryrefslogtreecommitdiffstats
path: root/Lib/logging/config.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #5412: extend configparser to support mapping accessƁukasz Langa2010-11-101-45/+25
* Fix a ResourceWarning for an unclosed socket.Brian Curtin2010-10-311-0/+1
* Issue #9947: logging: Fixed locking bug in stopListening.Vinay Sajip2010-09-251-4/+6
* logging: merged duplicated code in fileConfig and dictConfig paths.Vinay Sajip2010-08-301-18/+40
* Replace the deprecated ConfigParser.readfp() method, and fix the incomplete m...Florent Xicluna2010-08-151-1/+1
* Merged revisions 80712,81651 via svnmerge fromBenjamin Peterson2010-06-271-9/+17
* Calling __import__ as a method technically works, but really should be wrappedBrett Cannon2010-06-121-1/+1
* Merged revisions 79279,79284,79293,79373,79376,79379,79876,79888 via svnmerge...Benjamin Peterson2010-04-111-2/+5
* Merged revisions 77967,77969,77973,77979,77985-77986,78009,78029,78031-78033,...Benjamin Peterson2010-03-131-3/+18
* Merged revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge fromVinay Sajip2010-02-251-33/+532
* Remove Python 1.x or 2.x compatibility code.Georg Brandl2010-02-061-1/+1
* Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronis...Vinay Sajip2009-10-101-1/+1
* Use boolean for another flag option.Georg Brandl2009-06-081-1/+1
* Merged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,...Benjamin Peterson2008-09-081-5/+11
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-231-1/+4
* Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-...Benjamin Peterson2008-07-021-2/+1
* Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,...Benjamin Peterson2008-07-021-4/+4
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-1/+1
* Renamed ConfigParser to configparser.Alexandre Vassalotti2008-05-141-2/+2
* Renamed the SocketServer module to 'socketserver'.Alexandre Vassalotti2008-05-121-1/+1
* Remove several mentions of old Python versions that don't apply anymore.Georg Brandl2008-01-051-3/+0
* Merged revisions 58930-58938 via svnmerge fromChristian Heimes2007-11-121-3/+27
* Raise statement normalization in Lib/.Collin Winter2007-08-301-1/+1
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-1/+1
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-071-2/+2
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-12/+12
* Make test_logging pass.Guido van Rossum2007-02-121-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-5/+6
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+1
* Remove apply()Neal Norwitz2006-03-171-1/+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