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
*
bpo-33641: Convert RFC references into links. (GH-7103)
Serhiy Storchaka
2018-05-31
1
-5/+5
*
Improve highlighting of some code blocks. (GH-6401)
Serhiy Storchaka
2018-04-08
1
-13/+39
*
trivial: link updates in documentation (#2765)
jimmy
2017-12-13
1
-1/+1
*
bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (#3229)
Pablo Galindo
2017-09-07
1
-8/+8
*
Fix a minor grammar issue in the logging cookbook (GH-3136)
Brett Cannon
2017-08-18
1
-1/+1
*
Fix typos in multiple `.rst` files (#1668)
delirious-lettuce
2017-05-19
1
-1/+1
*
Avoid line breaks after hyphens, otherwise they are turned into spaces
Martin Panter
2017-01-14
1
-2/+2
*
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
Serhiy Storchaka
2016-12-04
1
-2/+2
*
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter
2016-07-26
1
-5/+15
*
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka
2016-05-10
1
-27/+29
*
Fix typos in comments, documentation and test method names
Martin Panter
2016-05-08
1
-1/+1
*
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
1
-2/+2
*
Issue #25910: Fixed dead links in the docs.
Serhiy Storchaka
2016-04-11
1
-2/+2
*
Added a cookbook recipe for a logging context manager.
Vinay Sajip
2016-04-01
1
-0/+102
*
Issue #26593: Fix typo in logging HOWTO
Berker Peksag
2016-03-20
1
-1/+1
*
Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...
Georg Brandl
2016-02-26
1
-1/+1
*
Added simple threading example to logging cookbook.
Vinay Sajip
2016-02-20
1
-0/+55
*
rstlint: Fix "default role used" warning
Berker Peksag
2015-10-20
1
-1/+1
|
\
|
*
rstlint: Fix "default role used" warning
Berker Peksag
2015-10-20
1
-1/+1
*
|
Merged cookbook update from 3.4.
Vinay Sajip
2015-10-17
1
-0/+66
|
\
\
|
|
/
|
*
Added entry to logging cookbook.
Vinay Sajip
2015-10-17
1
-0/+66
*
|
Closes #25344: Merged fix from 3.4.
Vinay Sajip
2015-10-09
1
-0/+137
|
\
\
|
|
/
|
*
Closes #25344: Added cookbook recipe to show buffering of logging events.
Vinay Sajip
2015-10-09
1
-0/+137
*
|
Issue #24232: Fix typos. Patch by Ville Skyttä.
Berker Peksag
2015-05-18
1
-1/+1
|
\
\
|
|
/
|
*
Issue #24232: Fix typos. Patch by Ville Skyttä.
Berker Peksag
2015-05-18
1
-1/+1
*
|
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
[next]