Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-40300: Allow empty logging.Formatter.default_msec_format. (GH-19551) | Mariusz Felisiak | 2020-04-17 | 1 | -0/+3 |
| | |||||
* | Clarify a guarantee of the logging module. (GH-19132) | Gregory P. Smith | 2020-03-24 | 1 | -0/+1 |
| | | | | When no additional arguments are passed to logging.debug() and related methods, no % operation is performed on the passed in message. | ||||
* | bpo-38738: Fix formatting of True and False. (GH-17083) | Serhiy Storchaka | 2019-11-12 | 1 | -2/+2 |
| | | | | | | | | | * "Return true/false" is replaced with "Return ``True``/``False``" if the function actually returns a bool. * Fixed formatting of some True and False literals (now in monospace). * Replaced "True/False" with "true/false" if it can be not only bool. * Replaced some 1/0 with True/False if it corresponds the code. * "Returns <bool>" is replaced with "Return <bool>". | ||||
* | bpo-38235: Correct some arguments names in logging documentation (GH-16571) | Ashley Whetter | 2019-10-04 | 1 | -17/+17 |
| | |||||
* | logging.Formatter docs: Add missing `validate` parameter, clarify `style` ↵ | David Röthlisberger | 2019-09-09 | 1 | -3/+6 |
| | | | | parameter (GH-15222) | ||||
* | bpo-37258: Not a bug, but added a unit test and updated documentation. ↵ | Vinay Sajip | 2019-06-19 | 1 | -3/+5 |
| | | | | (GH-14229) | ||||
* | bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… ↵ | Vinay Sajip | 2019-06-17 | 1 | -0/+18 |
| | | | | (GH-14008) | ||||
* | Document that logging registers shutdown as an atexit handler (GH-12378) | Andre Delfino | 2019-03-26 | 1 | -0/+4 |
| | |||||
* | bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) | Serhiy Storchaka | 2018-10-31 | 1 | -1/+1 |
| | |||||
* | Updated documentation on logging.debug(). (GH-9946) | Vinay Sajip | 2018-10-18 | 1 | -2/+2 |
| | |||||
* | bpo-34844: logging.Formatter enhancement - Ensure style and format string ↵ | BNMetrics | 2018-10-15 | 1 | -0/+4 |
| | | | | matches in logging.Formatter (GH-9703) | ||||
* | bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153) | Dong-hee Na | 2018-07-07 | 1 | -8/+7 |
| | |||||
* | versionadded -> versionchanged for all 'X parameter was added' for ↵ | Sergey Fedoseev | 2018-07-05 | 1 | -3/+3 |
| | | | | | | uniformity. (GH8114) Per the recommendation in our Developer's Guide: https://devguide.python.org/documenting/#paragraph-level-markup | ||||
* | bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) | Andrés Delfino | 2018-06-25 | 1 | -19/+22 |
| | | | | Adds references to info about file modes, `time.strftime()`, string formatting syntaxes, and logging levels. | ||||
* | bpo-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873) | Dong-hee Na | 2018-06-25 | 1 | -1/+10 |
| | |||||
* | bpo-33165: Added stacklevel parameter to logging APIs. (GH-7424) | Vinay Sajip | 2018-06-05 | 1 | -16/+34 |
| | |||||
* | bpo-33400: Removed references to RFC3339 and ISO8601 from the logging ↵ | Vinay Sajip | 2018-06-01 | 1 | -7/+8 |
| | | | | documentation. (GH-7297) | ||||
* | bpo-33641: Convert RFC references into links. (GH-7103) | Serhiy Storchaka | 2018-05-31 | 1 | -1/+1 |
| | | | | 85% of them are already links. | ||||
* | bpo-33400: Clarified documentation to indicate no strict adherence to ISO ↵ | Vinay Sajip | 2018-05-04 | 1 | -5/+6 |
| | | | | 8601. (GH-6702) | ||||
* | Improve highlighting of some code blocks. (GH-6401) | Serhiy Storchaka | 2018-04-08 | 1 | -4/+12 |
| | |||||
* | Fix typo in logging doc: picked -> pickled (GH-5942) | James Walker | 2018-02-28 | 1 | -1/+1 |
| | |||||
* | bpo-32212: Updated logging documentation to make parameter names more ↵ | Vinay Sajip | 2017-12-09 | 1 | -20/+21 |
| | | | | consistent with source. (GH-4765) | ||||
* | Fixed sorting order of the LogRecord attributes in the documentation. (GH-4133) | Arthur Darcet | 2017-10-27 | 1 | -4/+4 |
| | |||||
* | bpo-30862: Updated Logger.setLevel documentation. (GH-2604) | Vinay Sajip | 2017-07-06 | 1 | -4/+8 |
| | |||||
* | bpo-30520: Implemented pickling for loggers. (#1956) | Vinay Sajip | 2017-06-06 | 1 | -0/+2 |
| | | | Implemented pickling for loggers. | ||||
* | Indented Handler sections for improved clarity. (#1554) | Vinay Sajip | 2017-05-12 | 1 | -66/+67 |
| | | | Indented parts of the Handler class documentation for improved presentation, analogous to a recent similar change for the Logger class. | ||||
* | Closes bpo-30168: indent methods in Logger Class (#1295) | Jim Fasarakis-Hilliard | 2017-05-07 | 1 | -170/+169 |
| | |||||
* | Closes #28524: added default level for logging.disable(). | Vinay Sajip | 2016-12-31 | 1 | -1/+9 |
| | |||||
* | Fixed double hyphens that are rendered to literal en-dashes in the documenation. | Serhiy Storchaka | 2016-12-04 | 1 | -1/+1 |
| | |||||
* | Issue #19795: Fixed formatting a table. | Serhiy Storchaka | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Issue #19795: Improved more markups of True/False. | Serhiy Storchaka | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Issue #19795: Mark up True and False as literal text instead of bold. | Serhiy Storchaka | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -4/+4 |
| | |||||
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -4/+1 |
| | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵ | Georg Brandl | 2016-02-26 | 1 | -1/+1 |
| | | | | to SilentGhost for the patch. | ||||
* | Issue #25508: Merged documentation fix from 3.4. | Vinay Sajip | 2015-11-24 | 1 | -1/+3 |
|\ | |||||
| * | Issue #25508: Clarify documentation on LogRecord args attribute. | Vinay Sajip | 2015-11-24 | 1 | -1/+3 |
| | | |||||
* | | Closes #24060: Merged documentation update from 3.4. | Vinay Sajip | 2015-05-02 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | Issue #24060: Made logging.Formatter documentation a little clearer. | Vinay Sajip | 2015-05-02 | 1 | -1/+3 |
| | | |||||
* | | Closes #22436: Merged documentation update from 3.4. | Vinay Sajip | 2014-09-18 | 1 | -2/+11 |
|\ \ | |/ | |||||
| * | Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName(). | Vinay Sajip | 2014-09-18 | 1 | -2/+11 |
| | | |||||
* | | Closes #20537: logging methods now accept an exception instance as well as a ↵ | Vinay Sajip | 2014-09-14 | 1 | -4/+9 |
|/ | | | | Boolean value or exception tuple. Thanks to Yury Selivanov for the patch. | ||||
* | Issue #22386: fixed regression. | Vinay Sajip | 2014-09-11 | 1 | -2/+2 |
| | |||||
* | Issue #21752: Documented change to behaviour of logging.getLevelName(). | Vinay Sajip | 2014-06-14 | 1 | -0/+5 |
| | |||||
* | Issue #21245: updated documentation on exception() method and function. | Vinay Sajip | 2014-04-15 | 1 | -2/+2 |
| | |||||
* | Added cookbook entry on alternative formatting styles. | Vinay Sajip | 2014-01-15 | 1 | -1/+2 |
| | |||||
* | Clarified documentation note on module-level convenience functions. | Vinay Sajip | 2014-01-15 | 1 | -8/+9 |
| | |||||
* | Removed spaces before commas and periods. | Serhiy Storchaka | 2013-12-23 | 1 | -1/+1 |
| | |||||
* | Issue #19902: Added list of logging levels. | Vinay Sajip | 2013-12-19 | 1 | -0/+32 |
| | |||||
* | Issue #19789: Clarified documentation for logging.disable. | Vinay Sajip | 2013-11-30 | 1 | -2/+4 |
| |