<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs/library/usocket.rst, branch travis-clang</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=travis-clang</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=travis-clang'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-06-26T11:38:20+00:00</updated>
<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>
<entry>
<title>docs/library: Consistently use admonitions for CPython differences.</title>
<updated>2016-04-27T12:43:48+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-04-27T12:43:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=df4e1d1279aad106cafe83330046351201fb990f'/>
<id>urn:sha1:df4e1d1279aad106cafe83330046351201fb990f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/usocket: Describe address format once at the beginning.</title>
<updated>2016-04-22T21:31:05+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-04-22T21:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0d10e5310a7e7caa33f2eabe144384ee8d63aed9'/>
<id>urn:sha1:0d10e5310a7e7caa33f2eabe144384ee8d63aed9</id>
<content type='text'>
Different ports may have different formats.
</content>
</entry>
<entry>
<title>docs/usocket: socket.IPPROTO_SEC is WiPy-specific.</title>
<updated>2016-04-22T21:17:34+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-04-22T21:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=92497bff94fb24e2ce75c8340c1d298dc61af5d8'/>
<id>urn:sha1:92497bff94fb24e2ce75c8340c1d298dc61af5d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/usocket: Socket-specific exceptions are for WiPy only.</title>
<updated>2016-04-22T21:17:09+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-04-22T21:17:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=955b8526f4e7c5a6c36bbeae16088a31eba8682b'/>
<id>urn:sha1:955b8526f4e7c5a6c36bbeae16088a31eba8682b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/library/usocket: Add link to CPython's socket module.</title>
<updated>2016-04-22T21:08:43+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-04-22T21:08:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=71c6f93016878fcc817bfd8f2d6b2d8880588774'/>
<id>urn:sha1:71c6f93016878fcc817bfd8f2d6b2d8880588774</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Add usocket and ussl modules' documentation.</title>
<updated>2015-10-21T13:30:56+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-10-20T13:04:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=04db848dc7c7356a38f809b5efdd4699a41aa54f'/>
<id>urn:sha1:04db848dc7c7356a38f809b5efdd4699a41aa54f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Cleanup and update some docs.</title>
<updated>2014-10-31T22:21:37+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-10-31T22:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a58713a899b7df5b291e868d2553b2333c0b3dc9'/>
<id>urn:sha1:a58713a899b7df5b291e868d2553b2333c0b3dc9</id>
<content type='text'>
</content>
</entry>
</feed>
