<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs/library/usocket.rst, branch v1.9.3</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.3</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.3'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-10-30T22:28:28+00:00</updated>
<entry>
<title>docs/usocket: Document that settimeout() isn't supported by all ports.</title>
<updated>2017-10-30T22:28:28+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-10-30T22:28:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b81fbf938f1bb9cc798a3933476c80c0d9b83992'/>
<id>urn:sha1:b81fbf938f1bb9cc798a3933476c80c0d9b83992</id>
<content type='text'>
And describe an alternative of using uselect.poll().
</content>
</entry>
<entry>
<title>docs/usocket: Document inet_ntop(), inet_pton().</title>
<updated>2017-10-26T21:27:27+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-10-26T21:27:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a33fca99a1cc9d2026ee56e81f372c1e695379f5'/>
<id>urn:sha1:a33fca99a1cc9d2026ee56e81f372c1e695379f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/usocket: Elaborate descriptions.</title>
<updated>2017-10-26T11:20:37+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-10-26T11:00:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d1cd533134cc115dfe15e6c22d60bb7fd7589d88'/>
<id>urn:sha1:d1cd533134cc115dfe15e6c22d60bb7fd7589d88</id>
<content type='text'>
Use the "usocket" module name everywhere. Use "MicroPython port"
terminology. Suggest to avoid using IPPROTO_* constants in socket()
call.
</content>
</entry>
<entry>
<title>docs: More xrefs to "MicroPython port" in glossary.</title>
<updated>2017-08-28T10:51:05+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-08-28T10:51:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=358a7ba014ef649334b79a8500ae8ac2227c54af'/>
<id>urn:sha1:358a7ba014ef649334b79a8500ae8ac2227c54af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/library/usocket: Describe complete information on address formats.</title>
<updated>2017-08-20T06:49:12+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-08-20T06:49:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3f915704833e2bf8b2d8b977640e8c630c5c5ef7'/>
<id>urn:sha1:3f915704833e2bf8b2d8b977640e8c630c5c5ef7</id>
<content type='text'>
Describe that the only portable way to deal with addresses is by using
getaddrinfo(). Describe that some ports may support tuple addresses using
"socket" module (vs "usocket" of native MicroPython).
</content>
</entry>
<entry>
<title>docs/library/usocket: Move socket.error to its own section.</title>
<updated>2017-08-20T06:04:48+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-08-20T06:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ccaad5327087eb93c3c5329b02ba7c11d95c0487'/>
<id>urn:sha1:ccaad5327087eb93c3c5329b02ba7c11d95c0487</id>
<content type='text'>
It's too minor a point to start the module description with it.
</content>
</entry>
<entry>
<title>docs/library: Add CPython docs xref to each pertinent module.</title>
<updated>2017-07-02T12:37:31+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-07-02T12:37:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=465d84b7e72c9fe4a8907ee539f736ff576d9dd6'/>
<id>urn:sha1:465d84b7e72c9fe4a8907ee539f736ff576d9dd6</id>
<content type='text'>
Cross-reference text/link is implemented as RST substitution, so easy to
consistently.
</content>
</entry>
<entry>
<title>docs/{framebuf,usocket}: Use markup adhering to the latest docs conventions.</title>
<updated>2017-06-28T23:22:14+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-06-28T23:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1942f0ceef23840c8e6c290f343e1ed03d2aa268'/>
<id>urn:sha1:1942f0ceef23840c8e6c290f343e1ed03d2aa268</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/usocket: Deconditionalize.</title>
<updated>2017-04-08T21:48:28+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-04-08T21:48:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2e58474580fe459c03e52c7662d28786f3885fdf'/>
<id>urn:sha1:2e58474580fe459c03e52c7662d28786f3885fdf</id>
<content type='text'>
Notes on WiPy incompatibilities with the standard socket module API are
moved under "Known issues" to its documentation.
</content>
</entry>
<entry>
<title>docs/usocket: Dedent Methods section.</title>
<updated>2017-01-28T12:49:54+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-01-28T12:49:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6947a7f6a975dd9ebf1af6ea7ddf21c364339078'/>
<id>urn:sha1:6947a7f6a975dd9ebf1af6ea7ddf21c364339078</id>
<content type='text'>
This was apparently of an ::only directive which was later removed.
</content>
</entry>
</feed>
