<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py, 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>py: Use mp_arg_check_num in more places.</title>
<updated>2014-05-11T17:37:21+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-11T17:37:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ee7a880d6e669423309c3a5f8c20b59027604572'/>
<id>urn:sha1:ee7a880d6e669423309c3a5f8c20b59027604572</id>
<content type='text'>
Updated functions now do proper checking that n_kw==0, and are simpler
because they don't have to explicitly raise an exception.  Down side is
that the error messages no longer include the function name, but that's
acceptable.

Saves order 300 text bytes on x64 and ARM.
</content>
</entry>
<entry>
<title>py: frozenset() creates an empty frozenset.</title>
<updated>2014-05-11T17:28:48+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-11T17:28:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1d34e324319c3b9c22ea045d1fbe526bc05a48b4'/>
<id>urn:sha1:1d34e324319c3b9c22ea045d1fbe526bc05a48b4</id>
<content type='text'>
</content>
</entry>
</feed>
