Age | Commit message (Expand) | Author |
2017-08-11 | py/modsys: Initial implementation of sys.getsizeof(). | Paul Sokolovsky |
2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen |
2017-07-31 | py/modsys: Use MP_ROM_INT for int values in an mp_rom_map_elem_t. | Damien George |
2017-06-08 | py/modsys: Allow to compile with obj-repr D and PY_ATTRTUPLE disabled. | Damien George |
2017-05-14 | py/modsys: update conditionals for code referencing sys.stdout | Tom Collins |
2017-03-06 | py/modsys: Use MP_SMALL_INT_MAX for sys.maxsize in case of LONGINT_IMPL_NONE. | Paul Sokolovsky |
2016-09-22 | all: Remove 'name' member from mp_obj_module_t struct. | Damien George |
2016-01-11 | py: Change type signature of builtin funs that take variable or kw args. | Damien George |
2015-12-16 | py/modsys: Fix module globals table to use MP_ROM_QSTR. | Damien George |
2015-12-05 | py/modsys: Use MP_ROM_PTR() initializer for sys.modules. | Paul Sokolovsky |
2015-12-05 | py/modsys: Implement sys.modules. | Paul Sokolovsky |
2015-11-29 | py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR. | Damien George |
2015-11-29 | py: Add MP_ROM_* macros and mp_rom_* types and use them. | Damien George |
2015-11-21 | py/modsys: Consistently use indented #if's. | Paul Sokolovsky |
2015-09-04 | py: Eliminate some cases which trigger unused parameter warnings. | Damien George |
2015-04-28 | py: Replace py-version.sh with makeversionhdr.py, written in Python. | Damien George |
2015-04-25 | modsys: Add basic sys.exc_info() implementation. | Paul Sokolovsky |
2015-04-21 | py: Add sys.implementation, containing uPy name and version number. | Damien George |
2015-04-16 | py: Make mp_sys_stdout_print object, wrapping sys.stdout for mp_print*. | Damien George |
2015-04-16 | py: Overhaul and simplify printf/pfenv mechanism. | Damien George |
2015-04-09 | py: Use a dummy type for referring to extern structs | stijn |
2015-02-07 | py: Put mp_sys_path, mp_sys_argv and gc_collected in mp_state_ctx_t. | Damien George |
2015-01-12 | py: Can compile with -Wmissing-declarations and -Wmissing-prototypes. | Damien George |
2015-01-01 | py: Move to guarded includes, everywhere in py/ core. | Damien George |
2014-12-08 | modsys: Add sys.print_exception(exc, file=sys.stdout) function. | Paul Sokolovsky |
2014-11-29 | Use MP_DEFINE_CONST_DICT macro to define module dicts. | Damien George |
2014-09-15 | py: Move definition of mp_sys_exit to core. | Damien George |
2014-08-10 | doc: Fix up a few docs in sys module. | Damien George |
2014-08-10 | doc: Document gc, sys, math, cmath. | Damien George |
2014-07-19 | py: Make print() accept "file" argument, and actually print to stream. | Paul Sokolovsky |
2014-07-03 | py: Implement sys.maxsize, standard way to check platform "bitness". | Paul Sokolovsky |
2014-06-21 | py: Include mpconfig.h before all other includes. | Paul Sokolovsky |
2014-06-19 | Prefix ARRAY_SIZE with micropython prefix MP_ | Emmanuel Blot |
2014-06-07 | modsys: Add optional support for sys.platform. | Paul Sokolovsky |
2014-05-24 | Rename configuration variables controling Python features. | Damien George |
2014-05-11 | py: Rename MICROPY_SYS_EXIT to MICROPY_MOD_SYS_EXIT. | Damien George |
2014-05-10 | modsys: Enable sys.exit() per port after all. | Paul Sokolovsky |
2014-05-10 | modsys, unix: Add sys.exit(), should be implemented by a port. | Paul Sokolovsky |
2014-05-03 | Add license header to (almost) all files. | Damien George |
2014-04-26 | Add ARRAY_SIZE macro, and use it where possible. | Damien George |
2014-04-14 | modsys: Implement sys.version. | Paul Sokolovsky |
2014-04-13 | modsys: Implement sys.byteorder. | Paul Sokolovsky |
2014-04-13 | modsys: Implement basic sys.version_info. | Paul Sokolovsky |
2014-04-13 | stmhal: Update for static mod sys. | Paul Sokolovsky |
2014-04-13 | py, unix: Convert sys module to static representation. | Paul Sokolovsky |