| 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 |
|
|
* | Issue #5412: extend configparser to support mapping access | Ćukasz Langa | 2010-11-10 | 1 | -45/+25 |
|
|
* | Added style argument to logging.basicConfig() and documented this change. | Vinay Sajip | 2010-10-31 | 1 | -1/+9 |
|
|
* | Fix a ResourceWarning for an unclosed socket. | Brian Curtin | 2010-10-31 | 1 | -0/+1 |
|
|
* | 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 #9947: logging: Fixed locking bug in stopListening. | Vinay Sajip | 2010-09-25 | 1 | -4/+6 |
|
|
* | Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler. | Vinay Sajip | 2010-09-25 | 1 | -7/+11 |
|
|
* | logging: added QueueListener and documentation. | Vinay Sajip | 2010-09-23 | 1 | -3/+107 |
|
|
* | logging: Added QueueHandler.prepare and updated documentation. | Vinay Sajip | 2010-09-22 | 1 | -12/+27 |
|
|
* | 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 | 2 | -0/+16 |
|
|
* | 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 |
|
|
* | logging: enhanced HTTPHandler | Vinay Sajip | 2010-09-13 | 1 | -4/+14 |
|
|
* | 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 |
|
|
* | logging: Added QueueHandler. | Vinay Sajip | 2010-09-08 | 1 | -0/+52 |
|
|
* | Removed _unicode variable which is always False in Python 3.x. | Vinay Sajip | 2010-08-31 | 1 | -32/+2 |
|
|
* | logging: merged duplicated code in fileConfig and dictConfig paths. | Vinay Sajip | 2010-08-30 | 1 | -18/+40 |
|
|
* | Logging: removed some old commented out code. | Vinay Sajip | 2010-08-30 | 2 | -14/+1 |
|
|
* | 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 |
|
|
* | Issue #9512: Made comment more informative. | Vinay Sajip | 2010-08-22 | 1 | -1/+6 |
|
|
* | Issue #7077: Fixed bug in previous fix. | Vinay Sajip | 2010-08-20 | 1 | -1/+1 |
|
|
* | Issue #7077: Fixed SysLogHandler implementation of Unicode handling. | Vinay Sajip | 2010-08-19 | 1 | -10/+4 |
|
|
* | Replace the deprecated ConfigParser.readfp() method, and fix the incomplete m... | Florent Xicluna | 2010-08-15 | 1 | -1/+1 |
|
|
* | Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded vari... | Senthil Kumaran | 2010-08-09 | 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 | 3 | -6/+44 |
|
|
* | 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 | 3 | -10/+35 |
|
|
* | Merged revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge from | Vinay Sajip | 2010-02-25 | 3 | -63/+555 |
|
|
* | Remove Python 1.x or 2.x compatibility code. | Georg Brandl | 2010-02-06 | 2 | -12/+3 |
|
|
* | Merged revisions 77209,77229,77359-77360,77371 via svnmerge from | Benjamin Peterson | 2010-01-09 | 1 | -1/+1 |
|
|
* | logging: Improved support for SMTP over TLS. | Vinay Sajip | 2009-12-06 | 1 | -6/+9 |
|
|
* | logging: Added optional 'secure' parameter to SMTPHandler. | Vinay Sajip | 2009-12-06 | 1 | -2/+10 |
|
|