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
/
library
/
logging.handlers.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-98307: Add docstring and documentation for SysLogHandler.createSocket (GH-...
Vinay Sajip
2022-10-16
1
-0/+11
*
gh-89087: Update logging.QueueHandler documentation to clarify record… (GH-...
Vinay Sajip
2022-09-03
1
-0/+14
*
gh-91305: Add a note about DatagramHandler and DNS latency. (GH-96380)
Vinay Sajip
2022-08-29
1
-0/+7
*
gh-91070: Add note about SysLogHandler on macOS 12.x (Monterey). (GH-94803)
Vinay Sajip
2022-08-25
1
-0/+6
*
[doc] Update cookbook example and add information about queue types. (GH-94854)
Vinay Sajip
2022-07-15
1
-0/+5
*
bpo-46755: Don't log stack info twice in QueueHandler (GH-31355)
Erik Montnemery
2022-07-05
1
-1/+1
*
gh-93162: Add ability to configure QueueHandler/QueueListener together (GH-93...
Vinay Sajip
2022-06-07
1
-0/+6
*
bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-...
Vinay Sajip
2021-12-14
1
-0/+17
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-26
1
-6/+6
*
bpo-42378: fixed log truncation on logging shutdown (GH-27310)
andrei kulakov
2021-07-25
1
-0/+3
*
bpo-44473: Update docstring and documentation for QueueHandler.prepar… (GH-...
Vinay Sajip
2021-07-15
1
-2/+6
*
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka
2019-11-12
1
-3/+3
*
bpo-38034: Fix typo in logging.handlers.rst (GH-15708)
wwuck
2019-09-11
1
-1/+1
*
bpo-37470: Document more clearly the error handling for QueueHandler.emit(). ...
Vinay Sajip
2019-07-01
1
-1/+6
*
bpo-37469: Document usability of SimpleQueue with QueueHandler and QueueListe...
Vinay Sajip
2019-07-01
1
-8/+13
*
bpo-32934: Clarified meaning of 'capacity' for BufferingHandler and MemoryHan...
Vinay Sajip
2019-07-01
1
-7/+9
*
Make StreamHandler.terminator more discoverable (GH-14359)
Andre Delfino
2019-06-29
1
-7/+11
*
Fix indentation in logging.handlers.setStream (GH-14358)
Andre Delfino
2019-06-29
1
-2/+1
*
bpo-37331: Clarify format of socket handler messages in the documentation. (G...
Vinay Sajip
2019-06-19
1
-4/+14
*
bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-...
Vinay Sajip
2019-06-17
1
-8/+26
*
bpo-34334: Don't log traceback twice in QueueHandler (GH-9537)
Cheryl Sabella
2018-09-25
1
-3/+3
*
bpo-33641: Convert RFC references into links. (GH-7103)
Serhiy Storchaka
2018-05-31
1
-1/+1
*
Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272)
Mike DePalatis
2018-03-30
1
-1/+1
*
bpo-30522: Implemented a method to allow setting a logging.StreamHander's str...
Vinay Sajip
2017-07-30
1
-0/+13
*
Merge doc fixes from 3.5
Martin Panter
2017-01-14
1
-4/+4
|
\
|
*
Avoid line breaks after hyphens, otherwise they are turned into spaces
Martin Panter
2017-01-14
1
-4/+4
*
|
Closes #29105: Updated RotatingFileHandler documentation.
Vinay Sajip
2016-12-31
1
-7/+8
*
|
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-3/+3
|
\
\
|
|
/
|
*
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-3/+3
*
|
Closes #20124: clarified usage of the atTime parameter in TimedRotatingFileHa...
Vinay Sajip
2016-08-24
1
-17/+35
*
|
Merge with 3.5
Zachary Ware
2016-08-09
1
-2/+2
|
\
\
|
|
/
|
*
Correct signatures for a couple of logging handlers
Zachary Ware
2016-08-09
1
-2/+2
*
|
Closes #27493: accepted Path objects in file handlers for logging.
Vinay Sajip
2016-07-22
1
-0/+13
*
|
Closes #26559: Allow configuring flush-on-close behaviour of MemoryHandler.
Vinay Sajip
2016-07-22
1
-2/+8
*
|
Merge Issue #22558.
Terry Jan Reedy
2016-06-11
1
-3/+2
|
\
\
|
|
/
|
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-3/+2
*
|
Issue #15984: Merge PyUnicode doc from 3.5
Martin Panter
2016-04-15
1
-1/+1
|
\
\
|
|
/
|
*
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter
2016-04-15
1
-1/+1
*
|
Fixed a typo.
Serhiy Storchaka
2016-03-18
1
-1/+1
|
\
\
|
|
/
|
*
Fixed a typo.
Serhiy Storchaka
2016-03-18
1
-1/+1
*
|
Issue #25161: Merge full stops from 3.5
Martin Panter
2015-10-10
1
-1/+1
|
\
\
|
|
/
|
*
Issue #25161: Merge full stops from 3.4 into 3.5
Martin Panter
2015-10-10
1
-1/+1
|
|
\
|
|
*
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Martin Panter
2015-10-10
1
-1/+1
|
|
*
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple docum...
Senthil Kumaran
2015-06-15
1
-1/+1
*
|
|
Add a versionadded directive for reopenIfNeeded()
Berker Peksag
2015-10-07
1
-0/+2
*
|
|
Closes #24884: refactored WatchedFileHandler file reopening into a separate m...
Vinay Sajip
2015-10-01
1
-3/+9
|
/
/
*
|
Added respect_handler_level to QueueListener.
Vinay Sajip
2015-02-09
1
-2/+9
*
|
Closes #23305: Merged documentation fix from 3.4.
Vinay Sajip
2015-01-23
1
-9/+10
|
\
\
|
|
/
|
*
Issue #23305: clarified RotatingFileHandler documentation.
Vinay Sajip
2015-01-23
1
-9/+10
*
|
update versionchanged
Benjamin Peterson
2014-11-24
1
-1/+1
[next]