<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython, 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-11T19:50:27+00:00</updated>
<entry>
<title>modstruct: Use MP_OBJ_FUN_ARGS_MAX instead of -1.</title>
<updated>2014-05-11T19:50:27+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-05-11T19:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=147c80bf7cad0f8e02f3b7ccf8ec14e65092e52b'/>
<id>urn:sha1:147c80bf7cad0f8e02f3b7ccf8ec14e65092e52b</id>
<content type='text'>
</content>
</entry>
<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: Fix __len__ special method result handling.</title>
<updated>2014-05-11T17:51:31+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-05-11T17:35:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7e7940c39d757a7f8fdeb809455016816ed90272'/>
<id>urn:sha1:7e7940c39d757a7f8fdeb809455016816ed90272</id>
<content type='text'>
Having both MP_OBJ_NOT_SUPPORTED and MP_OBJ_NULL is arguably confusing.
</content>
</entry>
<entry>
<title>py: Don't expect that type-&gt;getiter() always returns iterator, check for NULL.</title>
<updated>2014-05-11T17:51:31+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-05-11T17:32:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c48d6f7add021e284558c24b25e53115fe185feb'/>
<id>urn:sha1:c48d6f7add021e284558c24b25e53115fe185feb</id>
<content type='text'>
This is better than forcing each getiter() implementation to raise exception.
</content>
</entry>
<entry>
<title>showbc: Decode MAP_ADD.</title>
<updated>2014-05-11T17:51:31+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-05-11T16:25:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0f570cfccf11b2e2fe76f3e973990896fca9b189'/>
<id>urn:sha1:0f570cfccf11b2e2fe76f3e973990896fca9b189</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Add basic implementation of hasattr() function.</title>
<updated>2014-05-11T17:51:30+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-05-11T16:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ff30666c69161e30ec5c44446b60042eb932619a'/>
<id>urn:sha1:ff30666c69161e30ec5c44446b60042eb932619a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #605 from stinos/travis-mingw</title>
<updated>2014-05-11T17:48:15+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-11T17:48:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a0863158f5a3dc13dde565b9eada8542df17a7a8'/>
<id>urn:sha1:a0863158f5a3dc13dde565b9eada8542df17a7a8</id>
<content type='text'>
travis: Add cross-compilation of mingw port</content>
</entry>
<entry>
<title>Merge pull request #604 from stinos/windows-enablefeat</title>
<updated>2014-05-11T17:41:48+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-11T17:41:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=96b62855b55cbe6398f03cc3fabcf508e626dc41'/>
<id>urn:sha1:96b62855b55cbe6398f03cc3fabcf508e626dc41</id>
<content type='text'>
windows: Enable frozen set and sys.exit</content>
</entry>
</feed>
