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.h
Age
Commit message (
Expand
)
Author
2018-05-14
Initial implementation of supervisor.reload()
Roy Hooper
2018-01-24
Introduce a long lived section of the heap.
Scott Shawcroft
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-09-04
py/obj: Remove declaration for mp_obj_new_none(), it's never defined.
Damien George
2017-09-02
py/objfloat: Fix binary ops with incompatible objects.
Paul Sokolovsky
2017-08-30
py/objtype: Handle NotImplemented return from binary special methods.
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-07-18
all: Unify header guard usage.
Alexander Steffen
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-04-22
py/objtype: mp_obj_new_super doesn't need to be public, so inline it.
Damien George
2017-04-12
py/objfloat: Add implementation of high-quality float hashing.
Damien George
2017-04-12
py: Optimise types for common case where type has a single parent type.
Damien George
2017-04-12
py/obj: Clean up and add comments describing mp_obj_type_t struct.
Damien George
2017-04-04
py: Add very simple but correct hashing for float and complex numbers.
Damien George
2017-04-02
py/obj.h: Make sequence grow more efficient and support overlapping.
Damien George
2017-03-29
py: Change mp_uint_t to size_t for mp_obj_str_get_data len arg.
Damien George
2017-03-29
py: Convert mp_uint_t to size_t for tuple/list accessors.
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: Define and use MP_OBJ_ITER_BUF_NSLOTS to get size of stack iter buf.
Damien George
2017-03-23
py/sequence: Convert mp_uint_t to size_t where appropriate.
Damien George
2017-03-23
py: Use size_t as len argument and return type of mp_get_index.
Damien George
2017-02-24
py: Fix varg helpers by adding vlist variant of mp_obj_new_exception_msg
Scott Shawcroft
2017-02-16
py: Add iter_buf to getiter type method.
Damien George
2017-02-16
py/objint: Convert mp_uint_t to size_t where appropriate.
Damien George
2017-02-16
py/objexcept: Convert mp_uint_t to size_t where appropriate.
Damien George
2017-02-16
py/objclosure: Convert mp_uint_t to size_t where appropriate.
Damien George
2017-02-16
py/objfun: Convert mp_uint_t to size_t where appropriate.
Damien George
2017-02-16
py/objarray: Convert mp_uint_t to size_t where appropriate.
Damien George
2017-02-16
py/objstr: Convert mp_uint_t to size_t (and use int) where appropriate.
Damien George
2017-02-16
py/objset: Convert mp_uint_t to size_t where appropriate.
Damien George
2017-02-16
py/objdict: Convert mp_uint_t to size_t where appropriate.
Damien George
2017-02-16
py/objlist: Convert mp_uint_t to size_t where appropriate.
Damien George
2017-02-16
py/objtuple: Convert mp_uint_t to size_t where appropriate.
Damien George
2017-02-08
py/map: Change mp_uint_t to size_t where appropriate.
Damien George
2017-01-10
Merge tag 'v1.8.7'
Scott Shawcroft
2016-12-21
py/objint: Rename mp_obj_int_as_float to mp_obj_int_as_float_impl.
Damien George
2016-11-21
This introduces an alternative hardware API called nativeio structured around...
Scott Shawcroft
2016-10-21
py: Specialise builtin funcs to use separate type for fixed arg count.
Damien George
2016-10-21
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-08-15
py/obj.h: For obj reprs A,B,C use void* explicitly for mp_obj_t typedef.
Damien George
2016-06-18
all: Rename mp_obj_type_t::stream_p to protocol.
Paul Sokolovsky
2016-05-04
py/obj: Add warning note about get_array return value and GC blocks.
Damien George
2016-04-26
py/obj.h: When constructing a small-int cast to mp_uint_t for bit-shift.
Damien George
2016-04-13
py: add async/await/async for/async with syntax
pohmelie
2016-04-05
py: Move stream-related declarations from obj.h to stream.h.
Paul Sokolovsky
2016-04-04
py/obj.h: Add comment why mp_fun_kw_t takes non-const mp_map_t*.
Paul Sokolovsky
2016-03-15
py: For mp_buffer_info_t, change len type from mp_uint_t to size_t.
Damien George
[next]