Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d64d78be20ced6ac9de58e91e69eaba184e36e9b
/
Doc
/
library
/
logging.rst
06a3554
bpo-40300: Allow empty logging.Formatter.default_msec_format. (GH-19551)
by Mariusz Felisiak
· 5 years ago
9b8e74c
Clarify a guarantee of the logging module. (GH-19132)
by Gregory P. Smith
· 5 years ago
138ccbb
bpo-38738: Fix formatting of True and False. (GH-17083)
by Serhiy Storchaka
· 6 years ago
3142c66
bpo-38235: Correct some arguments names in logging documentation (GH-16571)
by Ashley Whetter
· 6 years ago
4f0f9f0
logging.Formatter docs: Add missing `validate` parameter, clarify `style` parameter (GH-15222)
by David Röthlisberger
· 6 years ago
0150001
bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14229)
by Vinay Sajip
· 6 years ago
ca7b504
bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-14008)
by Vinay Sajip
· 6 years ago
3e700e4
Document that logging registers shutdown as an atexit handler (GH-12378)
by Andre Delfino
· 6 years ago
3f819ca
bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)
by Serhiy Storchaka
· 7 years ago
bbd90e4
Updated documentation on logging.debug(). (GH-9946)
by Vinay Sajip
· 7 years ago
18fb1fb
bpo-34844: logging.Formatter enhancement - Ensure style and format string matches in logging.Formatter (GH-9703)
by BNMetrics
· 7 years ago
2800dcf
bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153)
by Dong-hee Na
· 7 years ago
f120288
versionadded -> versionchanged for all 'X parameter was added' for uniformity. (GH8114)
by Sergey Fedoseev
· 7 years ago
a8ddf85
bpo-33943: Add references in the docs for logging.basicConfig (GH-7858)
by Andrés Delfino
· 7 years ago
cf67d6a
bpo-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873)
by Dong-hee Na
· 7 years ago
dde9fdb
bpo-33165: Added stacklevel parameter to logging APIs. (GH-7424)
by Vinay Sajip
· 7 years ago
23cee80
bpo-33400: Removed references to RFC3339 and ISO8601 from the logging documentation. (GH-7297)
by Vinay Sajip
· 7 years ago
0a36ac1
bpo-33641: Convert RFC references into links. (GH-7103)
by Serhiy Storchaka
· 7 years ago
c4994dc
bpo-33400: Clarified documentation to indicate no strict adherence to ISO 8601. (GH-6702)
by Vinay Sajip
· 7 years ago
46936d5
Improve highlighting of some code blocks. (GH-6401)
by Serhiy Storchaka
· 7 years ago
982c723
Fix typo in logging doc: picked -> pickled (GH-5942)
by James Walker
· 7 years ago
a9f8df6
bpo-32212: Updated logging documentation to make parameter names more consistent with source. (GH-4765)
by Vinay Sajip
· 8 years ago
2f3d699
Fixed sorting order of the LogRecord attributes in the documentation. (GH-4133)
by Arthur Darcet
· 8 years ago
0653fba
bpo-30862: Updated Logger.setLevel documentation. (GH-2604)
by Vinay Sajip
· 8 years ago
6260d9f
bpo-30520: Implemented pickling for loggers. (#1956)
by Vinay Sajip
· 8 years ago
82a6384
Indented Handler sections for improved clarity. (#1554)
by Vinay Sajip
· 8 years ago
55ace65
Closes bpo-30168: indent methods in Logger Class (#1295)
by Jim Fasarakis-Hilliard
· 8 years ago
d489ac9
Closes #28524: added default level for logging.disable().
by Vinay Sajip
· 9 years ago
29b0a26
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
by Serhiy Storchaka
· 9 years ago
807e2f3
Issue #19795: Fixed formatting a table.
by Serhiy Storchaka
· 9 years ago
4adf01c
Issue #19795: Improved more markups of True/False.
by Serhiy Storchaka
· 9 years ago
a97cd2e
Issue #19795: Mark up True and False as literal text instead of bold.
by Serhiy Storchaka
· 9 years ago
ecf41da
Issue #19795: Mark up None as literal text.
by Serhiy Storchaka
· 9 years ago
fa089b9
Issue #22558: Add remaining doc links to source code for Python-coded modules.
by Terry Jan Reedy
· 9 years ago
5d94134
Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.
by Georg Brandl
· 9 years ago
46cc4a8
Issue #25508: Merged documentation fix from 3.4.
by Vinay Sajip
· 10 years ago
4f44d53
Issue #25508: Clarify documentation on LogRecord args attribute.
by Vinay Sajip
· 10 years ago
3b4d30a
Closes #24060: Merged documentation update from 3.4.
by Vinay Sajip
· 10 years ago
bbd95a9
Issue #24060: Made logging.Formatter documentation a little clearer.
by Vinay Sajip
· 10 years ago
c58c7d4
Closes #22436: Merged documentation update from 3.4.
by Vinay Sajip
· 11 years ago
2f1cd8a
Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName().
by Vinay Sajip
· 11 years ago
02a8f9e
Closes #20537: logging methods now accept an exception instance as well as a Boolean value or exception tuple. Thanks to Yury Selivanov for the patch.
by Vinay Sajip
· 11 years ago
d1d4fbf
Issue #22386: fixed regression.
by Vinay Sajip
· 11 years ago
e0d324d
Issue #21752: Documented change to behaviour of logging.getLevelName().
by Vinay Sajip
· 11 years ago
65425b4
Issue #21245: updated documentation on exception() method and function.
by Vinay Sajip
· 11 years ago
cbefe3b
Added cookbook entry on alternative formatting styles.
by Vinay Sajip
· 12 years ago
350e623
Clarified documentation note on module-level convenience functions.
by Vinay Sajip
· 12 years ago
a4d170d
Removed spaces before commas and periods.
by Serhiy Storchaka
· 12 years ago
800e11b
Issue #19902: Added list of logging levels.
by Vinay Sajip
· 12 years ago
a9c179b
Issue #19789: Clarified documentation for logging.disable.
by Vinay Sajip
· 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
9b83d53
Corrected some incorrect cross-references.
by Vinay Sajip
· 12 years ago
31b862d
Issue #18933: Added links to source code.
by Vinay Sajip
· 12 years ago
44ea77b
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
by Georg Brandl
· 12 years ago
9fff386
Issue #17007: Merged minor changes from 3.2.
by Vinay Sajip
· 13 years ago
52b3d34
Issue #17007: Made minor changes to documentation wording.
by Vinay Sajip
· 13 years ago
f29839e
Issue #17007: Merged doc update from 3.2.
by Vinay Sajip
· 13 years ago
6c4c16c
Issue #17007: Improved logging documentation based on suggestions in the issue.
by Vinay Sajip
· 13 years ago
9a54653
Issue #16884: Merged doc fix from 3.2.
by Vinay Sajip
· 13 years ago
21b3082
Issue #16884: Updated docs to use 'note' directives in a couple of places missed earlier.
by Vinay Sajip
· 13 years ago
0e82fd1
Issue #16884: Merged logging documentation fixes from 3.2.
by Vinay Sajip
· 13 years ago
e50f4d2
Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate.
by Vinay Sajip
· 13 years ago
5e1658c
Closes #15399: merged documentation fix from 3.2.
by Vinay Sajip
· 13 years ago
3be7a8b
Issue #15399: Added versionchanged for processName.
by Vinay Sajip
· 13 years ago
07162d4
Closes #14864: Added documentation on how to undo the effects of a logging.disable() call. Thanks to user Guillaume for the suggestion.
by Vinay Sajip
· 13 years ago
69d8493
Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call.
by Vinay Sajip
· 13 years ago
8bf2aea
Merged updates to logging reference and HOWTO from 3.2.
by Vinay Sajip
· 13 years ago
074faff
Updated logging reference and HOWTO.
by Vinay Sajip
· 13 years ago
30b8e54
Use PEP-8 style in logging example
by Jason R. Coombs
· 13 years ago
8a56085
Merge: Use PEP-8 style in logging example
by Jason R. Coombs
· 13 years ago
408026c
Merge 3.2
by Éric Araujo
· 13 years ago
a609199
Use const markup instead of a misleading string literal
by Éric Araujo
· 13 years ago
aa8a62d
Merged documentation update from 3.2.
by Vinay Sajip
· 13 years ago
fee358b
logging: clarified documentation for Handler.handleError.
by Vinay Sajip
· 13 years ago
0ea3ea5
Mention the additional way to use the lvl parameter and when it changed.
by Gregory P. Smith
· 14 years ago
c1f079f
Mention the additional way to use the lvl parameter and when it changed.
by Gregory P. Smith
· 14 years ago
79ed84c
use booleans
by Benjamin Peterson
· 14 years ago
88cb2ca
merge 3.2
by Benjamin Peterson
· 14 years ago
ce378d1
Closes #13459: Merged fix from 3.2.
by Vinay Sajip
· 14 years ago
287f246
Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fogel for the patch.
by Vinay Sajip
· 14 years ago
a083823
Avoid relying on the default reST role in logging library doc
by Éric Araujo
· 14 years ago
661161e
Avoid relying on the default reST role in logging library doc
by Éric Araujo
· 14 years ago
04d5bc0
Closes #13235: Added deprecation for warn() methods and function in logging.
by Vinay Sajip
· 14 years ago
e10b5e1
Fix markup.
by Georg Brandl
· 14 years ago
bf94b0f
Merged documentation update for Formatter.formatTime.
by Vinay Sajip
· 14 years ago
cdc7517
Updated Formatter.formatTime documentation.
by Vinay Sajip
· 14 years ago
95ebf0e
Merged documentation update for issue #12206.
by Vinay Sajip
· 14 years ago
0aaa9e1
Issue #12206: documentation for LogRecord constructor updated re. the level argument.
by Vinay Sajip
· 14 years ago
89c00ce
Updated Formatter.formatTime docs to indicate configuration via class attributes.
by Vinay Sajip
· 14 years ago
4a0a31d
Added 'handlers' argument to logging.basicConfig.
by Vinay Sajip
· 14 years ago
77f8d29
Normalised whitespace.
by Vinay Sajip
· 14 years ago
c46102c
Updated Formatter documentation.
by Vinay Sajip
· 14 years ago
01094e1
Logging documentation updates.
by Vinay Sajip
· 15 years ago
c63619b
Logging documentation reorganised.
by Vinay Sajip
· 15 years ago
7504302
Logging documentation update.
by Vinay Sajip
· 15 years ago
9a6b400
Logging documentation update.
by Vinay Sajip
· 15 years ago
fd94b17
Logging documentation update.
by Vinay Sajip
· 15 years ago
7292b88
Logging documentation update.
by Vinay Sajip
· 15 years ago
9466fe8
Logging documentatio update.
by Vinay Sajip
· 15 years ago
Next »