1. 28421c6 Issue #17540: Added style to Formatter configuration by dict. by Vinay Sajip · 11 years ago
  2. 9b862b9 Issue #17521: Merged fix from 3.2. by Vinay Sajip · 11 years ago
  3. 68b4cc8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). by Vinay Sajip · 11 years ago
  4. 340a4bb Issue #17508: Merged fix from 3.2. by Vinay Sajip · 11 years ago
  5. 3f885b5 Issue #17508: Handled out-of-order handler configuration correctly. by Vinay Sajip · 11 years ago
  6. d27e05d Closes #16521: Improved error handling for basicConfig(), added tests for same. by Vinay Sajip · 12 years ago
  7. 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
  8. d70be9b Added test skip under Windows, as not applicable there. by Vinay Sajip · 12 years ago
  9. 5e86eed Reapplied skip logic for test on Windows, which appears to have been lost during a merge. by Vinay Sajip · 12 years ago
  10. d1a30c9 #8739: upgrade smtpd to RFC 5321 and 1870. by R David Murray · 12 years ago
  11. ac20f46 Merged hanged order of cleanup operations from 3.2. by Vinay Sajip · 12 years ago
  12. 89282af Changed order of cleanup operations to be more sensible. by Vinay Sajip · 12 years ago
  13. c94871a Merged fixed test from 3.2. by Vinay Sajip · 12 years ago
  14. c2ad0aa Fixed test to work on Windows. by Vinay Sajip · 12 years ago
  15. 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
  16. 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
  17. 4c3f478 Issue #14644: Increased default timeout for SMTPHandler. Note: last commit message referred to the wrong issue number. by Vinay Sajip · 12 years ago
  18. 7706d9a Closes #14452: brought tests in line with removal of BOM insertion code. by Vinay Sajip · 12 years ago
  19. 17160fd Fixes #14314: Improved SMTP timeout handling. by Vinay Sajip · 12 years ago
  20. 851cad7 Make test_logging no longer fail if zlib not present. Closes #14256. Patch by Pedro Kroger. by Eric V. Smith · 12 years ago
  21. b2fcd3a Added delay before record creation. by Vinay Sajip · 12 years ago
  22. 8d217c6 Issue #12151: Added more info to diagnostics. by Vinay Sajip · 12 years ago
  23. b6f6670 Added more diagnostics for diagnosing #12151. by Vinay Sajip · 12 years ago
  24. d263d18 Fixed problem with diagnostic output. by Vinay Sajip · 12 years ago
  25. 19b1d50 Added additional diagnostics to help with #12151. by Vinay Sajip · 12 years ago
  26. 2c94cdd Closes #13732: now use os.linesep instead of a literal newline. by Vinay Sajip · 13 years ago
  27. 23b94d0 Refactored logging rotating handlers for improved flexibility. by Vinay Sajip · 13 years ago
  28. e41f0de Merge 3.2, fix typos. by Florent Xicluna · 13 years ago
  29. 5252f9f logging: replace codecs.open with builtins.open, remove '_encoded' sort, add some tests. by Florent Xicluna · 13 years ago
  30. e2618f3 Closes #13361: Merge fix from 3.2. by Vinay Sajip · 13 years ago
  31. 3bd5638 Closes #13361: Raise correct exception type. by Vinay Sajip · 13 years ago
  32. 39b53c5 Merged fix for #13361 from 3.2. by Vinay Sajip · 13 years ago
  33. 61b787e Closes #13661: Check added for type of logger name. by Vinay Sajip · 13 years ago
  34. b9e46e9 Changed warn() to warning() in logging tests. by Vinay Sajip · 13 years ago
  35. e674747 Issue #12326: refactor usage of sys.platform by Victor Stinner · 13 years ago
  36. 9c3de4a Issue #12326: don't test the major version of sys.platform by Victor Stinner · 13 years ago
  37. 8188f58 Fixes #12637: Merged fix from 3.2 and added test. by Vinay Sajip · 13 years ago
  38. 2353e35 Closes #12419: Added ident to SysLogHandler. by Vinay Sajip · 13 years ago
  39. 8dd8d58 Merged fix for issue #12168 from 3.2. by Vinay Sajip · 13 years ago
  40. 5056c8c Closes issue #11557: removal of non-idiomatic code in test_logging. by Vinay Sajip · 13 years ago
  41. b7b1930 Updated test_rollover delay to just over a second. by Vinay Sajip · 13 years ago
  42. 3ef1229 Issue #12151: Test now ignores datagram socket errors after server is closed. by Vinay Sajip · 13 years ago
  43. acd902b Issue #12151: Correction to diagnostic code. by Vinay Sajip · 13 years ago
  44. ba980db Issue #12151: Added diagnostics to help diagnose intermittent socket errors. by Vinay Sajip · 13 years ago
  45. 949c890 Issue #12151: test_logging writes debug messages to stderr, not stdout by Victor Stinner · 13 years ago
  46. 39e3528 Issue #12136: Added change to handle non-availability of the ssl module. by Vinay Sajip · 13 years ago
  47. 9ba8761 Added SSL test for HTTPHandler. by Vinay Sajip · 13 years ago
  48. 32565b6 Added SSL capability to TestHTTPServer. by Vinay Sajip · 13 years ago
  49. bd3d5cf Skip some tests in the absence of multiprocessing. by Vinay Sajip · 13 years ago
  50. ce7c978 Skip some more tests in the absence of threading. by Vinay Sajip · 13 years ago
  51. 252048c test_logging: extended time range for rollover test. by Vinay Sajip · 13 years ago
  52. a171f9c test_logging: fixed bug in failure diagnostics. by Vinay Sajip · 13 years ago
  53. a552ca6 Issue #12068: Fix appears to have worked; added more diagnostics for rare failures. by Vinay Sajip · 13 years ago
  54. 672c581 Added diagnostics to test_logging, after reverting last change. by Vinay Sajip · 13 years ago
  55. 06c768a TimedTRotatingFileHandler test now improved to minimise chances of failure on very slow machines. by Vinay Sajip · 13 years ago
  56. 463ac51 Issue #12039: Add end_headers() call to avoid BadStatusLine. by Vinay Sajip · 13 years ago
  57. 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
  58. f223116 Update incorrect comment. by Vinay Sajip · 13 years ago
  59. 60ccd82 Improved Windows test coverage. by Vinay Sajip · 13 years ago
  60. fd28502 Closed resource leak in SysLogHandler. by Vinay Sajip · 13 years ago
  61. a6bbbe4 Refined rollover test for slow test machines. by Vinay Sajip · 13 years ago
  62. 89c8862 Close handler opened in test. by Vinay Sajip · 13 years ago
  63. 28338fb Added additional output to help diagnose buildbot failures. by Vinay Sajip · 13 years ago
  64. e9a56e8 Tweaked timed rollover test to allow for test-time delays. by Vinay Sajip · 13 years ago
  65. 0372e10 Improved coverage and fixed bug in HTTPHandler with POST requests. by Vinay Sajip · 13 years ago
  66. 59bec36 (Merge 3.2) logging: don't define QueueListener if Python has no thread support by Victor Stinner · 13 years ago
  67. cafa2ef logging: don't define QueueListener if Python has no thread support by Victor Stinner · 13 years ago
  68. 714b8dc Improved thread interlocks in tests. by Vinay Sajip · 13 years ago
  69. 314b92b Updated docstrings. by Vinay Sajip · 13 years ago
  70. 7367d08 Added tests to improve coverage. by Vinay Sajip · 13 years ago
  71. a463d25 Improved test coverage. by Vinay Sajip · 13 years ago
  72. 7fe1d51 Improved test_logging coverage. by Vinay Sajip · 13 years ago
  73. 6bba65c Use correct Unix socket for syslogd on OS X. by Vinay Sajip · 13 years ago
  74. dbeb274 test_logging: handle syslogd connection failure. by Vinay Sajip · 13 years ago
  75. 5a35b06 test_logging coverage improvements. by Vinay Sajip · 13 years ago
  76. 86a96ce Re-enabled time test in test_logging. by Vinay Sajip · 13 years ago
  77. d972d8f Disabled test failing on buildbots. by Vinay Sajip · 13 years ago
  78. 37eb338 Refined time test in test_logging. by Vinay Sajip · 13 years ago
  79. 373baef Yet more test_logging coverage improvements. by Vinay Sajip · 13 years ago
  80. 985ef87 More test_logging coverage improvements. by Vinay Sajip · 13 years ago
  81. 26fe4b7 test_logging coverage improvements. by Vinay Sajip · 13 years ago
  82. 00bdbe1 Fixed bug in test_logging. by Vinay Sajip · 13 years ago
  83. 5e66b16 Tidied comments and docstrings. by Vinay Sajip · 13 years ago
  84. 5b9eecf Attempt fix of #11557 by refining test logic. by Vinay Sajip · 13 years ago
  85. 1e42f9e Attempt fix of #11557 by refining setup/teardown logic. by Vinay Sajip · 13 years ago
  86. 95bf504 Attempt fix of #11557 by changing setup/teardown logic. by Vinay Sajip · 13 years ago
  87. 3def7e0 Attempt fix of #11557 by changing teardown logic. by Vinay Sajip · 13 years ago
  88. cd5a2bd Issue #11852: Merge fix from 3.2. by Vinay Sajip · 13 years ago
  89. e723e96 Issue #11852: Add missing imports and update tests. by Vinay Sajip · 13 years ago
  90. 4a0a31d Added 'handlers' argument to logging.basicConfig. by Vinay Sajip · 13 years ago
  91. 3c7c355 Issue #11557: disable test_logging.test_no_kwargs (fail on most buildbots) by Victor Stinner · 13 years ago
  92. e6c1eb9 Closes issue #11557: Added Natalia Bidart's patch to improve test coverage. by Vinay Sajip · 13 years ago
  93. 9f9991c #Issue 11424: added equivalent fixes for dictConfig. by Vinay Sajip · 13 years ago
  94. e783553 #Issue 11424: merged fix from 3.1. by Vinay Sajip · 13 years ago
  95. 3f84b07 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 13 years ago
  96. 89807a5 Issue #11330: Updated tests for correct asctime handling. by Vinay Sajip · 13 years ago
  97. ed0473c Issue #9941: Fixed TimedRotatingHandler test issues. by Vinay Sajip · 13 years ago
  98. 7b0e86e Issue #10788: Changed test_logging setUp logic to provide more information. by Vinay Sajip · 14 years ago
  99. 7b60f4e Issue #10626: test_logging now preserves logger disabled states. by Vinay Sajip · 14 years ago
  100. 60b4df1 Issue #10774: test_logging now removes temp files created during tests. by Vinay Sajip · 14 years ago