<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py/objclass.c, branch azure</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=azure</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=azure'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-01-09T20:57:50+00:00</updated>
<entry>
<title>Improved type/class/instance code; mp_obj_type_t now has load_attr, store_attr.</title>
<updated>2014-01-09T20:57:50+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-01-09T20:57:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=062478e66d03cc59ed73484a3032ef5f08db12a4'/>
<id>urn:sha1:062478e66d03cc59ed73484a3032ef5f08db12a4</id>
<content type='text'>
Creating of classes (types) and instances is much more like CPython now.
You can use "type('name', (), {...})" to create classes.
</content>
</entry>
<entry>
<title>py: Stuff qstr in object pointer; keys for mp_map_t are now always mp_obj_t.</title>
<updated>2014-01-08T17:33:12+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-01-08T17:33:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=38a2da68c2e02b8fc5ae308ca9e3b667f8a0aedc'/>
<id>urn:sha1:38a2da68c2e02b8fc5ae308ca9e3b667f8a0aedc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-cplusplus</title>
<updated>2014-01-07T15:58:30+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-01-07T15:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=97209d38e17a0f3cb2a2d3f03d726fd322b4808f'/>
<id>urn:sha1:97209d38e17a0f3cb2a2d3f03d726fd322b4808f</id>
<content type='text'>
Conflicts:
	py/objcomplex.c
</content>
</entry>
<entry>
<title>Revert MP_BOOL, etc. and use &lt;stdbool.h&gt; instead</title>
<updated>2014-01-06T21:51:53+00:00</updated>
<author>
<name>ian-v</name>
<email>ianv888@gmail.com</email>
</author>
<published>2014-01-06T21:51:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5fd8fd2c16076f683b629b513e8865e461d4c9a8'/>
<id>urn:sha1:5fd8fd2c16076f683b629b513e8865e461d4c9a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Co-exist with C++ (issue #85)</title>
<updated>2014-01-06T17:52:29+00:00</updated>
<author>
<name>ian-v</name>
<email>ianv888@gmail.com</email>
</author>
<published>2014-01-06T17:52:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7a16fadbf843ca5d49fb20b5f5785ffccfd9019f'/>
<id>urn:sha1:7a16fadbf843ca5d49fb20b5f5785ffccfd9019f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert many object types structs to use C99 tagged initializer syntax.</title>
<updated>2014-01-05T20:34:09+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-01-05T20:34:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=860ffb0a4365bba62cbd692392375df9fd4a72e7'/>
<id>urn:sha1:860ffb0a4365bba62cbd692392375df9fd4a72e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert Python types to proper Python type hierarchy.</title>
<updated>2014-01-04T20:21:15+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-01-04T20:21:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=71c5181a8dfa69ba9f5ca322a3aba0660be2e166'/>
<id>urn:sha1:71c5181a8dfa69ba9f5ca322a3aba0660be2e166</id>
<content type='text'>
Now much more inline with how CPython does types.
</content>
</entry>
<entry>
<title>Split qstr into pools, and put initial pool in ROM.</title>
<updated>2014-01-04T15:57:35+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-01-04T15:57:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=eb7bfcb28697f6fb2d4d933bc39233aa15423a20'/>
<id>urn:sha1:eb7bfcb28697f6fb2d4d933bc39233aa15423a20</id>
<content type='text'>
Qstr's are now split into a linked-list of qstr pools.  This has 2
benefits: the first pool can be in ROM (huge benefit, since we no longer
use RAM for the core qstrs), and subsequent pools use m_new for the next
pool instead of m_renew (thus avoiding a huge single table for all the
qstrs).

Still would be better to use a hash table, but this scheme takes us part
of the way (eventually convert the pools to hash tables).

Also fixed bug with import.

Also improved the way the module code is referenced (not magic number 1
anymore).
</content>
</entry>
<entry>
<title>Change old use of module creation to new proper use.</title>
<updated>2014-01-03T00:10:22+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-01-03T00:10:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=aae7847508e2a9555ad3276c5cd4f42b2e66686c'/>
<id>urn:sha1:aae7847508e2a9555ad3276c5cd4f42b2e66686c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change memory allocation API to require size for free and realloc.</title>
<updated>2013-12-29T19:33:23+00:00</updated>
<author>
<name>Damien</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2013-12-29T19:33:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=732407f1bf12364375162e8fb73816532a5d139c'/>
<id>urn:sha1:732407f1bf12364375162e8fb73816532a5d139c</id>
<content type='text'>
</content>
</entry>
</feed>
