<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py/objstr.c, branch v1.0.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.0.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.0.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-05-11T18:22:59+00:00</updated>
<entry>
<title>objstr: Slice indexing: support bytes properly.</title>
<updated>2014-05-11T18:22:59+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-05-11T18:22:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5ebd5f0f19bdc1331d890e2af081056548002427'/>
<id>urn:sha1:5ebd5f0f19bdc1331d890e2af081056548002427</id>
<content type='text'>
</content>
</entry>
<entry>
<title>objstr: Make .split() support bytes.</title>
<updated>2014-05-11T18:17:28+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-05-11T18:17:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bfb8819c0c7e924859dce07ca1388385a9af12b9'/>
<id>urn:sha1:bfb8819c0c7e924859dce07ca1388385a9af12b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>objstr: Make .join() support bytes.</title>
<updated>2014-05-11T18:13:01+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-05-11T18:13:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5e5d69b35ed6c50286cf4b936e41b78df9a691e5'/>
<id>urn:sha1:5e5d69b35ed6c50286cf4b936e41b78df9a691e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Give up and make mp_obj_str_get_data() deal with bytes too.</title>
<updated>2014-05-11T10:51:24+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-05-11T10:51:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=eea01186547f0f1568ea1c8f002da4e33b7b0e46'/>
<id>urn:sha1:eea01186547f0f1568ea1c8f002da4e33b7b0e46</id>
<content type='text'>
This is not fully correct re: error handling, because we should check that
that types are used consistently (only str's or only bytes), but magically
makes lot of functions support bytes.
</content>
</entry>
<entry>
<title>objstr: Make *strip() accept bytes.</title>
<updated>2014-05-11T10:17:29+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-05-11T10:17:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b2d4fc06fc95d8e96eabd6ef470f0e871275fb82'/>
<id>urn:sha1:b2d4fc06fc95d8e96eabd6ef470f0e871275fb82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>objstr: Make .[r]partition() work with bytes.</title>
<updated>2014-05-11T00:33:19+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-05-10T23:44:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=69f3eb2c9688752d674254c3f4158cae688053be'/>
<id>urn:sha1:69f3eb2c9688752d674254c3f4158cae688053be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Fix prefix on few sequence helpers, was incorrectly "mp_".</title>
<updated>2014-05-10T18:36:33+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-05-10T18:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d915a52eb650a0809e15e6be25e58a3db7e73025'/>
<id>urn:sha1:d915a52eb650a0809e15e6be25e58a3db7e73025</id>
<content type='text'>
</content>
</entry>
<entry>
<title>objstr: Implement .lower() and .upper().</title>
<updated>2014-05-10T16:49:07+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-05-10T16:47:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=69135219111be239d6088457604dcfc185e6ceee'/>
<id>urn:sha1:69135219111be239d6088457604dcfc185e6ceee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Tidy up returning NULL which should be MP_OBJ_NOT_SUPPORTED.</title>
<updated>2014-05-10T12:55:11+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-10T12:55:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d0a5bf34f746276550aef9c8519160c033611571'/>
<id>urn:sha1:d0a5bf34f746276550aef9c8519160c033611571</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bytes: Implement comparison and other binary operations.</title>
<updated>2014-05-10T01:45:02+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-05-10T01:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7b0f9a7d9b8a119093ea31c78368b5314bbf23a7'/>
<id>urn:sha1:7b0f9a7d9b8a119093ea31c78368b5314bbf23a7</id>
<content type='text'>
Should support everything supported by strings.
</content>
</entry>
</feed>
