<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/float, 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-22T16:08:49+00:00</updated>
<entry>
<title>tests/float/string_format: Add testcase for incorrect rounding for %f.</title>
<updated>2015-11-22T16:08:49+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-11-22T16:08:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b64e0575fd5c30900c4576185edee26f5e2c54f0'/>
<id>urn:sha1:b64e0575fd5c30900c4576185edee26f5e2c54f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Catch all cases of integer (big and small) division by zero.</title>
<updated>2015-10-01T21:48:48+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-10-01T21:48:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e5635f4ab3d0fd00dd3951865fea82003205dae1'/>
<id>urn:sha1:e5635f4ab3d0fd00dd3951865fea82003205dae1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Add further tests for mpz code.</title>
<updated>2015-10-01T17:49:37+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-10-01T17:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a81539db25d443826e5247fefda8ae73bad64056'/>
<id>urn:sha1:a81539db25d443826e5247fefda8ae73bad64056</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: fix single precision float printing error</title>
<updated>2015-09-11T20:09:50+00:00</updated>
<author>
<name>Dave Hylands</name>
<email>dhylands@gmail.com</email>
</author>
<published>2015-08-31T22:43:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9d6128acdccb463edfe9a3b7dbf86417643104bb'/>
<id>urn:sha1:9d6128acdccb463edfe9a3b7dbf86417643104bb</id>
<content type='text'>
Fixes #1435.
</content>
</entry>
<entry>
<title>py/lexer: Properly classify floats that look like hex numbers.</title>
<updated>2015-09-07T16:33:44+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-09-07T16:33:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2b000474d9350ede1c1aedb83ba8976d81ba4cf8'/>
<id>urn:sha1:2b000474d9350ede1c1aedb83ba8976d81ba4cf8</id>
<content type='text'>
Eg 0e0 almost looks like a hex number but in fact is a float.
</content>
</entry>
<entry>
<title>tests: Add a few tests for bool, bytearray, float to improve coverage.</title>
<updated>2015-08-29T22:13:28+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-08-25T17:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1d350b8ac6c65bd53115bfdc7511e4028f3c69ac'/>
<id>urn:sha1:1d350b8ac6c65bd53115bfdc7511e4028f3c69ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Add more tests to improve coverage, mostly testing exceptions.</title>
<updated>2015-08-21T11:02:09+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-08-21T10:56:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d007cb890394d9d26c6fafb133532a5175d91eb2'/>
<id>urn:sha1:d007cb890394d9d26c6fafb133532a5175d91eb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>modbuiltins: Implement round() to precision.</title>
<updated>2015-07-19T18:49:44+00:00</updated>
<author>
<name>Sebastian Plamauer</name>
<email>oeplse@gmail.com</email>
</author>
<published>2015-07-14T12:44:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1e8ca3a3cf442733f9210be4d5f6a5b63135a16d'/>
<id>urn:sha1:1e8ca3a3cf442733f9210be4d5f6a5b63135a16d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Implement second arg for math.log (optional value for base).</title>
<updated>2015-06-13T21:35:25+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-06-13T20:56:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6f4952004207a249a437dc822c5252422f63cc69'/>
<id>urn:sha1:6f4952004207a249a437dc822c5252422f63cc69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Add some tests for printing floats to improve coverage.</title>
<updated>2015-05-28T14:24:47+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-05-28T14:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9ede4dcfbb31a4adbd729466d72a1d10aa81b4fc'/>
<id>urn:sha1:9ede4dcfbb31a4adbd729466d72a1d10aa81b4fc</id>
<content type='text'>
</content>
</entry>
</feed>
