<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/examples/unix, branch v1.3.6</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.3.6</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.3.6'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-10-09T17:43:10+00:00</updated>
<entry>
<title>unix: Rename "microsocket" module to "usocket".</title>
<updated>2014-10-09T17:43:10+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-10-09T17:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=23b3b04072345c372ff202e39357ceb4422c16db'/>
<id>urn:sha1:23b3b04072345c372ff202e39357ceb4422c16db</id>
<content type='text'>
Per new conventions, we'd like to consistently use "u*" naming conventions
for modules which don't offer complete CPython compatibility, while offer
subset or similar API.
</content>
</entry>
<entry>
<title>examples: Rename unix socket examples to have more precise naming (http).</title>
<updated>2014-10-09T17:35:56+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-10-09T17:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a2d8f98a7ebff40e0e6271566d7d49b43966f12b'/>
<id>urn:sha1:a2d8f98a7ebff40e0e6271566d7d49b43966f12b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ffi: Implement ffivar.get()/set() methods.</title>
<updated>2014-02-14T18:38:35+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-02-14T15:16:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8bc3516389cd148ebeaa58ceaf3d3f7fb13440d8'/>
<id>urn:sha1:8bc3516389cd148ebeaa58ceaf3d3f7fb13440d8</id>
<content type='text'>
Done by introducing another factored out helper API in binary.c. This API
can be reused also by array and struct modules.
</content>
</entry>
<entry>
<title>Rename "rawsocket" module to "microsocket".</title>
<updated>2014-02-08T19:20:32+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-02-08T19:10:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9945f338863cd1bc0ce483c0eb70c41fbdb710f1'/>
<id>urn:sha1:9945f338863cd1bc0ce483c0eb70c41fbdb710f1</id>
<content type='text'>
It's no longer intended to provide just "raw" socket interface, may include
some convenience methods for compatibility with CPython socket - but anyway
just minimal set required to deal with socket client and servers, not wider
network functionality.
</content>
</entry>
<entry>
<title>Add FFI module example.</title>
<updated>2014-01-28T22:37:09+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-01-28T22:37:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=809eaa2679f59a74f394aa09515fd484ff3f0ad8'/>
<id>urn:sha1:809eaa2679f59a74f394aa09515fd484ff3f0ad8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sock-server.py: Use SO_REUSEADDR to avoid errors on quick restart.</title>
<updated>2014-01-26T00:03:07+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-01-26T00:00:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4795c58f3cfacb20e3b991fec7b78d59a8dcabff'/>
<id>urn:sha1:4795c58f3cfacb20e3b991fec7b78d59a8dcabff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>socket-client, socket-server examples now run on both Micro- and C-Python.</title>
<updated>2014-01-20T18:37:01+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-01-20T18:35:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d991da72636865eb53a13a7c2a66dbde7f7c695d'/>
<id>urn:sha1:d991da72636865eb53a13a7c2a66dbde7f7c695d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add socket examples (simple HTTP client and server).</title>
<updated>2014-01-19T05:29:30+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-01-18T21:49:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e2f3e1d24acb38dfdec9d56f798c8d786dfc3d3c'/>
<id>urn:sha1:e2f3e1d24acb38dfdec9d56f798c8d786dfc3d3c</id>
<content type='text'>
</content>
</entry>
</feed>
