<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/float, branch v1.4</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.4</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.4'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2015-03-25T23:10:09+00:00</updated>
<entry>
<title>tests: Add tests for SyntaxError, TypeError, and other missing things.</title>
<updated>2015-03-25T23:10:09+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-03-25T23:10:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=214179b430ebc1101e28b19248b6166f5e511e6b'/>
<id>urn:sha1:214179b430ebc1101e28b19248b6166f5e511e6b</id>
<content type='text'>
This is intended to improve coverage of the test suite.
</content>
</entry>
<entry>
<title>tests: Add some more tests for complex numbers and ure module.</title>
<updated>2015-03-14T22:56:02+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-03-14T22:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f256cfef4f67c0a79141194b0a28dfa2a21b1110'/>
<id>urn:sha1:f256cfef4f67c0a79141194b0a28dfa2a21b1110</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Add tests for things that are not already tested.</title>
<updated>2015-03-12T22:48:45+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-03-12T22:47:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=af43565322f5c45a1a92df1afceff24c93021998'/>
<id>urn:sha1:af43565322f5c45a1a92df1afceff24c93021998</id>
<content type='text'>
The aim here is to improve coverage of the code.
</content>
</entry>
<entry>
<title>tests: Add tests for boundmeth; and bignum cmp, unary, float, error.</title>
<updated>2015-03-03T16:45:39+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-03-03T16:45:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=086a7616ddd1736e064aab70bf5126bf24988a45'/>
<id>urn:sha1:086a7616ddd1736e064aab70bf5126bf24988a45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Skip special math fun tests when math module exists but not funs.</title>
<updated>2015-03-03T14:36:59+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2015-03-03T10:24:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=25f1264699b9f718607e3e861ed6217bf490fe46'/>
<id>urn:sha1:25f1264699b9f718607e3e861ed6217bf490fe46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Add tests for builtins: all, any, sum, abs.</title>
<updated>2015-03-02T17:21:10+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-03-02T17:21:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=24ffb8e8762c2f14fe109edbc42401285eb8247b'/>
<id>urn:sha1:24ffb8e8762c2f14fe109edbc42401285eb8247b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Add tests for op special meths, ubinascii, complex.</title>
<updated>2015-03-02T12:47:44+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-03-02T12:47:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2af921fb51be3d380058d93f71ad0f41c8d5c160'/>
<id>urn:sha1:2af921fb51be3d380058d93f71ad0f41c8d5c160</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Add test for math special functions.</title>
<updated>2015-02-22T14:49:46+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-02-22T14:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5c047b97f2e41b51f8314f6ee06788b1d9246dbf'/>
<id>urn:sha1:5c047b97f2e41b51f8314f6ee06788b1d9246dbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Parse big-int/float/imag constants directly in parser.</title>
<updated>2015-02-08T01:57:40+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-02-08T01:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7d414a1b52d193bab2c94cf56932e1eba23ba542'/>
<id>urn:sha1:7d414a1b52d193bab2c94cf56932e1eba23ba542</id>
<content type='text'>
Previous to this patch, a big-int, float or imag constant was interned
(made into a qstr) and then parsed at runtime to create an object each
time it was needed.  This is wasteful in RAM and not efficient.  Now,
these constants are parsed straight away in the parser and turned into
objects.  This allows constants with large numbers of digits (so
addresses issue #1103) and takes us a step closer to #722.
</content>
</entry>
<entry>
<title>tests: Add test for cmath module.</title>
<updated>2015-02-02T12:52:38+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-02-02T12:52:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ae3150cb5c7d39da1a3b4cd70fdfb92d36b9ce57'/>
<id>urn:sha1:ae3150cb5c7d39da1a3b4cd70fdfb92d36b9ce57</id>
<content type='text'>
</content>
</entry>
</feed>
