<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/basics/string-format-modulo.py, branch main</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-07-05T05:14:29+00:00</updated>
<entry>
<title>tests: Rename test scripts, changing - to _ for consistency.</title>
<updated>2014-07-05T05:14:29+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-07-05T05:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=539681fffd96082ca3b5d18643d4f08f65c47170'/>
<id>urn:sha1:539681fffd96082ca3b5d18643d4f08f65c47170</id>
<content type='text'>
From now on, all new tests must use underscore.

Addresses issue #727.
</content>
</entry>
<entry>
<title>Fix str.modulo when precision is specified.</title>
<updated>2014-06-06T06:09:02+00:00</updated>
<author>
<name>Dave Hylands</name>
<email>dhylands@gmail.com</email>
</author>
<published>2014-06-06T06:09:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b69f9fa31f976cac4cdcb441612c8a72b10af457'/>
<id>urn:sha1:b69f9fa31f976cac4cdcb441612c8a72b10af457</id>
<content type='text'>
</content>
</entry>
<entry>
<title>objstr: Implement "%(key)s" % {} formatting for strings and dicts.</title>
<updated>2014-06-05T17:06:15+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-06-05T17:02:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=75ce9256b2c70bceee6ced26ac7c7bcbd1f1d7f4'/>
<id>urn:sha1:75ce9256b2c70bceee6ced26ac7c7bcbd1f1d7f4</id>
<content type='text'>
Also, make sure that args to "*" format specifiers are bounds-checked
properly and don't lead for segfaults in case of mismatch.
</content>
</entry>
<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>
