index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
py
/
modbuiltins.c
Commit message (
Expand
)
Author
Age
*
py: Convert hash API to use MP_UNARY_OP_HASH instead of ad-hoc function.
Damien George
2015-05-12
*
objsingleton: New home for Ellipsis and NotImplemented.
Paul Sokolovsky
2015-05-05
*
modbuiltins: Add NotImplemented builtin constant.
Paul Sokolovsky
2015-05-04
*
py: Make viper codegen raise proper exception (ViperTypeError) on error.
Damien George
2015-04-20
*
py: Fix builtin ord so that it can handle bytes values >= 0x80.
Damien George
2015-04-19
*
py: Convert occurrences of non-debug printf to mp_printf.
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-16
*
py: Use a dummy type for referring to extern structs
stijn
2015-04-09
*
py: Add MICROPY_PY_BUILTINS_REVERSED, disable for minimal ports.
Paul Sokolovsky
2015-04-07
*
py: Add MICROPY_PY_BUILTINS_ENUMERATE, disable for minimal ports.
Paul Sokolovsky
2015-04-06
*
modbuiltins: round(): Accept second arg, and at least support it to be 0.
Paul Sokolovsky
2015-03-31
*
py: Allow to compile with extra warnings (sign-compare, unused-param).
Damien George
2015-03-19
*
py: Fix builtin abs so it works for bools and bignum.
Damien George
2015-03-14
*
py: Use SMALL_INT creation macro in builtin sum.
Damien George
2015-03-02
*
py: Implement UnicodeError.
Paul Sokolovsky
2015-02-23
*
py: Add setattr builtin.
stijn
2015-02-14
*
py: Make REPL printing function print repr of object, not str.
Damien George
2015-01-28
*
py: Be more precise about unicode type and disabled unicode behaviour.
Damien George
2015-01-28
*
py: Add mp_obj_new_str_from_vstr, and use it where relevant.
Damien George
2015-01-21
*
py: Can compile with -Wmissing-declarations and -Wmissing-prototypes.
Damien George
2015-01-12
*
modbuiltins.c: Fix NULL vs MP_OBJ_NULL usage.
Paul Sokolovsky
2015-01-04
*
objstr: Implement kwargs support for str.format().
Paul Sokolovsky
2015-01-04
*
py: Move to guarded includes, everywhere in py/ core.
Damien George
2015-01-01
*
py: Allow to properly disable builtin "set" object.
Damien George
2014-12-27
*
py: Add execfile function (from Python 2); enable in stmhal port.
Damien George
2014-12-19
*
py: Allow builtins to be overridden.
Damien George
2014-12-09