summaryrefslogtreecommitdiff
path: root/Lib/test/eintrdata
Commit message (Expand)AuthorAgeFilesLines
* bpo-35633: test_lockf() fails with "PermissionError: [Errno 13] Permission de...Miss Islington (bot)2019-02-141-0/+4
* bpo-35363, test_eintr: skip test_open() on macOS (GH-10896) (GH-10911)Victor Stinner2018-12-051-2/+4
* bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782)Miss Islington (bot)2018-11-281-2/+0
* [3.7] bpo-35189: Retry fnctl calls on EINTR (GH-10413) (GH-10678)Victor Stinner2018-11-231-20/+55
* bpo-34582: Adds JUnit XML output for regression tests (GH-9210)Miss Islington (bot)2018-09-181-1/+2
* bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350)xdegaye2017-11-121-3/+4
* bpo-30320: test_eintr now uses pthread_sigmask() (#1523)Victor Stinner2017-05-101-35/+26
* bpo-29972: Skip tests known to fail on AIX (#979)Victor Stinner2017-04-041-1/+6
* bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462)Ned Deily2017-03-041-0/+2
* Issue #28759: Fix the tests that fail with PermissionError when run asXavier de Gaye2016-12-131-0/+2
* test_eintr: Fix ResourceWarning warningsVictor Stinner2016-09-101-0/+5
* Issue #27626: Merge spelling fixes from 3.5Martin Panter2016-07-281-1/+1
|\
| * Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
| * Backport fixes on test_eintrVictor Stinner2016-01-281-5/+17
* | Remove more unused imports in tests.Serhiy Storchaka2016-04-251-1/+0
* | Issue #25234: Skip test_eintr.test_open() under OS X to avoid hangingBrett Cannon2016-01-221-0/+1
* | Issue #25234: Skip test_eintr.test_os_open under OS X.Brett Cannon2015-12-281-0/+1
* | Issue #25868: Try to make test_eintr.test_sigwaitinfo() more reliableVictor Stinner2015-12-151-5/+15
* | Merge 3.5 (test_eintr)Victor Stinner2015-10-121-5/+5
|\ \ | |/
| * Issue #25277: Use a longer sleep in test_eintr to reduce the risk of raceVictor Stinner2015-10-121-5/+5
* | Close #25368: Fix test_eintr when Python is compiled without thread supportVictor Stinner2015-10-111-2/+4
* | Issue #25277: Set a timeout of 10 minutes in test_eintr using faulthandler toVictor Stinner2015-10-011-0/+5
|/
* Issue #25122: test_eintr: the FreeBSD fix will be released in FreeBSD 10.3Victor Stinner2015-09-211-2/+2
* Issue #25122: sync test_eintr with Python 3.6Victor Stinner2015-09-181-97/+190
* Issue #23485: select.devpoll.poll() is now retried when interrupted by a signalVictor Stinner2015-03-311-0/+11
* Issue #23485: select.kqueue.control() is now retried when interrupted by a si...Victor Stinner2015-03-311-2/+13
* Issue #23485: select.epoll.poll() is now retried when interrupted by a signalVictor Stinner2015-03-301-0/+11
* Issue #23485: select.poll.poll() is now retried when interrupted by a signalVictor Stinner2015-03-301-3/+17
* Issue #23485: select.select() is now retried automatically with the recomputedVictor Stinner2015-03-301-1/+15
* Issue #23715: Fix test_sigtimedwait() of test_eintrVictor Stinner2015-03-271-1/+1
* Issue #23715: Fix test_eintr, skip tests on signal.sigwaitinfo() andVictor Stinner2015-03-201-0/+4
* Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retriedVictor Stinner2015-03-201-1/+37
* Issue #23646: Enhance precision of time.sleep() and socket timeout whenVictor Stinner2015-03-201-5/+2
* Issue #23646: If time.sleep() is interrupted by a signal, the sleep is nowVictor Stinner2015-03-191-1/+19
* Revert changeset d927047b1d8eb87738676980a24930d053ba2150Victor Stinner2015-03-171-16/+1
* testVictor Stinner2015-03-121-1/+16
* Issue #23285: PEP 475 -- Retry system calls failing with EINTR.Charles-François Natali2015-02-071-0/+260