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