1. b32d8b4 bpo-42644: Validate values in logging.disable() (#23786) by Matthias Bussonnier · 3 years, 9 months ago
  2. 45df61f bpo-26789: Fix logging.FileHandler._open() at exit (GH-23053) by Victor Stinner · 3 years, 10 months ago
  3. e9959c7 bpo-42011: Update documentation of logging.Filter.filter() (GH-22692) by Necdet Can Atesman · 3 years, 11 months ago
  4. a619af4 Delete extra 'the' from `Formatter` class docstring (GH-22530) by Hansraj Das · 4 years ago
  5. 9fdb76c Fix logging error message (GH-22410) by Eric Larson · 4 years ago
  6. 2353d77 bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHandler (GH-21765) by Irit Katriel · 4 years ago
  7. 8f192d1 bpo-40884: Added defaults parameter for logging.Formatter (GH-20668) by Bar Harel · 4 years, 2 months ago
  8. 25f38d7 bpo-40836: Add docstring to logging.fatal() and logging.Logger.fatal() (GH-20563) by Rémi Lapeyre · 4 years, 3 months ago
  9. 8ad0524 bpo-40756: Default second argument of LoggerAdapter.__init__ to None (GH-20362) by Arturo Escaip · 4 years, 3 months ago
  10. 06a3554 bpo-40300: Allow empty logging.Formatter.default_msec_format. (GH-19551) by Mariusz Felisiak · 4 years, 5 months ago
  11. 4c3da78 bpo-40091: Fix a hang at fork in the logging module (GH-19416) by Victor Stinner · 4 years, 5 months ago
  12. 22a9a54 bpo-39826: add getConnection() hook to logging HTTPHandler (GH-18745) by l0rb · 4 years, 6 months ago
  13. ce54519 bpo-39292: Add missing syslog facility codes. (GH-17945) by Vinay Sajip · 4 years, 8 months ago
  14. 950c679 bpo-39198: Ensure logging global lock is released on exception in isEnabledFor (GH-17689) by Derek Brown · 4 years, 8 months ago
  15. 46abfc1 bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-17773) by Vinay Sajip · 4 years, 8 months ago
  16. d89cea1 bpo-38781: Clear buffer in MemoryHandler flush (GH-17132) by Daniel Andersson · 4 years, 10 months ago
  17. 519cb87 bpo-38716: stop rotating handlers from setting inherited namer and rotator to None (GH-17072) by l0rb · 4 years, 10 months ago
  18. b15100f bpo-38586: setting logging.Handler .name property in fileConfig (GH-16918) by Lucas Cimon · 4 years, 10 months ago
  19. 1d094af Updated incorrect level-setting code to use setLevel(). (GH-16325) by Vinay Sajip · 5 years ago
  20. cb65b3a bpo-37742: Return the root logger when logging.getLogger('root') is c… (#15077) by Vinay Sajip · 5 years ago
  21. ca7b504 bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-14008) by Vinay Sajip · 5 years ago
  22. 800d786 Fix extraneous whitespace in QueueListener.prepare (GH-13803) by Boris Feld · 5 years ago
  23. 6b282e1 bpo-36813: Fix QueueListener to call task_done() upon termination. (GH-13113) by Bar Harel · 5 years ago
  24. ca87eeb bpo-36015: Handle StreamHandler representaton of stream with an integer name (GH-11908) by Riccardo Magliocchetti · 5 years ago
  25. 64aa6d2 bpo-36533: Reinit logging.Handler locks on fork(). (GH-12704) by Gregory P. Smith · 5 years ago
  26. 96aeaec bpo-36793: Remove unneeded __str__ definitions. (GH-13081) by Serhiy Storchaka · 5 years ago
  27. 65f64b1 bpo-36272: Logging now propagates RecursionError (GH-12312) by Rémi Lapeyre · 5 years ago
  28. da6424e bpo-35726: Prevented QueueHandler formatting from affecting other handlers (GH-11537) by Manjusaka · 6 years ago
  29. b7d6205 bpo-35046: do only one system call per line (logging.StreamHandler) (GH-10042) by Josh Snyder · 6 years ago
  30. 18fb1fb bpo-34844: logging.Formatter enhancement - Ensure style and format string matches in logging.Formatter (GH-9703) by BNMetrics · 6 years ago
  31. d345bb4 bpo-34334: Don't log traceback twice in QueueHandler (GH-9537) by Cheryl Sabella · 6 years ago
  32. 1900384 bpo-6721: Hold logging locks across fork() (GH-4071) by Gregory P. Smith · 6 years ago
  33. d3d3171 bpo-34415: Updated logging.Formatter docstring. (GH-8811) by Vinay Sajip · 6 years ago
  34. 087570a bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008) by Xtreak · 6 years ago
  35. cf67d6a bpo-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873) by Dong-hee Na · 6 years ago
  36. dde9fdb bpo-33165: Added stacklevel parameter to logging APIs. (GH-7424) by Vinay Sajip · 6 years ago
  37. 6e3ca64 bpo-33606: improve logging performance when logger is disabled (GH-7285) by Timo Furrer · 6 years ago
  38. c4994dc bpo-33400: Clarified documentation to indicate no strict adherence to ISO 8601. (GH-6702) by Vinay Sajip · 6 years ago
  39. 3f2e6f1 Revert unneccessary changes made in bpo-30296 and apply other improvements. (GH-2624) by Serhiy Storchaka · 7 years ago
  40. e96ba18 bpo-30904: Removed duplicated Host: header. (#4465) by Vinay Sajip · 7 years ago
  41. 2ae4ad7 Changed lambda to str.strip in _strip_spaces in logging.config (#4332) by sanjayp · 7 years ago
  42. afad147 bpo-30989: Sort in TimedRotatingFileHandler only when needed. (GH-2812) by Lovesh Harchandani · 7 years ago
  43. ce9e625 bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters (#4044) by Łukasz Langa · 7 years ago
  44. 0b6a118 bpo-31457: Make the `LoggerAdapter.manager` property settable (#4042) by Łukasz Langa · 7 years ago
  45. 1bbd482 bpo-31457: Allow for nested LoggerAdapter objects (#3551) by Łukasz Langa · 7 years ago
  46. 97d7e65 bpo-30830: logging.config.listen() calls server_close() (#3524) by Victor Stinner · 7 years ago
  47. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  48. 6ea56d2 bpo-31080: Allowed logging.config.fileConfig() to accept both args and kwargs. (GH-2979) by Preston Landers · 7 years ago
  49. adfe344 bpo-31084: QueueHandler now formats messages correctly. (GH-2954) by favll · 7 years ago
  50. 75f0b5d Updated LoggerAdapter.isEnabledFor to take advantage of caching. (GH-2951) by Vinay Sajip · 7 years ago
  51. 2543f50 bpo-30522: Implemented a method to allow setting a logging.StreamHander's stream. (GH-2921) by Vinay Sajip · 7 years ago
  52. 78c18a9 bpo-30962: Added caching to Logger.isEnabledFor() (GH-2752) by Avram Lubkin · 7 years ago
  53. 6260d9f bpo-30520: Implemented pickling for loggers. (#1956) by Vinay Sajip · 7 years ago
  54. 0b4b57d bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676) by Xiang Zhang · 7 years ago
  55. 3972628 bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) by Jon Dufresne · 7 years ago
  56. 2e576f5 bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) by Serhiy Storchaka · 7 years ago
  57. 1b038e0 bpo-29808: SysLogHandler: Do not fail if initial connect to syslog failed (#663) (#663) by Коренберг Марк · 7 years ago
  58. d4f5001 Issue #29220: Merged fixes from 3.6. by Vinay Sajip · 8 years ago
  59. a861d48 Issue #292Merged fixes from 3.5. by Vinay Sajip · 8 years ago
  60. 924aaae Issue #29220: Improved fix and test. by Vinay Sajip · 8 years ago
  61. 8b866d5 Closes #29220: Fixed regression in logging.getLevelName(). by Vinay Sajip · 8 years ago
  62. d489ac9 Closes #28524: added default level for logging.disable(). by Vinay Sajip · 8 years ago
  63. b740343 Issue #28335: made minor improvement to implementation. by Vinay Sajip · 8 years ago
  64. aa27582 Closes #28335: used 'raise from' in logging configuration code. by Vinay Sajip · 8 years ago
  65. d61910c Fixes #27930: improved QueueListener behaviour. by Vinay Sajip · 8 years ago
  66. ab7b0a0 Fixes #27937: optimise code used in all logging calls. by Vinay Sajip · 8 years ago
  67. 93e6b33 Closes #27930: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  68. 2500c98 Closes #27935: returned numeric value for 'FATAL' logging level. by Vinay Sajip · 8 years ago
  69. 0a7b7e3 Fixes #27937: optimise code used in all logging calls. by Vinay Sajip · 8 years ago
  70. c075201 Closes #27650: Implemented repr methods for logging objects. by Vinay Sajip · 8 years ago
  71. 638e622 Closes #27493: accepted Path objects in file handlers for logging. by Vinay Sajip · 8 years ago
  72. cccf606 Closes #26559: Allow configuring flush-on-close behaviour of MemoryHandler. by Vinay Sajip · 8 years ago
  73. 24a72ca Fixed #27251: merged fix from 3.5. by Vinay Sajip · 8 years ago
  74. 1bf197e Fixed #27251: corrected string/bytes handling in credentials. by Vinay Sajip · 8 years ago
  75. 6d6dd73 merge with 3.5 by Georg Brandl · 9 years ago
  76. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 9 years ago
  77. c168167 Closes #25685: Merged fix from 3.5. by Vinay Sajip · 9 years ago
  78. 9cdfd18 Closes #25685: Made SocketHandler emission more efficient. by Vinay Sajip · 9 years ago
  79. 19e69c5 Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej by Martin Panter · 9 years ago
  80. 03de71d Closes #25411: Merged fix from 3.5. by Vinay Sajip · 9 years ago
  81. 3f445f7 Closes #25411: Merged fix from 3.4. by Vinay Sajip · 9 years ago
  82. 277640a Closes #25411: Improved Unicode support in SMTPHandler. by Vinay Sajip · 9 years ago
  83. 29a1445 Closes #24884: refactored WatchedFileHandler file reopening into a separate method, based on a suggestion and patch by Marian Horban. by Vinay Sajip · 9 years ago
  84. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  85. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  86. 3505bd8 Issue #23207: merged fix from 3.4. by Vinay Sajip · 9 years ago
  87. d55436a Issue #23207: Improved kwarg validation. by Vinay Sajip · 9 years ago
  88. 365701a Added respect_handler_level to QueueListener. by Vinay Sajip · 10 years ago
  89. ecb5de3 Closes #23207: logging.basicConfig() now does additional validation of its arguments. by Vinay Sajip · 10 years ago
  90. 5abca70 Issue #23207: logging.basicConfig() now does additional validation of its arguments. by Vinay Sajip · 10 years ago
  91. 0298042 Closes #21980: Added a __repr__ for LogRecord. by Vinay Sajip · 10 years ago
  92. 2fb1efe Closes #23151: Removed unnecessary initialization. by Vinay Sajip · 10 years ago
  93. 43052a1 add context parameter to HTTPHandler (closes #22788) by Benjamin Peterson · 10 years ago
  94. 6c22e65 merge 3.4 (#22788) by Benjamin Peterson · 10 years ago
  95. 1be0c61 Closes #22776: Merged fix from 3.4. by Vinay Sajip · 10 years ago
  96. c33a0cc Brought excluded code into the scope of a try block in SysLogHandler.emit(). by Vinay Sajip · 10 years ago
  97. c2c62b1 Closes #22646: Accept list as well as tuple to support initialisation via dictConfig(). by Vinay Sajip · 10 years ago
  98. 16c41ab Issue #22646: Accept list as well as tuple to support initialisation via dictConfig(). by Vinay Sajip · 10 years ago
  99. 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
  100. a56411e Closes #22386: merged fix from 3.4. by Vinay Sajip · 10 years ago