1. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  2. a351f77 Fixed failing unit tests due to str/bytes mismatch. by Alexandre Vassalotti · 16 years ago
  3. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  4. f7f3deb Andother bytes/str comparison caught by Jeremy's change. by Guido van Rossum · 17 years ago
  5. 812d834 Fix test_pty.py. by Walter Dörwald · 17 years ago
  6. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  7. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  8. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  9. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
  10. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  11. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  12. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  13. faa26df Fix typo by Neal Norwitz · 19 years ago
  14. 35f34f8 Work around a Solaris peculiarity that caused test_pty to sometimes fail: a by Thomas Wouters · 19 years ago
  15. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  16. 7d81452 Prevent the pty test from hanging by setting an alarm. by Neal Norwitz · 21 years ago
  17. 4e8f549 Revert last change -- test works on HPUX again after Martin's checkin by Neal Norwitz · 22 years ago
  18. 0aae2b0 Comment out test, since it hangs on HPUX, still investigating by Neal Norwitz · 22 years ago
  19. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  20. dc795b8 Fix the second reincarnation of SF #456395 -- failure on IRIX. This by Guido van Rossum · 23 years ago
  21. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
  22. a19a168 Whitespace normalization. by Tim Peters · 23 years ago
  23. b0dbeef Allow the process of reading back what we wrote to a pty to transform by Thomas Wouters · 23 years ago
  24. 2846b0a String method conversion. by Eric S. Raymond · 24 years ago
  25. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  26. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  27. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  28. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  29. f2c1be2 On some systems (like Solaris), the master end of a tty/pty pair is by Thomas Wouters · 24 years ago
  30. b9fa0a8 Raise 'TestSkipped' (from the test_support) module rather than 'ImportError' by Thomas Wouters · 24 years ago
  31. baf2663 Enable extra testing now that os.isatty() is in. (Also tests os.isatty ;P) by Thomas Wouters · 24 years ago
  32. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  33. 4c136ee Thomas Wouters <thomas@xs4all.net>: Test case for the pty module. by Fred Drake · 24 years ago