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
/
objlist.h
Age
Commit message (
Expand
)
Author
2021-02-27
Separate out mp_obj_list_insert for use in display.Group
Radomir Dopieralski
2021-02-27
Separate mp_obj_list_pop so it can be used outside of objlist.c
Radomir Dopieralski
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2018-03-13
py/obj.h: Move declaration of mp_obj_list_init to objlist.h.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-02-16
py/objlist: Convert mp_uint_t to size_t where appropriate.
Damien George
2015-02-27
py: Fix adding of traceback so that it appends to existing info.
Damien George
2015-02-15
objexcept: Optimize traceback allocation for exception.
Paul Sokolovsky
2015-01-01
py: Move to guarded includes, everywhere in py/ core.
Damien George
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-13
objlist: Add support for statically allocated lists.
Paul Sokolovsky