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
/
howto
/
logging-cookbook.rst
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Added respect_handler_level to QueueListener.
Vinay Sajip
2015-02-09
1
-0/+9
*
|
Merged documentation update from 3.4.
Vinay Sajip
2015-02-01
1
-0/+54
|
\
\
|
|
/
|
*
Added a cookbook entry on logging audible messages.
Vinay Sajip
2015-02-01
1
-0/+54
*
|
Merged documentation update from 3.4.
Vinay Sajip
2015-01-28
1
-0/+55
|
\
\
|
|
/
|
*
Added a logging cookbook entry on customized exception formatting.
Vinay Sajip
2015-01-28
1
-0/+55
*
|
Issue #22823: Use set literals instead of creating a set from a list
Raymond Hettinger
2014-11-09
1
-1/+1
|
/
*
Use https:// URLs when referring to python.org hosts.
Georg Brandl
2014-10-29
1
-1/+1
*
Issue 21014: Use booleans instead of 0 and 1 in examples.
Raymond Hettinger
2014-03-28
1
-1/+1
*
Updated external link in documentation.
Vinay Sajip
2014-03-25
1
-1/+1
*
Merged documentation update from 3.3.
Vinay Sajip
2014-02-03
1
-0/+87
|
\
|
*
Added cookbook entry on logging filter configuration using dictConfig().
Vinay Sajip
2014-02-03
1
-0/+87
*
|
Merged documentation update from 3.3.
Vinay Sajip
2014-01-17
1
-0/+28
|
\
\
|
|
/
|
*
Added example to recently added cookbook entry.
Vinay Sajip
2014-01-17
1
-0/+28
*
|
Merged documentation update from 3.3.
Vinay Sajip
2014-01-15
1
-0/+91
|
\
\
|
|
/
|
*
Added cookbook entry on alternative formatting styles.
Vinay Sajip
2014-01-15
1
-0/+91
*
|
Removed spaces before colons and semicolons.
Serhiy Storchaka
2013-12-24
1
-2/+2
|
\
\
|
|
/
|
*
Removed spaces before colons and semicolons.
Serhiy Storchaka
2013-12-24
1
-2/+2
*
|
Issue #19504: Used American spelling for 'customize'.
Vinay Sajip
2013-11-15
1
-5/+5
|
\
\
|
|
/
|
*
Issue #19504: Used American spelling for 'customize'.
Vinay Sajip
2013-11-15
1
-5/+5
*
|
Closes #18345: Merged documentation update from 3.3.
Vinay Sajip
2013-11-05
1
-0/+135
|
\
\
|
|
/
|
*
Issue #18345: Added cookbook example illustrating handler customisation.
Vinay Sajip
2013-11-05
1
-0/+135
*
|
Issue #18759: Merged updates from 3.3.
Vinay Sajip
2013-08-16
1
-25/+26
|
\
\
|
|
/
|
*
Issue #18759: Improved cross-references in logging documentation.
Vinay Sajip
2013-08-16
1
-25/+26
*
|
Closes #18541: merged update from 3.3.
Vinay Sajip
2013-07-24
1
-57/+19
|
\
\
|
|
/
|
*
Issue #18541: simplified LoggerAdapter example.
Vinay Sajip
2013-07-24
1
-57/+19
*
|
merge with 3.3
Georg Brandl
2013-04-06
1
-1/+1
|
\
\
|
|
/
|
*
merge with 3.2 branch
Georg Brandl
2013-04-06
1
-1/+1
|
|
\
|
|
*
Fix suspicious markup in the docs.
Georg Brandl
2013-03-23
1
-1/+1
*
|
|
Merged documentation update from 3.3.
Vinay Sajip
2013-03-30
1
-0/+34
|
\
\
\
|
|
/
/
|
*
|
Updated logging cookbook with additional example for output using str.format().
Vinay Sajip
2013-03-30
1
-0/+34
*
|
|
Update suspicious ignore file.
Ezio Melotti
2013-03-28
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Update suspicious ignore file.
Ezio Melotti
2013-03-28
1
-1/+1
|
|
\
\
|
|
*
|
Update suspicious ignore file.
Ezio Melotti
2013-03-28
1
-1/+1
|
|
|
/
*
|
|
#17351: merge with 3.3.
Ezio Melotti
2013-03-11
1
-3/+3
|
\
\
\
|
|
/
/
|
*
|
#17351: merge with 3.2.
Ezio Melotti
2013-03-11
1
-3/+3
|
|
\
\
|
|
|
/
|
|
*
#17351: remove "object" inheritance from docs. Patch by Phil Elson.
Ezio Melotti
2013-03-11
1
-3/+3
*
|
|
Merged doc update from 3.3.
Vinay Sajip
2013-01-23
1
-2/+9
|
\
\
\
|
|
/
/
|
*
|
Merged doc update from 3.2.
Vinay Sajip
2013-01-23
1
-2/+9
|
|
\
\
|
|
|
/
|
|
*
Corrected typo, added comment in cookbook recipe.
Vinay Sajip
2013-01-23
1
-2/+9
*
|
|
Merged doc update from 3.3.
Vinay Sajip
2013-01-22
1
-0/+75
|
\
\
\
|
|
/
/
|
*
|
Merged doc update from 3.2.
Vinay Sajip
2013-01-22
1
-0/+75
|
|
\
\
|
|
|
/
|
|
*
Added cookbook recipe for structured logging.
Vinay Sajip
2013-01-22
1
-0/+75
*
|
|
Issue #16261: fix bare excepts in Doc/
Andrew Svetlov
2012-11-02
1
-3/+1
|
/
/
*
|
Merged documentation update from 3.2.
Vinay Sajip
2012-07-27
1
-3/+3
|
\
\
|
|
/
|
*
Improved cookbook entry and fixed typo.
Vinay Sajip
2012-07-27
1
-3/+3
*
|
Suspicious markup check.
Georg Brandl
2012-05-01
1
-1/+1
*
|
Merged cookbook corrections from 3.2.
Vinay Sajip
2012-04-16
1
-2/+2
|
\
\
|
|
/
|
*
Corrected version numbers in cookbook example.
Vinay Sajip
2012-04-16
1
-2/+2
*
|
Merged tweaks to cookbook example from 3.2.
Vinay Sajip
2012-04-16
1
-5/+5
|
\
\
|
|
/
|
*
Tweaked format of cookbook example.
Vinay Sajip
2012-04-16
1
-5/+5
[prev]
[next]