<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/unix/coverage.c, branch encoding</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-09-06T03:40:51+00:00</updated>
<entry>
<title>ports: Make new ports/ sub-directory and move all ports there.</title>
<updated>2017-09-06T03:40:51+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-09-06T03:40:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=01dd7804b87d60b2deab16712eccb3b97351a9b7'/>
<id>urn:sha1:01dd7804b87d60b2deab16712eccb3b97351a9b7</id>
<content type='text'>
This is to keep the top-level directory clean, to make it clear what is
core and what is a port, and to allow the repository to grow with new ports
in a sustainable way.
</content>
</entry>
<entry>
<title>py/repl: Change mp_uint_t to size_t in repl helpers.</title>
<updated>2017-07-04T13:44:54+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-07-04T13:44:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e66fd568520a22acbd452188f8ac8f38364c477c'/>
<id>urn:sha1:e66fd568520a22acbd452188f8ac8f38364c477c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/unix/extra_coverage: Add test for mp_vprintf with bad fmt spec.</title>
<updated>2017-06-30T02:25:42+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-06-30T02:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=369e7fd178ae5ac98aad381c95a28e58d29c068c'/>
<id>urn:sha1:369e7fd178ae5ac98aad381c95a28e58d29c068c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unix/coverage: Enable scheduler and add tests for it.</title>
<updated>2017-03-20T04:20:26+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-03-16T07:05:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=74faf4c5fc2245e33a0deed840716a36249eb683'/>
<id>urn:sha1:74faf4c5fc2245e33a0deed840716a36249eb683</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Improve binary.c test coverage.</title>
<updated>2017-03-14T07:27:29+00:00</updated>
<author>
<name>Rami Ali</name>
<email>flowergrass@users.noreply.github.com</email>
</author>
<published>2017-03-14T06:58:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=77cbd173df449e8e6eb79cba75b341f1721be377'/>
<id>urn:sha1:77cbd173df449e8e6eb79cba75b341f1721be377</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unix/coverage: Move coverage #if guard back to top of file.</title>
<updated>2017-01-16T05:20:49+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-01-16T05:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9317fee5238f8261e05a19187da355baa9d017ab'/>
<id>urn:sha1:9317fee5238f8261e05a19187da355baa9d017ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Improve stream.c test coverage.</title>
<updated>2017-01-16T04:57:10+00:00</updated>
<author>
<name>Rami Ali</name>
<email>flowergrass@users.noreply.github.com</email>
</author>
<published>2017-01-16T04:04:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8d01bd3a1cd00fa50017ef1d95f8f66e0b7a6365'/>
<id>urn:sha1:8d01bd3a1cd00fa50017ef1d95f8f66e0b7a6365</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/unix: Improve formatfloat.c test coverage using C.</title>
<updated>2017-01-05T01:31:05+00:00</updated>
<author>
<name>Rami Ali</name>
<email>flowergrass@users.noreply.github.com</email>
</author>
<published>2017-01-05T00:12:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d7e168428bc9fd7524dd83b973c283b3488bfd3b'/>
<id>urn:sha1:d7e168428bc9fd7524dd83b973c283b3488bfd3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Improve warning.c test coverage.</title>
<updated>2017-01-05T01:23:40+00:00</updated>
<author>
<name>Rami Ali</name>
<email>flowergrass@users.noreply.github.com</email>
</author>
<published>2017-01-04T03:23:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ec72db8a398f82fb694dc01c7081232286e72c3f'/>
<id>urn:sha1:ec72db8a398f82fb694dc01c7081232286e72c3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/unix: Improve runtime_utils.c test coverage.</title>
<updated>2016-12-29T07:24:03+00:00</updated>
<author>
<name>Rami Ali</name>
<email>flowergrass@users.noreply.github.com</email>
</author>
<published>2016-12-29T07:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=75aa7befec5d3afce2c5a970d8644299d367f6fe'/>
<id>urn:sha1:75aa7befec5d3afce2c5a970d8644299d367f6fe</id>
<content type='text'>
</content>
</entry>
</feed>
