1. 1bf197e Fixed #27251: corrected string/bytes handling in credentials. by Vinay Sajip · 8 years ago
  2. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 8 years ago
  3. 9cdfd18 Closes #25685: Made SocketHandler emission more efficient. by Vinay Sajip · 9 years ago
  4. 3f445f7 Closes #25411: Merged fix from 3.4. by Vinay Sajip · 9 years ago
  5. 277640a Closes #25411: Improved Unicode support in SMTPHandler. by Vinay Sajip · 9 years ago
  6. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  7. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  8. 3505bd8 Issue #23207: merged fix from 3.4. by Vinay Sajip · 9 years ago
  9. d55436a Issue #23207: Improved kwarg validation. by Vinay Sajip · 9 years ago
  10. 365701a Added respect_handler_level to QueueListener. by Vinay Sajip · 9 years ago
  11. ecb5de3 Closes #23207: logging.basicConfig() now does additional validation of its arguments. by Vinay Sajip · 10 years ago
  12. 5abca70 Issue #23207: logging.basicConfig() now does additional validation of its arguments. by Vinay Sajip · 10 years ago
  13. 0298042 Closes #21980: Added a __repr__ for LogRecord. by Vinay Sajip · 10 years ago
  14. 2fb1efe Closes #23151: Removed unnecessary initialization. by Vinay Sajip · 10 years ago
  15. 43052a1 add context parameter to HTTPHandler (closes #22788) by Benjamin Peterson · 10 years ago
  16. 6c22e65 merge 3.4 (#22788) by Benjamin Peterson · 10 years ago
  17. 1be0c61 Closes #22776: Merged fix from 3.4. by Vinay Sajip · 10 years ago
  18. c33a0cc Brought excluded code into the scope of a try block in SysLogHandler.emit(). by Vinay Sajip · 10 years ago
  19. c2c62b1 Closes #22646: Accept list as well as tuple to support initialisation via dictConfig(). by Vinay Sajip · 10 years ago
  20. 16c41ab Issue #22646: Accept list as well as tuple to support initialisation via dictConfig(). by Vinay Sajip · 10 years ago
  21. 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
  22. a56411e Closes #22386: merged fix from 3.4. by Vinay Sajip · 10 years ago
  23. d1d4fbf Issue #22386: fixed regression. by Vinay Sajip · 10 years ago
  24. f8e9ba0 Closes #21742: Merged fix from 3.4. by Vinay Sajip · 10 years ago
  25. 0220048 Issue #21742: Set stream to None after closing. by Vinay Sajip · 10 years ago
  26. b6cf631 Issue #21709: Merged update from 3.4. by Vinay Sajip · 10 years ago
  27. 194bcaf Issue #21709: Improved implementation to cover the frozen module case. by Vinay Sajip · 10 years ago
  28. 9953762 Closes #21709: Merged fix from 3.4. by Vinay Sajip · 10 years ago
  29. 80f2262 Issue #21709: Remove references to __file__ when part of a frozen application. by Vinay Sajip · 10 years ago
  30. ddbd2ee Closes #21203: Updated fileConfig and dictConfig to remove inconsistencies. Thanks to Jure Koren for the patch. by Vinay Sajip · 10 years ago
  31. 1b76114 Issue #21172: isinstance check relaxed from dict to collections.Mapping. by Vinay Sajip · 10 years ago
  32. 156307b Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown. by Vinay Sajip · 10 years ago
  33. b1698d4 Issue #20444: Reduced code duplication. by Vinay Sajip · 10 years ago
  34. 71dcb28 Issue #20558: Improved implementation of error handling. by Vinay Sajip · 10 years ago
  35. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  36. 698abe7 Closes #20918: Added handling for exceptions during fallback output of logging exceptions. by Vinay Sajip · 10 years ago
  37. 30e6a64 Closes #20242: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  38. 1fd1202 Issue #20242: Fixed basicConfig() format strings for the alternative formatting styles. by Vinay Sajip · 11 years ago
  39. a76157d Issue #19523: Closed FileHandler leak which occurred when delay was set. by Vinay Sajip · 11 years ago
  40. 5e75829 Closes #19523: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  41. 38c741c Issue #19182: Fixed socket leak on exception when connecting. by Vinay Sajip · 11 years ago
  42. 5421f35 logging: added support for Unix domain sockets to SocketHandler and DatagramHandler. by Vinay Sajip · 11 years ago
  43. f7b436c Closes #18941: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  44. 43c6ef1 Issue #18941: Respected delay when doing rollover. by Vinay Sajip · 11 years ago
  45. a92a356 Closes #18940: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  46. d859926 Issue #18940: Handled low-volume logging when delay is True. by Vinay Sajip · 11 years ago
  47. 3f58277 Closes #18671: Output more information when logging exceptions occur. by Vinay Sajip · 11 years ago
  48. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  49. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  50. 3b84eae Closes #18046: Simplified logging internals relating to levels and their names. Thanks to Alex Gaynor for the patch. by Vinay Sajip · 11 years ago
  51. 862b15e Issue #17981: Closed socket on error in SysLogHandler. by Vinay Sajip · 11 years ago
  52. 3a8f510 Closes #17981: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  53. 40589f4 Closes #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 11 years ago
  54. e917052 Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 11 years ago
  55. a713079 Closed #9556: Allowed specifying a time-of-day for a TimedRotatingFileHandler to rotate. by Vinay Sajip · 11 years ago
  56. 04cc55a Closes #17540: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  57. 28421c6 Issue #17540: Added style to Formatter configuration by dict. by Vinay Sajip · 11 years ago
  58. 765531d Issue #17516: use comment syntax for comments, instead of multiline string by Victor Stinner · 11 years ago
  59. 8ec95b8 Closes #17521: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  60. 9b862b9 Issue #17521: Merged fix from 3.2. by Vinay Sajip · 11 years ago
  61. 68b4cc8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). by Vinay Sajip · 11 years ago
  62. 5a63fe6 Closes #17508: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  63. 340a4bb Issue #17508: Merged fix from 3.2. by Vinay Sajip · 11 years ago
  64. 3f885b5 Issue #17508: Handled out-of-order handler configuration correctly. by Vinay Sajip · 11 years ago
  65. 0166a28 modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIST occurrences with the corresponding pep-3151 exceptions (FileNotFoundError, NotADirectoryError, etc.) by Giampaolo Rodola' · 11 years ago
  66. b51aa7b Issue #9501: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  67. 6e669fb Issue #9501: Merged fix from 3.2. by Vinay Sajip · 12 years ago
  68. 5e1c3ce Issue #9501: Improved shutdown handling to deal with module attributes correctly. by Vinay Sajip · 12 years ago
  69. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  70. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  71. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  72. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  73. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  74. d27e05d Closes #16521: Improved error handling for basicConfig(), added tests for same. by Vinay Sajip · 12 years ago
  75. 8d27023 Allow configuration of handler properties. by Vinay Sajip · 12 years ago
  76. d06d540 Closes #16366: Improve diagnostics from handleError(). Thanks to Antoine Pitrou for the suggestion. by Vinay Sajip · 12 years ago
  77. f9de90a remove obsolete hasattr() check for socket.sendall by Giampaolo Rodola' · 12 years ago
  78. 3ba726c Closes #16244: Merged change from 3.3. by Vinay Sajip · 12 years ago
  79. e7e7af4 Issue #16244: Merged change from 3.2. by Vinay Sajip · 12 years ago
  80. ee892b9 Issue #16244: Remove file mode overrides. by Vinay Sajip · 12 years ago
  81. 35eeb30 logging's SocketHandler: get rid of some legacy code and use the newer socket.create_connection() utility function by Giampaolo Rodola' · 12 years ago
  82. cf9e2f2 Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance. by Vinay Sajip · 12 years ago
  83. 6978d58 Closes #16168: Merged SysLogHandler update from 3.3. by Vinay Sajip · 12 years ago
  84. 7903df4 Issue #16168: Merged SysLogHandler update from 3.2. by Vinay Sajip · 12 years ago
  85. b5ca932 Issue #16168: Use specified socket type for domain sockets in SysLogHandler. by Vinay Sajip · 12 years ago
  86. 8cf4eb1 Issue #16141: replaced old-style exception handling code in logging with the modern idiom. by Vinay Sajip · 12 years ago
  87. 3e763da Updated docstring for logging.config.listen(). by Vinay Sajip · 12 years ago
  88. 4ded551 Issue #15452: Added verify option for logging configuration socket listener. by Vinay Sajip · 12 years ago
  89. a57a8e0 Closes #15179: Merged fix from 3.2. by Vinay Sajip · 12 years ago
  90. 3e6d71d Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita for the patch. by Vinay Sajip · 12 years ago
  91. a5798de Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch. by Vinay Sajip · 12 years ago
  92. 66b8b08 Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch. by Vinay Sajip · 12 years ago
  93. 26308da Issue #14622: Increased default timeout for SMTPHandler. by Vinay Sajip · 12 years ago
  94. b4e59e9 Closes #14452: remove BOM insertion code. by Vinay Sajip · 12 years ago
  95. ee9e485 Closes #14452: remove BOM insertion code. by Vinay Sajip · 12 years ago
  96. b4f6da8 Closes #14436: merged fix from 3.2. by Vinay Sajip · 12 years ago
  97. 6f5e54e Closes #14436: Convert msg + args to string before pickling. by Vinay Sajip · 12 years ago
  98. ee64b28 Closes #14314: backported fix. by Vinay Sajip · 12 years ago
  99. 17160fd Fixes #14314: Improved SMTP timeout handling. by Vinay Sajip · 12 years ago
  100. 0f15181 Closes #14267: Merged fix from 3.2. by Vinay Sajip · 12 years ago