1. fb03696 Issue #18941: Respected delay when doing rollover. by Vinay Sajip · 11 years ago
  2. 6d7e296 Issue #18940: Handled low-volume logging when delay is True. by Vinay Sajip · 11 years ago
  3. bb6b51c Issue #17981: Closed socket on error in SysLogHandler. by Vinay Sajip · 11 years ago
  4. 4dc385b Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 11 years ago
  5. 1e76e86 Issue #12718: Set importer on instance if Python function, to avoid bad interaction with winpdb. by Vinay Sajip · 11 years ago
  6. bb2dad8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). by Vinay Sajip · 11 years ago
  7. 8651a51 Issue #17508: Handled out-of-order handler configuration correctly. by Vinay Sajip · 11 years ago
  8. 51b5551 Issue #9501: Improved shutdown handling to deal with module attributes correctly. by Vinay Sajip · 12 years ago
  9. 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  10. 94540d4 Issue #16244: Remove file mode overrides. by Vinay Sajip · 12 years ago
  11. 6ecdb58 Issue #16168: Use specified socket type for domain sockets in SysLogHandler. by Vinay Sajip · 12 years ago
  12. 1321c44 Closes #15710: accept long in _checkLevel. by Vinay Sajip · 12 years ago
  13. 947f358 Issue #15541: Correct anomaly in logging.exception. Thanks to Ned Batchelder for the report. by Vinay Sajip · 12 years ago
  14. c14bae4 Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita for the patch. by Vinay Sajip · 12 years ago
  15. 885f6fd 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
  16. 7e9c9d5 Issue #14452: remove BOM insertion code. by Vinay Sajip · 12 years ago
  17. 7ce9bda Closes #14436: Convert msg + args to string before pickling. by Vinay Sajip · 12 years ago
  18. 50d6f54 Closes #14314: backported fix. by Vinay Sajip · 12 years ago
  19. 9790e08 Closes #14267: Corrected computation of rollover filename. by Vinay Sajip · 13 years ago
  20. 5019822 Fix added for recent changes in non-threading environments. by Vinay Sajip · 13 years ago
  21. 16f6a29 Updated comments. by Vinay Sajip · 13 years ago
  22. d23845e logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion. by Vinay Sajip · 13 years ago
  23. 6d102f1 Closes #13807: Now checks for sys.stderr being there before writing to it. by Vinay Sajip · 13 years ago
  24. 53703d9 Closes #13361: Raise correct exception type. by Vinay Sajip · 13 years ago
  25. 74ab344 Closes #13661: Check added for type of logger name. by Vinay Sajip · 13 years ago
  26. caf0272 Closes #13356. Thanks to Florent Xicluna for the patch. by Vinay Sajip · 13 years ago
  27. 5087d80 Corrected typo in comment. by Vinay Sajip · 13 years ago
  28. 9a11b29 Closes #13232: Handle multiple encodings in exception logging. by Vinay Sajip · 13 years ago
  29. ee145ec Issue #11444: Merge fix from 2.6. by Vinay Sajip · 14 years ago
  30. f4d0af4 Issue #11444: Lock handlers while flushing/closing during shutdown. by Vinay Sajip · 14 years ago
  31. 44b740f #Issue 11424: merged fix from 2.6. by Vinay Sajip · 14 years ago
  32. 8dd2a40 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 14 years ago
  33. cdb8388 Issue #10949: Improved robustness of rotating file handlers. by Vinay Sajip · 14 years ago
  34. e27731d Merged revisions 86019 via svnmerge from by Brian Curtin · 14 years ago
  35. 5e8349e Issue #9948: logging: fixed problem of losing filename case information. by Vinay Sajip · 14 years ago
  36. 639f0e2 logging: NullHandler optimisation. by Vinay Sajip · 14 years ago
  37. 3eac591 Issue #9947: logging: Fixed locking bug in stopListening. by Vinay Sajip · 14 years ago
  38. 546885e Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler. by Vinay Sajip · 14 years ago
  39. 1ab32f6 logging: Added threading interlock in basicConfig(). by Vinay Sajip · 14 years ago
  40. e900b49 Issue #7077: Backported fix from py3k. by Vinay Sajip · 14 years ago
  41. 1ddd51f Issue #9501: Fixed logging regressions in cleanup code. by Vinay Sajip · 14 years ago
  42. e8b1eaf Issue #9512: Made comment more informative. by Vinay Sajip · 14 years ago
  43. a5ba05c Merged revisions 83901 via svnmerge from by Senthil Kumaran · 14 years ago
  44. 8a435c4 Fixed #9310: backported logging fix from 2.7. by Vinay Sajip · 14 years ago
  45. f753d33 Issue #8924: logging: Improved error handling for Unicode in exception text. by Vinay Sajip · 14 years ago
  46. 936efc7 Issue #8924: logging: Improved error handling for Unicode in exception text. by Vinay Sajip · 14 years ago
  47. 3b4849a Logging: improved error reporting for BaseConfigurator.resolve(). by Vinay Sajip · 14 years ago
  48. cb7ea29 Issue #8795: logging: Backported trunk fix for SysLogHandler and Unicode. by Vinay Sajip · 14 years ago
  49. c7cbb9b Issue #8581: logging: removed errors raised when closing handlers twice. by Vinay Sajip · 14 years ago
  50. 27a1370 Issue #8576: logging updated to remove usage of find_unused_port(). by Vinay Sajip · 14 years ago
  51. b0623d6 logging: Added LOG_FTP for SysLogHandler and updated documentation. by Vinay Sajip · 14 years ago
  52. 804899b logging: Added getChild utility method to Logger and added isEnabledFor method to LoggerAdapter. by Vinay Sajip · 14 years ago
  53. 31e928e Issue #8201: logging: Handle config errors when non-ASCII and Unicode logger names exist at the same time. by Vinay Sajip · 14 years ago
  54. 3017a7b Issue #8200: logging: Handle errors when multiprocessing is not fully loaded when logging occurs. by Vinay Sajip · 14 years ago
  55. b6453a9 Merged revisions 77120,77151,77155,77209,77229,77256,77317,77331,77333,77359-77360,77382,77561,77570 via svnmerge from by Georg Brandl · 14 years ago
  56. 2060e42 Issue #8162: logging: Clarified docstring and documentation for disable function. by Vinay Sajip · 14 years ago
  57. 9098ee4 Issue #8117: logging: Improved algorithm for computing initial rollover time. by Vinay Sajip · 15 years ago
  58. 1adbee2 Added checks for tuples in dictConfig. by Vinay Sajip · 15 years ago
  59. d45a278 Added schema version test in dictConfig. by Vinay Sajip · 15 years ago
  60. d77eb9a Factored out time usage determination into a method, to facilitate alternative formatting implementations in the future. by Vinay Sajip · 15 years ago
  61. cfc43e9 logging: gingerly re-enabling skipped tests after improving thread sync code in configurator. by Vinay Sajip · 15 years ago
  62. 7ce5c83 logging: Removed some more 1.5.2 support code. by Vinay Sajip · 15 years ago
  63. 64e8b97 Issue #7869: logging: improved format-time diagnostics and removed some 1.5.2 support code. by Vinay Sajip · 15 years ago
  64. 657514a Issue #7868: logging: added loggerClass attribute to Manager. by Vinay Sajip · 15 years ago
  65. 239f138 make waiting for the server to start robust by Benjamin Peterson · 15 years ago
  66. 98ce620 Removed spurious print statement. by Vinay Sajip · 15 years ago
  67. 28c382f Logging: Implemented PEP 391. by Vinay Sajip · 15 years ago
  68. 8cdc9bc More yearly updates. by Georg Brandl · 15 years ago
  69. 5cc4e2a Issue #7470: logging: fix bug in Unicode encoding fallback. by Vinay Sajip · 15 years ago
  70. bd1094a logging: Improved support for SMTP over TLS. by Vinay Sajip · 15 years ago
  71. 4830566 logging: Added optional 'secure' parameter to SMTPHandler. by Vinay Sajip · 15 years ago
  72. e9c5a04 Issue #7403: Fixed possible race condition in lock creation. by Vinay Sajip · 15 years ago
  73. 01801d1 Issue #7403: Fixed possible race condition in lock creation. by Vinay Sajip · 15 years ago
  74. 2ed8813 logging: Issue 6615: Changed handler prepend to append. by Vinay Sajip · 15 years ago
  75. 17e94e0 logging: made _handlers a WeakValueDictionary. by Vinay Sajip · 15 years ago
  76. c470d68 Issue #6615: logging: Used weak references in internal handler list. Thanks to flox (Florent Xicluna) for the patch. by Vinay Sajip · 15 years ago
  77. 1d2c16d Made logging classes new-style and added name property to handlers. by Vinay Sajip · 15 years ago
  78. 5ac6528 Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424. by Vinay Sajip · 15 years ago
  79. 03d5c34 Issue #7120: logging: Removed import of multiprocessing which is causing crash in GAE. by Vinay Sajip · 15 years ago
  80. dd3aa9a Issue #7120: logging: Removed import of multiprocessing which is causing crash in GAE. by Vinay Sajip · 15 years ago
  81. 1c77b7f Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. by Vinay Sajip · 15 years ago
  82. fbbbb20 Issue #7052: Removed captureWarnings from __all__ by Vinay Sajip · 15 years ago
  83. 2b4df43 #7052: remove nonexisting NullHandler from logging.__all__. by Georg Brandl · 15 years ago
  84. 6d50b37 Issue #7014: logging: Improved IronPython 2.6 compatibility. by Vinay Sajip · 15 years ago
  85. f70867a Issue #7014: logging: Improved IronPython 2.6 compatibility. by Vinay Sajip · 15 years ago
  86. 4780c9a Tidied up name of parameter in StreamHandler by Vinay Sajip · 15 years ago
  87. cbb24b3 Issue #6314: logging: Extra checks on the "level" argument in more places. by Vinay Sajip · 15 years ago
  88. 603fb6d Issue #6314: logging.basicConfig() performs extra checks on the "level" argument. by Vinay Sajip · 15 years ago
  89. ff4018f Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFileHandler. by Vinay Sajip · 15 years ago
  90. 91290b5 Issue #5262: Improved fix. by Vinay Sajip · 15 years ago
  91. 83da034 Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFileHandler. by Vinay Sajip · 15 years ago
  92. 28274ab Issue #5971: StreamHandler.handleError now swallows IOErrors which occur when trying to print a traceback. by Vinay Sajip · 15 years ago
  93. f9b01fe Issue #5971: StreamHandler.handleError now swallows IOErrors which occur when trying to print a traceback. by Vinay Sajip · 15 years ago
  94. 229bc01 Issue #5854: Updated __all__ to include some missing names and remove some names which should not be exported. by Vinay Sajip · 15 years ago
  95. e34d6aa Issue #5854: Updated __all__ to include some missing names and remove some names which should not be exported. by Vinay Sajip · 15 years ago
  96. ae7c4a0 Issue #5170: Fixed regression caused when fixing #5768. by Vinay Sajip · 15 years ago
  97. cbb5308 Issue #5170: Fixed regression caused when fixing #5768. by Vinay Sajip · 15 years ago
  98. cbe744a Issue #5768: Change to Unicode output logic and test case for same. by Vinay Sajip · 15 years ago
  99. 74f0450 Issue #5768: Change to Unicode output logic and test case for same. by Vinay Sajip · 15 years ago
  100. 7fd6068 Merged revisions 68737 via svnmerge from by Benjamin Peterson · 16 years ago