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
*
Issue #21752: Documented change to behaviour of logging.getLevelName().
Vinay Sajip
2014-06-14
1
-0/+5
*
Issue #21245: updated documentation on exception() method and function.
Vinay Sajip
2014-04-15
1
-2/+2
*
Added cookbook entry on alternative formatting styles.
Vinay Sajip
2014-01-15
1
-1/+2
*
Clarified documentation note on module-level convenience functions.
Vinay Sajip
2014-01-15
1
-8/+9
*
Removed spaces before commas and periods.
Serhiy Storchaka
2013-12-23
1
-1/+1
*
Issue #19902: Added list of logging levels.
Vinay Sajip
2013-12-19
1
-0/+32
*
Issue #19789: Clarified documentation for logging.disable.
Vinay Sajip
2013-11-30
1
-2/+4
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-3/+3
*
Issue #19504: Used American spelling for 'customize'.
Vinay Sajip
2013-11-15
1
-2/+2
*
Corrected some incorrect cross-references.
Vinay Sajip
2013-10-31
1
-7/+8
*
Issue #18933: Added links to source code.
Vinay Sajip
2013-09-05
1
-0/+4
*
Closes #4159: add LaTeX tabular column specifications to tables that otherwis...
Georg Brandl
2013-03-28
1
-0/+2
*
Issue #17007: Merged minor changes from 3.2.
Vinay Sajip
2013-01-21
1
-8/+8
|
\
|
*
Issue #17007: Made minor changes to documentation wording.
Vinay Sajip
2013-01-21
1
-8/+8
*
|
Issue #17007: Merged doc update from 3.2.
Vinay Sajip
2013-01-21
1
-12/+29
|
\
\
|
|
/
|
*
Issue #17007: Improved logging documentation based on suggestions in the issue.
Vinay Sajip
2013-01-21
1
-12/+29
*
|
Issue #16884: Merged doc fix from 3.2.
Vinay Sajip
2013-01-08
1
-2/+2
|
\
\
|
|
/
|
*
Issue #16884: Updated docs to use 'note' directives in a couple of places mis...
Vinay Sajip
2013-01-08
1
-2/+2
*
|
Issue #16884: Merged logging documentation fixes from 3.2.
Vinay Sajip
2013-01-07
1
-14/+29
|
\
\
|
|
/
|
*
Issue #16884: updated logging documentation to include lastResort and use 'no...
Vinay Sajip
2013-01-07
1
-14/+29
*
|
Closes #15399: merged documentation fix from 3.2.
Vinay Sajip
2012-07-20
1
-0/+3
|
\
\
|
|
/
|
*
Issue #15399: Added versionchanged for processName.
Vinay Sajip
2012-07-20
1
-0/+3
*
|
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
[next]