<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/cpydiff, branch 4.0.0-alpha.4</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-alpha.4</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-alpha.4'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-07-11T20:45:30+00:00</updated>
<entry>
<title>WIP: after merge; before testing</title>
<updated>2018-07-11T20:45:30+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-07-11T20:45:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7c219600a246d8956d0b23ea3f5d125a820e6b6a'/>
<id>urn:sha1:7c219600a246d8956d0b23ea3f5d125a820e6b6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/cpydiff: Remove types_int_tobytesfloat now that it doesn't fail.</title>
<updated>2018-05-08T07:05:32+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2018-05-08T07:05:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2ada1124d42a85e056637fc10c0c2764ba96bdd6'/>
<id>urn:sha1:2ada1124d42a85e056637fc10c0c2764ba96bdd6</id>
<content type='text'>
Commit e269cabe3ed8bed1b7181359febb686edbb748ae added a check that the
first argument to the to_bytes() method is an integer, and now uPy
follows CPython behaviour and raises a TypeError for this test.

Note: CPython checks the argument types before checking the number of
arguments, but uPy does it the other way around, so they give different
exception messages for this test, but still the same type, a TypeError.
</content>
</entry>
<entry>
<title>tests/cpydiff: Remove working cases from types_float_rounding.</title>
<updated>2018-05-04T12:30:50+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2018-05-04T12:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=74ab341d3a1bf3fa5979d8aa5bd390ac0bb319a1'/>
<id>urn:sha1:74ab341d3a1bf3fa5979d8aa5bd390ac0bb319a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/cpydiff: Remove types_str_decodeerror now that it succeeds.</title>
<updated>2018-05-04T12:27:14+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2018-05-04T12:27:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cd9d71edc819615a72e01d3ddd602e9bd4c99803'/>
<id>urn:sha1:cd9d71edc819615a72e01d3ddd602e9bd4c99803</id>
<content type='text'>
Commit 68c28174d0e0ec3f6b1461aea3a0b6a1b84610bb implemented checking for
valid utf-8 data.
</content>
</entry>
<entry>
<title>tests/cpydiff: Remove core_function_unpacking now that it succeeds.</title>
<updated>2018-05-04T12:19:50+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2018-05-04T12:19:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4b5111f8e1ec1fc0dc0845a090beee1ecbd309df'/>
<id>urn:sha1:4b5111f8e1ec1fc0dc0845a090beee1ecbd309df</id>
<content type='text'>
Commit 1e70fda69fcb4991eb60ed43e610f664ea1319e6 fixes this difference.
</content>
</entry>
<entry>
<title>This test now passes, make it run regularly</title>
<updated>2018-03-26T23:47:06+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@unpythonic.net</email>
</author>
<published>2018-03-25T19:30:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=047a4f59c5acc6ab70bab177b33f0cef2972e8a1'/>
<id>urn:sha1:047a4f59c5acc6ab70bab177b33f0cef2972e8a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/cpydiff: Indent workaround code snippet so it formats correctly.</title>
<updated>2018-03-15T04:49:38+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2018-03-15T04:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c926e72750ddc410f2ae4f1b28d17dfb09b5ca2c'/>
<id>urn:sha1:c926e72750ddc410f2ae4f1b28d17dfb09b5ca2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/cpydiff: Update subclassing Exception case and give work-around.</title>
<updated>2017-12-12T06:13:39+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-12-12T06:13:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e4e3f0d7270e93e6123dbf05e1f51993e38d970c'/>
<id>urn:sha1:e4e3f0d7270e93e6123dbf05e1f51993e38d970c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/cpydiff: Fix markup where "`" (xref) was used instead of "``" (code).</title>
<updated>2017-12-03T13:32:09+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-12-03T13:32:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3c483842db18038677a97624d9aafc4cc5b291c4'/>
<id>urn:sha1:3c483842db18038677a97624d9aafc4cc5b291c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/cpydiff: Add difference-test for second arg of builtin next().</title>
<updated>2017-11-27T23:50:53+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-11-27T23:50:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=63f47104feec03cd529b80c654a2aa80e3e7d524'/>
<id>urn:sha1:63f47104feec03cd529b80c654a2aa80e3e7d524</id>
<content type='text'>
</content>
</entry>
</feed>
