1. ee76777 Add enough debugging information to diagnose failures where the by Jeffrey Yasskin · 17 years ago
  2. e71d812 Oops again. EINTR is in errno, not signal. by Jeffrey Yasskin · 17 years ago
  3. 2b860db Doh! os.read() raises an OSError, not an IOError when it's interrupted. by Jeffrey Yasskin · 17 years ago
  4. ab56131 Try to make test_signal less flaky. I still see some flakiness in by Jeffrey Yasskin · 17 years ago
  5. bb89e68 Try to get this test to be more stable: by Neal Norwitz · 17 years ago
  6. aef18b1 Patch #2240: Implement signal.setitimer and signal.getitimer. by Martin v. Löwis · 17 years ago
  7. 413f588 Try to fix test_signal on FreeBSD. I'm assuming that os.kill is failing to by Jeffrey Yasskin · 17 years ago
  8. 6cda88e Try to fix test_signal breakages on Linux due to r61687. It appears that at by Jeffrey Yasskin · 17 years ago
  9. cf26f54 Speed up test_signal from ~24s to 4s by avoiding nearly all of the sleep calls. by Jeffrey Yasskin · 17 years ago
  10. acfd8ed Windows fix for signal test - skip it earlier by Christian Heimes · 17 years ago
  11. 7e251e8 Issue 1089358. Adds the siginterrupt() function, that is just a by Facundo Batista · 17 years ago
  12. 02de897 Patch #1583 by Adam Olsen. by Guido van Rossum · 18 years ago
  13. 9f2b93e Patch #1008: port test_signal to unittest. by Georg Brandl · 18 years ago
  14. 953c189 Ah, fudge. One of the prints here actually "shouldn't be" by Tim Peters · 19 years ago
  15. 1742f33 test_signal: Signal handling on the Tru64 buildbot by Tim Peters · 19 years ago
  16. 8b8c59c force_test_exit(): This has been completely ineffective by Tim Peters · 19 years ago
  17. 3ee5941 Let us know when there was a problem and the child had to kill the parent by Neal Norwitz · 19 years ago
  18. 313f8a9 Try to prevent hangs on Tru64/Alpha buildbot. I'm not certain this will help by Neal Norwitz · 19 years ago
  19. ec3c5e3 Verify that the signal handlers were really called by Neal Norwitz · 19 years ago
  20. 9730bcb Test getsignal() and some error conditions by Neal Norwitz · 20 years ago
  21. 8b2cbfd Let's not use string exceptions any more. by Armin Rigo · 21 years ago
  22. 5c26e86 lightly modified version of my patch by Michael W. Hudson · 21 years ago
  23. 0eadaac Whitespace normalization. by Tim Peters · 22 years ago
  24. 43ed43b Take out my (long since disabled) POSIX signal mask handling code. by Michael W. Hudson · 22 years ago
  25. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  26. c411dba Whitespace normalization. by Tim Peters · 23 years ago
  27. 34f20ea This is patch by Michael W. Hudson · 23 years ago
  28. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 24 years ago
  29. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 25 years ago
  30. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  31. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  32. b9fa0a8 Raise 'TestSkipped' (from the test_support) module rather than 'ImportError' by Thomas Wouters · 25 years ago
  33. 8e9ebfd os2 patch by Jeff Rush by Guido van Rossum · 28 years ago
  34. cc5a91d Soft failure for Win32 platform. by Guido van Rossum · 28 years ago
  35. 5e056bb test_rotor.py: New test of the rotor module. by Barry Warsaw · 29 years ago
  36. 4f17e3e test signal module by Guido van Rossum · 30 years ago