posix: ignore more blocking errors and EINTR also for python 2.7

- catch all the errno's that BlockingIOError would cover
- and catch EINTR in for both blocks, for Py 2.7 and 3.x

fixes #227
1 file changed