<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py/modsys.c, branch v1.1.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.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.1.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-06-07T20:40:04+00:00</updated>
<entry>
<title>modsys: Add optional support for sys.platform.</title>
<updated>2014-06-07T20:40:04+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-06-07T20:40:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b9b9354e6c0cefff071be0bc4e195eb80f1f1d96'/>
<id>urn:sha1:b9b9354e6c0cefff071be0bc4e195eb80f1f1d96</id>
<content type='text'>
Ports which wants to have it, should define MICROPY_PY_SYS_PLATFORM to a
string value they need.
</content>
</entry>
<entry>
<title>Rename configuration variables controling Python features.</title>
<updated>2014-05-24T22:03:12+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-24T22:03:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ee3fd46f1383e984c968c4a82d634d7b0cea49b8'/>
<id>urn:sha1:ee3fd46f1383e984c968c4a82d634d7b0cea49b8</id>
<content type='text'>
Now of the form MICROPY_PY_*.  See issue #35.
</content>
</entry>
<entry>
<title>py: Rename MICROPY_SYS_EXIT to MICROPY_MOD_SYS_EXIT.</title>
<updated>2014-05-11T16:35:43+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-11T16:35:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=89755ae67f5c4a7cf7c963a53b12489461f0d839'/>
<id>urn:sha1:89755ae67f5c4a7cf7c963a53b12489461f0d839</id>
<content type='text'>
For consistency with MICROPY_MOD_SYS_STDFILES, etc.
</content>
</entry>
<entry>
<title>modsys: Enable sys.exit() per port after all.</title>
<updated>2014-05-10T14:26:47+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-05-10T14:26:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=deaeaac4691a0a89343354045360a2e7eb5bbab3'/>
<id>urn:sha1:deaeaac4691a0a89343354045360a2e7eb5bbab3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>modsys, unix: Add sys.exit(), should be implemented by a port.</title>
<updated>2014-05-10T13:56:21+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-05-10T13:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d99e9083cb7fc854db0ff506caf50d81842aff0e'/>
<id>urn:sha1:d99e9083cb7fc854db0ff506caf50d81842aff0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add license header to (almost) all files.</title>
<updated>2014-05-03T22:27:38+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-03T22:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=04b9147e150d2d6fa3750f312fe328b6a71c1b28'/>
<id>urn:sha1:04b9147e150d2d6fa3750f312fe328b6a71c1b28</id>
<content type='text'>
Blanket wide to all .c and .h files.  Some files originating from ST are
difficult to deal with (license wise) so it was left out of those.

Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/.
</content>
</entry>
<entry>
<title>Add ARRAY_SIZE macro, and use it where possible.</title>
<updated>2014-04-26T09:47:29+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-04-26T09:47:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6d3c5e4301df363055dc256e6692c610e4d0b918'/>
<id>urn:sha1:6d3c5e4301df363055dc256e6692c610e4d0b918</id>
<content type='text'>
</content>
</entry>
<entry>
<title>modsys: Implement sys.version.</title>
<updated>2014-04-13T22:46:45+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-04-13T22:46:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bbae42d62fd671a4ce50bec280e0cb806469d1cc'/>
<id>urn:sha1:bbae42d62fd671a4ce50bec280e0cb806469d1cc</id>
<content type='text'>
The logic appears to be that (at least beginning of) sys.versions is the
version of reference Python language implemented, not version of particular
implementation.

Also, bump set versions at 3.4.0, based on @dpgeorge preference.
</content>
</entry>
<entry>
<title>modsys: Implement sys.byteorder.</title>
<updated>2014-04-13T12:25:00+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-04-13T06:53:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=978d2c02672ef222a7409798ecfc15081212e3f7'/>
<id>urn:sha1:978d2c02672ef222a7409798ecfc15081212e3f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>modsys: Implement basic sys.version_info.</title>
<updated>2014-04-13T12:25:00+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-04-13T06:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=baaaf65eaaeed7d7db56985c5093d4d07966afad'/>
<id>urn:sha1:baaaf65eaaeed7d7db56985c5093d4d07966afad</id>
<content type='text'>
</content>
</entry>
</feed>
