aboutsummaryrefslogtreecommitdiff
path: root/docs/library/usocket.rst
AgeCommit message (Expand)Author
2020-06-05docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build.David Lechner
2020-01-12docs/library: Add / to indicate positional-only args in library docs.Jason Neal
2018-06-27docs/usocket: Minor fixes to grammar of getaddrinfo.Damien George
2018-06-27docs/usocket: getaddrinfo: Describe af/type/proto optional params.Paul Sokolovsky
2018-03-05docs/library/usocket: Make xref to uerrno explicitly a module reference.Damien George
2017-12-04docs/library: Add xrefs to "stream" dictionary entry for many modules.Paul Sokolovsky
2017-10-31docs/usocket: Document that settimeout() isn't supported by all ports.Paul Sokolovsky
2017-10-27docs/usocket: Document inet_ntop(), inet_pton().Paul Sokolovsky
2017-10-26docs/usocket: Elaborate descriptions.Paul Sokolovsky
2017-08-28docs: More xrefs to "MicroPython port" in glossary.Paul Sokolovsky
2017-08-20docs/library/usocket: Describe complete information on address formats.Paul Sokolovsky
2017-08-20docs/library/usocket: Move socket.error to its own section.Paul Sokolovsky
2017-07-02docs/library: Add CPython docs xref to each pertinent module.Paul Sokolovsky
2017-06-29docs/{framebuf,usocket}: Use markup adhering to the latest docs conventions.Paul Sokolovsky
2017-04-09docs/usocket: Deconditionalize.Paul Sokolovsky
2017-01-28docs/usocket: Dedent Methods section.Paul Sokolovsky
2017-01-28docs/usocket: Clarify description of various methods.Paul Sokolovsky
2017-01-28docs/usocket: Elaborate "Constants" section.Paul Sokolovsky
2017-01-28docs/usocket: Clarify exceptions used.Paul Sokolovsky
2017-01-07docs/usocket: Clarify that socket timeout raises OSError exception.Paul Sokolovsky
2016-11-14docs: Remove references to readall() and update stream read() docs.Damien George
2016-06-26docs/library: Fix typo in docs for usocket.listen().Martin Müller
2016-06-07docs/usocket: There must be empty line after .only:: .Paul Sokolovsky
2016-05-03docs: Use getaddrinfo() result in easy way.Paul Sokolovsky
2016-04-27docs/library: Consistently use admonitions for CPython differences.Paul Sokolovsky
2016-04-23docs/usocket: Describe address format once at the beginning.Paul Sokolovsky
2016-04-23docs/usocket: socket.IPPROTO_SEC is WiPy-specific.Paul Sokolovsky
2016-04-23docs/usocket: Socket-specific exceptions are for WiPy only.Paul Sokolovsky
2016-04-23docs/library/usocket: Add link to CPython's socket module.Paul Sokolovsky
2015-10-21docs: Add usocket and ussl modules' documentation.danicampora
2014-10-31docs: Cleanup and update some docs.Damien George
2014-10-31docs: Import documentation from source-code inline comments.Damien George