1. 5e1c3ce Issue #9501: Improved shutdown handling to deal with module attributes correctly. by Vinay Sajip · 12 years ago
  2. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  3. d27e05d Closes #16521: Improved error handling for basicConfig(), added tests for same. by Vinay Sajip · 12 years ago
  4. ee892b9 Issue #16244: Remove file mode overrides. by Vinay Sajip · 12 years ago
  5. b5ca932 Issue #16168: Use specified socket type for domain sockets in SysLogHandler. by Vinay Sajip · 12 years ago
  6. 3e6d71d Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita for the patch. by Vinay Sajip · 12 years ago
  7. 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
  8. ee9e485 Closes #14452: remove BOM insertion code. by Vinay Sajip · 12 years ago
  9. 6f5e54e Closes #14436: Convert msg + args to string before pickling. by Vinay Sajip · 13 years ago
  10. ee64b28 Closes #14314: backported fix. by Vinay Sajip · 13 years ago
  11. 27f4897 Closes #14267: Corrected computation of rollover filename. by Vinay Sajip · 13 years ago
  12. f050903 Fix added for recent changes in non-threading environments. by Vinay Sajip · 13 years ago
  13. 0abf61d logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion. by Vinay Sajip · 13 years ago
  14. 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 · 13 years ago
  15. 315a62b Closes #13807: Merged fix from 3.1. by Vinay Sajip · 13 years ago
  16. 889bb29 Closes #13807: Now checks for sys.stderr being there before writing to it. by Vinay Sajip · 13 years ago
  17. 3bd5638 Closes #13361: Raise correct exception type. by Vinay Sajip · 13 years ago
  18. 61b787e Closes #13661: Check added for type of logger name. by Vinay Sajip · 13 years ago
  19. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  20. 2da23ca Issue #12780: Removed checks in logging for .pyc/.pyo in __file__. by Vinay Sajip · 13 years ago
  21. 45dedaa Fixes #12637: Last resort messages now correctly handled. Thanks to Xavier de Gaye for the patch." by Vinay Sajip · 13 years ago
  22. 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
  23. cafa2ef logging: don't define QueueListener if Python has no thread support by Victor Stinner · 13 years ago
  24. e723e96 Issue #11852: Add missing imports and update tests. by Vinay Sajip · 13 years ago
  25. d9512e9 Issue #11444: Merge fix from 3.1. by Vinay Sajip · 14 years ago
  26. c8ab6ee Issue #11444: Lock handlers while flushing/closing during shutdown. by Vinay Sajip · 14 years ago
  27. 9f9991c #Issue 11424: added equivalent fixes for dictConfig. by Vinay Sajip · 14 years ago
  28. e783553 #Issue 11424: merged fix from 3.1. by Vinay Sajip · 14 years ago
  29. 3f84b07 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 14 years ago
  30. 89807a5 Issue #11330: Updated tests for correct asctime handling. by Vinay Sajip · 14 years ago
  31. 2a4c0f8 Removed typo. by Vinay Sajip · 14 years ago
  32. 10914b7 Issue #11330: asctime format bug fixed. by Vinay Sajip · 14 years ago
  33. eb9d5ad Issue #10949: Improved robustness of rotating file handlers. by Vinay Sajip · 14 years ago
  34. 01241d6 Issue #10949: Improved robustness of rotating file handlers. by Vinay Sajip · 14 years ago
  35. ed3baf3 #10810: fix missing import. by Georg Brandl · 14 years ago
  36. 5a27d40 logging: added handler of last resort. by Vinay Sajip · 14 years ago
  37. fad058f logging: tidied up some docstrings. by Vinay Sajip · 14 years ago
  38. 6156152 logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests. by Vinay Sajip · 14 years ago
  39. 8593ae6 Logging: added stack_info argument. by Vinay Sajip · 14 years ago
  40. 26d513c Issue #5412: extend configparser to support mapping access by Łukasz Langa · 14 years ago
  41. c5b2730 Added style argument to logging.basicConfig() and documented this change. by Vinay Sajip · 14 years ago
  42. d9f3f08 Merged revisions 86019 via svnmerge from by Brian Curtin · 14 years ago
  43. 6ff2a7d Fix a ResourceWarning for an unclosed socket. by Brian Curtin · 14 years ago
  44. 6a65c5d logging: Improved Formatter implementation. by Vinay Sajip · 14 years ago
  45. d0557bf logging: Formatter implementation tweak. by Vinay Sajip · 14 years ago
  46. a39c571 logging: Added style option to Formatter to allow %, {} or himBHformatting. by Vinay Sajip · 14 years ago
  47. 2a20dfc logging: Made StreamHandler terminator configurable. by Vinay Sajip · 14 years ago
  48. fc082ca logging: Documented usage of callables as filters. by Vinay Sajip · 14 years ago
  49. 6dbed2e logging: Allowed filters to be just callables. by Vinay Sajip · 14 years ago
  50. 6fac817 logging: Added tests for _logRecordClass changes. by Vinay Sajip · 14 years ago
  51. 062d56b logging: Added _logRecordClass, getLogRecordClass, setLogRecordClass to increase flexibility of LogRecord creation. by Vinay Sajip · 14 years ago
  52. 1c71b2a Issue #9948: logging: fixed problem of losing filename case information. by Vinay Sajip · 14 years ago
  53. 8382d0f Removed duplicated method. by Vinay Sajip · 14 years ago
  54. 805ddaa Issue #9947: logging: backported locking fix from py3k. by Vinay Sajip · 14 years ago
  55. 3ab905f Issue #9945: logging: backported locking fixes from py3k. by Vinay Sajip · 14 years ago
  56. 4fbe4b3 logging: NullHandler optimisation. by Vinay Sajip · 14 years ago
  57. 9fdd11b Issue #9947: logging: Fixed locking bug in stopListening. by Vinay Sajip · 14 years ago
  58. 32fb6a8 Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler. by Vinay Sajip · 14 years ago
  59. 0637d49 logging: added QueueListener and documentation. by Vinay Sajip · 14 years ago
  60. 0258ce8 logging: Added QueueHandler.prepare and updated documentation. by Vinay Sajip · 14 years ago
  61. 212b590 logging: Updated LoggerAdapter implementation. by Vinay Sajip · 14 years ago
  62. c84f016 Added some methods to LoggerAdapter, and updated documentation. by Vinay Sajip · 14 years ago
  63. 61c3f0d logging: added hasHandlers() to LoggerAdapter. by Vinay Sajip · 14 years ago
  64. b4a0809 logging: Add hasHandlers() method to Logger. by Vinay Sajip · 14 years ago
  65. af9d10a logging: enhanced HTTPHandler by Vinay Sajip · 14 years ago
  66. 9907918 Removed unused, commented-out code. by Vinay Sajip · 14 years ago
  67. 2314fc7 logging: Added threading interlock in basicConfig(). by Vinay Sajip · 14 years ago
  68. 121a1c4 logging: Added QueueHandler. by Vinay Sajip · 14 years ago
  69. dc5097f Removed _unicode variable which is always False in Python 3.x. by Vinay Sajip · 14 years ago
  70. ec1cd1c logging: merged duplicated code in fileConfig and dictConfig paths. by Vinay Sajip · 14 years ago
  71. 609364a Logging: removed some old commented out code. by Vinay Sajip · 14 years ago
  72. 40d9a4e Improved logging.Formatter date/time formatting documentation. by Vinay Sajip · 14 years ago
  73. de6e9d6 Issue #9501: Fixed logging regressions in cleanup code. by Vinay Sajip · 14 years ago
  74. 89994b2 Issue #9512: Made comment more informative. by Vinay Sajip · 14 years ago
  75. 89d8f82 Issue #7077: Fixed bug in previous fix. by Vinay Sajip · 14 years ago
  76. 467d12f Issue #7077: Fixed SysLogHandler implementation of Unicode handling. by Vinay Sajip · 14 years ago
  77. dc69274 Replace the deprecated ConfigParser.readfp() method, and fix the incomplete merge in r82293. by Florent Xicluna · 14 years ago
  78. 7a956cc Merged revisions 83901 via svnmerge from by Senthil Kumaran · 14 years ago
  79. 30e86a4 Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Changes in Modules. by Senthil Kumaran · 14 years ago
  80. e030d93 Backported SysLogHandler fix for issue #7077. by Vinay Sajip · 14 years ago
  81. a82addb Merged revisions 80712,81651 via svnmerge from by Benjamin Peterson · 14 years ago
  82. c236850 Calling __import__ as a method technically works, but really should be wrapped by Brett Cannon · 14 years ago
  83. 22005fc Merged revisions 79279,79284,79293,79373,79376,79379,79876,79888 via svnmerge from by Benjamin Peterson · 14 years ago
  84. 886af96 Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,79173,79176,79194,79208,79212 via svnmerge from by Benjamin Peterson · 15 years ago
  85. 9451a1c Merged revisions 77967,77969,77973,77979,77985-77986,78009,78029,78031-78033,78081,78085,78103,78105-78106,78108,78246,78703,78728,78731,78853,78855 via svnmerge from by Benjamin Peterson · 15 years ago
  86. db81c4c Merged revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge from by Vinay Sajip · 15 years ago
  87. 01e4d57 Remove Python 1.x or 2.x compatibility code. by Georg Brandl · 15 years ago
  88. ffeda29 Merged revisions 77389 via svnmerge from by Benjamin Peterson · 15 years ago
  89. 46a9900 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from by Benjamin Peterson · 15 years ago
  90. 25fcd22 logging: Improved support for SMTP over TLS. by Vinay Sajip · 15 years ago
  91. 540f215 logging: Added optional 'secure' parameter to SMTPHandler. by Vinay Sajip · 15 years ago
  92. 03f6c11 Issue #7403: Fixed possible race condition in lock creation. by Vinay Sajip · 15 years ago
  93. 5554993 Merged revisions 76498,76507-76509 via svnmerge from by Benjamin Peterson · 15 years ago
  94. 42ead48 Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424. by Vinay Sajip · 15 years ago
  95. 96d4aa3 Issue #7120: logging: Removed import of multiprocessing which is causing crash in GAE. by Vinay Sajip · 15 years ago
  96. cbabd7e Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. by Vinay Sajip · 15 years ago
  97. f3d7dbe Merged revisions 75231 via svnmerge from by Benjamin Peterson · 15 years ago
  98. 4ac9ce4 Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from by Benjamin Peterson · 15 years ago
  99. d4fabf4 Issue #6314: logging: Extra checks on the "level" argument. by Vinay Sajip · 15 years ago
  100. 0f6eac2 Issue #6314: logging.basicConfig() performs extra checks on the "level" argument. by Vinay Sajip · 15 years ago