<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py/objmodule.c, branch 5.4.0-beta.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.4.0-beta.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.4.0-beta.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-03-17T14:33:03+00:00</updated>
<entry>
<title>ulab: rename enable macro so it appears in the support matrix</title>
<updated>2020-03-17T14:33:03+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-03-17T14:33:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d6342af98014c0cc9e3c6b3010f06db88aa470b2'/>
<id>urn:sha1:d6342af98014c0cc9e3c6b3010f06db88aa470b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2657 from tannewt/builtin_package</title>
<updated>2020-03-05T20:28:46+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jeff@adafruit.com</email>
</author>
<published>2020-03-05T20:28:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4fa90261a37f0f729b52289cf54492ec7108e16b'/>
<id>urn:sha1:4fa90261a37f0f729b52289cf54492ec7108e16b</id>
<content type='text'>
Support importing native modules in native packages.</content>
</entry>
<entry>
<title>ulab: Incorporate it</title>
<updated>2020-02-27T17:03:03+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-02-04T16:24:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fa3b9eba926525751d0968aef88317ce5ad25003'/>
<id>urn:sha1:fa3b9eba926525751d0968aef88317ce5ad25003</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support importing native modules in native packages.</title>
<updated>2020-02-25T23:32:55+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-02-25T20:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=86fd93bd03d937713d4d23fa38ab359034c503c2'/>
<id>urn:sha1:86fd93bd03d937713d4d23fa38ab359034c503c2</id>
<content type='text'>
This only fixes the `import` portion. It doesn't actually change
reference behavior because modules within a package could already
be referenced through the parent package even though an error should
have been thrown.
</content>
</entry>
<entry>
<title>Update objmodule.c</title>
<updated>2019-04-05T19:40:28+00:00</updated>
<author>
<name>Damiano Mazzella</name>
<email>damianomazzella@gmail.com</email>
</author>
<published>2019-04-05T19:40:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=af38f882ec981a967373eee857dc84c0c13e1d7f'/>
<id>urn:sha1:af38f882ec981a967373eee857dc84c0c13e1d7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add CIRCUITPY macro; rename u* only when CIRCUITPY=1</title>
<updated>2019-02-21T16:09:44+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-02-21T16:09:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=10d3a20f8a639ad8ef5555e2142052190e8a7e13'/>
<id>urn:sha1:10d3a20f8a639ad8ef5555e2142052190e8a7e13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename ure, ujson, and uerrno to re, json, and errno</title>
<updated>2019-02-21T05:33:36+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-02-21T05:33:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c5dbdbe88c099494cd14790b8c645020538eed27'/>
<id>urn:sha1:c5dbdbe88c099494cd14790b8c645020538eed27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move non-u names for native modules to circuitpy_mpconfig.h</title>
<updated>2019-02-18T17:08:23+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-02-18T17:08:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ba77a9ca80ed1ed9c557225ef8153f3e09a5b7ef'/>
<id>urn:sha1:ba77a9ca80ed1ed9c557225ef8153f3e09a5b7ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>forgot json</title>
<updated>2019-02-18T12:57:54+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-02-18T12:57:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5c884bf6d6dbf80aa9d3ead1d6ed6759d7eed8e6'/>
<id>urn:sha1:5c884bf6d6dbf80aa9d3ead1d6ed6759d7eed8e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>regularize how module weak links and alternate names are listed</title>
<updated>2019-02-18T05:45:43+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-02-18T05:45:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c1144a288f085bd0901434b0d8fc649f72665c8e'/>
<id>urn:sha1:c1144a288f085bd0901434b0d8fc649f72665c8e</id>
<content type='text'>
</content>
</entry>
</feed>
