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
/
objarray.c
Age
Commit message (
Expand
)
Author
2020-09-12
modstruct: Improve compliance with python3
Jeff Epler
2020-07-21
Turn off find when CPYTHON_COMPAT is off
Scott Shawcroft
2020-07-21
Only add .find without CPYTHON_COMPAT
Scott Shawcroft
2020-07-17
Add cast for mpy-cross warning
Scott Shawcroft
2020-07-17
Add find varients to bytearray
Scott Shawcroft
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-05-15
Make decode only apply to bytearray and not array as well
Thea Flowers
2020-05-14
Add bytearray.decode() for CPython compatibility
Thea Flowers
2019-01-14
py changes for supporting superclass constructors that take kwargs
Scott Shawcroft
2018-12-30
LocalPeripheral is now Peripheral; more work on basic GATTS support; UART not...
Dan Halbert
2018-08-09
Two fixes and translate more strings.
Scott Shawcroft
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-06-18
py/objarray: Replace 0x80 with new MP_OBJ_ARRAY_TYPECODE_FLAG_RW macro.
Damien George
2018-03-26
Conditionally compile out nonstandard array/struct typecodes
Jeff Epler
2018-03-23
Implement * and *= for array.array
Jeff Epler
2017-11-24
py/runtime: Add MP_BINARY_OP_CONTAINS as reverse of MP_BINARY_OP_IN.
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-24
all: Use NULL instead of "" when calling mp_raise exception helpers.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
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-08-13
all: Raise exceptions via mp_raise_XXX
Javier Candeira
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-03-28
py: Use mp_raise_TypeError/mp_raise_ValueError helpers where possible.
Damien George
2017-03-25
py/objarray: Use mp_obj_str_get_str instead of mp_obj_str_get_data.
Damien George
2017-03-23
py: Use size_t as len argument and return type of mp_get_index.
Damien George
2017-02-27
py/objarray: Disallow slice-assignment to read-only memoryview.
Damien George
2017-02-24
Correct name of mp_raise_NotImplementedError to make error name.
Scott Shawcroft
2017-02-24
Switch exception throwing to mp_raise helpers. It saves a little code space e...
Scott Shawcroft
2017-02-16
py: De-optimise some uses of mp_getiter, so they don't use the C stack.
Damien George
2017-02-16
py: Add iter_buf to getiter type method.
Damien George
2017-02-16
py/objarray: Convert mp_uint_t to size_t where appropriate.
Damien George
2017-02-14
Make mp_float_t conversions explicit to silence warnings of converting floats...
Scott Shawcroft
2017-01-17
py/binary: mp_binary_get_size: Raise error on unsupported typecodes.
Paul Sokolovsky
2016-10-17
py: Use mp_raise_msg helper function where appropriate.
Damien George
2016-07-06
py/objarray: Split out header to allow direct access to object.
Paul Sokolovsky
2016-04-07
py/objarray: Fix array.append so it doesn't extend if append fails.
Damien George
2016-03-14
py/objarray: Fix array slice assignment when array is reallocated.
Damien George
2016-02-14
py/objarray: Implement "in" operator for bytearray.
Paul Sokolovsky
2016-01-11
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Damien George
2016-01-11
py: Change type of .make_new and .call args: mp_uint_t becomes size_t.
Damien George
2015-11-29
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Damien George
2015-11-29
py: Add MP_ROM_* macros and mp_rom_* types and use them.
Damien George
2015-10-11
py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.
Paul Sokolovsky
2015-09-04
py: Eliminate some cases which trigger unused parameter warnings.
Damien George
2015-09-03
py: Use mp_not_implemented consistently for not implemented features.
Damien George
2015-06-06
py: reduce array slice assignment code size
Delio Brignoli
2015-07-20
py: Small code space optimisations for memoryview slice assigment.
Damien George
[next]