summaryrefslogtreecommitdiffstats
path: root/Lib/logging/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fixes #12637: Last resort messages now correctly handled. Thanks to Xavier de...Vinay Sajip2011-07-251-2/+3
* Issue #11444: Merge fix from 3.1.Vinay Sajip2011-03-081-0/+3
|\
| * Issue #11444: Lock handlers while flushing/closing during shutdown.Vinay Sajip2011-03-081-0/+3
| * Issue #9945: logging: backported locking fixes from py3k.Vinay Sajip2010-09-271-37/+39
| * Merged revisions 77389 via svnmerge fromBenjamin Peterson2010-01-091-1/+1
| * Merged revisions 75231 via svnmerge fromBenjamin Peterson2009-10-041-11/+19
* | Issue #11330: Updated tests for correct asctime handling.Vinay Sajip2011-02-261-1/+1
* | Removed typo.Vinay Sajip2011-02-261-1/+1
* | Issue #11330: asctime format bug fixed.Vinay Sajip2011-02-261-1/+4
* | logging: added handler of last resort.Vinay Sajip2010-12-101-14/+50
* | logging: tidied up some docstrings.Vinay Sajip2010-12-031-3/+3
* | logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests.Vinay Sajip2010-12-031-13/+16
* | Logging: added stack_info argument.Vinay Sajip2010-11-141-13/+46
* | Added style argument to logging.basicConfig() and documented this change.Vinay Sajip2010-10-311-1/+9
* | logging: Improved Formatter implementation.Vinay Sajip2010-10-261-29/+51
* | logging: Formatter implementation tweak.Vinay Sajip2010-10-251-8/+12
* | logging: Added style option to Formatter to allow %, {} or himBHformatting.Vinay Sajip2010-10-251-5/+34
* | logging: Made StreamHandler terminator configurable.Vinay Sajip2010-10-201-3/+5
* | logging: Documented usage of callables as filters.Vinay Sajip2010-10-191-6/+1
* | logging: Allowed filters to be just callables.Vinay Sajip2010-10-191-1/+14
* | logging: Added tests for _logRecordClass changes.Vinay Sajip2010-10-191-0/+8
* | logging: Added _logRecordClass, getLogRecordClass, setLogRecordClass to incre...Vinay Sajip2010-10-191-3/+23
* | Issue #9948: logging: fixed problem of losing filename case information.Vinay Sajip2010-10-101-1/+1
* | Removed duplicated method.Vinay Sajip2010-10-091-6/+0
* | logging: NullHandler optimisation.Vinay Sajip2010-09-261-0/+6
* | Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler.Vinay Sajip2010-09-251-7/+11
* | logging: Updated LoggerAdapter implementation.Vinay Sajip2010-09-211-26/+26
* | Added some methods to LoggerAdapter, and updated documentation.Vinay Sajip2010-09-211-0/+14
* | logging: added hasHandlers() to LoggerAdapter.Vinay Sajip2010-09-201-0/+6
* | logging: Add hasHandlers() method to Logger.Vinay Sajip2010-09-201-0/+22
* | Removed unused, commented-out code.Vinay Sajip2010-09-131-9/+0
* | logging: Added threading interlock in basicConfig().Vinay Sajip2010-09-101-16/+22
* | Removed _unicode variable which is always False in Python 3.x.Vinay Sajip2010-08-311-32/+2
* | Logging: removed some old commented out code.Vinay Sajip2010-08-301-4/+0
* | Improved logging.Formatter date/time formatting documentation.Vinay Sajip2010-08-301-1/+5
* | Issue #9501: Fixed logging regressions in cleanup code.Vinay Sajip2010-08-231-8/+20
* | Merged revisions 79279,79284,79293,79373,79376,79379,79876,79888 via svnmerge...Benjamin Peterson2010-04-111-3/+36
* | Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,...Benjamin Peterson2010-03-211-1/+1
* | Merged revisions 77967,77969,77973,77979,77985-77986,78009,78029,78031-78033,...Benjamin Peterson2010-03-131-5/+11
* | Merged revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge fromVinay Sajip2010-02-251-6/+20
* | Remove Python 1.x or 2.x compatibility code.Georg Brandl2010-02-061-11/+2
* | Merged revisions 77209,77229,77359-77360,77371 via svnmerge fromBenjamin Peterson2010-01-091-1/+1
* | Issue #7403: Fixed possible race condition in lock creation.Vinay Sajip2009-11-271-4/+5
* | Merged revisions 76498,76507-76509 via svnmerge fromBenjamin Peterson2009-11-251-25/+59
* | Issue #7120: logging: Removed import of multiprocessing which is causing cras...Vinay Sajip2009-10-161-5/+3
* | Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronis...Vinay Sajip2009-10-101-2/+2
* | Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,...Benjamin Peterson2009-10-041-11/+19
* | Issue #6314: logging: Extra checks on the "level" argument.Vinay Sajip2009-07-131-8/+15
|/
* Issue #6314: logging.basicConfig() performs extra checks on the "level" argum...Vinay Sajip2009-06-211-0/+4
* Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,...Benjamin Peterson2009-06-011-2/+6