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