1. 8d27023 Allow configuration of handler properties. by Vinay Sajip · 12 years ago
  2. d06d540 Closes #16366: Improve diagnostics from handleError(). Thanks to Antoine Pitrou for the suggestion. by Vinay Sajip · 12 years ago
  3. f9de90a remove obsolete hasattr() check for socket.sendall by Giampaolo Rodola' · 12 years ago
  4. 3ba726c Closes #16244: Merged change from 3.3. by Vinay Sajip · 12 years ago
  5. e7e7af4 Issue #16244: Merged change from 3.2. by Vinay Sajip · 12 years ago
  6. ee892b9 Issue #16244: Remove file mode overrides. by Vinay Sajip · 12 years ago
  7. 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
  8. cf9e2f2 Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance. by Vinay Sajip · 12 years ago
  9. 6978d58 Closes #16168: Merged SysLogHandler update from 3.3. by Vinay Sajip · 12 years ago
  10. 7903df4 Issue #16168: Merged SysLogHandler update from 3.2. by Vinay Sajip · 12 years ago
  11. b5ca932 Issue #16168: Use specified socket type for domain sockets in SysLogHandler. by Vinay Sajip · 12 years ago
  12. 8cf4eb1 Issue #16141: replaced old-style exception handling code in logging with the modern idiom. by Vinay Sajip · 12 years ago
  13. 3e763da Updated docstring for logging.config.listen(). by Vinay Sajip · 12 years ago
  14. 4ded551 Issue #15452: Added verify option for logging configuration socket listener. by Vinay Sajip · 12 years ago
  15. a57a8e0 Closes #15179: Merged fix from 3.2. by Vinay Sajip · 12 years ago
  16. 3e6d71d Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita for the patch. by Vinay Sajip · 12 years ago
  17. 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
  18. 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
  19. 26308da Issue #14622: Increased default timeout for SMTPHandler. by Vinay Sajip · 12 years ago
  20. b4e59e9 Closes #14452: remove BOM insertion code. by Vinay Sajip · 12 years ago
  21. ee9e485 Closes #14452: remove BOM insertion code. by Vinay Sajip · 12 years ago
  22. b4f6da8 Closes #14436: merged fix from 3.2. by Vinay Sajip · 12 years ago
  23. 6f5e54e Closes #14436: Convert msg + args to string before pickling. by Vinay Sajip · 12 years ago
  24. ee64b28 Closes #14314: backported fix. by Vinay Sajip · 12 years ago
  25. 17160fd Fixes #14314: Improved SMTP timeout handling. by Vinay Sajip · 12 years ago
  26. 0f15181 Closes #14267: Merged fix from 3.2. by Vinay Sajip · 12 years ago
  27. 27f4897 Closes #14267: Corrected computation of rollover filename. by Vinay Sajip · 12 years ago
  28. 323e4fb Merged fix added for recent changes in non-threading environments. by Vinay Sajip · 12 years ago
  29. f050903 Fix added for recent changes in non-threading environments. by Vinay Sajip · 12 years ago
  30. 57c2237 Merged logging flush/close changes from 3.2. by Vinay Sajip · 12 years ago
  31. 0abf61d logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion. by Vinay Sajip · 12 years ago
  32. 9b727ec Closes #13859: Merged fix from 3.2 - thanks to Matt Joiner for spotting this and the patch. by Vinay Sajip · 12 years ago
  33. a50c284 Closes #13859: Replaced reference to StandardError with reference to Exception. Thanks to Matt Joiner for spotting this and submitting a patch. by Vinay Sajip · 12 years ago
  34. 5d116b7 Closes #13807: Merged fix from 3.2. by Vinay Sajip · 12 years ago
  35. 315a62b Closes #13807: Merged fix from 3.1. by Vinay Sajip · 12 years ago
  36. 889bb29 Closes #13807: Now checks for sys.stderr being there before writing to it. by Vinay Sajip · 12 years ago
  37. 23b94d0 Refactored logging rotating handlers for improved flexibility. by Vinay Sajip · 13 years ago
  38. e85488c Mention that level can be an int or str in the setLevel docstring. by Gregory P. Smith · 13 years ago
  39. 5252f9f logging: replace codecs.open with builtins.open, remove '_encoded' sort, add some tests. by Florent Xicluna · 13 years ago
  40. e2618f3 Closes #13361: Merge fix from 3.2. by Vinay Sajip · 13 years ago
  41. 3bd5638 Closes #13361: Raise correct exception type. by Vinay Sajip · 13 years ago
  42. 39b53c5 Merged fix for #13361 from 3.2. by Vinay Sajip · 13 years ago
  43. 61b787e Closes #13661: Check added for type of logger name. by Vinay Sajip · 13 years ago
  44. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  45. aabbda5 Merge 3.2 by Florent Xicluna · 13 years ago
  46. 0a88953 Closes #13235: Changed PendingDeprecationWarning to DeprecationWarning. by Vinay Sajip · 13 years ago
  47. 04d5bc0 Closes #13235: Added deprecation for warn() methods and function in logging. by Vinay Sajip · 13 years ago
  48. 444be16 Issue #12780: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  49. 2da23ca Issue #12780: Removed checks in logging for .pyc/.pyo in __file__. by Vinay Sajip · 13 years ago
  50. 8188f58 Fixes #12637: Merged fix from 3.2 and added test. by Vinay Sajip · 13 years ago
  51. 45dedaa Fixes #12637: Last resort messages now correctly handled. Thanks to Xavier de Gaye for the patch." by Vinay Sajip · 13 years ago
  52. 2353e35 Closes #12419: Added ident to SysLogHandler. by Vinay Sajip · 13 years ago
  53. ae5740f Made time formats in Formatter more configurable. by Vinay Sajip · 13 years ago
  54. 8dd8d58 Merged fix for issue #12168 from 3.2. by Vinay Sajip · 13 years ago
  55. 8168d10 Issue #12168: SysLogHandler now allows NUL termination to be controlled using a new 'append_nul' attribute on the handler. by Vinay Sajip · 13 years ago
  56. 2a12974 Close #12028: Make threading._get_ident() public, rename it to by Victor Stinner · 13 years ago
  57. fd28502 Closed resource leak in SysLogHandler. by Vinay Sajip · 13 years ago
  58. b37cd39 Changed where socket close is called on connection failure. by Vinay Sajip · 13 years ago
  59. 2261b32 Close socket on connection failure. by Vinay Sajip · 13 years ago
  60. 0372e10 Improved coverage and fixed bug in HTTPHandler with POST requests. by Vinay Sajip · 13 years ago
  61. 59bec36 (Merge 3.2) logging: don't define QueueListener if Python has no thread support by Victor Stinner · 13 years ago
  62. cafa2ef logging: don't define QueueListener if Python has no thread support by Victor Stinner · 13 years ago
  63. de19e08 Updated usage of boolean values. by Vinay Sajip · 13 years ago
  64. 312cc0d Updated usage of boolean values. by Vinay Sajip · 13 years ago
  65. 7fe1d51 Improved test_logging coverage. by Vinay Sajip · 13 years ago
  66. 5a35b06 test_logging coverage improvements. by Vinay Sajip · 13 years ago
  67. 985ef87 More test_logging coverage improvements. by Vinay Sajip · 13 years ago
  68. 26fe4b7 test_logging coverage improvements. by Vinay Sajip · 13 years ago
  69. cd5a2bd Issue #11852: Merge fix from 3.2. by Vinay Sajip · 13 years ago
  70. e723e96 Issue #11852: Add missing imports and update tests. by Vinay Sajip · 13 years ago
  71. a3359ee Whitespace normalized. by Vinay Sajip · 13 years ago
  72. 4a0a31d Added 'handlers' argument to logging.basicConfig. by Vinay Sajip · 13 years ago
  73. e6c1eb9 Closes issue #11557: Added Natalia Bidart's patch to improve test coverage. by Vinay Sajip · 13 years ago
  74. d9512e9 Issue #11444: Merge fix from 3.1. by Vinay Sajip · 13 years ago
  75. c8ab6ee Issue #11444: Lock handlers while flushing/closing during shutdown. by Vinay Sajip · 13 years ago
  76. 9f9991c #Issue 11424: added equivalent fixes for dictConfig. by Vinay Sajip · 13 years ago
  77. e783553 #Issue 11424: merged fix from 3.1. by Vinay Sajip · 13 years ago
  78. 3f84b07 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 13 years ago
  79. df30993 Issue #11444: Merge fix from 3.2. by Vinay Sajip · 13 years ago
  80. 4bcfb92 Issue #11424: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  81. 399fc14 Issue #11330: Updated tests for correct asctime handling. by Vinay Sajip · 13 years ago
  82. 89807a5 Issue #11330: Updated tests for correct asctime handling. by Vinay Sajip · 13 years ago
  83. 2a4c0f8 Removed typo. by Vinay Sajip · 13 years ago
  84. f368895 Removed typo. by Vinay Sajip · 13 years ago
  85. 10914b7 Issue #11330: asctime format bug fixed. by Vinay Sajip · 13 years ago
  86. 859c7fa Issue #11330: asctime format bug fixed. by Vinay Sajip · 13 years ago
  87. aa7c179 Improved QueueListener implementation - queue sentinel addition made extensible. by Vinay Sajip · 13 years ago
  88. eb9d5ad Issue #10949: Improved robustness of rotating file handlers. by Vinay Sajip · 13 years ago
  89. 01241d6 Issue #10949: Improved robustness of rotating file handlers. by Vinay Sajip · 13 years ago
  90. ed3baf3 #10810: fix missing import. by Georg Brandl · 14 years ago
  91. 5a27d40 logging: added handler of last resort. by Vinay Sajip · 14 years ago
  92. fad058f logging: tidied up some docstrings. by Vinay Sajip · 14 years ago
  93. 6156152 logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests. by Vinay Sajip · 14 years ago
  94. 8593ae6 Logging: added stack_info argument. by Vinay Sajip · 14 years ago
  95. 26d513c Issue #5412: extend configparser to support mapping access by Łukasz Langa · 14 years ago
  96. c5b2730 Added style argument to logging.basicConfig() and documented this change. by Vinay Sajip · 14 years ago
  97. d9f3f08 Merged revisions 86019 via svnmerge from by Brian Curtin · 14 years ago
  98. 6ff2a7d Fix a ResourceWarning for an unclosed socket. by Brian Curtin · 14 years ago
  99. 6a65c5d logging: Improved Formatter implementation. by Vinay Sajip · 14 years ago
  100. d0557bf logging: Formatter implementation tweak. by Vinay Sajip · 14 years ago