1. 5252f9f logging: replace codecs.open with builtins.open, remove '_encoded' sort, add some tests. by Florent Xicluna · 13 years ago
  2. e2618f3 Closes #13361: Merge fix from 3.2. by Vinay Sajip · 13 years ago
  3. 3bd5638 Closes #13361: Raise correct exception type. by Vinay Sajip · 13 years ago
  4. 39b53c5 Merged fix for #13361 from 3.2. by Vinay Sajip · 13 years ago
  5. 61b787e Closes #13661: Check added for type of logger name. by Vinay Sajip · 13 years ago
  6. b9e46e9 Changed warn() to warning() in logging tests. by Vinay Sajip · 13 years ago
  7. e674747 Issue #12326: refactor usage of sys.platform by Victor Stinner · 13 years ago
  8. 9c3de4a Issue #12326: don't test the major version of sys.platform by Victor Stinner · 13 years ago
  9. 8188f58 Fixes #12637: Merged fix from 3.2 and added test. by Vinay Sajip · 13 years ago
  10. 2353e35 Closes #12419: Added ident to SysLogHandler. by Vinay Sajip · 13 years ago
  11. 8dd8d58 Merged fix for issue #12168 from 3.2. by Vinay Sajip · 13 years ago
  12. 5056c8c Closes issue #11557: removal of non-idiomatic code in test_logging. by Vinay Sajip · 13 years ago
  13. b7b1930 Updated test_rollover delay to just over a second. by Vinay Sajip · 13 years ago
  14. 3ef1229 Issue #12151: Test now ignores datagram socket errors after server is closed. by Vinay Sajip · 13 years ago
  15. acd902b Issue #12151: Correction to diagnostic code. by Vinay Sajip · 13 years ago
  16. ba980db Issue #12151: Added diagnostics to help diagnose intermittent socket errors. by Vinay Sajip · 13 years ago
  17. 949c890 Issue #12151: test_logging writes debug messages to stderr, not stdout by Victor Stinner · 13 years ago
  18. 39e3528 Issue #12136: Added change to handle non-availability of the ssl module. by Vinay Sajip · 13 years ago
  19. 9ba8761 Added SSL test for HTTPHandler. by Vinay Sajip · 13 years ago
  20. 32565b6 Added SSL capability to TestHTTPServer. by Vinay Sajip · 13 years ago
  21. bd3d5cf Skip some tests in the absence of multiprocessing. by Vinay Sajip · 13 years ago
  22. ce7c978 Skip some more tests in the absence of threading. by Vinay Sajip · 13 years ago
  23. 252048c test_logging: extended time range for rollover test. by Vinay Sajip · 13 years ago
  24. a171f9c test_logging: fixed bug in failure diagnostics. by Vinay Sajip · 13 years ago
  25. a552ca6 Issue #12068: Fix appears to have worked; added more diagnostics for rare failures. by Vinay Sajip · 13 years ago
  26. 672c581 Added diagnostics to test_logging, after reverting last change. by Vinay Sajip · 13 years ago
  27. 06c768a TimedTRotatingFileHandler test now improved to minimise chances of failure on very slow machines. by Vinay Sajip · 13 years ago
  28. 463ac51 Issue #12039: Add end_headers() call to avoid BadStatusLine. by Vinay Sajip · 13 years ago
  29. 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
  30. f223116 Update incorrect comment. by Vinay Sajip · 13 years ago
  31. 60ccd82 Improved Windows test coverage. by Vinay Sajip · 13 years ago
  32. fd28502 Closed resource leak in SysLogHandler. by Vinay Sajip · 13 years ago
  33. a6bbbe4 Refined rollover test for slow test machines. by Vinay Sajip · 13 years ago
  34. 89c8862 Close handler opened in test. by Vinay Sajip · 13 years ago
  35. 28338fb Added additional output to help diagnose buildbot failures. by Vinay Sajip · 13 years ago
  36. e9a56e8 Tweaked timed rollover test to allow for test-time delays. by Vinay Sajip · 13 years ago
  37. 0372e10 Improved coverage and fixed bug in HTTPHandler with POST requests. by Vinay Sajip · 13 years ago
  38. 59bec36 (Merge 3.2) logging: don't define QueueListener if Python has no thread support by Victor Stinner · 13 years ago
  39. cafa2ef logging: don't define QueueListener if Python has no thread support by Victor Stinner · 13 years ago
  40. 714b8dc Improved thread interlocks in tests. by Vinay Sajip · 13 years ago
  41. 314b92b Updated docstrings. by Vinay Sajip · 13 years ago
  42. 7367d08 Added tests to improve coverage. by Vinay Sajip · 13 years ago
  43. a463d25 Improved test coverage. by Vinay Sajip · 13 years ago
  44. 7fe1d51 Improved test_logging coverage. by Vinay Sajip · 13 years ago
  45. 6bba65c Use correct Unix socket for syslogd on OS X. by Vinay Sajip · 13 years ago
  46. dbeb274 test_logging: handle syslogd connection failure. by Vinay Sajip · 13 years ago
  47. 5a35b06 test_logging coverage improvements. by Vinay Sajip · 13 years ago
  48. 86a96ce Re-enabled time test in test_logging. by Vinay Sajip · 13 years ago
  49. d972d8f Disabled test failing on buildbots. by Vinay Sajip · 13 years ago
  50. 37eb338 Refined time test in test_logging. by Vinay Sajip · 13 years ago
  51. 373baef Yet more test_logging coverage improvements. by Vinay Sajip · 13 years ago
  52. 985ef87 More test_logging coverage improvements. by Vinay Sajip · 13 years ago
  53. 26fe4b7 test_logging coverage improvements. by Vinay Sajip · 13 years ago
  54. 00bdbe1 Fixed bug in test_logging. by Vinay Sajip · 13 years ago
  55. 5e66b16 Tidied comments and docstrings. by Vinay Sajip · 13 years ago
  56. 5b9eecf Attempt fix of #11557 by refining test logic. by Vinay Sajip · 13 years ago
  57. 1e42f9e Attempt fix of #11557 by refining setup/teardown logic. by Vinay Sajip · 13 years ago
  58. 95bf504 Attempt fix of #11557 by changing setup/teardown logic. by Vinay Sajip · 13 years ago
  59. 3def7e0 Attempt fix of #11557 by changing teardown logic. by Vinay Sajip · 13 years ago
  60. cd5a2bd Issue #11852: Merge fix from 3.2. by Vinay Sajip · 13 years ago
  61. e723e96 Issue #11852: Add missing imports and update tests. by Vinay Sajip · 13 years ago
  62. 4a0a31d Added 'handlers' argument to logging.basicConfig. by Vinay Sajip · 13 years ago
  63. 3c7c355 Issue #11557: disable test_logging.test_no_kwargs (fail on most buildbots) by Victor Stinner · 14 years ago
  64. e6c1eb9 Closes issue #11557: Added Natalia Bidart's patch to improve test coverage. by Vinay Sajip · 14 years ago
  65. 9f9991c #Issue 11424: added equivalent fixes for dictConfig. by Vinay Sajip · 14 years ago
  66. e783553 #Issue 11424: merged fix from 3.1. by Vinay Sajip · 14 years ago
  67. 3f84b07 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 14 years ago
  68. 89807a5 Issue #11330: Updated tests for correct asctime handling. by Vinay Sajip · 14 years ago
  69. ed0473c Issue #9941: Fixed TimedRotatingHandler test issues. by Vinay Sajip · 14 years ago
  70. 7b0e86e Issue #10788: Changed test_logging setUp logic to provide more information. by Vinay Sajip · 14 years ago
  71. 7b60f4e Issue #10626: test_logging now preserves logger disabled states. by Vinay Sajip · 14 years ago
  72. 60b4df1 Issue #10774: test_logging now removes temp files created during tests. by Vinay Sajip · 14 years ago
  73. 5a27d40 logging: added handler of last resort. by Vinay Sajip · 14 years ago
  74. 6156152 logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests. by Vinay Sajip · 14 years ago
  75. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  76. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  77. b046b80 Remove ResourceWarnings caused by files left open. by Vinay Sajip · 14 years ago
  78. 6a65c5d logging: Improved Formatter implementation. by Vinay Sajip · 14 years ago
  79. a39c571 logging: Added style option to Formatter to allow %, {} or himBHformatting. by Vinay Sajip · 14 years ago
  80. 6dbed2e logging: Allowed filters to be just callables. by Vinay Sajip · 14 years ago
  81. 6fac817 logging: Added tests for _logRecordClass changes. by Vinay Sajip · 14 years ago
  82. c84f016 Added some methods to LoggerAdapter, and updated documentation. by Vinay Sajip · 14 years ago
  83. b4a0809 logging: Add hasHandlers() method to Logger. by Vinay Sajip · 14 years ago
  84. 2cdacd7 Added missing BaseTest.tearDown(self). Fixed refleak. by Hirokazu Yamamoto · 14 years ago
  85. bc85d84 Temporarily commented out test which succeeds locally but fails on buildbots, while investigating. by Vinay Sajip · 14 years ago
  86. 19ec67a Issue #9441: logging: Improved test coverage for rotating file handlers. by Vinay Sajip · 14 years ago
  87. 8552d1f Added test for QueueHandler. by Vinay Sajip · 14 years ago
  88. dc69274 Replace the deprecated ConfigParser.readfp() method, and fix the incomplete merge in r82293. by Florent Xicluna · 14 years ago
  89. a82addb Merged revisions 80712,81651 via svnmerge from by Benjamin Peterson · 14 years ago
  90. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  91. 22005fc Merged revisions 79279,79284,79293,79373,79376,79379,79876,79888 via svnmerge from by Benjamin Peterson · 14 years ago
  92. 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 · 15 years ago
  93. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 15 years ago
  94. db81c4c Merged revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge from by Vinay Sajip · 15 years ago
  95. ffeda29 Merged revisions 77389 via svnmerge from by Benjamin Peterson · 15 years ago
  96. 46a9900 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from by Benjamin Peterson · 15 years ago
  97. fe5f11c Merged revisions 73718,73721,73723 via svnmerge from by Georg Brandl · 15 years ago
  98. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  99. 77108eb Merged revisions 73720 via svnmerge from by Benjamin Peterson · 15 years ago
  100. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago