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
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-6/+1
*
bpo-30807: signal.setitimer() may disable the timer by mistake (#2493)
Antoine Pitrou
2017-06-30
1
-0/+9
*
bpo-30796: Fix failures in signal delivery stress test (#2488)
Antoine Pitrou
2017-06-29
1
-15/+50
*
bpo-30703: Improve signal delivery (#2415)
Antoine Pitrou
2017-06-28
1
-0/+96
*
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner
2017-03-27
1
-6/+5
*
Remove unused imports.
Serhiy Storchaka
2016-12-16
1
-4/+0
*
Issue #26566: Rewrite test_signal.InterProcessSignalTests
Victor Stinner
2016-03-15
1
-162/+9
*
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06
1
-1/+1
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-11/+3
*
Issue #23485: Fix test_signal, select.select() now retries the syscall if the
Victor Stinner
2015-03-30
1
-3/+17
*
Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retried
Victor Stinner
2015-03-20
1
-29/+0
*
Issue #23646: If time.sleep() is interrupted by a signal, the sleep is now
Victor Stinner
2015-03-19
1
-14/+17
*
Revert changeset d927047b1d8eb87738676980a24930d053ba2150
Victor Stinner
2015-03-17
1
-10/+7
*
test
Victor Stinner
2015-03-12
1
-7/+10
*
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
Charles-François Natali
2015-02-07
1
-4/+3
*
Issue #22042: Fix test_signal on Windows
Victor Stinner
2014-08-27
1
-2/+3
*
Issue #22042: signal.set_wakeup_fd(fd) now raises an exception if the file
Victor Stinner
2014-08-27
1
-0/+25
*
Issue #22018: Fix test_signal: use assertEqual() not assertIs()
Victor Stinner
2014-07-30
1
-3/+3
*
Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets.
Victor Stinner
2014-07-29
1
-0/+107
*
Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and
Victor Stinner
2014-07-29
1
-8/+2
*
Issue #22018: Fix test_set_wakeup_fd_result(), use assertEqual() not
Victor Stinner
2014-07-24
1
-3/+3
*
Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/
Victor Stinner
2014-07-24
1
-119/+11
*
tets
Victor Stinner
2014-07-24
1
-11/+119
*
Issue #22018: Hum, set_wakeup_fd() still raises ValueError on Windows
Victor Stinner
2014-07-21
1
-1/+2
*
Issue #22018: signal.set_wakeup_fd() now raises an OSError instead of a
Victor Stinner
2014-07-21
1
-3/+3
*
Issue #22018: Add _testcapi.raise_signal()
Victor Stinner
2014-07-21
1
-19/+46
*
Fix printing out error message when test fails and run with -bb
Antoine Pitrou
2014-05-11
1
-1/+1
|
\
|
*
Fix printing out error message when test fails and run with -bb
Antoine Pitrou
2014-05-11
1
-1/+1
*
|
Skip test_enums in the absence of threading.
Stefan Krah
2014-04-15
1
-0/+1
*
|
fix #21076: turn signal module constants into enums
Giampaolo Rodola'
2014-04-04
1
-4/+35
|
/
*
Merge: #19970: Fix some comment typos.
R David Murray
2013-12-14
1
-1/+1
|
\
|
*
#19970: Fix some comment typos.
R David Murray
2013-12-14
1
-1/+1
*
|
Make test_wakeup_write_error more robust
Antoine Pitrou
2013-08-17
1
-0/+10
*
|
Issue #16105: When a signal handler fails to write to the file descriptor reg...
Antoine Pitrou
2013-08-17
1
-0/+41
*
|
Merge #18396 from 3.3
Nick Coghlan
2013-08-03
1
-2/+8
|
\
\
|
|
/
|
*
Close #18396: fix spurious test_signal failure on Windows
Nick Coghlan
2013-08-03
1
-2/+8
*
|
(Merge 3.3) Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX
Victor Stinner
2013-06-17
1
-0/+4
|
\
\
|
|
/
|
*
Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX
Victor Stinner
2013-06-17
1
-0/+4
*
|
merge 3.3
Benjamin Peterson
2013-01-18
1
-2/+9
|
\
\
|
|
/
|
*
check windows fd validity (closes #16992)
Benjamin Peterson
2013-01-18
1
-2/+9
*
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-2/+2
|
\
\
|
|
/
|
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-2/+2
|
|
\
|
|
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-2/+2
*
|
|
Get rig of EnvironmentError (#16705)
Andrew Svetlov
2012-12-17
1
-1/+1
*
|
|
Issue #16704: Get rid of select.error in stdlib. Use OSError instead.
Andrew Svetlov
2012-12-17
1
-2/+2
*
|
|
Remove sys.platform == 'riscos' checks from some Python and test files. #16501
Christian Heimes
2012-11-18
1
-3/+0
*
|
|
Closes #16135: Removal of OS/2 support
Jesus Cea
2012-10-05
1
-1/+1
|
/
/
*
|
Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple
Victor Stinner
2012-03-02
1
-6/+4
*
|
Issue #13084: Fix a test_signal failure: the delivery order is only defined for
Charles-François Natali
2011-10-02
1
-8/+6
*
|
Issue #12469: fix signal order check of test_signal
Victor Stinner
2011-07-04
1
-5/+6
[next]