<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/basics/string-format-modulo.py, branch v1.0.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.0.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.0.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-04-17T15:21:43+00:00</updated>
<entry>
<title>tests: Split out those tests requiring float and import.</title>
<updated>2014-04-17T15:21:43+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-04-17T15:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5cd0b2227f1c36584129cdce86dd20952b45581c'/>
<id>urn:sha1:5cd0b2227f1c36584129cdce86dd20952b45581c</id>
<content type='text'>
Tests in basics (which should probably be renamed to core) should not
rely on float, or import any non-built-in files.  This way these tests
can be run when those features are not available.

All test in basics now pass on the pyboard using stmhal port, except for
string-repr which has some issues with character hex printing.
</content>
</entry>
<entry>
<title>Add string formatting support for longlong and mpz.</title>
<updated>2014-04-07T18:38:45+00:00</updated>
<author>
<name>Dave Hylands</name>
<email>dhylands@gmail.com</email>
</author>
<published>2014-04-07T18:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c4029e5079126585e4616f1d511d94318e1f1700'/>
<id>urn:sha1:c4029e5079126585e4616f1d511d94318e1f1700</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow floating point arguments with %d,i,u,o,x,X formats</title>
<updated>2014-04-05T15:26:51+00:00</updated>
<author>
<name>Dave Hylands</name>
<email>dhylands@gmail.com</email>
</author>
<published>2014-04-05T15:21:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f81a49e464c2899710b3ed1f402434f83d92d094'/>
<id>urn:sha1:f81a49e464c2899710b3ed1f402434f83d92d094</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implements most of str.modulo</title>
<updated>2014-04-04T06:55:02+00:00</updated>
<author>
<name>Dave Hylands</name>
<email>dhylands@gmail.com</email>
</author>
<published>2014-04-02T18:42:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6756a37a77b64b804ee681a22935e0077226eb63'/>
<id>urn:sha1:6756a37a77b64b804ee681a22935e0077226eb63</id>
<content type='text'>
The alternate form for floating point doesn't work yet.
The %(name)s form doesn't work yet.
</content>
</entry>
<entry>
<title>objstr: Very basic implementation of % string formatting operator.</title>
<updated>2014-03-31T18:20:52+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-03-31T18:18:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4db727afea0082780fca558ff251afb4a8b32ad7'/>
<id>urn:sha1:4db727afea0082780fca558ff251afb4a8b32ad7</id>
<content type='text'>
</content>
</entry>
</feed>
