<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings/_pixelbuf, branch 5.3.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.3.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.3.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-01-25T02:23:07+00:00</updated>
<entry>
<title>Encapsulate buffers inside PixelBuf and refactor it.</title>
<updated>2020-01-25T02:23:07+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-01-25T02:23:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=39971794dd48b9dba0be389b22d4eae8ecd30f7d'/>
<id>urn:sha1:39971794dd48b9dba0be389b22d4eae8ecd30f7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>raise mp_raise_NotImplementedError</title>
<updated>2020-01-02T23:00:36+00:00</updated>
<author>
<name>Roy Hooper</name>
<email>rhooper@toybox.ca</email>
</author>
<published>2020-01-02T23:00:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ccf158b03009d3de7ec8d70584044cd7f7bc1dd3'/>
<id>urn:sha1:ccf158b03009d3de7ec8d70584044cd7f7bc1dd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename call_show to pixelbuf_call_show</title>
<updated>2020-01-02T22:56:04+00:00</updated>
<author>
<name>Roy Hooper</name>
<email>rhooper@toybox.ca</email>
</author>
<published>2020-01-02T22:56:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fdddb54db41fce45abaa9d4254f44de4dab4b631'/>
<id>urn:sha1:fdddb54db41fce45abaa9d4254f44de4dab4b631</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix docstring for byteorder</title>
<updated>2020-01-02T00:25:44+00:00</updated>
<author>
<name>Roy Hooper</name>
<email>rhooper@toybox.ca</email>
</author>
<published>2020-01-02T00:25:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4e1996856f15bb1ada52651ce6b9e7571c1d52bc'/>
<id>urn:sha1:4e1996856f15bb1ada52651ce6b9e7571c1d52bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move native fill to a helper to work around being unable to call a subclass show method from the native superclass</title>
<updated>2020-01-01T22:30:17+00:00</updated>
<author>
<name>Roy Hooper</name>
<email>rhooper@toybox.ca</email>
</author>
<published>2020-01-01T22:30:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=12193913a802e3b9c72079a93cb40c97d95cc683'/>
<id>urn:sha1:12193913a802e3b9c72079a93cb40c97d95cc683</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "try a property with a callable static class"</title>
<updated>2020-01-01T21:10:22+00:00</updated>
<author>
<name>Roy Hooper</name>
<email>rhooper@toybox.ca</email>
</author>
<published>2020-01-01T21:10:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8129a8503a25bdffd00ce679ee98e940d1b6b04d'/>
<id>urn:sha1:8129a8503a25bdffd00ce679ee98e940d1b6b04d</id>
<content type='text'>
This reverts commit ca5b2770cf30f30946991faeaab16263bce435e9.
</content>
</entry>
<entry>
<title>try a property with a callable static class</title>
<updated>2020-01-01T21:10:01+00:00</updated>
<author>
<name>Roy Hooper</name>
<email>rhooper@toybox.ca</email>
</author>
<published>2020-01-01T21:10:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ca5b2770cf30f30946991faeaab16263bce435e9'/>
<id>urn:sha1:ca5b2770cf30f30946991faeaab16263bce435e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'pixelbuf-subscr-change' into new-pixelbuf-api</title>
<updated>2019-12-29T18:56:47+00:00</updated>
<author>
<name>Roy Hooper</name>
<email>rhooper@toybox.ca</email>
</author>
<published>2019-12-29T18:56:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=023d64fe4a448101545a964d50e72dcc5de0a8d2'/>
<id>urn:sha1:023d64fe4a448101545a964d50e72dcc5de0a8d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move call to show outside loop</title>
<updated>2019-12-16T20:05:09+00:00</updated>
<author>
<name>Roy Hooper</name>
<email>rhooper@toybox.ca</email>
</author>
<published>2019-12-16T20:05:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ef2a8906ddd1b21c37d31fe7098fe6b7d5b5940d'/>
<id>urn:sha1:ef2a8906ddd1b21c37d31fe7098fe6b7d5b5940d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert subscr signature change</title>
<updated>2019-12-13T19:29:15+00:00</updated>
<author>
<name>Roy Hooper</name>
<email>rhooper@toybox.ca</email>
</author>
<published>2019-12-13T19:29:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dc8dd6df20f4904917169f4ec1172c8f3827e822'/>
<id>urn:sha1:dc8dd6df20f4904917169f4ec1172c8f3827e822</id>
<content type='text'>
</content>
</entry>
</feed>
