summaryrefslogtreecommitdiffstats
path: root/Doc/library/logging.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-43184: Add information about added attribute and method. (GH-27347)Vinay Sajip2021-07-251-0/+4
* bpo-43858: Add logging.getLevelNamesMapping() (GH-26459)andrei kulakov2021-06-031-0/+8
* bpo-43353: Document that logging.getLevelName() accepts string representation...Mariusz Felisiak2021-03-081-8/+17
* [doc] Link to issue regarding logging.disable level param default value (GH-2...Andre Delfino2020-12-091-2/+2
* [doc] Document logging.basicConfig default format (GH-23710)Andre Delfino2020-12-091-1/+3
* Update logging documentation to tidy up formatting (GH-22173)Bar Harel2020-09-101-2/+1
* Add minor clarification in logging documentation. (GH-22167)Vinay Sajip2020-09-091-3/+3
* [doc] Add link to FileHandler in logging (GH-21940)Andre Delfino2020-09-011-15/+16
* [doc] Fix markup in logging (GH-22008)Andre Delfino2020-08-301-1/+1
* bpo-40884: Added defaults parameter for logging.Formatter (GH-20668)Bar Harel2020-06-181-1/+9
* bpo-40300: Allow empty logging.Formatter.default_msec_format. (GH-19551)Mariusz Felisiak2020-04-171-0/+3
* Clarify a guarantee of the logging module. (GH-19132)Gregory P. Smith2020-03-241-0/+1
* bpo-38738: Fix formatting of True and False. (GH-17083)Serhiy Storchaka2019-11-121-2/+2
* bpo-38235: Correct some arguments names in logging documentation (GH-16571)Ashley Whetter2019-10-041-17/+17
* logging.Formatter docs: Add missing `validate` parameter, clarify `style` par...David Röthlisberger2019-09-091-3/+6
* bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14...Vinay Sajip2019-06-191-3/+5
* bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-...Vinay Sajip2019-06-171-0/+18
* Document that logging registers shutdown as an atexit handler (GH-12378)Andre Delfino2019-03-261-0/+4
* bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)Serhiy Storchaka2018-10-311-1/+1
* Updated documentation on logging.debug(). (GH-9946)Vinay Sajip2018-10-181-2/+2
* bpo-34844: logging.Formatter enhancement - Ensure style and format string mat...BNMetrics2018-10-151-0/+4
* bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153)Dong-hee Na2018-07-071-8/+7
* versionadded -> versionchanged for all 'X parameter was added' for uniformity...Sergey Fedoseev2018-07-061-3/+3
* bpo-33943: Add references in the docs for logging.basicConfig (GH-7858)Andrés Delfino2018-06-251-19/+22
* bpo-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873)Dong-hee Na2018-06-251-1/+10
* bpo-33165: Added stacklevel parameter to logging APIs. (GH-7424)Vinay Sajip2018-06-051-16/+34
* bpo-33400: Removed references to RFC3339 and ISO8601 from the logging documen...Vinay Sajip2018-06-011-7/+8
* bpo-33641: Convert RFC references into links. (GH-7103)Serhiy Storchaka2018-05-311-1/+1
* bpo-33400: Clarified documentation to indicate no strict adherence to ISO 860...Vinay Sajip2018-05-041-5/+6
* Improve highlighting of some code blocks. (GH-6401)Serhiy Storchaka2018-04-081-4/+12
* Fix typo in logging doc: picked -> pickled (GH-5942)James Walker2018-02-281-1/+1
* bpo-32212: Updated logging documentation to make parameter names more consist...Vinay Sajip2017-12-091-20/+21
* Fixed sorting order of the LogRecord attributes in the documentation. (GH-4133)Arthur Darcet2017-10-271-4/+4
* bpo-30862: Updated Logger.setLevel documentation. (GH-2604)Vinay Sajip2017-07-061-4/+8
* bpo-30520: Implemented pickling for loggers. (#1956)Vinay Sajip2017-06-061-0/+2
* Indented Handler sections for improved clarity. (#1554)Vinay Sajip2017-05-121-66/+67
* Closes bpo-30168: indent methods in Logger Class (#1295)Jim Fasarakis-Hilliard2017-05-071-170/+169
* Closes #28524: added default level for logging.disable().Vinay Sajip2016-12-311-1/+9
* Fixed double hyphens that are rendered to literal en-dashes in the documenation.Serhiy Storchaka2016-12-041-1/+1
* Issue #19795: Fixed formatting a table.Serhiy Storchaka2016-10-191-1/+1
* Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-191-1/+1
* Issue #19795: Mark up True and False as literal text instead of bold.Serhiy Storchaka2016-10-191-1/+1
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-4/+4
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-4/+1
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-1/+1
* Issue #25508: Merged documentation fix from 3.4.Vinay Sajip2015-11-241-1/+3
|\
| * Issue #25508: Clarify documentation on LogRecord args attribute.Vinay Sajip2015-11-241-1/+3
* | Closes #24060: Merged documentation update from 3.4.Vinay Sajip2015-05-021-1/+3
|\ \ | |/
| * Issue #24060: Made logging.Formatter documentation a little clearer.Vinay Sajip2015-05-021-1/+3
* | Closes #22436: Merged documentation update from 3.4.Vinay Sajip2014-09-181-2/+11
|\ \ | |/