Vinay Sajip
|
cdbff3527c
|
[doc] Update documentation on logging optimization. (GH-22075)
|
2020-09-03 19:44:12 +01:00 |
Slam
|
7598a93139
|
PyPy already supports Python 3 (GH-18774)
|
2020-03-06 11:08:17 +00:00 |
Vinay Sajip
|
ca7b504a4d
|
bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-14008)
|
2019-06-17 17:40:52 +01:00 |
yuji38kwmt
|
cda73a5af2
|
bpo-35781: Changed references to deprecated 'warn' method in logging documentation in favour of 'warning' (GH-11654)
|
2019-01-23 07:27:13 +00:00 |
Géry Ogam
|
f0c743604f
|
bpo-35722: Updated the documentation for the 'disable_existing_loggers' parameter (GH-11525)
|
2019-01-23 07:12:39 +00:00 |
Serhiy Storchaka
|
3f819ca138
|
bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)
|
2018-10-31 02:26:06 +02:00 |
Rémy HUBSCHER
|
290a60bd8a
|
Revert "Fix misindented yaml in logging how to example (GH-8604)" (GH-9081)
This reverts commit 10b59f1b01 .
|
2018-09-10 17:07:15 +08:00 |
Rémy HUBSCHER
|
10b59f1b01
|
Fix misindented yaml in logging how to example (GH-8604)
|
2018-08-12 16:58:26 -07:00 |
Serhiy Storchaka
|
0a36ac1a09
|
bpo-33641: Convert RFC references into links. (GH-7103)
85% of them are already links.
|
2018-05-31 07:39:00 +03:00 |
Vinay Sajip
|
c4994dc00d
|
bpo-33400: Clarified documentation to indicate no strict adherence to ISO 8601. (GH-6702)
|
2018-05-04 22:20:54 +01:00 |
Serhiy Storchaka
|
46936d5a71
|
Improve highlighting of some code blocks. (GH-6401)
|
2018-04-08 19:18:04 +03:00 |
Sanyam Khurana
|
338cd83c5d
|
bpo-25910: Link redirections in docs (#1933)
Fixes some redirection links in docs.
|
2018-01-20 01:25:37 +01:00 |
Serhiy Storchaka
|
a97cd2eb17
|
Issue #19795: Mark up True and False as literal text instead of bold.
|
2016-10-19 16:43:42 +03:00 |
Serhiy Storchaka
|
ecf41da83e
|
Issue #19795: Mark up None as literal text.
|
2016-10-19 16:29:26 +03:00 |
Martin Panter
|
1050d2d0c7
|
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Patch by Julien Palard.
|
2016-07-26 11:18:21 +02:00 |
Serhiy Storchaka
|
dba903993a
|
Issue #23921: Standardized documentation whitespace formatting.
Original patch by James Edwards.
|
2016-05-10 12:01:23 +03:00 |
Georg Brandl
|
5d94134040
|
Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.
|
2016-02-26 19:37:12 +01:00 |
Vinay Sajip
|
ab960f838c
|
Fixed typo in documentation.
|
2014-06-25 07:30:46 +01:00 |
Vinay Sajip
|
e81c637bf8
|
Updated logging HOWTO section on optimization.
|
2014-06-02 00:30:48 +01:00 |
Vinay Sajip
|
3763f2bc07
|
Merged documentation update from 3.3.
|
2014-01-15 15:09:43 +00:00 |
Vinay Sajip
|
cbefe3b9a0
|
Added cookbook entry on alternative formatting styles.
|
2014-01-15 15:09:05 +00:00 |
Vinay Sajip
|
1b8b868b84
|
Merged minor documentation update from 3.3.
|
2013-12-06 11:23:08 +00:00 |
Vinay Sajip
|
b1a92a4c89
|
Added minor clarification in logging HOWTO.
|
2013-12-06 11:22:24 +00:00 |
Vinay Sajip
|
5421f35d5e
|
logging: added support for Unix domain sockets to SocketHandler and DatagramHandler.
|
2013-09-27 18:18:28 +01:00 |
Vinay Sajip
|
67f39777fa
|
Issue #18759: Improved cross-references in logging documentation.
|
2013-08-17 00:39:42 +01:00 |
Georg Brandl
|
44ea77bd81
|
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
|
2013-03-28 13:28:44 +01:00 |
Vinay Sajip
|
f186911e24
|
Updated logging HOWTO with a diagram.
|
2013-01-22 13:12:34 +00:00 |
Vinay Sajip
|
21b30827bc
|
Issue #16884: Updated docs to use 'note' directives in a couple of places missed earlier.
|
2013-01-08 11:25:42 +00:00 |
Vinay Sajip
|
e50f4d2220
|
Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate.
|
2013-01-07 14:16:52 +00:00 |
Vinay Sajip
|
074faff925
|
Updated logging reference and HOWTO.
|
2012-04-10 19:59:50 +01:00 |
Vinay Sajip
|
4eb0e73ff2
|
Closes #12906: Fixed bug in YAML configuration.
|
2011-09-06 14:07:23 +01:00 |
Éric Araujo
|
37b5f9eebc
|
Fix some misuses of Sphinx roles and one typo
|
2011-09-01 03:19:30 +02:00 |
Georg Brandl
|
375aec2315
|
Fix a few doc errors, mostly undefined keywords.
|
2011-01-15 17:03:02 +00:00 |
Vinay Sajip
|
2427ab9d6f
|
logging HOWTO: fixed markup for numbered handler list.
|
2011-01-04 13:58:49 +00:00 |
Vinay Sajip
|
7d10129369
|
Added logging documentation cross-references.
|
2010-12-26 21:22:33 +00:00 |
Vinay Sajip
|
689b68ad2d
|
Logging documentation updates.
|
2010-12-22 15:04:15 +00:00 |
Vinay Sajip
|
c63619bcf2
|
Logging documentation reorganised.
|
2010-12-19 12:56:57 +00:00 |