1. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  2. bf12cdb Quite a few fixes to make the library and test suite more robust when by Guido van Rossum · 18 years ago
  3. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  4. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  5. 5bab0f8 Backout the last hack and add in this new one. by Neal Norwitz · 19 years ago
  6. 67dfb6f I think the test_logging failure on Solaris is timing related. We don't by Neal Norwitz · 19 years ago
  7. 1eb77a5 Added lock acquisition/release around shared data structure manipulation by Vinay Sajip · 19 years ago
  8. f0a95ec Saved and restored logging._handlerList at the same time as saving/restoring logging._handlers. by Vinay Sajip · 19 years ago
  9. 55cd82f Get test_logging to not hang when running under regrtest.py -R :: by Neal Norwitz · 19 years ago
  10. 249c7b0 Whitespace normalization. by Tim Peters · 19 years ago
  11. 5b1e003 Try a number of ports, in case 9020 is already in use. by Martin v. Löwis · 19 years ago
  12. f684888 Explicitly close the server socket. by Martin v. Löwis · 19 years ago
  13. 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
  14. 22b25aa Added test for fileConfig. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
  15. 0cdc3d8 test_main(): Restore the original root logger level after running by Tim Peters · 19 years ago
  16. 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
  17. 7dc8ec9 Copyright year changed by Vinay Sajip · 20 years ago
  18. bb99058 Socket handler closed prior to end of test. by Vinay Sajip · 21 years ago
  19. 9390dd5 locale-restoration code: Don't leave comparison to None implicit. For by Tim Peters · 21 years ago
  20. 36f7e93 Fred wasn't kidding -- there really are docs for the locale module <wink>. by Tim Peters · 21 years ago
  21. 096d986 Restore the locale to "C" on exit. by Jeremy Hylton · 21 years ago
  22. 6f3eaa6 SF patch #761519: Fixes for bugs 760703 and 757821 by Raymond Hettinger · 21 years ago
  23. f9addb6 Change from a threading.Condition object to a threading.Event object for by Brett Cannon · 21 years ago
  24. ecf0f02 Merge back from r23b1-branch by Guido van Rossum · 21 years ago
  25. 376e636 New version from Vinaj, should solve the threading problems (hopefully). by Guido van Rossum · 21 years ago
  26. 6fa635d SF patch #687683, Patches to logging (updates from Vinay) by Neal Norwitz · 22 years ago
  27. 2a1d516 Fix from Vinaj for the "writing to closed file" errors. SF 670390. by Guido van Rossum · 22 years ago
  28. 8834009 On Mac OS X calling setlocale will raise locale.Error. This isn't fatal, by Jack Jansen · 22 years ago
  29. 502b9e1 At least one Solaris box in the snake farm only supports "C" locale. by Neal Norwitz · 22 years ago
  30. b4a2df0 SF #660795 by Neal Norwitz · 22 years ago