<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/basics/bytearray1.py, branch 6.0.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-02-14T16:57:18+00:00</updated>
<entry>
<title>tests/bytearray1: Add testcases for "in" operator.</title>
<updated>2016-02-14T16:57:18+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-02-14T16:56:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e5cff5b2233317cb7f8cb8465940c4e2f2aa1b9d'/>
<id>urn:sha1:e5cff5b2233317cb7f8cb8465940c4e2f2aa1b9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Add a few tests for bool, bytearray, float to improve coverage.</title>
<updated>2015-08-29T22:13:28+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-08-25T17:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1d350b8ac6c65bd53115bfdc7511e4028f3c69ac'/>
<id>urn:sha1:1d350b8ac6c65bd53115bfdc7511e4028f3c69ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>objstr: Allow to convert any buffer proto object to str.</title>
<updated>2014-10-30T22:03:53+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-10-30T21:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e62a0fe36776f039149e7fab77323aa380b97c2e'/>
<id>urn:sha1:e62a0fe36776f039149e7fab77323aa380b97c2e</id>
<content type='text'>
Original motivation is to support converting bytearrays, but easier to just
support buffer protocol at all.
</content>
</entry>
<entry>
<title>objarray: Implement equality testing between arrays and other buffers.</title>
<updated>2014-08-10T13:22:57+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-08-10T08:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5f930337bc352641699390ac1bf37ba64cd486d8'/>
<id>urn:sha1:5f930337bc352641699390ac1bf37ba64cd486d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>objarray: Implement slice subscription.</title>
<updated>2014-04-19T17:06:57+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-04-19T17:06:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d6e12723edd40ce80bbaf49d11fd978b248b4dfc'/>
<id>urn:sha1:d6e12723edd40ce80bbaf49d11fd978b248b4dfc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Make bytearray a proper type.</title>
<updated>2014-04-08T19:11:40+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-04-08T19:09:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4dcb605ac403c99390ba3ce6fab01fa8c52b3dd0'/>
<id>urn:sha1:4dcb605ac403c99390ba3ce6fab01fa8c52b3dd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bytearray: Support bytearray(int) constructor.</title>
<updated>2014-04-08T16:08:34+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-04-08T01:42:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b9cf3d3730f8350d9756f6cfb32b1240dccf0981'/>
<id>urn:sha1:b9cf3d3730f8350d9756f6cfb32b1240dccf0981</id>
<content type='text'>
To create bytearray of given length.
</content>
</entry>
<entry>
<title>bytearray: Print objects properly.</title>
<updated>2014-01-28T01:40:48+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-01-28T01:40:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1801421f6d204dfae9453187e1f70e261b230a9e'/>
<id>urn:sha1:1801421f6d204dfae9453187e1f70e261b230a9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add bytearray basic tests.</title>
<updated>2014-01-21T21:59:50+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-01-21T21:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d30e019459d1ef026b95739716d2d3a7d791575e'/>
<id>urn:sha1:d30e019459d1ef026b95739716d2d3a7d791575e</id>
<content type='text'>
</content>
</entry>
</feed>
