1. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
  2. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  3. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  4. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  5. d5b6715 This should get test_timeout to pass when running on any python.org host. Will backport by Neal Norwitz · 19 years ago
  6. d09d966 Changes the remote address used for tests in TimeoutTestCase from google.com to by Brett Cannon · 20 years ago
  7. 01e80b4 fix a poorly worded error message by Anthony Baxter · 20 years ago
  8. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  9. 126f2b7 Avoid creating one of the TestSuite objects. by Fred Drake · 22 years ago
  10. 55b61d2 Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource by Neal Norwitz · 22 years ago
  11. 14821c5 Doubled TimeoutTestCase.fuzz, to slash the frequency of bogus failures by Tim Peters · 22 years ago
  12. 996acf1 Actually run these tests from regrtest.py. by Neal Norwitz · 22 years ago
  13. 6e81318 testConnectTimeout(): set the timeout to a smaller value; 0.02 by Guido van Rossum · 22 years ago
  14. ae46931 Standardize behavior: no docstrings in test functions. by Guido van Rossum · 22 years ago
  15. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  16. 654c11e Temporarily disable the timeout and socket tests. by Guido van Rossum · 22 years ago
  17. 11ba094 Major overhaul of timeout sockets: by Guido van Rossum · 22 years ago
  18. 28774da Docstring, layout and style tweaking. Increase fuzz to 1 second. by Guido van Rossum · 22 years ago
  19. aa6a664 Add some more basic tests to validate the argument checking of by Guido van Rossum · 22 years ago
  20. 24e4af8 New test suite for the socket module by Michael Gilfix. by Guido van Rossum · 22 years ago
  21. 67f7a38 SF patch 555085 (timeout socket implementation) by Michael Gilfix. by Guido van Rossum · 22 years ago