| Commit message (Expand) | Author | Age | Files | Lines |
* | logging: added handler of last resort. | Vinay Sajip | 2010-12-10 | 1 | -14/+50 |
|
|
* | logging: tidied up some docstrings. | Vinay Sajip | 2010-12-03 | 1 | -3/+3 |
|
|
* | logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests. | Vinay Sajip | 2010-12-03 | 1 | -13/+16 |
|
|
* | Logging: added stack_info argument. | Vinay Sajip | 2010-11-14 | 1 | -13/+46 |
|
|
* | Added style argument to logging.basicConfig() and documented this change. | Vinay Sajip | 2010-10-31 | 1 | -1/+9 |
|
|
* | logging: Improved Formatter implementation. | Vinay Sajip | 2010-10-26 | 1 | -29/+51 |
|
|
* | logging: Formatter implementation tweak. | Vinay Sajip | 2010-10-25 | 1 | -8/+12 |
|
|
* | logging: Added style option to Formatter to allow %, {} or himBHformatting. | Vinay Sajip | 2010-10-25 | 1 | -5/+34 |
|
|
* | logging: Made StreamHandler terminator configurable. | Vinay Sajip | 2010-10-20 | 1 | -3/+5 |
|
|
* | logging: Documented usage of callables as filters. | Vinay Sajip | 2010-10-19 | 1 | -6/+1 |
|
|
* | logging: Allowed filters to be just callables. | Vinay Sajip | 2010-10-19 | 1 | -1/+14 |
|
|
* | logging: Added tests for _logRecordClass changes. | Vinay Sajip | 2010-10-19 | 1 | -0/+8 |
|
|
* | logging: Added _logRecordClass, getLogRecordClass, setLogRecordClass to incre... | Vinay Sajip | 2010-10-19 | 1 | -3/+23 |
|
|
* | Issue #9948: logging: fixed problem of losing filename case information. | Vinay Sajip | 2010-10-10 | 1 | -1/+1 |
|
|
* | Removed duplicated method. | Vinay Sajip | 2010-10-09 | 1 | -6/+0 |
|
|
* | logging: NullHandler optimisation. | Vinay Sajip | 2010-09-26 | 1 | -0/+6 |
|
|
* | Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler. | Vinay Sajip | 2010-09-25 | 1 | -7/+11 |
|
|
* | logging: Updated LoggerAdapter implementation. | Vinay Sajip | 2010-09-21 | 1 | -26/+26 |
|
|
* | Added some methods to LoggerAdapter, and updated documentation. | Vinay Sajip | 2010-09-21 | 1 | -0/+14 |
|
|
* | logging: added hasHandlers() to LoggerAdapter. | Vinay Sajip | 2010-09-20 | 1 | -0/+6 |
|
|
* | logging: Add hasHandlers() method to Logger. | Vinay Sajip | 2010-09-20 | 1 | -0/+22 |
|
|
* | Removed unused, commented-out code. | Vinay Sajip | 2010-09-13 | 1 | -9/+0 |
|
|
* | logging: Added threading interlock in basicConfig(). | Vinay Sajip | 2010-09-10 | 1 | -16/+22 |
|
|
* | Removed _unicode variable which is always False in Python 3.x. | Vinay Sajip | 2010-08-31 | 1 | -32/+2 |
|
|
* | Logging: removed some old commented out code. | Vinay Sajip | 2010-08-30 | 1 | -4/+0 |
|
|
* | Improved logging.Formatter date/time formatting documentation. | Vinay Sajip | 2010-08-30 | 1 | -1/+5 |
|
|
* | Issue #9501: Fixed logging regressions in cleanup code. | Vinay Sajip | 2010-08-23 | 1 | -8/+20 |
|
|
* | Merged revisions 79279,79284,79293,79373,79376,79379,79876,79888 via svnmerge... | Benjamin Peterson | 2010-04-11 | 1 | -3/+36 |
|
|
* | Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,... | Benjamin Peterson | 2010-03-21 | 1 | -1/+1 |
|
|
* | Merged revisions 77967,77969,77973,77979,77985-77986,78009,78029,78031-78033,... | Benjamin Peterson | 2010-03-13 | 1 | -5/+11 |
|
|
* | Merged revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge from | Vinay Sajip | 2010-02-25 | 1 | -6/+20 |
|
|
* | Remove Python 1.x or 2.x compatibility code. | Georg Brandl | 2010-02-06 | 1 | -11/+2 |
|
|
* | Merged revisions 77209,77229,77359-77360,77371 via svnmerge from | Benjamin Peterson | 2010-01-09 | 1 | -1/+1 |
|
|
* | Issue #7403: Fixed possible race condition in lock creation. | Vinay Sajip | 2009-11-27 | 1 | -4/+5 |
|
|
* | Merged revisions 76498,76507-76509 via svnmerge from | Benjamin Peterson | 2009-11-25 | 1 | -25/+59 |
|
|
* | Issue #7120: logging: Removed import of multiprocessing which is causing cras... | Vinay Sajip | 2009-10-16 | 1 | -5/+3 |
|
|
* | Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronis... | Vinay Sajip | 2009-10-10 | 1 | -2/+2 |
|
|
* | Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,... | Benjamin Peterson | 2009-10-04 | 1 | -11/+19 |
|
|
* | Issue #6314: logging: Extra checks on the "level" argument. | Vinay Sajip | 2009-07-13 | 1 | -8/+15 |
|
|
* | Issue #6314: logging.basicConfig() performs extra checks on the "level" argum... | Vinay Sajip | 2009-06-21 | 1 | -0/+4 |
|
|
* | Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,... | Benjamin Peterson | 2009-06-01 | 1 | -2/+6 |
|
|
* | Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,... | Benjamin Peterson | 2009-05-08 | 1 | -5/+15 |
|
|
* | Issue #5854: Updated __all__ to include some missing names and remove some na... | Vinay Sajip | 2009-04-27 | 1 | -3/+6 |
|
|
* | #5287: Add exception handling around findCaller() call to help out IronPython. | Vinay Sajip | 2009-02-19 | 1 | -2/+7 |
|
|
* | Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,... | Benjamin Peterson | 2009-02-13 | 1 | -5/+7 |
|
|
* | Issue 5013: Fixed bug in FileHandler when delay was set - added fix for Rotat... | Vinay Sajip | 2009-01-21 | 1 | -8/+8 |
|
|
* | merge cl r68737 to py3k | Jesse Noller | 2009-01-18 | 1 | -0/+10 |
|
|
* | Merged revisions 67511,67536-67537,67543 via svnmerge from | Georg Brandl | 2008-12-07 | 1 | -3/+57 |
|
|
* | Merged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,... | Benjamin Peterson | 2008-09-08 | 1 | -1/+1 |
|
|
* | Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-... | Benjamin Peterson | 2008-09-02 | 1 | -5/+10 |
|
|