| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes #12637: Last resort messages now correctly handled. Thanks to Xavier de... | Vinay Sajip | 2011-07-25 | 1 | -2/+3 |
|
|
* | Issue #11444: Merge fix from 3.1. | Vinay Sajip | 2011-03-08 | 1 | -0/+3 |
|\ |
|
| * | Issue #11444: Lock handlers while flushing/closing during shutdown. | Vinay Sajip | 2011-03-08 | 1 | -0/+3 |
|
|
| * | Issue #9945: logging: backported locking fixes from py3k. | Vinay Sajip | 2010-09-27 | 1 | -37/+39 |
|
|
| * | Merged revisions 77389 via svnmerge from | Benjamin Peterson | 2010-01-09 | 1 | -1/+1 |
|
|
| * | Merged revisions 75231 via svnmerge from | Benjamin Peterson | 2009-10-04 | 1 | -11/+19 |
|
|
* | | Issue #11330: Updated tests for correct asctime handling. | Vinay Sajip | 2011-02-26 | 1 | -1/+1 |
|
|
* | | Removed typo. | Vinay Sajip | 2011-02-26 | 1 | -1/+1 |
|
|
* | | Issue #11330: asctime format bug fixed. | Vinay Sajip | 2011-02-26 | 1 | -1/+4 |
|
|
* | | 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 |
|
|