aboutsummaryrefslogtreecommitdiff
path: root/ports/unix/moduselect.c
AgeCommit message (Expand)Author
2021-02-16unix/moduselect: Don't allow both posix and non-posix configurations.Jim Mussared
2020-03-27unix: Implement PEP 475 to retry syscalls failing with EINTR.David Lechner
2020-03-18unix: Remove custom file implementation to use extmod's VFS POSIX one.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-01-26unix: Release GIL during all system calls.David Lechner
2019-02-12ports: Convert legacy uppercase macro names to lowercase.Damien George
2018-10-05unix/moduselect: Raise OSError(ENOENT) if obj to modify is not in pollerPaul Sokolovsky
2018-07-20unix: Use MP_STREAM_GET_FILENO to allow uselect to poll general objects.Damien George
2017-11-07unix/moduselect: Fix nanbox build after adding .dump() method.Paul Sokolovsky
2017-11-07unix/moduselect: Add .dump() method for debugging.Paul Sokolovsky
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George