<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython, branch v1.5.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.5.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.5.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2015-11-23T21:27:33+00:00</updated>
<entry>
<title>docs: Bump version to 1.5.1.</title>
<updated>2015-11-23T21:27:33+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-11-23T21:27:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4dea24e10590928310f3b03703e966c9f774871c'/>
<id>urn:sha1:4dea24e10590928310f3b03703e966c9f774871c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/utils/printf: Use more conservative check for MICROPY_DEBUG_STDERR.</title>
<updated>2015-11-23T20:38:48+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-11-23T20:38:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4892e4c5fc530b22826e15a2daa08e57f2623696'/>
<id>urn:sha1:4892e4c5fc530b22826e15a2daa08e57f2623696</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py/compile: Do proper checking of * and ** in function definition.</title>
<updated>2015-11-23T16:50:42+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-11-23T16:50:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9a56912ad16065c8fc3670c8d493f922bc54e5b1'/>
<id>urn:sha1:9a56912ad16065c8fc3670c8d493f922bc54e5b1</id>
<content type='text'>
This patch checks that there is only one *, and that ** is last in the
arg list.
</content>
</entry>
<entry>
<title>py: Check that second argument to hasattr is actually a string.</title>
<updated>2015-11-23T15:57:00+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-11-23T15:57:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0e3f29cc9973dc3c522941858f1f0fb4c6b2cba0'/>
<id>urn:sha1:0e3f29cc9973dc3c522941858f1f0fb4c6b2cba0</id>
<content type='text'>
Fixes issue #1623.
</content>
</entry>
<entry>
<title>extmod/modure: Use correct integer type for n_args argument.</title>
<updated>2015-11-23T15:05:58+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-11-23T15:05:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a8aa1998ce1d602738dfab15a5d8b9335586aad6'/>
<id>urn:sha1:a8aa1998ce1d602738dfab15a5d8b9335586aad6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py/emitglue: Implement persistent saving and loading of const objects.</title>
<updated>2015-11-23T11:54:12+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-11-23T11:54:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=44e6e348d6fe29c0ba4d47b81a0ac3fc435de1c5'/>
<id>urn:sha1:44e6e348d6fe29c0ba4d47b81a0ac3fc435de1c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py/emitglue: Add feature-flag header to .mpy to detect bytecode compat.</title>
<updated>2015-11-23T10:58:16+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-11-23T10:58:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=39a8deb95f9003d5af2d7d4d6e624101b49a6269'/>
<id>urn:sha1:39a8deb95f9003d5af2d7d4d6e624101b49a6269</id>
<content type='text'>
Loading .mpy files will now check to make sure that the target VM can
support the bytecode.
</content>
</entry>
<entry>
<title>unix/main: Get rid of perror() which uses stdio.</title>
<updated>2015-11-22T22:10:38+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-11-22T22:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9f10d3fb63200d66f236d696f95c335c7315ea6c'/>
<id>urn:sha1:9f10d3fb63200d66f236d696f95c335c7315ea6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/int_big_*: Add more tests for result normalization.</title>
<updated>2015-11-22T20:11:01+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-11-22T20:11:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4120f32292090bd811165fe76780e4e74e3450b9'/>
<id>urn:sha1:4120f32292090bd811165fe76780e4e74e3450b9</id>
<content type='text'>
Tested by comparability to small int/casting to bool.
</content>
</entry>
<entry>
<title>py/mpz: Normalize (remove leading zeros) xor operation result.</title>
<updated>2015-11-22T20:03:18+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-11-22T20:03:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b3be4710aaa53429c78d03a86e9be909dca923c0'/>
<id>urn:sha1:b3be4710aaa53429c78d03a86e9be909dca923c0</id>
<content type='text'>
</content>
</entry>
</feed>
