index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
modbuiltins.c
Age
Commit message (
Expand
)
Author
2015-03-19
py: Allow to compile with extra warnings (sign-compare, unused-param).
Damien George
2015-03-14
py: Fix builtin abs so it works for bools and bignum.
Damien George
2015-03-02
py: Use SMALL_INT creation macro in builtin sum.
Damien George
2015-02-23
py: Implement UnicodeError.
Paul Sokolovsky
2015-02-14
py: Add setattr builtin.
stijn
2015-01-28
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-21
py: Add mp_obj_new_str_from_vstr, and use it where relevant.
Damien George
2015-01-12
py: Can compile with -Wmissing-declarations and -Wmissing-prototypes.
Damien George
2015-01-04
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-01
py: Move to guarded includes, everywhere in py/ core.
Damien George
2014-12-27
py: Allow to properly disable builtin "set" object.
Damien George
2014-12-19
py: Add execfile function (from Python 2); enable in stmhal port.
Damien George
2014-12-09
py: Allow builtins to be overridden.
Damien George