| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This fixes #345 and fixes #215.
|
|
|
|
|
|
|
|
Per POSIX, http://pubs.opengroup.org/onlinepubs/9699919799/functions/poll.html
these flags aren't valid in the input eventmask. Instead, they can be
returned in unsolicited manner in the output eventmask at any time.
|
|
|
|
|
|
Cross-reference text/link is implemented as RST substitution, so easy to
consistently.
|
|
|
|
Also, add ipoll() documentation and markup changes to comply with CPython
usage.
|