summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_signal.py
Commit message (Expand)AuthorAgeFilesLines
* Patch #1583 by Adam Olsen.Guido van Rossum2007-12-191-1/+48
* Patch #1008: port test_signal to unittest.Georg Brandl2007-08-241-161/+171
* Ah, fudge. One of the prints here actually "shouldn't be"Tim Peters2006-08-121-2/+1
* test_signal: Signal handling on the Tru64 buildbotTim Peters2006-08-121-64/+84
* force_test_exit(): This has been completely ineffectiveTim Peters2006-08-111-1/+5
* Let us know when there was a problem and the child had to kill the parentNeal Norwitz2006-08-021-0/+1
* Try to prevent hangs on Tru64/Alpha buildbot. I'm not certain this will helpNeal Norwitz2006-07-301-1/+37
* Verify that the signal handlers were really calledNeal Norwitz2006-07-301-0/+12
* Test getsignal() and some error conditionsNeal Norwitz2006-01-231-1/+23
* Let's not use string exceptions any more.Armin Rigo2004-08-071-1/+2
* lightly modified version of my patchMichael W. Hudson2004-06-111-24/+31
* Whitespace normalization.Tim Peters2003-04-241-1/+0
* Take out my (long since disabled) POSIX signal mask handling code.Michael W. Hudson2003-03-131-61/+0
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Whitespace normalization.Tim Peters2002-07-161-1/+0
* This is patchMichael W. Hudson2002-05-271-3/+65
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-2/+2
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-31/+31
* Raise 'TestSkipped' (from the test_support) module rather than 'ImportError'Thomas Wouters2000-08-041-2/+2
* os2 patch by Jeff RushGuido van Rossum1997-11-221-3/+2
* Soft failure for Win32 platform.Guido van Rossum1997-04-161-0/+4
* test_rotor.py: New test of the rotor module.Barry Warsaw1996-12-231-10/+23
* test signal moduleGuido van Rossum1995-03-161-0/+50