1. 568482a Added a test for the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 18 years ago
  2. 22b25aa Added test for fileConfig. Contributed by Shane Hathaway. by Vinay Sajip · 18 years ago
  3. 0cdc3d8 test_main(): Restore the original root logger level after running by Tim Peters · 19 years ago
  4. 6887c92 Close handlers and tidy up loggers by removing closed handlers - to avoid problems when run twice (SF #1002537) by Vinay Sajip · 20 years ago
  5. 7dc8ec9 Copyright year changed by Vinay Sajip · 20 years ago
  6. bb99058 Socket handler closed prior to end of test. by Vinay Sajip · 20 years ago
  7. 9390dd5 locale-restoration code: Don't leave comparison to None implicit. For by Tim Peters · 21 years ago
  8. 36f7e93 Fred wasn't kidding -- there really are docs for the locale module <wink>. by Tim Peters · 21 years ago
  9. 096d986 Restore the locale to "C" on exit. by Jeremy Hylton · 21 years ago
  10. 6f3eaa6 SF patch #761519: Fixes for bugs 760703 and 757821 by Raymond Hettinger · 21 years ago
  11. f9addb6 Change from a threading.Condition object to a threading.Event object for by Brett Cannon · 21 years ago
  12. ecf0f02 Merge back from r23b1-branch by Guido van Rossum · 21 years ago
  13. 376e636 New version from Vinaj, should solve the threading problems (hopefully). by Guido van Rossum · 21 years ago
  14. 6fa635d SF patch #687683, Patches to logging (updates from Vinay) by Neal Norwitz · 21 years ago
  15. 2a1d516 Fix from Vinaj for the "writing to closed file" errors. SF 670390. by Guido van Rossum · 21 years ago
  16. 8834009 On Mac OS X calling setlocale will raise locale.Error. This isn't fatal, by Jack Jansen · 22 years ago
  17. 502b9e1 At least one Solaris box in the snake farm only supports "C" locale. by Neal Norwitz · 22 years ago
  18. b4a2df0 SF #660795 by Neal Norwitz · 22 years ago