<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs/library, branch 2.3.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.3.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.3.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-02-21T01:34:59+00:00</updated>
<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>Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.</title>
<updated>2017-08-26T02:17:07+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-08-26T02:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ef61b5ecb59e9b4e37e3e3c023c62d583c23eb16'/>
<id>urn:sha1:ef61b5ecb59e9b4e37e3e3c023c62d583c23eb16</id>
<content type='text'>
cpx build compiles and loads and works in repl; test suite not run yet
esp8266 not tested yet
</content>
</entry>
<entry>
<title>docs: Consistently link to micropython-lib in glossary.</title>
<updated>2017-08-22T06:33:31+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-08-22T06:33:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=64a3c52f663b09e10d028ba711132e7f69f450ae'/>
<id>urn:sha1:64a3c52f663b09e10d028ba711132e7f69f450ae</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/ubinascii: Update base64 docs.</title>
<updated>2017-08-17T06:25:51+00:00</updated>
<author>
<name>Alex Robbins</name>
<email>alexdotrobbins@gmail.com</email>
</author>
<published>2017-08-04T23:01:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0aa1d3f4477f56faf3bfc2891be627b86d87a63b'/>
<id>urn:sha1:0aa1d3f4477f56faf3bfc2891be627b86d87a63b</id>
<content type='text'>
This clarifies return values and the handling of invalid (e.g. newline)
characters.

Encoding conforms to RFC 3548, but decoding does not, as it ignores invalid
characters in base64 input. Instead, it conforms to MIME handling of base64
(RFC 2045).

Note that CPython doesn't document handling of invalid characters in
a2b_base64() docs:
https://docs.python.org/3/library/binascii.html#binascii.a2b_base64 , so
we specify it more explicitly than it, based on CPython's actual behavior
(with which MicroPython now compliant).
</content>
</entry>
<entry>
<title>docs/library/machine.RTC.rst: Fix typo.</title>
<updated>2017-08-14T05:42:25+00:00</updated>
<author>
<name>Javier Candeira</name>
<email>javier@candeira.com</email>
</author>
<published>2017-08-14T05:42:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c127ace28a4faeb93ef86743c703a14258137efc'/>
<id>urn:sha1:c127ace28a4faeb93ef86743c703a14258137efc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs,teensy: Use the name MicroPython consistently in documentation</title>
<updated>2017-07-15T09:44:32+00:00</updated>
<author>
<name>Alexander Steffen</name>
<email>devel.20.webmeister@spamgourmet.com</email>
</author>
<published>2017-07-15T09:44:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c9a48eb464879e35217e7df89a5dab568367f395'/>
<id>urn:sha1:c9a48eb464879e35217e7df89a5dab568367f395</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/uzlib: Update description of decompress() and mention DecompIO.</title>
<updated>2017-07-03T23:32:42+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-07-03T23:32:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=503cf3d097e273dae88557cc5b284ba39c77e384'/>
<id>urn:sha1:503cf3d097e273dae88557cc5b284ba39c77e384</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/uerrno: Document "uerrno" module.</title>
<updated>2017-07-02T21:55:09+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-07-02T21:55:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ffb13cc63366a4356a3a26df8e4b27632fd71f76'/>
<id>urn:sha1:ffb13cc63366a4356a3a26df8e4b27632fd71f76</id>
<content type='text'>
</content>
</entry>
</feed>
