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
2020-09-03
Merge remote-tracking branch 'adafruit/main' into native_wifi
Scott Shawcroft
2020-08-30
address review; use constructor for HCI Adapter
Dan Halbert
2020-08-19
Add basic error handling
Scott Shawcroft
2020-08-04
py: mp_obj_get_type_qstr as macro saves 24 bytes
Jeff Epler
2020-08-04
Use qstrs to save an additional 4 bytes
Jeff Epler
2020-07-23
add coroutine behavior for generators
Kenny
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-03-17
objslice: take mp_obj_slice_indices from micropython
Jeff Epler
2019-08-28
bleio: API change to create and connect related objects simulatenously: no or...
Dan Halbert
2019-08-02
WIP: rework of Characteristic properties; enhance Descriptor; not tested
Dan Halbert
2019-06-18
Don't operate directly on bleio objects in shared-bindings: use common_hal
Dan Halbert
2019-05-14
Make Group iterable via a generic native iterator.
Scott Shawcroft
2019-05-08
Make status light flash blue for incompatible mpy (fixes #1369)
Terri Oda
2019-04-05
Update obj.h
Damiano Mazzella
2019-02-04
Check sequence multiply for length overflow
Scott Shawcroft
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-10-07
modsys: exc_info: Add traceback
Noralf Trønnes
2018-08-17
Merge pull request #1064 from notro/i2cslave
Scott Shawcroft
2018-08-16
Compress all translated strings with Huffman coding.
Scott Shawcroft
2018-08-16
Add i2cslave.I2CSlave bindings
Noralf Trønnes
2018-07-28
Merge remote-tracking branch 'adafruit/master' into micropython-25ae98f-merge
Dan Halbert
2018-07-19
Prevent repetitive recursive scanning of dicts when making them long-lived
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/obj.h: Introduce a "flags" entry in mp_obj_type_t.
Damien George
2018-06-04
py/stream: Move definition of mp_stream_p_t from obj.h to stream.h.
Damien George
2018-05-14
Initial implementation of supervisor.reload()
Roy Hooper
2018-05-01
py/obj.h: Fix math.e constant for nan-boxing builds.
Damien George
2018-03-30
py/runtime: Check that keys in dicts passed as ** args are strings.
Damien George
2018-03-13
py/obj.h: Move declaration of mp_obj_list_init to objlist.h.
Damien George
2018-03-13
py/obj.h: Clean up by removing commented-out inline versions of macros.
Damien George
2018-02-21
py/objdeque: Implement ucollections.deque type with fixed size.
Paul Sokolovsky
2018-02-15
py/objexcept: Remove long-obsolete mp_const_MemoryError_obj.
Damien George
2018-01-24
Introduce a long lived section of the heap.
Scott Shawcroft
2017-12-11
py: Extend nan-boxing config to have 47-bit small integers.
Damien George
2017-11-16
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Damien George
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
[next]