1. a861d48 Issue #292Merged fixes from 3.5. by Vinay Sajip · 8 years ago
  2. 924aaae Issue #29220: Improved fix and test. by Vinay Sajip · 8 years ago
  3. 1e6499c Fixes #29177: Improved resilience of logging tests which use socket servers. by Vinay Sajip · 8 years ago
  4. d178e69 Issue 28668: Merge 3.5 by Xavier de Gaye · 8 years ago
  5. 49e8f2d Issue 28668: Skip tests where instanciation of multiprocessing.Queue by Xavier de Gaye · 8 years ago
  6. 94332cb Issue #28480: Adjust or skip tests if multithreading is disabled by Martin Panter · 8 years ago
  7. d61910c Fixes #27930: improved QueueListener behaviour. by Vinay Sajip · 8 years ago
  8. db8f463 Added back test code lost during merge. by Vinay Sajip · 8 years ago
  9. a793037 Issue #19527: Fixed tests with defined COUNT_ALLOCS. by Serhiy Storchaka · 8 years ago
  10. 1bf197e Fixed #27251: corrected string/bytes handling in credentials. by Vinay Sajip · 8 years ago
  11. 3f445f7 Closes #25411: Merged fix from 3.4. by Vinay Sajip · 9 years ago
  12. 277640a Closes #25411: Improved Unicode support in SMTPHandler. by Vinay Sajip · 9 years ago
  13. 479ac66 Issue #25097: Merge with 3.4 by Zachary Ware · 9 years ago
  14. 106ddf0 Issue #25097: Re-raise any other pywin32 error by Zachary Ware · 9 years ago
  15. af34b24 Issue #25097: Merge with 3.4 by Zachary Ware · 9 years ago
  16. 22226c5 Issue #25097: fix Windows error number access by Zachary Ware · 9 years ago
  17. d5963e6 Fixes #25097: Merged fi from 3.4. by Vinay Sajip · 9 years ago
  18. 223349c Fixes #25097: Windows test is skipped if there are insufficient privileges, rather than failing. by Vinay Sajip · 9 years ago
  19. 750eae1 Issue #24678: Fixed raiseExceptions typo in logging tests. by Serhiy Storchaka · 9 years ago
  20. 296b347 Issue #24678: Fixed raiseExceptions typo in logging tests. by Serhiy Storchaka · 9 years ago
  21. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  22. 3505bd8 Issue #23207: merged fix from 3.4. by Vinay Sajip · 10 years ago
  23. d55436a Issue #23207: Improved kwarg validation. by Vinay Sajip · 10 years ago
  24. 365701a Added respect_handler_level to QueueListener. by Vinay Sajip · 10 years ago
  25. 3bbb37e Issue #23211: Fix patch for 3.4 differences. by Ned Deily · 10 years ago
  26. cad3eb6 Issue #23211: merge from 3.4 by Ned Deily · 10 years ago
  27. 1e012e6 Issue #23211: Workaround test_logging failure on some OS X 10.6 systems: by Ned Deily · 10 years ago
  28. 43052a1 add context parameter to HTTPHandler (closes #22788) by Benjamin Peterson · 10 years ago
  29. 6c22e65 merge 3.4 (#22788) by Benjamin Peterson · 10 years ago
  30. 1cca273 merge 3.4 (#22417) by Benjamin Peterson · 10 years ago
  31. 4ffb075 PEP 476: enable HTTPS certificate verification by default (#22417) by Benjamin Peterson · 10 years ago
  32. 02a8f9e Closes #20537: logging methods now accept an exception instance as well as a Boolean value or exception tuple. Thanks to Yury Selivanov for the patch. by Vinay Sajip · 10 years ago
  33. a56411e Closes #22386: merged fix from 3.4. by Vinay Sajip · 10 years ago
  34. d1d4fbf Issue #22386: fixed regression. by Vinay Sajip · 10 years ago
  35. 1144da5 #19662: Eliminate warnings in other test modules that use smtpd. by R David Murray · 10 years ago
  36. 8ff3737 (Merge 3.4) Issue #21636: Fix test_logging, skip UNIX stream (AF_UNIX) tests on by Victor Stinner · 10 years ago
  37. ec5a860 Issue #21636: Fix test_logging, skip UNIX stream (AF_UNIX) tests on Windows. by Victor Stinner · 10 years ago
  38. 1feedb4 Closes #21583: Improved test_logging. Thanks to Diana Joan Clarke for the patch. by Vinay Sajip · 10 years ago
  39. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  40. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  41. 30e6a64 Closes #20242: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  42. 1fd1202 Issue #20242: Fixed basicConfig() format strings for the alternative formatting styles. by Vinay Sajip · 11 years ago
  43. 712cb73 Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown. by Antoine Pitrou · 11 years ago
  44. dc96ca2 Added some diagnostics to help with #19690. by Vinay Sajip · 11 years ago
  45. ef2d8a5 Closes #19665: Merged fi from 3.3. by Vinay Sajip · 11 years ago
  46. 827f5d3 Issue #19665: Increased timeout for SMTPHandler test. by Vinay Sajip · 11 years ago
  47. cb2c4fe Updated test_logging so that errors don't occur in the absence of threading. by Vinay Sajip · 11 years ago
  48. f6cdffe Streamlined logging tests by moving common code to a helper function. by Vinay Sajip · 11 years ago
  49. 5421f35 logging: added support for Unix domain sockets to SocketHandler and DatagramHandler. by Vinay Sajip · 11 years ago
  50. 04d4d6a Avoid test_logging failure when run after test_unittest, by renaming a conflicting logger by Antoine Pitrou · 11 years ago
  51. 48e6a8c Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  52. 50254c5 Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  53. 30298b4 Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of which avoids affecting global state. by Vinay Sajip · 11 years ago
  54. 3b84eae Closes #18046: Simplified logging internals relating to levels and their names. Thanks to Alex Gaynor for the patch. by Vinay Sajip · 11 years ago
  55. 10e8c49 Re-enabled skipped test. by Vinay Sajip · 11 years ago
  56. 43473e3 Diagnostics collected, test disabled for now. by Vinay Sajip · 11 years ago
  57. caf9eb8 Re-enabled test with more diagnostics. by Vinay Sajip · 11 years ago
  58. 577abe1 Skip failing test pending investigation. by Vinay Sajip · 11 years ago
  59. 66940a1 Issue #17713: Added failure diagnostics to test. by Vinay Sajip · 11 years ago
  60. 8b4c719 Issue #17713: additional tweak to test. by Vinay Sajip · 11 years ago
  61. d86ac96 Closes #17713: Fixed bug in test_compute_rollover_weekly_attime. by Vinay Sajip · 11 years ago
  62. 171bb26 Issue #17713: Test temporarily skipped while failure investigated. by Vinay Sajip · 11 years ago
  63. a713079 Closed #9556: Allowed specifying a time-of-day for a TimedRotatingFileHandler to rotate. by Vinay Sajip · 11 years ago
  64. 04cc55a Closes #17540: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  65. 28421c6 Issue #17540: Added style to Formatter configuration by dict. by Vinay Sajip · 12 years ago
  66. 8ec95b8 Closes #17521: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  67. 9b862b9 Issue #17521: Merged fix from 3.2. by Vinay Sajip · 12 years ago
  68. 68b4cc8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). by Vinay Sajip · 12 years ago
  69. 5a63fe6 Closes #17508: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  70. 340a4bb Issue #17508: Merged fix from 3.2. by Vinay Sajip · 12 years ago
  71. 3f885b5 Issue #17508: Handled out-of-order handler configuration correctly. by Vinay Sajip · 12 years ago
  72. becf5c6 Issue #17384: Consolidated cleanup operations in tests. by Vinay Sajip · 12 years ago
  73. f9e9754 Closes #17313: Deleted test file created by test_logging. by Vinay Sajip · 12 years ago
  74. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  75. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  76. 6d8a122 Issue #16704: Get rid of select.error in stdlib. Use OSError instead. by Andrew Svetlov · 12 years ago
  77. 8d27023 Allow configuration of handler properties. by Vinay Sajip · 12 years ago
  78. da201fa Try to fix issue #16264 (test_logging failure on some buildbots). by Antoine Pitrou · 12 years ago
  79. 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
  80. cf9e2f2 Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance. by Vinay Sajip · 12 years ago
  81. 3ffd29b Remove unnecessary []. by Ezio Melotti · 12 years ago
  82. 4ded551 Issue #15452: Added verify option for logging configuration socket listener. by Vinay Sajip · 12 years ago
  83. d27e05d Closes #16521: Improved error handling for basicConfig(), added tests for same. by Vinay Sajip · 12 years ago
  84. 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
  85. d70be9b Added test skip under Windows, as not applicable there. by Vinay Sajip · 12 years ago
  86. 5e86eed Reapplied skip logic for test on Windows, which appears to have been lost during a merge. by Vinay Sajip · 12 years ago
  87. d1a30c9 #8739: upgrade smtpd to RFC 5321 and 1870. by R David Murray · 12 years ago
  88. ac20f46 Merged hanged order of cleanup operations from 3.2. by Vinay Sajip · 12 years ago
  89. 89282af Changed order of cleanup operations to be more sensible. by Vinay Sajip · 12 years ago
  90. c94871a Merged fixed test from 3.2. by Vinay Sajip · 12 years ago
  91. c2ad0aa Fixed test to work on Windows. by Vinay Sajip · 12 years ago
  92. 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
  93. 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
  94. 4c3f478 Issue #14644: Increased default timeout for SMTPHandler. Note: last commit message referred to the wrong issue number. by Vinay Sajip · 12 years ago
  95. 7706d9a Closes #14452: brought tests in line with removal of BOM insertion code. by Vinay Sajip · 12 years ago
  96. 17160fd Fixes #14314: Improved SMTP timeout handling. by Vinay Sajip · 13 years ago
  97. 851cad7 Make test_logging no longer fail if zlib not present. Closes #14256. Patch by Pedro Kroger. by Eric V. Smith · 13 years ago
  98. b2fcd3a Added delay before record creation. by Vinay Sajip · 13 years ago
  99. 8d217c6 Issue #12151: Added more info to diagnostics. by Vinay Sajip · 13 years ago
  100. b6f6670 Added more diagnostics for diagnosing #12151. by Vinay Sajip · 13 years ago