Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
00f6493084c385033fe5574314223217d9a26672
/
Doc
/
library
/
logging.handlers.rst
d345bb4
bpo-34334: Don't log traceback twice in QueueHandler (GH-9537)
by Cheryl Sabella
· 7 years ago
0a36ac1
bpo-33641: Convert RFC references into links. (GH-7103)
by Serhiy Storchaka
· 7 years ago
233de02
Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272)
by Mike DePalatis
· 7 years ago
2543f50
bpo-30522: Implemented a method to allow setting a logging.StreamHander's stream. (GH-2921)
by Vinay Sajip
· 8 years ago
4659ddc
Merge doc fixes from 3.5
by Martin Panter
· 9 years ago
8f13783
Avoid line breaks after hyphens, otherwise they are turned into spaces
by Martin Panter
· 9 years ago
53a21eb
Closes #29105: Updated RotatingFileHandler documentation.
by Vinay Sajip
· 9 years ago
989db5c
Issue #19795: Mark up None as literal text.
by Serhiy Storchaka
· 9 years ago
ecf41da
Issue #19795: Mark up None as literal text.
by Serhiy Storchaka
· 9 years ago
dd30830
Closes #20124: clarified usage of the atTime parameter in TimedRotatingFileHandler documentation.
by Vinay Sajip
· 9 years ago
1aa913e
Merge with 3.5
by Zachary Ware
· 9 years ago
2f47fb0
Correct signatures for a couple of logging handlers
by Zachary Ware
· 9 years ago
638e622
Closes #27493: accepted Path objects in file handlers for logging.
by Vinay Sajip
· 9 years ago
cccf606
Closes #26559: Allow configuring flush-on-close behaviour of MemoryHandler.
by Vinay Sajip
· 9 years ago
4da945f
Merge Issue #22558.
by Terry Jan Reedy
· 9 years ago
fa089b9
Issue #22558: Add remaining doc links to source code for Python-coded modules.
by Terry Jan Reedy
· 9 years ago
cda8094
Issue #15984: Merge PyUnicode doc from 3.5
by Martin Panter
· 9 years ago
6245cb3
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
by Martin Panter
· 9 years ago
ee6471e
Fixed a typo.
by Serhiy Storchaka
· 9 years ago
7740062
Fixed a typo.
by Serhiy Storchaka
· 9 years ago
430f657
Issue #25161: Merge full stops from 3.5
by Martin Panter
· 10 years ago
84835ab
Issue #25161: Merge full stops from 3.4 into 3.5
by Martin Panter
· 10 years ago
d21e0b5
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
by Martin Panter
· 10 years ago
6f038ad
Add a versionadded directive for reopenIfNeeded()
by Berker Peksag
· 10 years ago
29a1445
Closes #24884: refactored WatchedFileHandler file reopening into a separate method, based on a suggestion and patch by Marian Horban.
by Vinay Sajip
· 10 years ago
b4760ef
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos.
by Senthil Kumaran
· 10 years ago
365701a
Added respect_handler_level to QueueListener.
by Vinay Sajip
· 11 years ago
06140f2
Closes #23305: Merged documentation fix from 3.4.
by Vinay Sajip
· 11 years ago
ff37cfe
Issue #23305: clarified RotatingFileHandler documentation.
by Vinay Sajip
· 11 years ago
43052a1
add context parameter to HTTPHandler (closes #22788)
by Benjamin Peterson
· 11 years ago
a90e92d
update versionchanged
by Benjamin Peterson
· 11 years ago
6c22e65
merge 3.4 (#22788)
by Benjamin Peterson
· 11 years ago
131caba
Revert #22251
by Berker Peksag
· 11 years ago
9c1dba2
Revert #22251
by Berker Peksag
· 11 years ago
f7fee33
Issue #22251: Fix ReST markup to avoid errors building docs.
by Berker Peksag
· 11 years ago
3749404
Issue #22251: Fix ReST markup to avoid errors building docs.
by Berker Peksag
· 11 years ago
c8f0d6e
Closes #21608: Merged documentation update from 3.4.
by Vinay Sajip
· 11 years ago
c673a9a
Issue #21608: Updated HTTPHandler documentation.
by Vinay Sajip
· 11 years ago
8b852f1
Fix Issue #21528 - Fix documentation typos
by Donald Stufft
· 11 years ago
0e90e99
Issue #19795: Improved markup of True/False constants.
by Serhiy Storchaka
· 12 years ago
fbc1c26
Issue #19795: Improved markup of True/False constants.
by Serhiy Storchaka
· 12 years ago
9c10d6b
Issue #19504: Used American spelling for 'customize'.
by Vinay Sajip
· 12 years ago
56b0435
Issue #19504: Used American spelling for 'customize'.
by Vinay Sajip
· 12 years ago
5421f35
logging: added support for Unix domain sockets to SocketHandler and DatagramHandler.
by Vinay Sajip
· 12 years ago
db2c681
Closes #18933: Merged update from 3.3.
by Vinay Sajip
· 12 years ago
31b862d
Issue #18933: Added links to source code.
by Vinay Sajip
· 12 years ago
07b1661
Issue #18759: Merged updates from 3.3.
by Vinay Sajip
· 12 years ago
67f3977
Issue #18759: Improved cross-references in logging documentation.
by Vinay Sajip
· 12 years ago
a713079
Closed #9556: Allowed specifying a time-of-day for a TimedRotatingFileHandler to rotate.
by Vinay Sajip
· 12 years ago
355a987
Issue #17376: Merged clarification from 3.2.
by Vinay Sajip
· 12 years ago
832d99b
Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday rotation.
by Vinay Sajip
· 12 years ago
38a12af
Updated handler documentation.
by Vinay Sajip
· 13 years ago
8ece80f
Minor documentation tweak.
by Vinay Sajip
· 13 years ago
226231c
Use ASCII quotes and fix markup.
by Ezio Melotti
· 14 years ago
23b94d0
Refactored logging rotating handlers for improved flexibility.
by Vinay Sajip
· 14 years ago
24d6cc6
Merge 3.2
by Éric Araujo
· 14 years ago
5eada94
Fix markup to get a target instead of a comment
by Éric Araujo
· 14 years ago
b07df00
Closes #12667: Merged fix from 3.2.
by Vinay Sajip
· 14 years ago
9525956
Closes #12667: Added documentation for SMTPHandler secure argument.
by Vinay Sajip
· 14 years ago
2353e35
Closes #12419: Added ident to SysLogHandler.
by Vinay Sajip
· 14 years ago
bbbee04
Merged documentation change for Issue #12168.
by Vinay Sajip
· 14 years ago
645e458
Documented change for Issue #12168.
by Vinay Sajip
· 14 years ago
a29a9dd
Documented QueueListener change.
by Vinay Sajip
· 14 years ago
08e278a
Remove editing slip.
by Georg Brandl
· 14 years ago
dbb9585
Apply logging SocketHandler doc update by Vinay.
by Georg Brandl
· 14 years ago
689b68a
Logging documentation updates.
by Vinay Sajip
· 15 years ago
01094e1
Logging documentation updates.
by Vinay Sajip
· 15 years ago
c63619b
Logging documentation reorganised.
by Vinay Sajip
· 15 years ago