| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #17540: Added style to Formatter configuration by dict. | Vinay Sajip | 2013-03-29 | 1 | -2/+4 |
|
|
* | Issue #17521: Merged fix from 3.2. | Vinay Sajip | 2013-03-23 | 1 | -2/+2 |
|\ |
|
| * | Issue #17521: Corrected non-enabling of logger following two calls to fileCon... | Vinay Sajip | 2013-03-23 | 1 | -2/+2 |
|
|
* | | Issue #17508: Merged fix from 3.2. | Vinay Sajip | 2013-03-22 | 1 | -4/+24 |
|\ \
| |/ |
|
| * | Issue #17508: Handled out-of-order handler configuration correctly. | Vinay Sajip | 2013-03-22 | 1 | -4/+24 |
|
|
* | | logging: replace codecs.open with builtins.open, remove '_encoded' sort, add ... | Florent Xicluna | 2011-11-07 | 1 | -8/+4 |
|
|
* | | Merge 3.2 | Florent Xicluna | 2011-10-28 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Closes #13258: Use callable() built-in in the standard library. | Florent Xicluna | 2011-10-28 | 1 | -2/+2 |
|
|
* | | More test_logging coverage improvements. | Vinay Sajip | 2011-04-26 | 1 | -3/+3 |
|/ |
|
* | #Issue 11424: added equivalent fixes for dictConfig. | Vinay Sajip | 2011-03-07 | 1 | -6/+5 |
|
|
* | #Issue 11424: merged fix from 3.1. | Vinay Sajip | 2011-03-07 | 1 | -5/+5 |
|\ |
|
| * | Issue #11424: Fix bug in determining child loggers. | Vinay Sajip | 2011-03-07 | 1 | -5/+5 |
|
|
| * | Merged revisions 86019 via svnmerge from | Brian Curtin | 2010-10-31 | 1 | -0/+1 |
|
|
| * | Issue #9947: logging: backported locking fix from py3k. | Vinay Sajip | 2010-09-27 | 1 | -5/+7 |
|
|
* | | Issue #5412: extend configparser to support mapping access | Ćukasz Langa | 2010-11-10 | 1 | -45/+25 |
|
|
* | | Fix a ResourceWarning for an unclosed socket. | Brian Curtin | 2010-10-31 | 1 | -0/+1 |
|
|
* | | Issue #9947: logging: Fixed locking bug in stopListening. | Vinay Sajip | 2010-09-25 | 1 | -4/+6 |
|
|
* | | logging: merged duplicated code in fileConfig and dictConfig paths. | Vinay Sajip | 2010-08-30 | 1 | -18/+40 |
|
|
* | | Replace the deprecated ConfigParser.readfp() method, and fix the incomplete m... | Florent Xicluna | 2010-08-15 | 1 | -1/+1 |
|
|
* | | Merged revisions 80712,81651 via svnmerge from | Benjamin Peterson | 2010-06-27 | 1 | -9/+17 |
|
|
* | | Calling __import__ as a method technically works, but really should be wrapped | Brett Cannon | 2010-06-12 | 1 | -1/+1 |
|
|
* | | Merged revisions 79279,79284,79293,79373,79376,79379,79876,79888 via svnmerge... | Benjamin Peterson | 2010-04-11 | 1 | -2/+5 |
|
|
* | | Merged revisions 77967,77969,77973,77979,77985-77986,78009,78029,78031-78033,... | Benjamin Peterson | 2010-03-13 | 1 | -3/+18 |
|
|
* | | Merged revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge from | Vinay Sajip | 2010-02-25 | 1 | -33/+532 |
|
|
* | | Remove Python 1.x or 2.x compatibility code. | Georg Brandl | 2010-02-06 | 1 | -1/+1 |
|
|
* | | Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronis... | Vinay Sajip | 2009-10-10 | 1 | -1/+1 |
|/ |
|
* | Use boolean for another flag option. | Georg Brandl | 2009-06-08 | 1 | -1/+1 |
|
|
* | Merged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,... | Benjamin Peterson | 2008-09-08 | 1 | -5/+11 |
|
|
* | Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-... | Georg Brandl | 2008-07-23 | 1 | -1/+4 |
|
|
* | Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-... | Benjamin Peterson | 2008-07-02 | 1 | -2/+1 |
|
|
* | Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,... | Benjamin Peterson | 2008-07-02 | 1 | -4/+4 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
|
|
* | Renamed ConfigParser to configparser. | Alexandre Vassalotti | 2008-05-14 | 1 | -2/+2 |
|
|
* | Renamed the SocketServer module to 'socketserver'. | Alexandre Vassalotti | 2008-05-12 | 1 | -1/+1 |
|
|
* | Remove several mentions of old Python versions that don't apply anymore. | Georg Brandl | 2008-01-05 | 1 | -3/+0 |
|
|
* | Merged revisions 58930-58938 via svnmerge from | Christian Heimes | 2007-11-12 | 1 | -3/+27 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -1/+1 |
|
|
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 | 1 | -1/+1 |
|
|
* | Merged revisions 55795-55816 via svnmerge from | Guido van Rossum | 2007-06-07 | 1 | -2/+2 |
|
|
* | Remove functions in string module that are also string methods. Also remove: | Neal Norwitz | 2007-04-17 | 1 | -12/+12 |
|
|
* | Make test_logging pass. | Guido van Rossum | 2007-02-12 | 1 | -1/+1 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -5/+6 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -1/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+1 |
|
|
* | Remove apply() | Neal Norwitz | 2006-03-17 | 1 | -1/+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 |
|
|