<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython, branch v1.3</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.3</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.3'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-08-12T22:24:29+00:00</updated>
<entry>
<title>Merge branch 'pfalcon-modzlibd'</title>
<updated>2014-08-12T22:24:29+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-12T22:24:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9d02780eafd9546354fd3ac429b0211f52331650'/>
<id>urn:sha1:9d02780eafd9546354fd3ac429b0211f52331650</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod: Finish rename of zlib to zlibd; enable zlibd on stmhal.</title>
<updated>2014-08-12T22:23:53+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-12T22:23:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1ddd844815014d01f342489ced131bc73980e0be'/>
<id>urn:sha1:1ddd844815014d01f342489ced131bc73980e0be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Add test for zlibd module.</title>
<updated>2014-08-12T21:26:26+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-08-10T14:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5073d3da07cff017cc567ebc73f06d862c21c839'/>
<id>urn:sha1:5073d3da07cff017cc567ebc73f06d862c21c839</id>
<content type='text'>
</content>
</entry>
<entry>
<title>modzlibd: Add tinfl.c from miniz SVN repo, r63.</title>
<updated>2014-08-12T21:26:19+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-08-08T19:59:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8882c20b8f04366a3be362ce97741e66bba820c7'/>
<id>urn:sha1:8882c20b8f04366a3be362ce97741e66bba820c7</id>
<content type='text'>
The only change is line-ending convesion to LF.
</content>
</entry>
<entry>
<title>modzlibd: Decompress part of "zlib" module, based on miniz tinfl.c .</title>
<updated>2014-08-12T21:26:19+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-08-08T19:51:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=510296f25ae53e5732fe98cdd4b68bfeea15204a'/>
<id>urn:sha1:510296f25ae53e5732fe98cdd4b68bfeea15204a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: #if guard qstrs that are optional.</title>
<updated>2014-08-12T19:16:03+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-12T19:16:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=75ec22bf11301909ddc70c817eb0050ea45c5e34'/>
<id>urn:sha1:75ec22bf11301909ddc70c817eb0050ea45c5e34</id>
<content type='text'>
Also disable gc module on bare-arm port.
</content>
</entry>
<entry>
<title>stmhal: Enable moductypes by default.</title>
<updated>2014-08-12T19:02:26+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-12T19:02:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=105e32f1a5126698b9032d013edffb12a550c0ce'/>
<id>urn:sha1:105e32f1a5126698b9032d013edffb12a550c0ce</id>
<content type='text'>
Also fixes compiler error in moductypes when compiled without debugging.

Addresses issue #778.
</content>
</entry>
<entry>
<title>py: Add .real and .imag attributes to complex numbers.</title>
<updated>2014-08-12T18:57:52+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-12T18:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f20375eedd22eeee5f1b273f891631bed8878cdc'/>
<id>urn:sha1:f20375eedd22eeee5f1b273f891631bed8878cdc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Improve range: add len, subscr, proper print.</title>
<updated>2014-08-12T18:41:18+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-12T18:41:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bb91f1195aec8eaca6d8f528118496cff71a101b'/>
<id>urn:sha1:bb91f1195aec8eaca6d8f528118496cff71a101b</id>
<content type='text'>
Can now index ranges with integers and slices, and reverse ranges
(although reversing is not very efficient).

Not sure how useful this stuff is, but gets us closer to having all of
Python's builtins.
</content>
</entry>
<entry>
<title>py: Implement builtin reversed() function.</title>
<updated>2014-08-12T17:33:40+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-12T17:33:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4c03b3a899d49f0f4f2c54903403aaa9b384c315'/>
<id>urn:sha1:4c03b3a899d49f0f4f2c54903403aaa9b384c315</id>
<content type='text'>
reversed function now implemented, and works for tuple, list, str, bytes
and user objects with __len__ and __getitem__.

Renamed mp_builtin_len to mp_obj_len to make it publically available (eg
for reversed).
</content>
</entry>
</feed>
