summaryrefslogtreecommitdiffstats
path: root/Lib/logging/config.py
Commit message (Expand)AuthorAgeFilesLines
* Closes #21203: Updated fileConfig and dictConfig to remove inconsistencies. T...Vinay Sajip2014-04-151-2/+8
* Issue #20444: Reduced code duplication.Vinay Sajip2014-03-201-50/+34
* Issue #20558: Improved implementation of error handling.Vinay Sajip2014-03-201-12/+11
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-201-1/+1
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-141-1/+1
* Closes #18046: Simplified logging internals relating to levels and their name...Vinay Sajip2013-05-251-3/+3
* Closes #17540: Merged fix from 3.3.Vinay Sajip2013-03-291-2/+4
|\
| * Issue #17540: Added style to Formatter configuration by dict.Vinay Sajip2013-03-291-2/+4
* | Closes #17521: Merged fix from 3.3.Vinay Sajip2013-03-231-2/+2
|\ \ | |/
| * Issue #17521: Merged fix from 3.2.Vinay Sajip2013-03-231-2/+2
| |\
| | * Issue #17521: Corrected non-enabling of logger following two calls to fileCon...Vinay Sajip2013-03-231-2/+2
* | | Closes #17508: Merged fix from 3.3.Vinay Sajip2013-03-221-4/+24
|\ \ \ | |/ /
| * | Issue #17508: Merged fix from 3.2.Vinay Sajip2013-03-221-4/+24
| |\ \ | | |/
| | * Issue #17508: Handled out-of-order handler configuration correctly.Vinay Sajip2013-03-221-4/+24
* | | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-1/+1
* | | Allow configuration of handler properties.Vinay Sajip2012-11-151-0/+4
* | | Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance.Vinay Sajip2012-10-091-4/+7
* | | Issue #16141: replaced old-style exception handling code in logging with the ...Vinay Sajip2012-10-091-4/+2
* | | Updated docstring for logging.config.listen().Vinay Sajip2012-10-021-2/+11
* | | Issue #15452: Added verify option for logging configuration socket listener.Vinay Sajip2012-10-021-19/+25
|/ /
* | logging: replace codecs.open with builtins.open, remove '_encoded' sort, add ...Florent Xicluna2011-11-071-8/+4
* | Merge 3.2Florent Xicluna2011-10-281-2/+2
|\ \ | |/
| * Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-281-2/+2
* | More test_logging coverage improvements.Vinay Sajip2011-04-261-3/+3
|/
* #Issue 11424: added equivalent fixes for dictConfig.Vinay Sajip2011-03-071-6/+5
* #Issue 11424: merged fix from 3.1.Vinay Sajip2011-03-071-5/+5
|\
| * Issue #11424: Fix bug in determining child loggers.Vinay Sajip2011-03-071-5/+5
| * Merged revisions 86019 via svnmerge fromBrian Curtin2010-10-311-0/+1
| * Issue #9947: logging: backported locking fix from py3k.Vinay Sajip2010-09-271-5/+7
* | 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