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
/
objtype.h
Age
Commit message (
Expand
)
Author
2019-05-13
Check native object in case of early access
Scott Shawcroft
2019-01-14
py changes for supporting superclass constructors that take kwargs
Scott Shawcroft
2018-06-08
py/objtype: Don't expose mp_obj_instance_attr().
Damien George
2017-12-12
py/objtype: Refactor object's handling of __new__ to not create 2 objs.
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
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-05-04
py: Check that arg to object.__new__ is a user-defined type.
Damien George
2015-04-11
py: Combine load_attr and store_attr type methods into one (attr).
Damien George
2015-01-07
py: Add option to cache map lookup results in bytecode.
Damien George
2015-01-01
py: Move to guarded includes, everywhere in py/ core.
Damien George
2014-11-03
py: Fix builtin callable so it checks user-defined instances correctly.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-05-02
objtype: Rename mp_obj_class_t -> mp_obj_instance_t and move to local header.
Paul Sokolovsky