Paul Sokolovsky
|
d251f26688
|
docs/uselect: Describe more aspects of poll.register/modify behavior.
E.g., register() can be called again for the same object, while modify()
will raise exception if object was not register()ed before.
|
2018-10-05 16:57:58 +10:00 |
Damien George
|
0db49c37a4
|
docs: Fix some references and RST markup to eliminate Sphinx warnings.
|
2018-03-15 15:50:51 +11:00 |
Paul Sokolovsky
|
3ff7040c8a
|
docs/library: Add xrefs to "stream" dictionary entry for many modules.
|
2017-12-04 18:36:20 +02:00 |
Paul Sokolovsky
|
4fee35a32c
|
docs/glossary: Describe the callee-owned tuple concept.
|
2017-12-03 15:08:39 +02:00 |
Paul Sokolovsky
|
cb9da2279b
|
docs/uselect: ipoll: Fix grammar/wording of one-shot flag description.
|
2017-11-30 20:32:49 +02:00 |
Paul Sokolovsky
|
f59c6b48ae
|
docs/uselect: Describe POLLHUP/POLLERR semantics in more details.
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.
|
2017-11-26 09:58:19 +02:00 |
Paul Sokolovsky
|
067bf849d2
|
docs/uselect: poll: Explicitly specify that no-timeout value is -1.
|
2017-11-23 18:03:32 +02:00 |
Paul Sokolovsky
|
328c1e78be
|
docs/uselect: Document one-shot polling mode.
|
2017-10-26 00:30:07 +03:00 |
Paul Sokolovsky
|
465d84b7e7
|
docs/library: Add CPython docs xref to each pertinent module.
Cross-reference text/link is implemented as RST substitution, so easy to
consistently.
|
2017-07-02 15:37:31 +03:00 |
Paul Sokolovsky
|
871a45dd0c
|
docs/{uselect,ussl,ustruct}: Use markup adhering to latest docs conventions.
|
2017-06-30 14:50:52 +03:00 |
Paul Sokolovsky
|
94696973a0
|
docs/select: Rename to uselect, to match the actual module name.
Also, add ipoll() documentation and markup changes to comply with CPython
usage.
|
2017-06-16 11:28:06 +03:00 |