aboutsummaryrefslogtreecommitdiff
path: root/docs/library/select.rst
AgeCommit message (Collapse)Author
2017-06-16docs/select: Rename to uselect, to match the actual module name.Paul Sokolovsky
Also, add ipoll() documentation and markup changes to comply with CPython usage.
2016-06-18docs/select: Add an article.Paul Sokolovsky
2015-11-09docs/select: Document POLLIN/OUT/ERR/HUP.Paul Sokolovsky
2015-10-29docs: select: Describe poll.poll() return value in detail.Paul Sokolovsky
2014-11-09docs: select: Describe extra details.Paul Sokolovsky
2014-10-31docs: Cleanup and update some docs.Damien George
2014-10-31docs: Import documentation from source-code inline comments.Damien George
The inline docs (prefixed with /// in .c files) have been converted to RST format and put in the docs subdirectory.