index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
logging.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Closes #14864: Added documentation on how to undo the effects of a logging.di...
Vinay Sajip
2012-05-20
1
-1/+2
|
\
|
*
Fixes #14864: Added documentation on how to undo the effects of a logging.dis...
Vinay Sajip
2012-05-20
1
-1/+2
*
|
Merged updates to logging reference and HOWTO from 3.2.
Vinay Sajip
2012-04-10
1
-2/+15
|
\
\
|
|
/
|
*
Updated logging reference and HOWTO.
Vinay Sajip
2012-04-10
1
-2/+15
*
|
Merge: Use PEP-8 style in logging example
Jason R. Coombs
2012-03-07
1
-1/+1
|
\
\
|
|
/
|
*
Use PEP-8 style in logging example
Jason R. Coombs
2012-03-07
1
-1/+1
*
|
Merge 3.2
Éric Araujo
2012-02-26
1
-1/+1
|
\
\
|
|
/
|
*
Use const markup instead of a misleading string literal
Éric Araujo
2012-02-26
1
-1/+1
*
|
Merged documentation update from 3.2.
Vinay Sajip
2012-02-20
1
-6/+8
|
\
\
|
|
/
|
*
logging: clarified documentation for Handler.handleError.
Vinay Sajip
2012-02-20
1
-6/+8
*
|
Mention the additional way to use the lvl parameter and when it changed.
Gregory P. Smith
2012-01-14
1
-0/+10
|
\
\
|
|
/
|
*
Mention the additional way to use the lvl parameter and when it changed.
Gregory P. Smith
2012-01-14
1
-0/+10
*
|
merge 3.2
Benjamin Peterson
2011-12-30
1
-1/+1
|
\
\
|
|
/
|
*
use booleans
Benjamin Peterson
2011-12-30
1
-1/+1
*
|
Closes #13459: Merged fix from 3.2.
Vinay Sajip
2011-11-23
1
-3/+9
|
\
\
|
|
/
|
*
Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fo...
Vinay Sajip
2011-11-23
1
-3/+9
|
*
Avoid relying on the default reST role in logging library doc
Éric Araujo
2011-11-03
1
-4/+4
*
|
Avoid relying on the default reST role in logging library doc
Éric Araujo
2011-10-22
1
-10/+10
*
|
Closes #13235: Added deprecation for warn() methods and function in logging.
Vinay Sajip
2011-10-21
1
-2/+9
*
|
Fix markup.
Georg Brandl
2011-06-14
1
-11/+11
*
|
Merged documentation update for Formatter.formatTime.
Vinay Sajip
2011-06-12
1
-0/+8
|
\
\
|
|
/
|
*
Updated Formatter.formatTime documentation.
Vinay Sajip
2011-06-12
1
-0/+7
*
|
Merged documentation update for issue #12206.
Vinay Sajip
2011-06-11
1
-0/+3
|
\
\
|
|
/
|
*
Issue #12206: documentation for LogRecord constructor updated re. the level a...
Vinay Sajip
2011-06-11
1
-0/+3
*
|
Updated Formatter.formatTime docs to indicate configuration via class attribu...
Vinay Sajip
2011-06-10
1
-0/+12
*
|
Added 'handlers' argument to logging.basicConfig.
Vinay Sajip
2011-04-11
1
-1/+16
|
/
*
Normalised whitespace.
Vinay Sajip
2011-04-08
1
-1/+1
*
Updated Formatter documentation.
Vinay Sajip
2011-04-08
1
-2/+9
*
Logging documentation updates.
Vinay Sajip
2010-12-19
1
-4/+3
*
Logging documentation reorganised.
Vinay Sajip
2010-12-19
1
-3845/+317
*
Logging documentation update.
Vinay Sajip
2010-12-19
1
-4/+7
*
Logging documentation update.
Vinay Sajip
2010-12-14
1
-154/+159
*
Logging documentation update.
Vinay Sajip
2010-12-13
1
-2/+5
*
Logging documentation update.
Vinay Sajip
2010-12-13
1
-110/+128
*
Logging documentatio update.
Vinay Sajip
2010-12-13
1
-1/+2
*
Logging documentation - further update.
Vinay Sajip
2010-12-12
1
-2/+2
*
Logging documentation - further update.
Vinay Sajip
2010-12-12
1
-4/+24
*
Logging documentation - further update.
Vinay Sajip
2010-12-12
1
-3/+4
*
Logging documentation - further update.
Vinay Sajip
2010-12-12
1
-51/+101
*
Logging documentation - further update.
Vinay Sajip
2010-12-12
1
-0/+5
*
Logging documentation - further update.
Vinay Sajip
2010-12-12
1
-0/+8
*
Logging documentation update.
Vinay Sajip
2010-12-12
1
-144/+420
*
Minor documentation tweak.
Vinay Sajip
2010-12-10
1
-2/+2
*
Markup consistency fixes.
Georg Brandl
2010-12-03
1
-47/+40
*
logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests.
Vinay Sajip
2010-12-03
1
-0/+64
*
Logging: added stack_info argument.
Vinay Sajip
2010-11-14
1
-8/+65
*
Added style argument to logging.basicConfig() and documented this change.
Vinay Sajip
2010-10-31
1
-0/+10
*
Fix markup error and update false positive entries from "make suspicious".
Georg Brandl
2010-10-29
1
-1/+1
*
logging: Added style option to Formatter to allow %, {} or himBHformatting.
Vinay Sajip
2010-10-25
1
-7/+19
*
logging: Improved StreamHandler documentation.
Vinay Sajip
2010-10-20
1
-11/+13
[next]