index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_signal.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
support -> test_support
Benjamin Peterson
2013-01-18
1
-1/+1
*
check windows fd validity (closes #16992)
Benjamin Peterson
2013-01-18
1
-2/+10
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-2/+2
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-6/+6
*
Merged revisions 85586-85587,85596-85598 via svnmerge from
Gregory P. Smith
2010-10-17
1
-2/+2
*
Merged revisions 85140 via svnmerge from
Brian Curtin
2010-10-01
1
-6/+6
*
Merged revisions 84556 via svnmerge from
Brian Curtin
2010-09-06
1
-3/+2
*
Merged revisions 83771 via svnmerge from
Brian Curtin
2010-08-07
1
-6/+6
*
Merge of r83763 introduced 'support' into test_signal; should be 'test_support'
Mark Dickinson
2010-08-06
1
-2/+2
*
Merged revisions 83763 via svnmerge from
Brian Curtin
2010-08-06
1
-5/+28
*
use TestCase skip method
Benjamin Peterson
2010-05-15
1
-4/+4
*
If the timeout is exceeded, count the tests as skipped instead of just
Stefan Krah
2010-05-15
1
-6/+4
*
Skip signal handler re-installation if it is not necessary. Issue 8354.
Jean-Paul Calderone
2010-05-08
1
-18/+75
*
1) The timeout in the itimer tests was too low for slow or heavily
Stefan Krah
2010-04-20
1
-11/+13
*
Issue #3864: Skip three test_signal tests on freebsd6 due to platform bug.
R. David Murray
2010-04-17
1
-0/+10
*
Add extra information to a test_signal failure message to aid diagnosis of bu...
Mark Dickinson
2009-11-09
1
-1/+3
*
Issue #7042: Use a better mechanism for testing timers in test_signal.
Mark Dickinson
2009-10-31
1
-2/+10
*
Issue #7042: Fix test_signal failure on OS X 10.6 64-bit builds
Mark Dickinson
2009-10-04
1
-0/+2
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-3/+3
*
#6276: Remove usage of nested() in favor of new with statement with multiple ...
Georg Brandl
2009-06-18
1
-3/+3
*
remove test_support.TestSkipped and just use unittest.SkipTest
Benjamin Peterson
2009-03-26
1
-1/+1
*
Add enough debugging information to diagnose failures where the
Jeffrey Yasskin
2008-04-06
1
-5/+14
*
Oops again. EINTR is in errno, not signal.
Jeffrey Yasskin
2008-04-04
1
-1/+1
*
Doh! os.read() raises an OSError, not an IOError when it's interrupted.
Jeffrey Yasskin
2008-04-04
1
-2/+5
*
Try to make test_signal less flaky. I still see some flakiness in
Jeffrey Yasskin
2008-04-02
1
-6/+24
*
Try to get this test to be more stable:
Neal Norwitz
2008-03-25
1
-4/+15
*
Patch #2240: Implement signal.setitimer and signal.getitimer.
Martin v. Löwis
2008-03-24
1
-1/+85
*
Try to fix test_signal on FreeBSD. I'm assuming that os.kill is failing to
Jeffrey Yasskin
2008-03-21
1
-19/+7
*
Try to fix test_signal breakages on Linux due to r61687. It appears that at
Jeffrey Yasskin
2008-03-21
1
-2/+4
*
Speed up test_signal from ~24s to 4s by avoiding nearly all of the sleep calls.
Jeffrey Yasskin
2008-03-21
1
-121/+129
*
Windows fix for signal test - skip it earlier
Christian Heimes
2008-02-28
1
-5/+6
*
Issue 1089358. Adds the siginterrupt() function, that is just a
Facundo Batista
2008-02-23
1
-2/+46
*
Patch #1583 by Adam Olsen.
Guido van Rossum
2007-12-19
1
-1/+48
*
Patch #1008: port test_signal to unittest.
Georg Brandl
2007-08-24
1
-161/+171
*
Ah, fudge. One of the prints here actually "shouldn't be"
Tim Peters
2006-08-12
1
-2/+1
*
test_signal: Signal handling on the Tru64 buildbot
Tim Peters
2006-08-12
1
-64/+84
*
force_test_exit(): This has been completely ineffective
Tim Peters
2006-08-11
1
-1/+5
*
Let us know when there was a problem and the child had to kill the parent
Neal Norwitz
2006-08-02
1
-0/+1
*
Try to prevent hangs on Tru64/Alpha buildbot. I'm not certain this will help
Neal Norwitz
2006-07-30
1
-1/+37
*
Verify that the signal handlers were really called
Neal Norwitz
2006-07-30
1
-0/+12
*
Test getsignal() and some error conditions
Neal Norwitz
2006-01-23
1
-1/+23
*
Let's not use string exceptions any more.
Armin Rigo
2004-08-07
1
-1/+2
*
lightly modified version of my patch
Michael W. Hudson
2004-06-11
1
-24/+31
*
Whitespace normalization.
Tim Peters
2003-04-24
1
-1/+0
*
Take out my (long since disabled) POSIX signal mask handling code.
Michael W. Hudson
2003-03-13
1
-61/+0
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Whitespace normalization.
Tim Peters
2002-07-16
1
-1/+0
*
This is patch
Michael W. Hudson
2002-05-27
1
-3/+65
*
SF patch #474590 -- RISC OS support
Guido van Rossum
2001-10-24
1
-2/+2
*
a bold attempt to fix things broken by MAL's verify patch: import
Fredrik Lundh
2001-01-17
1
-1/+1
[next]