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