summaryrefslogtreecommitdiffstatshomepage
path: root/py/modsys.c
Commit message (Collapse)AuthorAge
* py: Rename MICROPY_SYS_EXIT to MICROPY_MOD_SYS_EXIT.Damien George2014-05-11
| | | | For consistency with MICROPY_MOD_SYS_STDFILES, etc.
* modsys: Enable sys.exit() per port after all.Paul Sokolovsky2014-05-10
|
* modsys, unix: Add sys.exit(), should be implemented by a port.Paul Sokolovsky2014-05-10
|
* Add license header to (almost) all files.Damien George2014-05-03
| | | | | | | 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/.
* Add ARRAY_SIZE macro, and use it where possible.Damien George2014-04-26
|
* modsys: Implement sys.version.Paul Sokolovsky2014-04-14
| | | | | | | | 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.
* modsys: Implement sys.byteorder.Paul Sokolovsky2014-04-13
|
* modsys: Implement basic sys.version_info.Paul Sokolovsky2014-04-13
|
* stmhal: Update for static mod sys.Paul Sokolovsky2014-04-13
|
* py, unix: Convert sys module to static representation.Paul Sokolovsky2014-04-13