1. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  2. 1db9e7b Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and by Victor Stinner · 10 years ago
  3. 8b33dd8 Use OESeeror instead of os.error (#16720) by Andrew Svetlov · 12 years ago
  4. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  5. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  6. 697ce55 Fix ResourceWarnings in test_pty by Antoine Pitrou · 12 years ago
  7. b1f7f63 test_pty: fix ResourceWarning warnings by Victor Stinner · 12 years ago
  8. 5b791fb Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. by Gregory P. Smith · 12 years ago
  9. a124a68 don't use assertSameElements. by Gregory P. Smith · 12 years ago
  10. 05f5953 Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. by Gregory P. Smith · 12 years ago
  11. 8189ab8 Call reap_children() where appropriate by Antoine Pitrou · 13 years ago
  12. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  13. eb3615d Merged revisions 71785 via svnmerge from by R. David Murray · 15 years ago
  14. 42a40c5 Allow skipping of regression tests not supported on windows. This reduces noise in the regression test suite for py3k on Windows. by Kristján Valur Jónsson · 15 years ago
  15. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  16. 9cadb1b Issue #3782: os.write() must not accept unicode strings by Antoine Pitrou · 16 years ago
  17. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  18. a351f77 Fixed failing unit tests due to str/bytes mismatch. by Alexandre Vassalotti · 16 years ago
  19. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  20. f7f3deb Andother bytes/str comparison caught by Jeremy's change. by Guido van Rossum · 17 years ago
  21. 812d834 Fix test_pty.py. by Walter Dörwald · 17 years ago
  22. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  23. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  24. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  25. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  26. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  27. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  28. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  29. faa26df Fix typo by Neal Norwitz · 18 years ago
  30. 35f34f8 Work around a Solaris peculiarity that caused test_pty to sometimes fail: a by Thomas Wouters · 18 years ago
  31. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  32. 7d81452 Prevent the pty test from hanging by setting an alarm. by Neal Norwitz · 21 years ago
  33. 4e8f549 Revert last change -- test works on HPUX again after Martin's checkin by Neal Norwitz · 22 years ago
  34. 0aae2b0 Comment out test, since it hangs on HPUX, still investigating by Neal Norwitz · 22 years ago
  35. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  36. dc795b8 Fix the second reincarnation of SF #456395 -- failure on IRIX. This by Guido van Rossum · 23 years ago
  37. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
  38. a19a168 Whitespace normalization. by Tim Peters · 23 years ago
  39. b0dbeef Allow the process of reading back what we wrote to a pty to transform by Thomas Wouters · 23 years ago
  40. 2846b0a String method conversion. by Eric S. Raymond · 23 years ago
  41. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  42. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  43. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  44. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  45. f2c1be2 On some systems (like Solaris), the master end of a tty/pty pair is by Thomas Wouters · 24 years ago
  46. b9fa0a8 Raise 'TestSkipped' (from the test_support) module rather than 'ImportError' by Thomas Wouters · 24 years ago
  47. baf2663 Enable extra testing now that os.isatty() is in. (Also tests os.isatty ;P) by Thomas Wouters · 24 years ago
  48. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  49. 4c136ee Thomas Wouters <thomas@xs4all.net>: Test case for the pty module. by Fred Drake · 24 years ago