aboutsummaryrefslogtreecommitdiff
path: root/py/modbuiltins.c
AgeCommit message (Expand)Author
2015-02-23py: Implement UnicodeError.Paul Sokolovsky
2015-02-14py: Add setattr builtin.stijn
2015-01-28py: Make REPL printing function print repr of object, not str.Damien George
2015-01-28py: Be more precise about unicode type and disabled unicode behaviour.Damien George
2015-01-21py: Add mp_obj_new_str_from_vstr, and use it where relevant.Damien George
2015-01-12py: Can compile with -Wmissing-declarations and -Wmissing-prototypes.Damien George
2015-01-04modbuiltins.c: Fix NULL vs MP_OBJ_NULL usage.Paul Sokolovsky
2015-01-04objstr: Implement kwargs support for str.format().Paul Sokolovsky
2015-01-01py: Move to guarded includes, everywhere in py/ core.Damien George
2014-12-27py: Allow to properly disable builtin "set" object.Damien George
2014-12-19py: Add execfile function (from Python 2); enable in stmhal port.Damien George
2014-12-09py: Allow builtins to be overridden.Damien George