summaryrefslogtreecommitdiff
path: root/Lib/test/test_signal.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports.Serhiy Storchaka2016-12-161-4/+0
* Issue #26566: Rewrite test_signal.InterProcessSignalTestsVictor Stinner2016-03-151-162/+9
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-1/+1
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-11/+3
* Issue #23485: Fix test_signal, select.select() now retries the syscall if theVictor Stinner2015-03-301-3/+17
* Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retriedVictor Stinner2015-03-201-29/+0
* Issue #23646: If time.sleep() is interrupted by a signal, the sleep is nowVictor Stinner2015-03-191-14/+17
* Revert changeset d927047b1d8eb87738676980a24930d053ba2150Victor Stinner2015-03-171-10/+7
* testVictor Stinner2015-03-121-7/+10
* Issue #23285: PEP 475 -- Retry system calls failing with EINTR.Charles-Fran?ois Natali2015-02-071-4/+3
* Issue #22042: Fix test_signal on WindowsVictor Stinner2014-08-271-2/+3
* Issue #22042: signal.set_wakeup_fd(fd) now raises an exception if the fileVictor Stinner2014-08-271-0/+25
* Issue #22018: Fix test_signal: use assertEqual() not assertIs()Victor Stinner2014-07-301-3/+3
* Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets.Victor Stinner2014-07-291-0/+107
* Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get andVictor Stinner2014-07-291-8/+2
* Issue #22018: Fix test_set_wakeup_fd_result(), use assertEqual() notVictor Stinner2014-07-241-3/+3
* Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/Victor Stinner2014-07-241-119/+11
* tetsVictor Stinner2014-07-241-11/+119
* Issue #22018: Hum, set_wakeup_fd() still raises ValueError on WindowsVictor Stinner2014-07-211-1/+2
* Issue #22018: signal.set_wakeup_fd() now raises an OSError instead of aVictor Stinner2014-07-211-3/+3
* Issue #22018: Add _testcapi.raise_signal()Victor Stinner2014-07-211-19/+46
* Fix printing out error message when test fails and run with -bbAntoine Pitrou2014-05-111-4/+36
|\
| * Skip test_enums in the absence of threading.Stefan Krah2014-04-151-0/+1
| * fix #21076: turn signal module constants into enumsGiampaolo Rodola'2014-04-041-4/+35
* | Fix printing out error message when test fails and run with -bbAntoine Pitrou2014-05-111-1/+1
|/
* Merge: #19970: Fix some comment typos.R David Murray2013-12-131-1/+1
|\
| * #19970: Fix some comment typos.R David Murray2013-12-131-1/+1
* | Make test_wakeup_write_error more robustAntoine Pitrou2013-08-171-0/+10
* | Issue #16105: When a signal handler fails to write to the file descriptor reg...Antoine Pitrou2013-08-171-0/+41
* | Merge #18396 from 3.3Nick Coghlan2013-08-031-2/+8
|\ \ | |/
| * Close #18396: fix spurious test_signal failure on WindowsNick Coghlan2013-08-031-2/+8
* | (Merge 3.3) Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIXVictor Stinner2013-06-171-6/+3
|\ \ | |/ |/|
| * merge 3.3Benjamin Peterson2013-01-181-2/+9
| |\
| * \ Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-2/+2
| |\ \
| * | | Get rig of EnvironmentError (#16705)Andrew Svetlov2012-12-171-1/+1
| * | | Issue #16704: Get rid of select.error in stdlib. Use OSError instead.Andrew Svetlov2012-12-171-2/+2
| * | | Remove sys.platform == 'riscos' checks from some Python and test files. #16501Christian Heimes2012-11-191-3/+0
| * | | Closes #16135: Removal of OS/2 supportJesus Cea2012-10-051-1/+1
* | | | Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIXVictor Stinner2013-06-171-0/+4
| |_|/ |/| |
* | | check windows fd validity (closes #16992)Benjamin Peterson2013-01-181-2/+9
| |/ |/|
* | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-59/+410
|\ \ | |/
| * Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tupleVictor Stinner2012-03-021-6/+4
| * Issue #13084: Fix a test_signal failure: the delivery order is only defined forCharles-François Natali2011-10-021-8/+6
| * Issue #12469: fix signal order check of test_signalVictor Stinner2011-07-051-5/+6
| * Issue #12469: test_signal checks wakeup signals order, except on freebsd6Victor Stinner2011-07-051-4/+4
| * Issue #12469: partial revert of 024827a9db64, freebsd6 thread initializationVictor Stinner2011-07-041-3/+0
| * Issue #12469: replace assertions by explicit if+raiseVictor Stinner2011-07-041-16/+32
| * (merge 3.2) Issue #12469: Run wakeup and pending signal tests in a subprocessVictor Stinner2011-07-041-65/+406
| |\
| | * (merge 3.2) Issue #12363: increase the timeout of siginterrupt() testsVictor Stinner2011-07-011-4/+4
| | |\
| | * | Issue #12303: run sig*wait*() tests in a subprocesssVictor Stinner2011-06-291-56/+81