summaryrefslogtreecommitdiffstats
path: root/Doc/howto/logging-cookbook.rst
Commit message (Collapse)AuthorAgeFilesLines
* Added CLI starter example to logging cookbook. (GH-9910)Vinay Sajip2018-10-161-0/+161
|
* Remove recent from logging cookbook (GH-9636)Cheryl Sabella2018-10-021-3/+2
|
* Improved the more elaborate multiprocessing example in the logging cookbook ↵Géry Ogam2018-09-251-29/+29
| | | | (GH-9326)
* bpo-33641: Convert RFC references into links. (GH-7103)Serhiy Storchaka2018-05-311-5/+5
| | | | 85% of them are already links.
* Improve highlighting of some code blocks. (GH-6401)Serhiy Storchaka2018-04-081-13/+39
|
* trivial: link updates in documentation (#2765)jimmy2017-12-131-1/+1
|
* bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (#3229)Pablo Galindo2017-09-071-8/+8
| | | | | | | | * Fix ZeroMQSocketListener and ZeroMQSocketHandler examples * Use send_json and recv_json to simplify pyzmq interfacing * Add News entry
* Fix a minor grammar issue in the logging cookbook (GH-3136)Brett Cannon2017-08-181-1/+1
|
* Fix typos in multiple `.rst` files (#1668)delirious-lettuce2017-05-191-1/+1
|
* Avoid line breaks after hyphens, otherwise they are turned into spacesMartin Panter2017-01-141-2/+2
|
* Fixed double hyphens that are rendered to literal en-dashes in the documenation.Serhiy Storchaka2016-12-041-2/+2
|
* Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-5/+15
| | | | Patch by Julien Palard.
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-27/+29
| | | | Original patch by James Edwards.
* Fix typos in comments, documentation and test method namesMartin Panter2016-05-081-1/+1
|
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-2/+2
|
* Issue #25910: Fixed dead links in the docs.Serhiy Storchaka2016-04-111-2/+2
|
* Added a cookbook recipe for a logging context manager.Vinay Sajip2016-04-011-0/+102
|
* Issue #26593: Fix typo in logging HOWTOBerker Peksag2016-03-201-1/+1
| | | | Patch by Andrew Szeto.
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵Georg Brandl2016-02-261-1/+1
| | | | to SilentGhost for the patch.
* Added simple threading example to logging cookbook.Vinay Sajip2016-02-201-0/+55
|
* rstlint: Fix "default role used" warningBerker Peksag2015-10-201-1/+1
|\ | | | | | | This should make buildbots green.
| * rstlint: Fix "default role used" warningBerker Peksag2015-10-201-1/+1
| | | | | | | | This should make buildbots green.
* | Merged cookbook update from 3.4.Vinay Sajip2015-10-171-0/+66
|\ \ | |/
| * Added entry to logging cookbook.Vinay Sajip2015-10-171-0/+66
| |
* | Closes #25344: Merged fix from 3.4.Vinay Sajip2015-10-091-0/+137
|\ \ | |/
| * Closes #25344: Added cookbook recipe to show buffering of logging events.Vinay Sajip2015-10-091-0/+137
| |
* | Issue #24232: Fix typos. Patch by Ville Skyttä.Berker Peksag2015-05-181-1/+1
|\ \ | |/
| * Issue #24232: Fix typos. Patch by Ville Skyttä.Berker Peksag2015-05-181-1/+1
| |
* | Added respect_handler_level to QueueListener.Vinay Sajip2015-02-091-0/+9
| |
* | Merged documentation update from 3.4.Vinay Sajip2015-02-011-0/+54
|\ \ | |/
| * Added a cookbook entry on logging audible messages.Vinay Sajip2015-02-011-0/+54
| |
* | Merged documentation update from 3.4.Vinay Sajip2015-01-281-0/+55
|\ \ | |/
| * Added a logging cookbook entry on customized exception formatting.Vinay Sajip2015-01-281-0/+55
| |
* | Issue #22823: Use set literals instead of creating a set from a listRaymond Hettinger2014-11-091-1/+1
|/
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-1/+1
|
* Issue 21014: Use booleans instead of 0 and 1 in examples.Raymond Hettinger2014-03-281-1/+1
|
* Updated external link in documentation.Vinay Sajip2014-03-251-1/+1
|
* Merged documentation update from 3.3.Vinay Sajip2014-02-031-0/+87
|\
| * Added cookbook entry on logging filter configuration using dictConfig().Vinay Sajip2014-02-031-0/+87
| |
* | Merged documentation update from 3.3.Vinay Sajip2014-01-171-0/+28
|\ \ | |/
| * Added example to recently added cookbook entry.Vinay Sajip2014-01-171-0/+28
| |
* | Merged documentation update from 3.3.Vinay Sajip2014-01-151-0/+91
|\ \ | |/
| * Added cookbook entry on alternative formatting styles.Vinay Sajip2014-01-151-0/+91
| |
* | Removed spaces before colons and semicolons.Serhiy Storchaka2013-12-241-2/+2
|\ \ | |/
| * Removed spaces before colons and semicolons.Serhiy Storchaka2013-12-241-2/+2
| |
* | Issue #19504: Used American spelling for 'customize'.Vinay Sajip2013-11-151-5/+5
|\ \ | |/
| * Issue #19504: Used American spelling for 'customize'.Vinay Sajip2013-11-151-5/+5
| |
* | Closes #18345: Merged documentation update from 3.3.Vinay Sajip2013-11-051-0/+135
|\ \ | |/
| * Issue #18345: Added cookbook example illustrating handler customisation.Vinay Sajip2013-11-051-0/+135
| |
* | Issue #18759: Merged updates from 3.3.Vinay Sajip2013-08-161-25/+26
|\ \ | |/