1. 55cd82f Get test_logging to not hang when running under regrtest.py -R :: by Neal Norwitz · 19 years ago
  2. 249c7b0 Whitespace normalization. by Tim Peters · 19 years ago
  3. 5b1e003 Try a number of ports, in case 9020 is already in use. by Martin v. Löwis · 19 years ago
  4. f684888 Explicitly close the server socket. by Martin v. Löwis · 19 years ago
  5. 568482a Added a test for the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  6. 22b25aa Added test for fileConfig. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  7. 0cdc3d8 test_main(): Restore the original root logger level after running by Tim Peters · 19 years ago
  8. 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
  9. 7dc8ec9 Copyright year changed by Vinay Sajip · 20 years ago
  10. bb99058 Socket handler closed prior to end of test. by Vinay Sajip · 21 years ago
  11. 9390dd5 locale-restoration code: Don't leave comparison to None implicit. For by Tim Peters · 21 years ago
  12. 36f7e93 Fred wasn't kidding -- there really are docs for the locale module <wink>. by Tim Peters · 21 years ago
  13. 096d986 Restore the locale to "C" on exit. by Jeremy Hylton · 21 years ago
  14. 6f3eaa6 SF patch #761519: Fixes for bugs 760703 and 757821 by Raymond Hettinger · 21 years ago
  15. f9addb6 Change from a threading.Condition object to a threading.Event object for by Brett Cannon · 21 years ago
  16. ecf0f02 Merge back from r23b1-branch by Guido van Rossum · 21 years ago
  17. 376e636 New version from Vinaj, should solve the threading problems (hopefully). by Guido van Rossum · 21 years ago
  18. 6fa635d SF patch #687683, Patches to logging (updates from Vinay) by Neal Norwitz · 22 years ago
  19. 2a1d516 Fix from Vinaj for the "writing to closed file" errors. SF 670390. by Guido van Rossum · 22 years ago
  20. 8834009 On Mac OS X calling setlocale will raise locale.Error. This isn't fatal, by Jack Jansen · 22 years ago
  21. 502b9e1 At least one Solaris box in the snake farm only supports "C" locale. by Neal Norwitz · 22 years ago
  22. b4a2df0 SF #660795 by Neal Norwitz · 22 years ago