<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs/library/usocket.rst, branch 3.1.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.1.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.1.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-02-27T23:24:16+00:00</updated>
<entry>
<title>Merge remote-tracking branch 'adafruit/2.x' into merge_2x</title>
<updated>2018-02-27T23:24:16+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2018-02-27T23:24:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bf05183158c67c4ef1824c3b1296d401bc7754d8'/>
<id>urn:sha1:bf05183158c67c4ef1824c3b1296d401bc7754d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Delete a bunch of docs, drivers and examples not relevant to CircuitPython.</title>
<updated>2018-02-21T01:34:59+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2018-02-21T01:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=20dd3b1e434f57a0609fd5306f47863396d1022e'/>
<id>urn:sha1:20dd3b1e434f57a0609fd5306f47863396d1022e</id>
<content type='text'>
This fixes #345 and fixes #215.
</content>
</entry>
<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>
</feed>
