summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_signal.py
Commit message (Expand)AuthorAgeFilesLines
* 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