1. bb2dad8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). by Vinay Sajip · 12 years ago
  2. 8651a51 Issue #17508: Handled out-of-order handler configuration correctly. by Vinay Sajip · 12 years ago
  3. c3ea408 Changed comment on test skip. by Vinay Sajip · 13 years ago
  4. 269d213 Temporarily disabled test_race on Windows. by Vinay Sajip · 13 years ago
  5. 7b57750 Ignore exceptions on test handler closing. by Vinay Sajip · 13 years ago
  6. e5d3bc4 Changed order of cleanup operations to be more sensible. by Vinay Sajip · 13 years ago
  7. 00086bb Fixed test to work on Windows. by Vinay Sajip · 13 years ago
  8. 5820cc0 Updated year in docstring/comment. by Vinay Sajip · 13 years ago
  9. 885f6fd Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch. by Vinay Sajip · 13 years ago
  10. 53703d9 Closes #13361: Raise correct exception type. by Vinay Sajip · 14 years ago
  11. 74ab344 Closes #13661: Check added for type of logger name. by Vinay Sajip · 14 years ago
  12. 923e6d2 Whitespace normalization. by Vinay Sajip · 14 years ago
  13. 44b740f #Issue 11424: merged fix from 2.6. by Vinay Sajip · 14 years ago
  14. 8dd2a40 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 14 years ago
  15. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  16. 8a435c4 Fixed #9310: backported logging fix from 2.7. by Vinay Sajip · 15 years ago
  17. 27a1370 Issue #8576: logging updated to remove usage of find_unused_port(). by Vinay Sajip · 15 years ago
  18. 6a10281 Issue #7449, last part (11): fix many tests if thread support is disabled by Victor Stinner · 15 years ago
  19. 804899b logging: Added getChild utility method to Logger and added isEnabledFor method to LoggerAdapter. by Vinay Sajip · 15 years ago
  20. 31e928e Issue #8201: logging: Handle config errors when non-ASCII and Unicode logger names exist at the same time. by Vinay Sajip · 15 years ago
  21. b6453a9 Merged revisions 77120,77151,77155,77209,77229,77256,77317,77331,77333,77359-77360,77382,77561,77570 via svnmerge from by Georg Brandl · 15 years ago
  22. d45a278 Added schema version test in dictConfig. by Vinay Sajip · 15 years ago
  23. cfc43e9 logging: gingerly re-enabling skipped tests after improving thread sync code in configurator. by Vinay Sajip · 15 years ago
  24. 9a164ac Issue #7857: Another attempt to keep the buildbots happy. by Vinay Sajip · 15 years ago
  25. e1ec841 logging: skipped listening tests because they're not working reliably. by Vinay Sajip · 15 years ago
  26. 7ed8001 Removed spurious print statement in test. by Vinay Sajip · 15 years ago
  27. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
  28. 657514a Issue #7868: logging: added loggerClass attribute to Manager. by Vinay Sajip · 16 years ago
  29. 239f138 make waiting for the server to start robust by Benjamin Peterson · 16 years ago
  30. 26a1f72 Remove unused imports from test_logging. by Georg Brandl · 16 years ago
  31. 7f22443 Issue #7857: Gave server thread more time to get ready, and re-enabled a skipped test. by Vinay Sajip · 16 years ago
  32. 5749d88 Issue #7857: Tentatively re-enabling one test to see effect on buildbots. by Vinay Sajip · 16 years ago
  33. 2373926 test_logging: minor tweaks to timeouts, listening tests marked as skipped. by Vinay Sajip · 16 years ago
  34. 007a618 Issue #7857: test_logging: listener tests disabled for now. by Vinay Sajip · 16 years ago
  35. 3dd734f Issue #7857: test_logging: listener test now uses find_unused_port(). by Vinay Sajip · 16 years ago
  36. f7610b2 Added unit test for cfg:// resolution. by Vinay Sajip · 16 years ago
  37. 28c382f Logging: Implemented PEP 391. by Vinay Sajip · 16 years ago
  38. 8cdc9bc More yearly updates. by Georg Brandl · 16 years ago
  39. 4d3f18f fix a few cases where automated fail -> assert translation messed up by Benjamin Peterson · 16 years ago
  40. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  41. cbe744a Issue #5768: Change to Unicode output logic and test case for same. by Vinay Sajip · 16 years ago
  42. 74f0450 Issue #5768: Change to Unicode output logic and test case for same. by Vinay Sajip · 16 years ago
  43. 14bf0a0 Issue #5695: Minor tweak to improve the code as suggested by Brett Cannon and as implemented in the Py3K branch. by Vinay Sajip · 16 years ago
  44. 1e566ce Issue #5695: Moved logging.captureWarnings() call inside with statement in WarningsTest.test_warnings. by Vinay Sajip · 16 years ago
  45. 2da4d62 test_logging was blindly clearing the warnings filter. This caused by Brett Cannon · 16 years ago
  46. 4db70f3 Fixed missing import. by Vinay Sajip · 16 years ago
  47. 9c78658 Issue #5170: Fixed Unicode output bug in logging and added test case. This is a regression which did not occur in 2.5. by Vinay Sajip · 16 years ago
  48. b20af94 Issue #5170: Fixed Unicode output bug in logging and added test case. This is a regression which did not occur in 2.5. by Vinay Sajip · 16 years ago
  49. 213faca Issue #4384: Added logging integration with warnings module using captureWarnings(). This change includes a NullHandler which does nothing; it will be of use to library developers who want to avoid the "No handlers could be found for logger XXX" message which can appear if the library user doesn't configure logging. by Vinay Sajip · 17 years ago
  50. 844f741 Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging. by Vinay Sajip · 17 years ago
  51. 65d66e1 Issue #3772: Fixed regression problem in StreamHandler.emit(). by Vinay Sajip · 17 years ago
  52. 6a2fd81 Issue #3726: Allowed spaces in separators in logging configuration files. by Vinay Sajip · 17 years ago
  53. 70fdc95 Issue #3389: Allow resolving dotted names for handlers in logging configuration files. Thanks to Philip Jenvey for the patch. by Vinay Sajip · 17 years ago
  54. e152a77 socketserver renaming reversal part 3: move the module into the right by Georg Brandl · 17 years ago
  55. d192c92 Updated all import statements to use the new socketserver module name. by Alexandre Vassalotti · 17 years ago
  56. 2aece57 Correctly call the base class tearDown(); by Amaury Forgeot d'Arc · 17 years ago
  57. 56c4deb Refactor test_logging to use unittest. This should finally solve the flakiness by Brett Cannon · 17 years ago
  58. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  59. 57826cf #2165: fix test_logging failure on some machines. by Georg Brandl · 17 years ago
  60. f9db8a3 Move test_logging over to doctest. by Brett Cannon · 17 years ago
  61. a5e7648 Fix resource leak reported in SF #1516995. by Vinay Sajip · 18 years ago
  62. f3e3042 Repair logging test spew caused by rev. 51206. by Georg Brandl · 19 years ago
  63. a098033 Added duplicate call to fileConfig() to ensure that it cleans up after itself correctly. by Vinay Sajip · 19 years ago
  64. de9b624 Bug #1473625: stop cPickle making float dumps locale dependent in protocol 0. by Georg Brandl · 19 years ago
  65. 5bab0f8 Backout the last hack and add in this new one. by Neal Norwitz · 19 years ago
  66. 67dfb6f I think the test_logging failure on Solaris is timing related. We don't by Neal Norwitz · 19 years ago
  67. 1eb77a5 Added lock acquisition/release around shared data structure manipulation by Vinay Sajip · 19 years ago
  68. f0a95ec Saved and restored logging._handlerList at the same time as saving/restoring logging._handlers. by Vinay Sajip · 20 years ago
  69. 55cd82f Get test_logging to not hang when running under regrtest.py -R :: by Neal Norwitz · 20 years ago
  70. 249c7b0 Whitespace normalization. by Tim Peters · 20 years ago
  71. 5b1e003 Try a number of ports, in case 9020 is already in use. by Martin v. Löwis · 20 years ago
  72. f684888 Explicitly close the server socket. by Martin v. Löwis · 20 years ago
  73. 568482a Added a test for the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 20 years ago
  74. 22b25aa Added test for fileConfig. Contributed by Shane Hathaway. by Vinay Sajip · 20 years ago
  75. 0cdc3d8 test_main(): Restore the original root logger level after running by Tim Peters · 20 years ago
  76. 6887c92 Close handlers and tidy up loggers by removing closed handlers - to avoid problems when run twice (SF #1002537) by Vinay Sajip · 21 years ago
  77. 7dc8ec9 Copyright year changed by Vinay Sajip · 21 years ago
  78. bb99058 Socket handler closed prior to end of test. by Vinay Sajip · 21 years ago
  79. 9390dd5 locale-restoration code: Don't leave comparison to None implicit. For by Tim Peters · 22 years ago
  80. 36f7e93 Fred wasn't kidding -- there really are docs for the locale module <wink>. by Tim Peters · 22 years ago
  81. 096d986 Restore the locale to "C" on exit. by Jeremy Hylton · 22 years ago
  82. 6f3eaa6 SF patch #761519: Fixes for bugs 760703 and 757821 by Raymond Hettinger · 22 years ago
  83. f9addb6 Change from a threading.Condition object to a threading.Event object for by Brett Cannon · 22 years ago
  84. ecf0f02 Merge back from r23b1-branch by Guido van Rossum · 22 years ago
  85. 376e636 New version from Vinaj, should solve the threading problems (hopefully). by Guido van Rossum · 22 years ago
  86. 6fa635d SF patch #687683, Patches to logging (updates from Vinay) by Neal Norwitz · 22 years ago
  87. 2a1d516 Fix from Vinaj for the "writing to closed file" errors. SF 670390. by Guido van Rossum · 23 years ago
  88. 8834009 On Mac OS X calling setlocale will raise locale.Error. This isn't fatal, by Jack Jansen · 23 years ago
  89. 502b9e1 At least one Solaris box in the snake farm only supports "C" locale. by Neal Norwitz · 23 years ago
  90. b4a2df0 SF #660795 by Neal Norwitz · 23 years ago