1. 8dd8d58 Merged fix for issue #12168 from 3.2. by Vinay Sajip · 13 years ago
  2. 5056c8c Closes issue #11557: removal of non-idiomatic code in test_logging. by Vinay Sajip · 13 years ago
  3. b7b1930 Updated test_rollover delay to just over a second. by Vinay Sajip · 13 years ago
  4. 3ef1229 Issue #12151: Test now ignores datagram socket errors after server is closed. by Vinay Sajip · 13 years ago
  5. acd902b Issue #12151: Correction to diagnostic code. by Vinay Sajip · 13 years ago
  6. ba980db Issue #12151: Added diagnostics to help diagnose intermittent socket errors. by Vinay Sajip · 13 years ago
  7. 949c890 Issue #12151: test_logging writes debug messages to stderr, not stdout by Victor Stinner · 13 years ago
  8. 39e3528 Issue #12136: Added change to handle non-availability of the ssl module. by Vinay Sajip · 13 years ago
  9. 9ba8761 Added SSL test for HTTPHandler. by Vinay Sajip · 13 years ago
  10. 32565b6 Added SSL capability to TestHTTPServer. by Vinay Sajip · 13 years ago
  11. bd3d5cf Skip some tests in the absence of multiprocessing. by Vinay Sajip · 13 years ago
  12. ce7c978 Skip some more tests in the absence of threading. by Vinay Sajip · 13 years ago
  13. 252048c test_logging: extended time range for rollover test. by Vinay Sajip · 13 years ago
  14. a171f9c test_logging: fixed bug in failure diagnostics. by Vinay Sajip · 13 years ago
  15. a552ca6 Issue #12068: Fix appears to have worked; added more diagnostics for rare failures. by Vinay Sajip · 13 years ago
  16. 672c581 Added diagnostics to test_logging, after reverting last change. by Vinay Sajip · 13 years ago
  17. 06c768a TimedTRotatingFileHandler test now improved to minimise chances of failure on very slow machines. by Vinay Sajip · 13 years ago
  18. 463ac51 Issue #12039: Add end_headers() call to avoid BadStatusLine. by Vinay Sajip · 13 years ago
  19. 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
  20. f223116 Update incorrect comment. by Vinay Sajip · 13 years ago
  21. 60ccd82 Improved Windows test coverage. by Vinay Sajip · 13 years ago
  22. fd28502 Closed resource leak in SysLogHandler. by Vinay Sajip · 13 years ago
  23. a6bbbe4 Refined rollover test for slow test machines. by Vinay Sajip · 13 years ago
  24. 89c8862 Close handler opened in test. by Vinay Sajip · 13 years ago
  25. 28338fb Added additional output to help diagnose buildbot failures. by Vinay Sajip · 13 years ago
  26. e9a56e8 Tweaked timed rollover test to allow for test-time delays. by Vinay Sajip · 13 years ago
  27. 0372e10 Improved coverage and fixed bug in HTTPHandler with POST requests. by Vinay Sajip · 13 years ago
  28. 59bec36 (Merge 3.2) logging: don't define QueueListener if Python has no thread support by Victor Stinner · 13 years ago
  29. cafa2ef logging: don't define QueueListener if Python has no thread support by Victor Stinner · 13 years ago
  30. 714b8dc Improved thread interlocks in tests. by Vinay Sajip · 13 years ago
  31. 314b92b Updated docstrings. by Vinay Sajip · 13 years ago
  32. 7367d08 Added tests to improve coverage. by Vinay Sajip · 13 years ago
  33. a463d25 Improved test coverage. by Vinay Sajip · 13 years ago
  34. 7fe1d51 Improved test_logging coverage. by Vinay Sajip · 13 years ago
  35. 6bba65c Use correct Unix socket for syslogd on OS X. by Vinay Sajip · 13 years ago
  36. dbeb274 test_logging: handle syslogd connection failure. by Vinay Sajip · 13 years ago
  37. 5a35b06 test_logging coverage improvements. by Vinay Sajip · 13 years ago
  38. 86a96ce Re-enabled time test in test_logging. by Vinay Sajip · 13 years ago
  39. d972d8f Disabled test failing on buildbots. by Vinay Sajip · 13 years ago
  40. 37eb338 Refined time test in test_logging. by Vinay Sajip · 13 years ago
  41. 373baef Yet more test_logging coverage improvements. by Vinay Sajip · 13 years ago
  42. 985ef87 More test_logging coverage improvements. by Vinay Sajip · 13 years ago
  43. 26fe4b7 test_logging coverage improvements. by Vinay Sajip · 13 years ago
  44. 00bdbe1 Fixed bug in test_logging. by Vinay Sajip · 13 years ago
  45. 5e66b16 Tidied comments and docstrings. by Vinay Sajip · 13 years ago
  46. 5b9eecf Attempt fix of #11557 by refining test logic. by Vinay Sajip · 13 years ago
  47. 1e42f9e Attempt fix of #11557 by refining setup/teardown logic. by Vinay Sajip · 13 years ago
  48. 95bf504 Attempt fix of #11557 by changing setup/teardown logic. by Vinay Sajip · 13 years ago
  49. 3def7e0 Attempt fix of #11557 by changing teardown logic. by Vinay Sajip · 13 years ago
  50. cd5a2bd Issue #11852: Merge fix from 3.2. by Vinay Sajip · 13 years ago
  51. e723e96 Issue #11852: Add missing imports and update tests. by Vinay Sajip · 13 years ago
  52. 4a0a31d Added 'handlers' argument to logging.basicConfig. by Vinay Sajip · 13 years ago
  53. 3c7c355 Issue #11557: disable test_logging.test_no_kwargs (fail on most buildbots) by Victor Stinner · 13 years ago
  54. e6c1eb9 Closes issue #11557: Added Natalia Bidart's patch to improve test coverage. by Vinay Sajip · 13 years ago
  55. 9f9991c #Issue 11424: added equivalent fixes for dictConfig. by Vinay Sajip · 13 years ago
  56. e783553 #Issue 11424: merged fix from 3.1. by Vinay Sajip · 13 years ago
  57. 3f84b07 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 13 years ago
  58. 89807a5 Issue #11330: Updated tests for correct asctime handling. by Vinay Sajip · 13 years ago
  59. ed0473c Issue #9941: Fixed TimedRotatingHandler test issues. by Vinay Sajip · 13 years ago
  60. 7b0e86e Issue #10788: Changed test_logging setUp logic to provide more information. by Vinay Sajip · 14 years ago
  61. 7b60f4e Issue #10626: test_logging now preserves logger disabled states. by Vinay Sajip · 14 years ago
  62. 60b4df1 Issue #10774: test_logging now removes temp files created during tests. by Vinay Sajip · 14 years ago
  63. 5a27d40 logging: added handler of last resort. by Vinay Sajip · 14 years ago
  64. 6156152 logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests. by Vinay Sajip · 14 years ago
  65. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  66. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  67. b046b80 Remove ResourceWarnings caused by files left open. by Vinay Sajip · 14 years ago
  68. 6a65c5d logging: Improved Formatter implementation. by Vinay Sajip · 14 years ago
  69. a39c571 logging: Added style option to Formatter to allow %, {} or himBHformatting. by Vinay Sajip · 14 years ago
  70. 6dbed2e logging: Allowed filters to be just callables. by Vinay Sajip · 14 years ago
  71. 6fac817 logging: Added tests for _logRecordClass changes. by Vinay Sajip · 14 years ago
  72. c84f016 Added some methods to LoggerAdapter, and updated documentation. by Vinay Sajip · 14 years ago
  73. b4a0809 logging: Add hasHandlers() method to Logger. by Vinay Sajip · 14 years ago
  74. 2cdacd7 Added missing BaseTest.tearDown(self). Fixed refleak. by Hirokazu Yamamoto · 14 years ago
  75. bc85d84 Temporarily commented out test which succeeds locally but fails on buildbots, while investigating. by Vinay Sajip · 14 years ago
  76. 19ec67a Issue #9441: logging: Improved test coverage for rotating file handlers. by Vinay Sajip · 14 years ago
  77. 8552d1f Added test for QueueHandler. by Vinay Sajip · 14 years ago
  78. dc69274 Replace the deprecated ConfigParser.readfp() method, and fix the incomplete merge in r82293. by Florent Xicluna · 14 years ago
  79. a82addb Merged revisions 80712,81651 via svnmerge from by Benjamin Peterson · 14 years ago
  80. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  81. 22005fc Merged revisions 79279,79284,79293,79373,79376,79379,79876,79888 via svnmerge from by Benjamin Peterson · 14 years ago
  82. 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
  83. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  84. db81c4c Merged revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge from by Vinay Sajip · 14 years ago
  85. ffeda29 Merged revisions 77389 via svnmerge from by Benjamin Peterson · 15 years ago
  86. 46a9900 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from by Benjamin Peterson · 15 years ago
  87. fe5f11c Merged revisions 73718,73721,73723 via svnmerge from by Georg Brandl · 15 years ago
  88. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  89. 77108eb Merged revisions 73720 via svnmerge from by Benjamin Peterson · 15 years ago
  90. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  91. 25c95f1 Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,72131-72134,72191,72197-72198,72219,72221,72225,72303,72434,72467,72476 via svnmerge from by Benjamin Peterson · 15 years ago
  92. 5b9082a Blocked revisions 71221 via svnmerge by Brett Cannon · 15 years ago
  93. df8709d Merged revisions 70975 via svnmerge from by Brett Cannon · 15 years ago
  94. f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 16 years ago
  95. f973407 Merged revisions 67511,67536-67537,67543 via svnmerge from by Georg Brandl · 16 years ago
  96. 9aa4299 Merged revisions 66337,66347,66350,66352,66358 via svnmerge from by Benjamin Peterson · 16 years ago
  97. ae5360b Merged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,66246,66249-66250,66264,66268,66272,66294,66306 via svnmerge from by Benjamin Peterson · 16 years ago
  98. 3dbca81 Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from by Georg Brandl · 16 years ago
  99. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  100. ce26195 Renamed the SocketServer module to 'socketserver'. by Alexandre Vassalotti · 16 years ago