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