1. 2f78f0e support -> test_support by Benjamin Peterson · 13 years ago
  2. 08e153a check windows fd validity (closes #16992) by Benjamin Peterson · 13 years ago
  3. 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 13 years ago
  4. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  5. 886a1cd Merged revisions 85586-85587,85596-85598 via svnmerge from by Gregory P. Smith · 15 years ago
  6. 1390dd7 Merged revisions 85140 via svnmerge from by Brian Curtin · 15 years ago
  7. 8426333 Merged revisions 84556 via svnmerge from by Brian Curtin · 15 years ago
  8. 9d310d3 Merged revisions 83771 via svnmerge from by Brian Curtin · 15 years ago
  9. 27e19a2 Merge of r83763 introduced 'support' into test_signal; should be 'test_support' by Mark Dickinson · 15 years ago
  10. 24af0e9 Merged revisions 83763 via svnmerge from by Brian Curtin · 15 years ago
  11. 5b5134b use TestCase skip method by Benjamin Peterson · 15 years ago
  12. 7622eba If the timeout is exceeded, count the tests as skipped instead of just by Stefan Krah · 15 years ago
  13. e54ddf1 Skip signal handler re-installation if it is not necessary. Issue 8354. by Jean-Paul Calderone · 15 years ago
  14. 68b4e01 1) The timeout in the itimer tests was too low for slow or heavily by Stefan Krah · 15 years ago
  15. e0e8a87 Issue #3864: Skip three test_signal tests on freebsd6 due to platform bug. by R. David Murray · 15 years ago
  16. c579b35 Add extra information to a test_signal failure message to aid diagnosis of buildbot failure. by Mark Dickinson · 16 years ago
  17. 4b841d9 Issue #7042: Use a better mechanism for testing timers in test_signal. by Mark Dickinson · 16 years ago
  18. 245d915 Issue #7042: Fix test_signal failure on OS X 10.6 64-bit builds by Mark Dickinson · 16 years ago
  19. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  20. c29863e #6276: Remove usage of nested() in favor of new with statement with multiple managers. by Georg Brandl · 16 years ago
  21. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
  22. ee76777 Add enough debugging information to diagnose failures where the by Jeffrey Yasskin · 17 years ago
  23. e71d812 Oops again. EINTR is in errno, not signal. by Jeffrey Yasskin · 17 years ago
  24. 2b860db Doh! os.read() raises an OSError, not an IOError when it's interrupted. by Jeffrey Yasskin · 17 years ago
  25. ab56131 Try to make test_signal less flaky. I still see some flakiness in by Jeffrey Yasskin · 17 years ago
  26. bb89e68 Try to get this test to be more stable: by Neal Norwitz · 17 years ago
  27. aef18b1 Patch #2240: Implement signal.setitimer and signal.getitimer. by Martin v. Löwis · 17 years ago
  28. 413f588 Try to fix test_signal on FreeBSD. I'm assuming that os.kill is failing to by Jeffrey Yasskin · 17 years ago
  29. 6cda88e Try to fix test_signal breakages on Linux due to r61687. It appears that at by Jeffrey Yasskin · 17 years ago
  30. cf26f54 Speed up test_signal from ~24s to 4s by avoiding nearly all of the sleep calls. by Jeffrey Yasskin · 17 years ago
  31. acfd8ed Windows fix for signal test - skip it earlier by Christian Heimes · 17 years ago
  32. 7e251e8 Issue 1089358. Adds the siginterrupt() function, that is just a by Facundo Batista · 17 years ago
  33. 02de897 Patch #1583 by Adam Olsen. by Guido van Rossum · 18 years ago
  34. 9f2b93e Patch #1008: port test_signal to unittest. by Georg Brandl · 18 years ago
  35. 953c189 Ah, fudge. One of the prints here actually "shouldn't be" by Tim Peters · 19 years ago
  36. 1742f33 test_signal: Signal handling on the Tru64 buildbot by Tim Peters · 19 years ago
  37. 8b8c59c force_test_exit(): This has been completely ineffective by Tim Peters · 19 years ago
  38. 3ee5941 Let us know when there was a problem and the child had to kill the parent by Neal Norwitz · 19 years ago
  39. 313f8a9 Try to prevent hangs on Tru64/Alpha buildbot. I'm not certain this will help by Neal Norwitz · 19 years ago
  40. ec3c5e3 Verify that the signal handlers were really called by Neal Norwitz · 19 years ago
  41. 9730bcb Test getsignal() and some error conditions by Neal Norwitz · 20 years ago
  42. 8b2cbfd Let's not use string exceptions any more. by Armin Rigo · 21 years ago
  43. 5c26e86 lightly modified version of my patch by Michael W. Hudson · 21 years ago
  44. 0eadaac Whitespace normalization. by Tim Peters · 22 years ago
  45. 43ed43b Take out my (long since disabled) POSIX signal mask handling code. by Michael W. Hudson · 22 years ago
  46. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  47. c411dba Whitespace normalization. by Tim Peters · 23 years ago
  48. 34f20ea This is patch by Michael W. Hudson · 23 years ago
  49. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 24 years ago
  50. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 25 years ago
  51. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  52. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  53. b9fa0a8 Raise 'TestSkipped' (from the test_support) module rather than 'ImportError' by Thomas Wouters · 25 years ago
  54. 8e9ebfd os2 patch by Jeff Rush by Guido van Rossum · 28 years ago
  55. cc5a91d Soft failure for Win32 platform. by Guido van Rossum · 28 years ago
  56. 5e056bb test_rotor.py: New test of the rotor module. by Barry Warsaw · 29 years ago
  57. 4f17e3e test signal module by Guido van Rossum · 30 years ago