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
/
obj.c
Age
Commit message (
Expand
)
Author
2018-12-06
Rework safe mode and have heap overwrite trigger it.
Scott Shawcroft
2018-12-04
Add stack validity check and raise an error when it happens.
Scott Shawcroft
2018-08-16
Compress all translated strings with Huffman coding.
Scott Shawcroft
2018-08-09
Two fixes and translate more strings.
Scott Shawcroft
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-09-04
py/obj: Fix comparison of float/complex NaN with itself.
Damien George
2017-09-02
py/objfloat: Fix binary ops with incompatible objects.
Paul Sokolovsky
2017-08-29
all: Convert mp_uint_t to mp_unary_op_t/mp_binary_op_t where appropriate
Damien George
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
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-05-29
various: Spelling fixes
Ville Skyttä
2017-03-29
py: Convert mp_uint_t to size_t for tuple/list accessors.
Damien George
2017-03-28
py: Use mp_raise_TypeError/mp_raise_ValueError helpers where possible.
Damien George
2017-03-26
py/obj: Change mp_uint_t to size_t for mp_obj_get_array_fixed_n len arg.
Damien George
2017-03-23
py: Use size_t as len argument and return type of mp_get_index.
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
2016-12-21
py/objint: Rename mp_obj_int_as_float to mp_obj_int_as_float_impl.
Damien George
2016-10-22
py/{modbuiltins,obj}: Use MP_PYTHON_PRINTER where possible.
Paul Sokolovsky
2016-10-17
py: Use mp_raise_msg helper function where appropriate.
Damien George
2016-07-22
unix: Enable MICROPY_PY_STR_BYTES_CMP_WARN.
Paul Sokolovsky
2016-07-22
py/obj: Issue a warning when str and bytes objects are compared.
Paul Sokolovsky
2016-05-04
py/obj: Add warning note about get_array return value and GC blocks.
Damien George
2016-03-14
py: Fix passing of some wide int types to printf varg format list.
Damien George
2016-01-02
py: Change exception traceback data to use size_t instead of mp_uint_t.
Damien George
2015-11-29
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Damien George
2015-10-20
py: Make float representation configurable with object representation.
Damien George
2015-10-20
py: Add mp_obj_is_float function (macro) and use it where appropriate.
Damien George
2015-09-03
py: Inline single use of mp_obj_str_get_len in mp_obj_len_maybe.
Damien George
2015-05-12
py: Add mp_obj_get_int_truncated and use it where appropriate.
Damien George
2015-05-12
py: Convert hash API to use MP_UNARY_OP_HASH instead of ad-hoc function.
Damien George
2015-05-05
obj: Handle user instance hash based on Python adhoc rules.
Paul Sokolovsky
2015-05-05
objsingleton: New home for Ellipsis and NotImplemented.
Paul Sokolovsky
2015-05-04
modbuiltins: Add NotImplemented builtin constant.
Paul Sokolovsky
2015-04-16
py: Add %q format support to mp_[v]printf, and use it.
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-17
py: Fix mp_obj_print() to work when Python streams are not used.
Paul Sokolovsky
2015-02-17
py: Revamp mp_obj_print() to use Python streams.
Paul Sokolovsky
2015-01-25
py: Check for NDEBUG using #ifdef rather than #if.
Damien George
2015-01-16
py, unix: Allow to compile with -Wsign-compare.
Damien George
2015-01-12
py: Can compile with -Wmissing-declarations and -Wmissing-prototypes.
Damien George
2015-01-11
py: Implement fallback for equality check for all types.
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-12-05
py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack.
Damien George
[next]