<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs/library/usocket.rst, branch v1.9.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-04-08T21:48:28+00:00</updated>
<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>
<entry>
<title>docs/usocket: Clarify description of various methods.</title>
<updated>2017-01-28T12:39:18+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-01-28T12:39:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f23c47fea701d1adb778092f9f53532d057acffd'/>
<id>urn:sha1:f23c47fea701d1adb778092f9f53532d057acffd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/usocket: Elaborate "Constants" section.</title>
<updated>2017-01-28T11:46:58+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-01-28T11:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=74fcb122f0afa8be19b691e720c35f5730175f96'/>
<id>urn:sha1:74fcb122f0afa8be19b691e720c35f5730175f96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/usocket: Clarify exceptions used.</title>
<updated>2017-01-28T10:55:51+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-01-28T10:55:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=59540dccf125452a8cf4e55f260788a46f7838dc'/>
<id>urn:sha1:59540dccf125452a8cf4e55f260788a46f7838dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/usocket: Clarify that socket timeout raises OSError exception.</title>
<updated>2017-01-07T11:23:33+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-01-07T11:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a1a8f01799c7a638db52ae008e85143c4b3f215a'/>
<id>urn:sha1:a1a8f01799c7a638db52ae008e85143c4b3f215a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Remove references to readall() and update stream read() docs.</title>
<updated>2016-11-14T12:31:40+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-11-14T12:31:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a392b3aa75c9309afedd7e9d9f6aeb739c9d9dab'/>
<id>urn:sha1:a392b3aa75c9309afedd7e9d9f6aeb739c9d9dab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/library: Fix typo in docs for usocket.listen().</title>
<updated>2016-06-26T11:38:20+00:00</updated>
<author>
<name>Martin Müller</name>
<email>mail@mueller-martin.net</email>
</author>
<published>2016-06-25T14:50:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=047ac2044dc48fa34aa2092b88867082987bfe94'/>
<id>urn:sha1:047ac2044dc48fa34aa2092b88867082987bfe94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/usocket: There must be empty line after .only:: .</title>
<updated>2016-06-07T14:41:21+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-07T14:41:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6e2fa5237db911b2c8f898c5a2fef2fe56626b93'/>
<id>urn:sha1:6e2fa5237db911b2c8f898c5a2fef2fe56626b93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Use getaddrinfo() result in easy way.</title>
<updated>2016-05-02T21:48:04+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-02T21:48:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ae845f13de8246640835d3be1549a729fd50632f'/>
<id>urn:sha1:ae845f13de8246640835d3be1549a729fd50632f</id>
<content type='text'>
Instead of extracting 4th element, extact last. Much easier to remember!
</content>
</entry>
</feed>
