summaryrefslogtreecommitdiffstats
path: root/Lib/logging
Commit message (Expand)AuthorAgeFilesLines
* 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 11424: added equivalent fixes for dictConfig.Vinay Sajip2011-03-071-6/+5
* | #Issue 11424: merged fix from 3.1.Vinay Sajip2011-03-071-5/+5
|\ \ | |/
| * Issue #11424: Fix bug in determining child loggers.Vinay Sajip2011-03-071-5/+5
| * Issue #10949: Improved robustness of rotating file handlers.Vinay Sajip2011-01-211-0/+2
| * #10810: fix missing import.Georg Brandl2011-01-021-1/+1
| * Merged revisions 86019 via svnmerge fromBrian Curtin2010-10-311-0/+1
| * Issue #9947: logging: backported locking fix from py3k.Vinay Sajip2010-09-271-5/+7
| * Issue #9945: logging: backported locking fixes from py3k.Vinay Sajip2010-09-271-37/+39
| * Merged revisions 83901 via svnmerge fromSenthil Kumaran2010-08-091-1/+1
| * Backported SysLogHandler fix for issue #7077.Vinay Sajip2010-07-151-1/+8
| * 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
* | Issue #10949: Improved robustness of rotating file handlers.Vinay Sajip2011-01-211-0/+2
* | 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
* | Issue #5412: extend configparser to support mapping accessƁukasz Langa2010-11-101-45/+25
* | Added style argument to logging.basicConfig() and documented this change.Vinay Sajip2010-10-311-1/+9
* | Fix a ResourceWarning for an unclosed socket.Brian Curtin2010-10-311-0/+1
* | 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 #9947: logging: Fixed locking bug in stopListening.Vinay Sajip2010-09-251-4/+6
* | Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler.Vinay Sajip2010-09-251-7/+11
* | logging: added QueueListener and documentation.Vinay Sajip2010-09-231-3/+107
* | logging: Added QueueHandler.prepare and updated documentation.Vinay Sajip2010-09-221-12/+27
* | logging: Updated LoggerAdapter implementation.Vinay Sajip2010-09-211-26/+26
* | Added some methods to LoggerAdapter, and updated documentation.Vinay Sajip2010-09-212-0/+16
* | logging: added hasHandlers() to LoggerAdapter.Vinay Sajip2010-09-201-0/+6
* | logging: Add hasHandlers() method to Logger.Vinay Sajip2010-09-201-0/+22
* | logging: enhanced HTTPHandlerVinay Sajip2010-09-131-4/+14
* | Removed unused, commented-out code.Vinay Sajip2010-09-131-9/+0
* | logging: Added threading interlock in basicConfig().Vinay Sajip2010-09-101-16/+22
* | logging: Added QueueHandler.Vinay Sajip2010-09-081-0/+52
* | Removed _unicode variable which is always False in Python 3.x.Vinay Sajip2010-08-311-32/+2
* | logging: merged duplicated code in fileConfig and dictConfig paths.Vinay Sajip2010-08-301-18/+40