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.c
Age
Commit message (
Expand
)
Author
2018-08-09
Two fixes and translate more strings.
Scott Shawcroft
2018-07-13
compiles and runs; hangs on import storage;storage.VfsFat.<tab>
Dan Halbert
2018-07-12
continued WIP: almost compiling
Dan Halbert
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-06-08
py/objtype: Optimise instance get/set/del by skipping special accessors.
Damien George
2018-06-08
py/objtype: Don't expose mp_obj_instance_attr().
Damien George
2018-05-30
py/objtype: Fix assertion failures in super_attr by checking type.
Jeff Epler
2018-05-30
py/objtype: Fix assertion failures in mp_obj_new_type by checking types.
Jeff Epler
2018-05-25
py/objtype: Remove TODO comment about needing to check for property.
Damien George
2018-03-29
Fix assertion failures in super_attr
Jeff Epler
2018-03-29
Fix assertion failures in mp_obj_new_type
Jeff Epler
2018-03-25
super(): Do the same lookup tasks as regular getattr
Jeff Epler
2018-02-07
py/objtype: Check and prevent delete/store on a fixed locals map.
Damien George
2018-01-24
Introduce a long lived section of the heap.
Scott Shawcroft
2017-12-12
py/objtype: Refactor object's handling of __new__ to not create 2 objs.
Damien George
2017-12-12
py/objtype: Implement better support for overriding native's __init__.
Damien George
2017-11-24
py/runtime: Add MP_BINARY_OP_CONTAINS as reverse of MP_BINARY_OP_IN.
Damien George
2017-11-20
py: Add config option to disable multiple inheritance.
Damien George
2017-11-11
py/objtype: mp_obj_new_type: Name base types related vars more clearly.
Paul Sokolovsky
2017-11-02
Merge tag 'v1.9.3'
Scott Shawcroft
2017-10-27
py/objtype: Introduce MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS.
Paul Sokolovsky
2017-10-27
py/objtype: Define all special methods if requested.
Paul Sokolovsky
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-21
py/objtype: Fit qstrs for special methods in byte type.
Paul Sokolovsky
2017-10-19
py/objtype: Use CPython compatible method name for sizeof.
Paul Sokolovsky
2017-10-05
py/objtype: Clean up unary- and binary-op enum-to-qstr mapping tables.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-10-04
py/objtype: Change type of enum-to-qstr table to uint16_t to save space.
Damien George
2017-09-10
py/runtime: Implement dispatch for "reverse op" special methods.
Paul Sokolovsky
2017-09-07
py/objtype: Make sure mp_binary_op_method_name has full size again.
Paul Sokolovsky
2017-09-04
py/objtype: Implement fallback for instance inplace special methods.
Paul Sokolovsky
2017-08-31
py/objtype: mp_obj_class_lookup: Improve debug logging.
Paul Sokolovsky
2017-08-30
py/objtype: mp_obj_instance_make_new: Fix typos in comment.
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-08-15
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
Stefan Naumann
2017-08-11
py/modsys: Initial implementation of sys.getsizeof().
Paul Sokolovsky
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-19
all: Remove trailing spaces, per coding conventions.
Damien George
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-04-22
py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.
Damien George
2017-04-22
py/objtype: mp_obj_new_super doesn't need to be public, so inline it.
Damien George
2017-04-12
py: Optimise types for common case where type has a single parent type.
Damien George
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-24
py/objtype: Use size_t where appropriate, instead of mp_uint_t or uint.
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
2017-02-14
py/objtype: Replace non-ASCII single-quote char with ASCII version.
Damien George
[next]