1. 95fb46c Restore skips of posix and pty tests on Windows by calling the by R. David Murray · 16 years ago
  2. bec087f fix incorrect auto-translation of TestSkipped -> unittest.SkipTest by Benjamin Peterson · 16 years ago
  3. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
  4. 1b59d10 This gets the test working on Solaris. It seems a little hokey to me, by Neal Norwitz · 18 years ago
  5. 25a3864 Port r54805 from python25-maint branch: by Barry Warsaw · 18 years ago
  6. ea5962f Whitespace normalization. by Tim Peters · 18 years ago
  7. 9decc0d Patch #1675471: convert test_pty to unittest. by Georg Brandl · 18 years ago
  8. f733abb7 Whitespace normalization. by Tim Peters · 19 years ago
  9. 55c54a2 Frak; this test also fails by Andrew M. Kuchling · 19 years ago
  10. f2881e8 Darn; this test works when you run test_pty.py directly, but fails when regrtest runs it (the os.read() raises os.error). I can't figure out the cause, so am commenting out the test. by Andrew M. Kuchling · 19 years ago
  11. ee0e6d1 [Patch #783050 from Patrick Lynch] The emulation of forkpty() is incorrect; by Andrew M. Kuchling · 19 years ago
  12. 9cc3b1c Fix this test on Solaris. There can be embedded \r, so don't just replace by Neal Norwitz · 19 years ago
  13. 6dbff33 SF bug/patch #1433877: string parameter to ioctl not null terminated by Thomas Wouters · 19 years ago
  14. a2a26b9 whitespace normalisation by Anthony Baxter · 19 years ago
  15. 84c95b9 Fix test_pty on OSF/1 (Tru64). The problem is that the newline gets by Neal Norwitz · 19 years ago
  16. faa26df Fix typo by Neal Norwitz · 20 years ago
  17. 35f34f8 Work around a Solaris peculiarity that caused test_pty to sometimes fail: a by Thomas Wouters · 20 years ago
  18. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  19. 7d81452 Prevent the pty test from hanging by setting an alarm. by Neal Norwitz · 22 years ago
  20. 4e8f549 Revert last change -- test works on HPUX again after Martin's checkin by Neal Norwitz · 23 years ago
  21. 0aae2b0 Comment out test, since it hangs on HPUX, still investigating by Neal Norwitz · 23 years ago
  22. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  23. dc795b8 Fix the second reincarnation of SF #456395 -- failure on IRIX. This by Guido van Rossum · 24 years ago
  24. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 24 years ago
  25. a19a168 Whitespace normalization. by Tim Peters · 24 years ago
  26. b0dbeef Allow the process of reading back what we wrote to a pty to transform by Thomas Wouters · 24 years ago
  27. 2846b0a String method conversion. by Eric S. Raymond · 24 years ago
  28. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 25 years ago
  29. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  30. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 25 years ago
  31. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  32. f2c1be2 On some systems (like Solaris), the master end of a tty/pty pair is by Thomas Wouters · 25 years ago
  33. b9fa0a8 Raise 'TestSkipped' (from the test_support) module rather than 'ImportError' by Thomas Wouters · 25 years ago
  34. baf2663 Enable extra testing now that os.isatty() is in. (Also tests os.isatty ;P) by Thomas Wouters · 25 years ago
  35. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 25 years ago
  36. 4c136ee Thomas Wouters <thomas@xs4all.net>: Test case for the pty module. by Fred Drake · 25 years ago