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
2020-11-19
Always use preprocessor for MICROPY_ERROR_REPORTING
Jeff Epler
2020-08-19
Add basic error handling
Scott Shawcroft
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2019-05-17
Enable MICROPY_PY_BUILTINS_ROUND_INT; make round() work beter when it's disab...
Dan Halbert
2019-05-08
Make status light flash blue for incompatible mpy (fixes #1369)
Terri Oda
2019-02-15
Support print("", flush=True)
Scott Shawcroft
2019-01-14
py changes for supporting superclass constructors that take kwargs
Scott Shawcroft
2018-08-16
Compress all translated strings with Huffman coding.
Scott Shawcroft
2018-08-07
Support internationalisation.
Scott Shawcroft
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-06-20
py: Add checks for stream objects in print() and sys.print_exception().
Damien George
2018-05-22
py/modbuiltins: Add support for rounding integers.
Jan Klusacek
2018-05-14
Initial implementation of supervisor.reload()
Roy Hooper
2018-05-10
py/modbuiltins: Make built-in dir support the __dir__ special method.
Damien George
2018-05-10
py/modbuiltins: In built-in dir make use of mp_load_method_protected.
Damien George
2018-05-10
py/modbuiltins: Make built-in hasattr work properly for user types.
Damien George
2018-05-09
py/{modbuiltins,repl}: Start qstr probing from after empty qstr.
Damien George
2018-02-19
py/modbuiltins: Simplify and generalise dir() by probing qstrs.
Damien George
2018-02-14
py/modbuiltins: Simplify casts from char to byte ptr in builtin ord.
Damien George
2018-02-14
py/unicode: Clean up utf8 funcs and provide non-utf8 inline versions.
Damien George
2018-02-07
py/modbuiltins: For builtin_chr, use uint8_t instead of char for array.
Damien George
2018-01-24
Introduce a long lived section of the heap.
Scott Shawcroft
2017-12-05
py/modbuiltins: Use standard arg-parsing helper func for builtin print.
Damien George
2017-11-22
py/modbuiltins: Slightly simplify code in builtin round().
Damien George
2017-11-16
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Damien George
2017-11-02
Merge tag 'v1.9.3'
Scott Shawcroft
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-11
py/modbuiltins: Use existing utf8_get_char helper in builtin ord func.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-09-18
py/modbuiltins: Implement abs() by dispatching to MP_UNARY_OP_ABS.
Paul Sokolovsky
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-02
py,extmod,stmhal: Use "static inline" for funcs that should be inline.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-07
py,extmod: Some casts and minor refactors to quiet compiler warnings.
Tom Collins
2017-07-04
py: Change mp_uint_t to size_t in builtins code.
Damien George
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-06-15
all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers.
Damien George
2017-06-01
py/modbuiltins: Add core-provided version of input() function.
Damien George
2017-05-14
py/modsys: update conditionals for code referencing sys.stdout
Tom Collins
2017-03-29
py: Change mp_uint_t to size_t for mp_obj_str_get_data len arg.
Damien George
2017-03-28
py: Use mp_raise_TypeError/mp_raise_ValueError helpers where possible.
Damien George
2017-03-24
py/modbuiltins: Allow round() to return a big int if necessary.
Damien George
2017-03-24
py/modbuiltins: For round() builtin use nearbyint instead of round.
Damien George
2017-02-24
Switch exception throwing to mp_raise helpers. It saves a little code space e...
Scott Shawcroft
2017-02-16
py: Add iter_buf to getiter type method.
Damien George
2017-02-02
py: Added optimised support for 3-argument calls to builtin.pow()
Nicko van Someren
2017-01-22
py: Add builtin help function to core, with default help msg.
Damien George
2017-01-10
Merge tag 'v1.8.7'
Scott Shawcroft
2016-12-20
py/modbuiltins: Remove unreachable code.
Damien George
2016-11-21
This introduces an alternative hardware API called nativeio structured around...
Scott Shawcroft
[next]