<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py/objfun.c, branch v1.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-06-11T17:43:47+00:00</updated>
<entry>
<title>objfun: Remove no longer used mp_obj_fun_prepare_simple_args().</title>
<updated>2014-06-11T17:43:47+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-06-11T17:24:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0c0f4468407ea9397d1e7e5d1d2d18acf1d07548'/>
<id>urn:sha1:0c0f4468407ea9397d1e7e5d1d2d18acf1d07548</id>
<content type='text'>
</content>
</entry>
<entry>
<title>objfun: Factor out mp_setup_code_state() function to set up code_state object.</title>
<updated>2014-06-11T17:43:47+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-06-11T14:56:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=49df795d1d05aaeefccfb3948925cf1eda19eede'/>
<id>urn:sha1:49df795d1d05aaeefccfb3948925cf1eda19eede</id>
<content type='text'>
It needs to be reused for generator functions, too.
</content>
</entry>
<entry>
<title>Merge branch 'alloca' of github.com:marcusva/micropython into marcusva-alloca</title>
<updated>2014-06-08T12:18:14+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-06-08T12:18:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=df896eceef27bc9a159bd62cdd78c66a56462544'/>
<id>urn:sha1:df896eceef27bc9a159bd62cdd78c66a56462544</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Simplify function call of a bytecode object.</title>
<updated>2014-06-07T23:37:40+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-06-07T23:37:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=049a7a81531a67e068d926ad50260578fb79f94c'/>
<id>urn:sha1:049a7a81531a67e068d926ad50260578fb79f94c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Implement default keyword only args.</title>
<updated>2014-06-07T21:01:00+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-06-07T21:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f0778a7ccbbdd1d7bf116a6939c7eb05173e1987'/>
<id>urn:sha1:f0778a7ccbbdd1d7bf116a6939c7eb05173e1987</id>
<content type='text'>
Should finish addressing issue #524.
</content>
</entry>
<entry>
<title>py: Merge mp_execute_bytecode into fun_bc_call.</title>
<updated>2014-06-07T13:16:08+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-06-07T13:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=aabd83ea204325cdf45355a5bdc6838745484060'/>
<id>urn:sha1:aabd83ea204325cdf45355a5bdc6838745484060</id>
<content type='text'>
This reduces stack usage by 16 words (64 bytes) for stmhal/ port.

See issue #640.
</content>
</entry>
<entry>
<title>- FreeBSD provides alloca() via stdlib.h, in contrast to Linux and Windows</title>
<updated>2014-06-07T07:36:04+00:00</updated>
<author>
<name>Marcus von Appen</name>
<email>marcus@sysfault.org</email>
</author>
<published>2014-06-07T07:36:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0c90eb16586d6c15d619666687449b3351e536fc'/>
<id>urn:sha1:0c90eb16586d6c15d619666687449b3351e536fc</id>
<content type='text'>
- Move the includes for alloca() intp mpconfigport.h
</content>
</entry>
<entry>
<title>Rename bultins config variables to MICROPY_PY_BUILTINS_*.</title>
<updated>2014-06-01T12:32:54+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-06-01T12:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fb510b3bf90eccc8e0d400c6622b2e94c2bfa8e9'/>
<id>urn:sha1:fb510b3bf90eccc8e0d400c6622b2e94c2bfa8e9</id>
<content type='text'>
This renames:
MICROPY_PY_FROZENSET -&gt; MICROPY_PY_BUILTINS_FROZENSET
MICROPY_PY_PROPERTY -&gt; MICROPY_PY_BUILTINS_PROPERTY
MICROPY_PY_SLICE -&gt; MICROPY_PY_BUILTINS_SLICE
MICROPY_ENABLE_FLOAT -&gt; MICROPY_PY_BUILTINS_FLOAT

See issue #35 for discussion.
</content>
</entry>
<entry>
<title>objfun: Typo fixes in comments.</title>
<updated>2014-05-30T23:24:47+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-05-30T23:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b30a777ace4440bbd439419ba51cc60d7dd501f0'/>
<id>urn:sha1:b30a777ace4440bbd439419ba51cc60d7dd501f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Rename MP_OBJ_NOT_SUPPORTED to MP_OBJ_NULL.</title>
<updated>2014-05-21T18:42:43+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-21T18:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6ac5dced2441bf63dbc65acbd7e33fb71d1d3ede'/>
<id>urn:sha1:6ac5dced2441bf63dbc65acbd7e33fb71d1d3ede</id>
<content type='text'>
See issue #608 for justification.
</content>
</entry>
</feed>
