1. 04cc55a Closes #17540: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  2. 28421c6 Issue #17540: Added style to Formatter configuration by dict. by Vinay Sajip · 11 years ago
  3. 8ec95b8 Closes #17521: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  4. 9b862b9 Issue #17521: Merged fix from 3.2. by Vinay Sajip · 11 years ago
  5. 68b4cc8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). by Vinay Sajip · 11 years ago
  6. 5a63fe6 Closes #17508: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  7. 340a4bb Issue #17508: Merged fix from 3.2. by Vinay Sajip · 11 years ago
  8. 3f885b5 Issue #17508: Handled out-of-order handler configuration correctly. by Vinay Sajip · 11 years ago
  9. becf5c6 Issue #17384: Consolidated cleanup operations in tests. by Vinay Sajip · 11 years ago
  10. f9e9754 Closes #17313: Deleted test file created by test_logging. by Vinay Sajip · 11 years ago
  11. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  12. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  13. 6d8a122 Issue #16704: Get rid of select.error in stdlib. Use OSError instead. by Andrew Svetlov · 12 years ago
  14. 8d27023 Allow configuration of handler properties. by Vinay Sajip · 12 years ago
  15. da201fa Try to fix issue #16264 (test_logging failure on some buildbots). by Antoine Pitrou · 12 years ago
  16. 284529d test_logging.py: where needed use unittest's assertGreater, assertLesser, assertIs rather than assertTrue (also in order to debug issue 16264) by Giampaolo Rodola' · 12 years ago
  17. cf9e2f2 Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance. by Vinay Sajip · 12 years ago
  18. 3ffd29b Remove unnecessary []. by Ezio Melotti · 12 years ago
  19. 4ded551 Issue #15452: Added verify option for logging configuration socket listener. by Vinay Sajip · 12 years ago
  20. d27e05d Closes #16521: Improved error handling for basicConfig(), added tests for same. by Vinay Sajip · 12 years ago
  21. ed1f7c8 Closes #14902: Fixed timezone conversion of a date/time in the past. Thanks to Yuriy Syrovetskiy for the report and Juancarlo Añez for the patch on which this fix is based. by Vinay Sajip · 12 years ago
  22. d70be9b Added test skip under Windows, as not applicable there. by Vinay Sajip · 12 years ago
  23. 5e86eed Reapplied skip logic for test on Windows, which appears to have been lost during a merge. by Vinay Sajip · 12 years ago
  24. d1a30c9 #8739: upgrade smtpd to RFC 5321 and 1870. by R David Murray · 12 years ago
  25. ac20f46 Merged hanged order of cleanup operations from 3.2. by Vinay Sajip · 12 years ago
  26. 89282af Changed order of cleanup operations to be more sensible. by Vinay Sajip · 12 years ago
  27. c94871a Merged fixed test from 3.2. by Vinay Sajip · 12 years ago
  28. c2ad0aa Fixed test to work on Windows. by Vinay Sajip · 12 years ago
  29. 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
  30. 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
  31. 4c3f478 Issue #14644: Increased default timeout for SMTPHandler. Note: last commit message referred to the wrong issue number. by Vinay Sajip · 12 years ago
  32. 7706d9a Closes #14452: brought tests in line with removal of BOM insertion code. by Vinay Sajip · 12 years ago
  33. 17160fd Fixes #14314: Improved SMTP timeout handling. by Vinay Sajip · 12 years ago
  34. 851cad7 Make test_logging no longer fail if zlib not present. Closes #14256. Patch by Pedro Kroger. by Eric V. Smith · 12 years ago
  35. b2fcd3a Added delay before record creation. by Vinay Sajip · 12 years ago
  36. 8d217c6 Issue #12151: Added more info to diagnostics. by Vinay Sajip · 12 years ago
  37. b6f6670 Added more diagnostics for diagnosing #12151. by Vinay Sajip · 12 years ago
  38. d263d18 Fixed problem with diagnostic output. by Vinay Sajip · 12 years ago
  39. 19b1d50 Added additional diagnostics to help with #12151. by Vinay Sajip · 12 years ago
  40. 2c94cdd Closes #13732: now use os.linesep instead of a literal newline. by Vinay Sajip · 13 years ago
  41. 23b94d0 Refactored logging rotating handlers for improved flexibility. by Vinay Sajip · 13 years ago
  42. e41f0de Merge 3.2, fix typos. by Florent Xicluna · 13 years ago
  43. 5252f9f logging: replace codecs.open with builtins.open, remove '_encoded' sort, add some tests. by Florent Xicluna · 13 years ago
  44. e2618f3 Closes #13361: Merge fix from 3.2. by Vinay Sajip · 13 years ago
  45. 3bd5638 Closes #13361: Raise correct exception type. by Vinay Sajip · 13 years ago
  46. 39b53c5 Merged fix for #13361 from 3.2. by Vinay Sajip · 13 years ago
  47. 61b787e Closes #13661: Check added for type of logger name. by Vinay Sajip · 13 years ago
  48. b9e46e9 Changed warn() to warning() in logging tests. by Vinay Sajip · 13 years ago
  49. e674747 Issue #12326: refactor usage of sys.platform by Victor Stinner · 13 years ago
  50. 9c3de4a Issue #12326: don't test the major version of sys.platform by Victor Stinner · 13 years ago
  51. 8188f58 Fixes #12637: Merged fix from 3.2 and added test. by Vinay Sajip · 13 years ago
  52. 2353e35 Closes #12419: Added ident to SysLogHandler. by Vinay Sajip · 13 years ago
  53. 8dd8d58 Merged fix for issue #12168 from 3.2. by Vinay Sajip · 13 years ago
  54. 5056c8c Closes issue #11557: removal of non-idiomatic code in test_logging. by Vinay Sajip · 13 years ago
  55. b7b1930 Updated test_rollover delay to just over a second. by Vinay Sajip · 13 years ago
  56. 3ef1229 Issue #12151: Test now ignores datagram socket errors after server is closed. by Vinay Sajip · 13 years ago
  57. acd902b Issue #12151: Correction to diagnostic code. by Vinay Sajip · 13 years ago
  58. ba980db Issue #12151: Added diagnostics to help diagnose intermittent socket errors. by Vinay Sajip · 13 years ago
  59. 949c890 Issue #12151: test_logging writes debug messages to stderr, not stdout by Victor Stinner · 13 years ago
  60. 39e3528 Issue #12136: Added change to handle non-availability of the ssl module. by Vinay Sajip · 13 years ago
  61. 9ba8761 Added SSL test for HTTPHandler. by Vinay Sajip · 13 years ago
  62. 32565b6 Added SSL capability to TestHTTPServer. by Vinay Sajip · 13 years ago
  63. bd3d5cf Skip some tests in the absence of multiprocessing. by Vinay Sajip · 13 years ago
  64. ce7c978 Skip some more tests in the absence of threading. by Vinay Sajip · 13 years ago
  65. 252048c test_logging: extended time range for rollover test. by Vinay Sajip · 13 years ago
  66. a171f9c test_logging: fixed bug in failure diagnostics. by Vinay Sajip · 13 years ago
  67. a552ca6 Issue #12068: Fix appears to have worked; added more diagnostics for rare failures. by Vinay Sajip · 13 years ago
  68. 672c581 Added diagnostics to test_logging, after reverting last change. by Vinay Sajip · 13 years ago
  69. 06c768a TimedTRotatingFileHandler test now improved to minimise chances of failure on very slow machines. by Vinay Sajip · 13 years ago
  70. 463ac51 Issue #12039: Add end_headers() call to avoid BadStatusLine. by Vinay Sajip · 13 years ago
  71. e73afad Issue #12039: Now suppress spurious select.error raised on FreeBSD when the server (an asyncore.dispatcher) is closed. by Vinay Sajip · 13 years ago
  72. f223116 Update incorrect comment. by Vinay Sajip · 13 years ago
  73. 60ccd82 Improved Windows test coverage. by Vinay Sajip · 13 years ago
  74. fd28502 Closed resource leak in SysLogHandler. by Vinay Sajip · 13 years ago
  75. a6bbbe4 Refined rollover test for slow test machines. by Vinay Sajip · 13 years ago
  76. 89c8862 Close handler opened in test. by Vinay Sajip · 13 years ago
  77. 28338fb Added additional output to help diagnose buildbot failures. by Vinay Sajip · 13 years ago
  78. e9a56e8 Tweaked timed rollover test to allow for test-time delays. by Vinay Sajip · 13 years ago
  79. 0372e10 Improved coverage and fixed bug in HTTPHandler with POST requests. by Vinay Sajip · 13 years ago
  80. 59bec36 (Merge 3.2) logging: don't define QueueListener if Python has no thread support by Victor Stinner · 13 years ago
  81. cafa2ef logging: don't define QueueListener if Python has no thread support by Victor Stinner · 13 years ago
  82. 714b8dc Improved thread interlocks in tests. by Vinay Sajip · 13 years ago
  83. 314b92b Updated docstrings. by Vinay Sajip · 13 years ago
  84. 7367d08 Added tests to improve coverage. by Vinay Sajip · 13 years ago
  85. a463d25 Improved test coverage. by Vinay Sajip · 13 years ago
  86. 7fe1d51 Improved test_logging coverage. by Vinay Sajip · 13 years ago
  87. 6bba65c Use correct Unix socket for syslogd on OS X. by Vinay Sajip · 13 years ago
  88. dbeb274 test_logging: handle syslogd connection failure. by Vinay Sajip · 13 years ago
  89. 5a35b06 test_logging coverage improvements. by Vinay Sajip · 13 years ago
  90. 86a96ce Re-enabled time test in test_logging. by Vinay Sajip · 13 years ago
  91. d972d8f Disabled test failing on buildbots. by Vinay Sajip · 13 years ago
  92. 37eb338 Refined time test in test_logging. by Vinay Sajip · 13 years ago
  93. 373baef Yet more test_logging coverage improvements. by Vinay Sajip · 13 years ago
  94. 985ef87 More test_logging coverage improvements. by Vinay Sajip · 13 years ago
  95. 26fe4b7 test_logging coverage improvements. by Vinay Sajip · 13 years ago
  96. 00bdbe1 Fixed bug in test_logging. by Vinay Sajip · 13 years ago
  97. 5e66b16 Tidied comments and docstrings. by Vinay Sajip · 13 years ago
  98. 5b9eecf Attempt fix of #11557 by refining test logic. by Vinay Sajip · 13 years ago
  99. 1e42f9e Attempt fix of #11557 by refining setup/teardown logic. by Vinay Sajip · 13 years ago
  100. 95bf504 Attempt fix of #11557 by changing setup/teardown logic. by Vinay Sajip · 13 years ago