1. 7903df4 Issue #16168: Merged SysLogHandler update from 3.2. by Vinay Sajip · 12 years ago
  2. b5ca932 Issue #16168: Use specified socket type for domain sockets in SysLogHandler. by Vinay Sajip · 12 years ago
  3. a57a8e0 Closes #15179: Merged fix from 3.2. by Vinay Sajip · 12 years ago
  4. 3e6d71d Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita for the patch. by Vinay Sajip · 12 years ago
  5. 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
  6. 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
  7. 26308da Issue #14622: Increased default timeout for SMTPHandler. by Vinay Sajip · 12 years ago
  8. b4e59e9 Closes #14452: remove BOM insertion code. by Vinay Sajip · 12 years ago
  9. ee9e485 Closes #14452: remove BOM insertion code. by Vinay Sajip · 12 years ago
  10. b4f6da8 Closes #14436: merged fix from 3.2. by Vinay Sajip · 12 years ago
  11. 6f5e54e Closes #14436: Convert msg + args to string before pickling. by Vinay Sajip · 12 years ago
  12. ee64b28 Closes #14314: backported fix. by Vinay Sajip · 12 years ago
  13. 17160fd Fixes #14314: Improved SMTP timeout handling. by Vinay Sajip · 12 years ago
  14. 0f15181 Closes #14267: Merged fix from 3.2. by Vinay Sajip · 12 years ago
  15. 27f4897 Closes #14267: Corrected computation of rollover filename. by Vinay Sajip · 12 years ago
  16. 323e4fb Merged fix added for recent changes in non-threading environments. by Vinay Sajip · 12 years ago
  17. f050903 Fix added for recent changes in non-threading environments. by Vinay Sajip · 12 years ago
  18. 57c2237 Merged logging flush/close changes from 3.2. by Vinay Sajip · 12 years ago
  19. 0abf61d logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion. by Vinay Sajip · 12 years ago
  20. 23b94d0 Refactored logging rotating handlers for improved flexibility. by Vinay Sajip · 13 years ago
  21. 5252f9f logging: replace codecs.open with builtins.open, remove '_encoded' sort, add some tests. by Florent Xicluna · 13 years ago
  22. 2353e35 Closes #12419: Added ident to SysLogHandler. by Vinay Sajip · 13 years ago
  23. 8dd8d58 Merged fix for issue #12168 from 3.2. by Vinay Sajip · 13 years ago
  24. 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
  25. fd28502 Closed resource leak in SysLogHandler. by Vinay Sajip · 13 years ago
  26. b37cd39 Changed where socket close is called on connection failure. by Vinay Sajip · 13 years ago
  27. 2261b32 Close socket on connection failure. by Vinay Sajip · 13 years ago
  28. 0372e10 Improved coverage and fixed bug in HTTPHandler with POST requests. by Vinay Sajip · 13 years ago
  29. 59bec36 (Merge 3.2) logging: don't define QueueListener if Python has no thread support by Victor Stinner · 13 years ago
  30. cafa2ef logging: don't define QueueListener if Python has no thread support by Victor Stinner · 13 years ago
  31. de19e08 Updated usage of boolean values. by Vinay Sajip · 13 years ago
  32. 7fe1d51 Improved test_logging coverage. by Vinay Sajip · 13 years ago
  33. 5a35b06 test_logging coverage improvements. by Vinay Sajip · 13 years ago
  34. 985ef87 More test_logging coverage improvements. by Vinay Sajip · 13 years ago
  35. cd5a2bd Issue #11852: Merge fix from 3.2. by Vinay Sajip · 13 years ago
  36. e723e96 Issue #11852: Add missing imports and update tests. by Vinay Sajip · 13 years ago
  37. aa7c179 Improved QueueListener implementation - queue sentinel addition made extensible. by Vinay Sajip · 13 years ago
  38. 01241d6 Issue #10949: Improved robustness of rotating file handlers. by Vinay Sajip · 14 years ago
  39. 0637d49 logging: added QueueListener and documentation. by Vinay Sajip · 14 years ago
  40. 0258ce8 logging: Added QueueHandler.prepare and updated documentation. by Vinay Sajip · 14 years ago
  41. c84f016 Added some methods to LoggerAdapter, and updated documentation. by Vinay Sajip · 14 years ago
  42. af9d10a logging: enhanced HTTPHandler by Vinay Sajip · 14 years ago
  43. 121a1c4 logging: Added QueueHandler. by Vinay Sajip · 14 years ago
  44. 609364a Logging: removed some old commented out code. by Vinay Sajip · 14 years ago
  45. 89994b2 Issue #9512: Made comment more informative. by Vinay Sajip · 14 years ago
  46. 89d8f82 Issue #7077: Fixed bug in previous fix. by Vinay Sajip · 14 years ago
  47. 467d12f Issue #7077: Fixed SysLogHandler implementation of Unicode handling. by Vinay Sajip · 14 years ago
  48. 30e86a4 Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Changes in Modules. by Senthil Kumaran · 14 years ago
  49. 22005fc Merged revisions 79279,79284,79293,79373,79376,79379,79876,79888 via svnmerge from by Benjamin Peterson · 14 years ago
  50. 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 · 14 years ago
  51. db81c4c Merged revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge from by Vinay Sajip · 14 years ago
  52. 25fcd22 logging: Improved support for SMTP over TLS. by Vinay Sajip · 15 years ago
  53. 540f215 logging: Added optional 'secure' parameter to SMTPHandler. by Vinay Sajip · 15 years ago
  54. 42ead48 Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424. by Vinay Sajip · 15 years ago
  55. cbabd7e Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. by Vinay Sajip · 15 years ago
  56. affbd87 Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFileHandler. by Vinay Sajip · 15 years ago
  57. 96f05e5 Use a real bool for a flag option. by Georg Brandl · 15 years ago
  58. 6268cbc Issue 5013: Fixed bug in FileHandler when delay was set - added fix for RotatingFileHandler and changed header comment slightly. by Vinay Sajip · 16 years ago
  59. 458ad47 Merged revisions 68459 via svnmerge from by Benjamin Peterson · 16 years ago
  60. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  61. 029986a Fix old urllib/urllib2/urlparse usage. by Georg Brandl · 16 years ago
  62. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  63. a37cfc6 Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,63534,63541 via svnmerge from by Benjamin Peterson · 16 years ago
  64. ad9d48d Merged revisions 62090-62091,62096,62100,62102,62110-62114 via svnmerge from by Benjamin Peterson · 16 years ago
  65. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  66. e7a15bb Merged revisions 60234-60244 via svnmerge from by Christian Heimes · 17 years ago
  67. 86def6c Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from by Georg Brandl · 17 years ago
  68. d348b25 Remove several mentions of old Python versions that don't apply anymore. by Georg Brandl · 17 years ago
  69. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  70. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  71. 99603b0 Getting rid of cPickle. Mmm, feels good! by Guido van Rossum · 17 years ago
  72. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  73. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  74. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  75. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  76. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  77. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  78. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
  79. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
  80. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  81. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  82. ba205d6 If cPickle isn't available, use pickle. by Guido van Rossum · 18 years ago
  83. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  84. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  85. 814fa0f Exceptions raised during renaming in rotating file handlers are now passed to handleError (except for SystemExit and KeyboardInterrupt, which are re-raised). by Vinay Sajip · 19 years ago
  86. e928977 Exceptions raised during renaming in rotating file handlers are now passed to handleError (except for SystemExit and KeyboardInterrupt, which are re-raised). by Vinay Sajip · 19 years ago
  87. d952041 TimedRotatingFileHandler now calculates next rollover from previous rollover rather than current time. by Vinay Sajip · 19 years ago
  88. 74a83e9 Fixed bug in time-to-midnight calculation. by Vinay Sajip · 19 years ago
  89. 8b6b53f Fixed indentation bug in _connect_unixsocket (thanks to Ken Lalonde for reporting it/supplying a patch) by Vinay Sajip · 19 years ago
  90. 245a5ab Exception handling now raises KeyboardInterrupt and SystemExit rather than passing to handleError by Vinay Sajip · 19 years ago
  91. 85c1909 Exception handling now raises KeyboardInterrupt and SystemExit rather than passing to handleError by Vinay Sajip · 19 years ago
  92. b793506 Added Host and Content-type headers to requests sent by HTTPHandler (suggested by Steven Vereecken) by Vinay Sajip · 19 years ago
  93. 4600f11 Added optional encoding argument to file handlers. by Vinay Sajip · 19 years ago
  94. a1974c1 Improved SysLogHandler error recovery (patch by Erik Forsberg) by Vinay Sajip · 20 years ago
  95. e7d4066 Changes made to maintain 1.5.2 compatibility. by Vinay Sajip · 20 years ago
  96. fb15417 Fixed bug in DatagramHandler.send() by Vinay Sajip · 20 years ago
  97. 318a12e Patch #791776: Replace SMTPHandler.date_time with email.Utils.formatdate. by Martin v. Löwis · 20 years ago
  98. 5e9e9e1 Removed debugging print statements from TimedRotatingFileHandler, and sorted list returned by glob.glob() (SF #987166) by Vinay Sajip · 20 years ago
  99. 3970c11 Add exception handling for BaseRotatingFileHandler (SF #979252) by Vinay Sajip · 20 years ago
  100. 4e0e1b6 Whitespace normalization. by Tim Peters · 20 years ago