<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/extmod, branch reentrant-gc</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=reentrant-gc</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=reentrant-gc'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-10-15T01:44:07+00:00</updated>
<entry>
<title>modure: Update to re1.5 v0.6, support for char sets/classes ([a-c]).</title>
<updated>2014-10-15T01:44:07+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-10-15T01:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=95908b0f50e26fe2c90687966b60a0cf195f71de'/>
<id>urn:sha1:95908b0f50e26fe2c90687966b60a0cf195f71de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moduzlib: Integrate into the system.</title>
<updated>2014-10-12T21:07:44+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-10-12T15:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=34162872b1119df31288dadc9fda2390119d4e27'/>
<id>urn:sha1:34162872b1119df31288dadc9fda2390119d4e27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>modure: Basic tests.</title>
<updated>2014-10-11T11:36:33+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-09-14T22:14:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f7bcce05524783ab8b47171a8634a270ca68d040'/>
<id>urn:sha1:f7bcce05524783ab8b47171a8634a270ca68d040</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Add missing "import sys".</title>
<updated>2014-10-06T19:30:46+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-10-06T19:30:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9aeec0e3a352f8252688de8337c1ece2c071baa4'/>
<id>urn:sha1:9aeec0e3a352f8252688de8337c1ece2c071baa4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Force skip of LE test on non-LE arch; improve run-tests-exp.sh.</title>
<updated>2014-10-06T17:35:46+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-10-06T17:35:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f53c343363ce97aae391edee4f3dcf2b8e797ea3'/>
<id>urn:sha1:f53c343363ce97aae391edee4f3dcf2b8e797ea3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Make printing of floats hopefully more portable.</title>
<updated>2014-10-05T16:50:02+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-10-05T16:50:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c3ab90da466e2c4479c9c1865f4302c9c8bdb8e9'/>
<id>urn:sha1:c3ab90da466e2c4479c9c1865f4302c9c8bdb8e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Simplify JSON str printing (while still conforming to JSON spec).</title>
<updated>2014-09-25T16:35:56+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-09-25T16:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cde0ca21bf79420386c7cb31de29b0f799f16655'/>
<id>urn:sha1:cde0ca21bf79420386c7cb31de29b0f799f16655</id>
<content type='text'>
The JSON specs are relatively flexible and allow us to use one function
to print strings, be they ascii, bytes or utf-8 encoded.
</content>
</entry>
<entry>
<title>tests: Fix uctypes tests to run on 64bit arch; enable more native tests.</title>
<updated>2014-09-23T14:15:45+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-09-23T12:09:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=96e20c600f6498c403445956077f85dd2fb548aa'/>
<id>urn:sha1:96e20c600f6498c403445956077f85dd2fb548aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod, ujson: Add test and comment for loads.</title>
<updated>2014-09-21T22:43:03+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-09-21T22:42:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2c180f7ccc456e1768fd1cb9a86399808672a237'/>
<id>urn:sha1:2c180f7ccc456e1768fd1cb9a86399808672a237</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Add native json printing using existing print framework.</title>
<updated>2014-09-17T21:56:34+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-09-17T21:56:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=612045f53f7e5edf9faa359ee9ee52d490d58000'/>
<id>urn:sha1:612045f53f7e5edf9faa359ee9ee52d490d58000</id>
<content type='text'>
Also add start of ujson module with dumps implemented.  Enabled in unix
and stmhal ports.  Test passes on both.
</content>
</entry>
</feed>
