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
/
eintrdata
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-30320: test_eintr now uses pthread_sigmask() (#1523)
Victor Stinner
2017-05-10
1
-35/+26
*
bpo-29972: Skip tests known to fail on AIX (#979)
Victor Stinner
2017-04-04
1
-1/+6
*
bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462)
Ned Deily
2017-03-04
1
-0/+2
*
Issue #28759: Fix the tests that fail with PermissionError when run as
Xavier de Gaye
2016-12-13
1
-0/+2
*
test_eintr: Fix ResourceWarning warnings
Victor Stinner
2016-09-10
1
-0/+5
*
Issue #27626: Merge spelling fixes from 3.5
Martin Panter
2016-07-28
1
-1/+1
|
\
|
*
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
1
-1/+1
|
*
Backport fixes on test_eintr
Victor Stinner
2016-01-28
1
-5/+17
*
|
Remove more unused imports in tests.
Serhiy Storchaka
2016-04-24
1
-1/+0
*
|
Issue #25234: Skip test_eintr.test_open() under OS X to avoid hanging
Brett Cannon
2016-01-22
1
-0/+1
*
|
Issue #25234: Skip test_eintr.test_os_open under OS X.
Brett Cannon
2015-12-29
1
-0/+1
*
|
Issue #25868: Try to make test_eintr.test_sigwaitinfo() more reliable
Victor Stinner
2015-12-15
1
-5/+15
*
|
Merge 3.5 (test_eintr)
Victor Stinner
2015-10-12
1
-5/+5
|
\
\
|
|
/
|
*
Issue #25277: Use a longer sleep in test_eintr to reduce the risk of race
Victor Stinner
2015-10-12
1
-5/+5
*
|
Close #25368: Fix test_eintr when Python is compiled without thread support
Victor Stinner
2015-10-11
1
-2/+4
*
|
Issue #25277: Set a timeout of 10 minutes in test_eintr using faulthandler to
Victor Stinner
2015-10-01
1
-0/+5
|
/
*
Issue #25122: test_eintr: the FreeBSD fix will be released in FreeBSD 10.3
Victor Stinner
2015-09-21
1
-2/+2
*
Issue #25122: sync test_eintr with Python 3.6
Victor Stinner
2015-09-18
1
-97/+190
*
Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-31
1
-0/+11
*
Issue #23485: select.kqueue.control() is now retried when interrupted by a si...
Victor Stinner
2015-03-31
1
-2/+13
*
Issue #23485: select.epoll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-30
1
-0/+11
*
Issue #23485: select.poll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-30
1
-3/+17
*
Issue #23485: select.select() is now retried automatically with the recomputed
Victor Stinner
2015-03-30
1
-1/+15
*
Issue #23715: Fix test_sigtimedwait() of test_eintr
Victor Stinner
2015-03-27
1
-1/+1
*
Issue #23715: Fix test_eintr, skip tests on signal.sigwaitinfo() and
Victor Stinner
2015-03-20
1
-0/+4
*
Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retried
Victor Stinner
2015-03-20
1
-1/+37
*
Issue #23646: Enhance precision of time.sleep() and socket timeout when
Victor Stinner
2015-03-20
1
-5/+2
*
Issue #23646: If time.sleep() is interrupted by a signal, the sleep is now
Victor Stinner
2015-03-19
1
-1/+19
*
Revert changeset d927047b1d8eb87738676980a24930d053ba2150
Victor Stinner
2015-03-17
1
-16/+1
*
test
Victor Stinner
2015-03-12
1
-1/+16
*
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
Charles-François Natali
2015-02-07
1
-0/+260